#
# TABLE STRUCTURE FOR: tec_canals
#

DROP TABLE IF EXISTS `tec_canals`;

CREATE TABLE `tec_canals` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `canal` varchar(250) CHARACTER SET latin1 DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

INSERT INTO `tec_canals` (`id`, `canal`) VALUES ('1', 'Farmacia');
INSERT INTO `tec_canals` (`id`, `canal`) VALUES ('2', 'Sistema');
INSERT INTO `tec_canals` (`id`, `canal`) VALUES ('3', 'Externo');


#
# TABLE STRUCTURE FOR: tec_categories
#

DROP TABLE IF EXISTS `tec_categories`;

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

INSERT INTO `tec_categories` (`id`, `code`, `parent_category_id`, `name`, `image`) VALUES ('3', '003', '0', 'Dermatologia', 'no_image.png');


#
# TABLE STRUCTURE FOR: tec_combo_items
#

DROP TABLE IF EXISTS `tec_combo_items`;

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

#
# TABLE STRUCTURE FOR: tec_credit_note
#

DROP TABLE IF EXISTS `tec_credit_note`;

CREATE TABLE `tec_credit_note` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sale_id` int(11) NOT NULL,
  `responseCode` int(11) NOT NULL,
  `invoiceTypeCode` int(11) NOT NULL,
  `serieNumero` varchar(20) NOT NULL,
  `issueDate` date NOT NULL,
  `issueTime` time NOT NULL,
  `documentCurrencyCode` varchar(10) NOT NULL,
  `customerDocumentID` int(11) NOT NULL,
  `supplierDocumentID` int(11) NOT NULL,
  `customerID` varchar(255) NOT NULL,
  `customerName` varchar(100) NOT NULL,
  `taxAmount` decimal(25,2) NOT NULL,
  `taxableAmount` decimal(25,2) NOT NULL,
  `non_affected` decimal(25,2) NOT NULL,
  `exonerated` decimal(25,2) NOT NULL,
  `taxSubtotal` decimal(25,2) NOT NULL,
  `payableAmount` decimal(25,2) NOT NULL,
  `referenceID` varchar(20) NOT NULL,
  `DocumentTypeCode` int(11) NOT NULL,
  `description` varchar(100) NOT NULL,
  `user_upgrade` int(11) DEFAULT NULL,
  `date_upgrade` datetime DEFAULT NULL,
  `user_create` int(11) NOT NULL,
  `date_create` datetime NOT NULL,
  `flg_response` int(11) DEFAULT NULL,
  `error_code` varchar(15) DEFAULT NULL,
  `response_descrip` varchar(2000) DEFAULT NULL,
  `digest_value` varchar(250) DEFAULT NULL,
  `estado` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;

INSERT INTO `tec_credit_note` (`id`, `sale_id`, `responseCode`, `invoiceTypeCode`, `serieNumero`, `issueDate`, `issueTime`, `documentCurrencyCode`, `customerDocumentID`, `supplierDocumentID`, `customerID`, `customerName`, `taxAmount`, `taxableAmount`, `non_affected`, `exonerated`, `taxSubtotal`, `payableAmount`, `referenceID`, `DocumentTypeCode`, `description`, `user_upgrade`, `date_upgrade`, `user_create`, `date_create`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('1', '7', '1', '7', 'FC01-0000035', '2020-03-11', '12:05:24', 'PEN', '6', '6', '12345678912', 'Cesar  Augusto', '5.00', '30.00', '0.00', '0.00', '5.00', '35.00', 'F001-0001549', '1', 'prueba', NULL, NULL, '1', '2020-03-11 12:05:24', '1', '0', '12345678912-07-FC01-0000035 generado y firmado correctamente', 'cFMap8PlArIqARWO9TTRUpJ/7Lw=', '1');
INSERT INTO `tec_credit_note` (`id`, `sale_id`, `responseCode`, `invoiceTypeCode`, `serieNumero`, `issueDate`, `issueTime`, `documentCurrencyCode`, `customerDocumentID`, `supplierDocumentID`, `customerID`, `customerName`, `taxAmount`, `taxableAmount`, `non_affected`, `exonerated`, `taxSubtotal`, `payableAmount`, `referenceID`, `DocumentTypeCode`, `description`, `user_upgrade`, `date_upgrade`, `user_create`, `date_create`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('2', '6', '1', '7', 'FC01-0000036', '2020-03-11', '12:23:54', 'PEN', '6', '6', '20601771382', 'CYGNUS CONSULTING SAC', '244.00', '1356.00', '0.00', '0.00', '244.00', '1600.00', 'F001-0001548', '1', 'prueba', NULL, NULL, '1', '2020-03-11 12:23:54', '1', '0', '12345678912-07-FC01-0000036 generado y firmado correctamente', 't8MYXy3KWo/pa+JAolvS2zWfvfA=', '1');
INSERT INTO `tec_credit_note` (`id`, `sale_id`, `responseCode`, `invoiceTypeCode`, `serieNumero`, `issueDate`, `issueTime`, `documentCurrencyCode`, `customerDocumentID`, `supplierDocumentID`, `customerID`, `customerName`, `taxAmount`, `taxableAmount`, `non_affected`, `exonerated`, `taxSubtotal`, `payableAmount`, `referenceID`, `DocumentTypeCode`, `description`, `user_upgrade`, `date_upgrade`, `user_create`, `date_create`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('3', '32', '1', '7', 'FC01-0000037', '2020-04-22', '11:55:52', 'PEN', '6', '6', '12345678912', 'Cesar  Augusto', '122.00', '678.00', '0.00', '0.00', '122.00', '800.00', 'F001-0001562', '1', 'sdfdsfdsfdsfsd', NULL, NULL, '1', '2020-04-22 11:55:52', '1', '0', '12345678912-07-FC01-0000037 generado y firmado correctamente', '9YT+poBuhEcO8qzfFRW6YtKEJzg=', '1');
INSERT INTO `tec_credit_note` (`id`, `sale_id`, `responseCode`, `invoiceTypeCode`, `serieNumero`, `issueDate`, `issueTime`, `documentCurrencyCode`, `customerDocumentID`, `supplierDocumentID`, `customerID`, `customerName`, `taxAmount`, `taxableAmount`, `non_affected`, `exonerated`, `taxSubtotal`, `payableAmount`, `referenceID`, `DocumentTypeCode`, `description`, `user_upgrade`, `date_upgrade`, `user_create`, `date_create`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('4', '33', '1', '7', 'BC01-0000001', '2020-05-29', '19:14:37', 'PEN', '6', '6', '12345678912', 'Cesar  Augusto', '524.00', '2913.00', '0.00', '0.00', '524.00', '3437.00', 'B001-0003021', '3', 'fdsfdsfsdfs', NULL, NULL, '1', '2020-05-29 19:14:37', '1', '0', '12345678912-07-BC01-0000001 generado y firmado correctamente', 'R1RacjuCdaR3emNuQ/xbyehfj5Y=', '1');


#
# TABLE STRUCTURE FOR: tec_credit_note_files
#

DROP TABLE IF EXISTS `tec_credit_note_files`;

CREATE TABLE `tec_credit_note_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `credit_note_id` int(11) NOT NULL,
  `file_name` varchar(300) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

INSERT INTO `tec_credit_note_files` (`id`, `credit_note_id`, `file_name`) VALUES ('1', '2', 'facturas/D2Osu7qGBCn64Pr9KNgy.pdf');
INSERT INTO `tec_credit_note_files` (`id`, `credit_note_id`, `file_name`) VALUES ('2', '3', 'facturas/LqNsMSABfw6lJvbOPN0Y.pdf');
INSERT INTO `tec_credit_note_files` (`id`, `credit_note_id`, `file_name`) VALUES ('3', '4', 'boletas/WCHCy0ZqbMCwCZpEWhdF.pdf');


#
# TABLE STRUCTURE FOR: tec_credit_note_items
#

DROP TABLE IF EXISTS `tec_credit_note_items`;

CREATE TABLE `tec_credit_note_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `credit_note_id` int(11) NOT NULL,
  `Quantity` int(11) NOT NULL,
  `LineExtensionAmount` int(11) NOT NULL,
  `PricingReference` int(11) NOT NULL,
  `PriceTypeCode` int(11) NOT NULL,
  `TaxTotalTaxAmount` decimal(25,2) NOT NULL,
  `TaxSubtotalTaxableAmount` int(11) NOT NULL,
  `PriceAmount` int(11) NOT NULL,
  `TaxSubtotalTaxAmount` decimal(25,2) NOT NULL,
  `TaxPercent` int(11) NOT NULL,
  `tax_method` int(11) NOT NULL,
  `Description` varchar(255) NOT NULL,
  `itemSellersID` varchar(50) NOT NULL,
  `user_upgrade` int(11) DEFAULT NULL,
  `date_upgrade` datetime DEFAULT NULL,
  `user_create` int(11) NOT NULL,
  `date_create` datetime NOT NULL,
  `estado` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;

INSERT INTO `tec_credit_note_items` (`id`, `credit_note_id`, `Quantity`, `LineExtensionAmount`, `PricingReference`, `PriceTypeCode`, `TaxTotalTaxAmount`, `TaxSubtotalTaxableAmount`, `PriceAmount`, `TaxSubtotalTaxAmount`, `TaxPercent`, `tax_method`, `Description`, `itemSellersID`, `user_upgrade`, `date_upgrade`, `user_create`, `date_create`, `estado`) VALUES ('1', '1', '1', '15', '15', '1', '2.29', '12', '12', '2.29', '18', '0', 'fdsfdsfds', '', NULL, NULL, '1', '2020-03-11 12:05:24', '1');
INSERT INTO `tec_credit_note_items` (`id`, `credit_note_id`, `Quantity`, `LineExtensionAmount`, `PricingReference`, `PriceTypeCode`, `TaxTotalTaxAmount`, `TaxSubtotalTaxableAmount`, `PriceAmount`, `TaxSubtotalTaxAmount`, `TaxPercent`, `tax_method`, `Description`, `itemSellersID`, `user_upgrade`, `date_upgrade`, `user_create`, `date_create`, `estado`) VALUES ('2', '1', '1', '20', '20', '1', '3.05', '16', '16', '3.05', '18', '0', 'lkdlskjlkjdljkfdf', '', NULL, NULL, '1', '2020-03-11 12:05:24', '1');
INSERT INTO `tec_credit_note_items` (`id`, `credit_note_id`, `Quantity`, `LineExtensionAmount`, `PricingReference`, `PriceTypeCode`, `TaxTotalTaxAmount`, `TaxSubtotalTaxableAmount`, `PriceAmount`, `TaxSubtotalTaxAmount`, `TaxPercent`, `tax_method`, `Description`, `itemSellersID`, `user_upgrade`, `date_upgrade`, `user_create`, `date_create`, `estado`) VALUES ('3', '2', '2', '1600', '800', '1', '244.07', '1355', '677', '244.07', '18', '0', 'LLANTA 9.5R17.5 AEOLUS POST', '0080', NULL, NULL, '1', '2020-03-11 12:23:54', '1');
INSERT INTO `tec_credit_note_items` (`id`, `credit_note_id`, `Quantity`, `LineExtensionAmount`, `PricingReference`, `PriceTypeCode`, `TaxTotalTaxAmount`, `TaxSubtotalTaxableAmount`, `PriceAmount`, `TaxSubtotalTaxAmount`, `TaxPercent`, `tax_method`, `Description`, `itemSellersID`, `user_upgrade`, `date_upgrade`, `user_create`, `date_create`, `estado`) VALUES ('4', '3', '1', '800', '800', '1', '122.03', '677', '677', '122.03', '18', '0', 'LLANTA 9.5R17.5 AEOLUS POST', '0080', NULL, NULL, '1', '2020-04-22 11:55:52', '1');
INSERT INTO `tec_credit_note_items` (`id`, `credit_note_id`, `Quantity`, `LineExtensionAmount`, `PricingReference`, `PriceTypeCode`, `TaxTotalTaxAmount`, `TaxSubtotalTaxableAmount`, `PriceAmount`, `TaxSubtotalTaxAmount`, `TaxPercent`, `tax_method`, `Description`, `itemSellersID`, `user_upgrade`, `date_upgrade`, `user_create`, `date_create`, `estado`) VALUES ('5', '4', '1', '3434', '3434', '1', '523.83', '2910', '2910', '523.83', '18', '0', 'esere', 'sd', NULL, NULL, '1', '2020-05-29 19:14:37', '1');
INSERT INTO `tec_credit_note_items` (`id`, `credit_note_id`, `Quantity`, `LineExtensionAmount`, `PricingReference`, `PriceTypeCode`, `TaxTotalTaxAmount`, `TaxSubtotalTaxableAmount`, `PriceAmount`, `TaxSubtotalTaxAmount`, `TaxPercent`, `tax_method`, `Description`, `itemSellersID`, `user_upgrade`, `date_upgrade`, `user_create`, `date_create`, `estado`) VALUES ('6', '4', '1', '2', '2', '1', '0.45', '2', '2', '0.45', '18', '1', 'ACIDO ECOLOGICO X LT', 'BZ4V', NULL, NULL, '1', '2020-05-29 19:14:37', '1');


#
# TABLE STRUCTURE FOR: tec_credit_note_motive
#

DROP TABLE IF EXISTS `tec_credit_note_motive`;

CREATE TABLE `tec_credit_note_motive` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `description_NC` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;

INSERT INTO `tec_credit_note_motive` (`id`, `description_NC`) VALUES ('1', 'Anulación de la operación');
INSERT INTO `tec_credit_note_motive` (`id`, `description_NC`) VALUES ('2', 'Anulación por error en el RUC');
INSERT INTO `tec_credit_note_motive` (`id`, `description_NC`) VALUES ('3', 'Corrección por error en la descripción');
INSERT INTO `tec_credit_note_motive` (`id`, `description_NC`) VALUES ('4', 'Descuento global');
INSERT INTO `tec_credit_note_motive` (`id`, `description_NC`) VALUES ('5', 'Descuento por Item');
INSERT INTO `tec_credit_note_motive` (`id`, `description_NC`) VALUES ('6', 'Devolución total');
INSERT INTO `tec_credit_note_motive` (`id`, `description_NC`) VALUES ('7', 'Devolución parcial');


#
# TABLE STRUCTURE FOR: tec_customers
#

DROP TABLE IF EXISTS `tec_customers`;

CREATE TABLE `tec_customers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(55) NOT NULL,
  `cf1` varchar(255) NOT NULL,
  `cf2` varchar(255) NOT NULL,
  `phone` varchar(20) NOT NULL,
  `email` varchar(100) NOT NULL,
  `direccion` varchar(300) DEFAULT NULL,
  `customers_type_id` int(11) DEFAULT NULL,
  `custom_field_1` varchar(250) DEFAULT NULL,
  `custom_field_2` varchar(250) DEFAULT NULL,
  `custom_field_3` varchar(250) DEFAULT NULL,
  `estado` int(11) NOT NULL,
  `person_type` varchar(20) NOT NULL,
  `document_type_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2121 DEFAULT CHARSET=utf8;

INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `direccion`, `customers_type_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `estado`, `person_type`, `document_type_id`) VALUES ('1', 'Cesar  Augusto', '42230761', '12345678912', '969778344', 'cesarinbanban@gmail.com', 'av ejercito116 urb el molino, libertad', '0', '', NULL, NULL, '1', '1', '1');
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `direccion`, `customers_type_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `estado`, `person_type`, `document_type_id`) VALUES ('2113', 'CYGNUS CONSULTING SAC', '', '20601771382', '99999999999', 'cygnus@gmail.com', 'AV. PASEO DE LA REPUBLICA NRO. 5181 URB. SURQUILLO LIMA - LIMA - SURQUILLO', '1', NULL, NULL, NULL, '1', '2', '1');
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `direccion`, `customers_type_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `estado`, `person_type`, `document_type_id`) VALUES ('2114', 'SOLANO RODRIGUEZ JULIO DECIDERIO', '--', '10095588943', '', '', 'PJ. LUIS DE LA PUENTE UCEDA LT. 5 MZ. 42 P.J. MARIANO MELGAR LIMA - LIMA - VILLA MARIA DEL TRIUNFO', '0', NULL, NULL, NULL, '1', '1', '1');
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `direccion`, `customers_type_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `estado`, `person_type`, `document_type_id`) VALUES ('2115', 'GERENCIA SUB REGIONAL ANGARAES', '--', '20486982803', '', '', 'AV. ESMERALDA NRO. 830 ---- BARRIO BELLAVISTA HUANCAVELICA - ANGARAES - LIRCAY', '2', '', NULL, NULL, '1', '1', '1');
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `direccion`, `customers_type_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `estado`, `person_type`, `document_type_id`) VALUES ('2116', 'MIGUEÑ', '71014647', '10710146476', '980655267', 'miguel98681@gmail.com', 'Jr Libertad 1179-B, Lima', '1', NULL, NULL, NULL, '1', '1', '1');
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `direccion`, `customers_type_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `estado`, `person_type`, `document_type_id`) VALUES ('2117', 'miguel grados cherrepano', '71014647', '10710146476', '980655267', 'miguel98681@gmail.com', 'Jr Libertad 1179-B, Lima', '1', NULL, NULL, NULL, '1', '1', '1');
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `direccion`, `customers_type_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `estado`, `person_type`, `document_type_id`) VALUES ('2118', 'CONTRERAS ROJAS ELIDIO ALFREDO', '--', '10103068431', '', '', '-  -', '0', '', NULL, NULL, '1', '1', '1');
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `direccion`, `customers_type_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `estado`, `person_type`, `document_type_id`) VALUES ('2119', 'CONTRERAS ROJAS ELIDIO ALFREDO', '--', '10103068431', '', '', '-  -', '0', '', NULL, NULL, '1', '1', '1');
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `direccion`, `customers_type_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `estado`, `person_type`, `document_type_id`) VALUES ('2120', 'PERALTA JIMENEZ LIZ DANIXA', '12345678', '10738996521', '87878787', 'lovemen_123@hotmail.com', 'Av. La Merced 1015dffffffffff Dpto C 601- Condominio Las Terrazas Surco', '1', '', NULL, NULL, '1', '1', '1');


#
# TABLE STRUCTURE FOR: tec_customers_type
#

DROP TABLE IF EXISTS `tec_customers_type`;

CREATE TABLE `tec_customers_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `customers_type` varchar(250) CHARACTER SET latin1 DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

INSERT INTO `tec_customers_type` (`id`, `customers_type`) VALUES ('1', 'Cliente externo');
INSERT INTO `tec_customers_type` (`id`, `customers_type`) VALUES ('2', 'Cliente interno');


#
# TABLE STRUCTURE FOR: tec_doctors
#

DROP TABLE IF EXISTS `tec_doctors`;

CREATE TABLE `tec_doctors` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(300) NOT NULL,
  `cmp` varchar(50) NOT NULL,
  `speciality` varchar(300) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: tec_document_type
#

DROP TABLE IF EXISTS `tec_document_type`;

CREATE TABLE `tec_document_type` (
  `id` int(11) NOT NULL,
  `document_type` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `tec_document_type` (`id`, `document_type`) VALUES ('0', 'DOC.TRIB.NO.DOM.SIN.RUC');
INSERT INTO `tec_document_type` (`id`, `document_type`) VALUES ('1', 'DOCUMENTO NACIONAL DE IDENTIDAD');
INSERT INTO `tec_document_type` (`id`, `document_type`) VALUES ('4', 'CARNET DE EXTRANJERIA');
INSERT INTO `tec_document_type` (`id`, `document_type`) VALUES ('6', 'REGISTRO  UNICO DE CONTRIBUYENTES');
INSERT INTO `tec_document_type` (`id`, `document_type`) VALUES ('7', 'PASAPORTE');
INSERT INTO `tec_document_type` (`id`, `document_type`) VALUES ('8', 'por definir');


#
# TABLE STRUCTURE FOR: tec_exchange
#

DROP TABLE IF EXISTS `tec_exchange`;

CREATE TABLE `tec_exchange` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `currency` varchar(3) DEFAULT NULL,
  `buy` decimal(25,3) NOT NULL,
  `sell` decimal(25,3) NOT NULL,
  `uCrea` int(11) DEFAULT NULL,
  `fCrea` datetime DEFAULT NULL,
  `uActualiza` int(11) DEFAULT NULL,
  `fActualiza` datetime DEFAULT NULL,
  `estado` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8;

INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('1', '2019-12-10', 'USD', '3.345', '3.346', '20', '2019-12-10 05:11:24', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('2', '2019-12-12', 'USD', '3.390', '3.393', '1', '2019-12-12 16:14:01', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('3', '2019-12-13', 'USD', '3.389', '3.393', '1', '2019-12-13 17:06:19', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('4', '2019-12-16', 'USD', '3.367', '3.373', '1', '2019-12-16 12:51:53', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('5', '2019-12-17', 'USD', '3.355', '3.360', '1', '2019-12-17 10:59:23', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('6', '2019-12-20', 'USD', '3.335', '3.338', '1', '2019-12-20 13:08:36', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('7', '2019-12-21', 'USD', '3.335', '3.338', '1', '2019-12-21 12:36:31', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('8', '2019-12-23', 'USD', '3.321', '3.326', '1', '2019-12-23 14:30:25', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('9', '2019-12-24', 'USD', '3.314', '3.320', '1', '2019-12-24 12:22:19', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('10', '2019-12-26', 'USD', '3.314', '3.319', '1', '2019-12-26 10:29:30', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('11', '2019-12-31', 'USD', '3.314', '3.319', '1', '2019-12-31 11:34:10', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('12', '2020-01-07', 'USD', '3.320', '3.323', '1', '2020-01-07 09:54:15', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('13', '2020-01-08', 'USD', '3.325', '3.327', '2', '2020-01-08 15:22:46', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('14', '2020-01-09', 'USD', '3.318', '3.320', '1', '2020-01-09 13:33:35', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('15', '2020-01-13', 'USD', '3.321', '3.324', '1', '2020-01-13 12:58:59', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('16', '2020-01-14', 'USD', '3.334', '3.336', '2', '2020-01-14 13:21:41', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('17', '2020-01-15', 'USD', '3.328', '3.330', '2', '2020-01-15 11:27:40', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('18', '2020-01-16', 'USD', '3.328', '3.330', '2', '2020-01-16 07:32:54', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('19', '2020-01-17', 'USD', '3.321', '3.326', '2', '2020-01-17 09:57:34', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('20', '2020-01-21', 'USD', '3.319', '3.324', '2', '2020-01-21 00:27:04', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('21', '2020-01-23', 'USD', '3.314', '3.317', '2', '2020-01-23 16:25:53', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('22', '2020-01-26', 'USD', '3.320', '3.322', '1', '2020-01-26 18:59:09', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('23', '2020-01-27', 'USD', '3.320', '3.325', '1', '2020-01-27 15:55:25', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('24', '2020-01-28', 'USD', '3.336', '3.339', '2', '2020-01-28 10:53:25', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('25', '2020-01-29', 'USD', '3.332', '3.335', '2', '2020-01-29 19:18:10', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('26', '2020-01-30', 'USD', '3.343', '3.345', '2', '2020-01-30 10:01:36', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('27', '2020-01-31', 'USD', '3.359', '3.360', '2', '2020-01-31 09:07:04', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('28', '2020-02-03', 'USD', '3.373', '3.376', '2', '2020-02-03 21:45:40', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('29', '2020-02-04', 'USD', '3.373', '3.376', '1', '2020-02-04 00:16:41', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('30', '2020-02-09', 'USD', '3.369', '3.371', '2', '2020-02-09 15:30:18', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('31', '2020-02-10', 'USD', '3.385', '3.388', '1', '2020-02-10 11:14:45', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('32', '2020-02-11', 'USD', '3.392', '3.394', '1', '2020-02-11 13:18:01', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('33', '2020-02-13', 'USD', '3.381', '3.383', '1', '2020-02-13 17:44:58', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('34', '2020-02-14', 'USD', '3.383', '3.385', '1', '2020-02-14 10:07:57', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('35', '2020-02-19', 'USD', '3.383', '3.386', '1', '2020-02-19 11:00:54', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('36', '2020-02-26', 'USD', '3.402', '3.405', '1', '2020-02-26 11:51:40', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('37', '2020-02-27', 'USD', '3.409', '3.412', '1', '2020-02-27 10:02:07', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('38', '2020-03-02', 'USD', '0.000', '0.000', '1', '2020-03-02 15:41:33', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('39', '2020-03-05', 'USD', '3.420', '3.425', '1', '2020-03-05 12:40:21', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('40', '2020-03-07', 'USD', '3.438', '3.440', '2', '2020-03-07 21:08:30', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('41', '2020-03-08', 'USD', '3.438', '3.440', '2', '2020-03-08 22:09:26', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('42', '2020-03-09', 'USD', '3.470', '3.473', '2', '2020-03-09 09:23:16', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('43', '2020-03-10', 'USD', '3.499', '3.502', '1', '2020-03-10 23:34:07', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('44', '2020-03-11', 'USD', '3.494', '3.498', '1', '2020-03-11 08:18:57', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('45', '2020-03-12', 'USD', '3.507', '3.510', '1', '2020-03-12 11:33:47', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('46', '2020-03-13', 'USD', '3.543', '3.545', '1', '2020-03-13 16:03:48', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('47', '2020-03-17', 'USD', '3.544', '3.550', '1', '2020-03-17 21:52:36', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('48', '2020-03-18', 'USD', '3.549', '3.554', '1', '2020-03-18 20:31:03', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('49', '2020-03-19', 'USD', '3.565', '3.568', '1', '2020-03-19 23:24:41', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('50', '2020-03-23', 'USD', '3.520', '3.525', '1', '2020-03-23 16:09:49', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('51', '2020-03-27', 'USD', '3.429', '3.439', '1', '2020-03-27 17:47:19', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('52', '2020-04-01', 'USD', '3.433', '3.442', '1', '2020-04-01 10:51:42', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('53', '2020-04-10', 'USD', '3.367', '3.373', '1', '2020-04-10 20:04:02', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('54', '2020-04-11', 'USD', '3.367', '3.373', '1', '2020-04-11 16:59:43', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('55', '2020-04-13', 'USD', '3.354', '3.356', '1', '2020-04-13 12:07:49', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('56', '2020-04-20', 'USD', '3.407', '3.411', '2', '2020-04-20 01:35:49', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('57', '2020-04-22', 'USD', '3.397', '3.400', '1', '2020-04-22 11:54:34', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('58', '2020-04-23', 'USD', '3.370', '3.376', '1', '2020-04-23 11:10:01', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('59', '2020-04-26', 'USD', '3.358', '3.364', '1', '2020-04-26 12:09:17', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('60', '2020-04-29', 'USD', '3.382', '3.387', '1', '2020-04-29 12:10:16', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('61', '2020-05-01', 'USD', '0.000', '0.000', '1', '2020-05-01 13:05:13', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('62', '2020-05-18', 'USD', '3.444', '3.448', '1', '2020-05-18 10:51:51', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('63', '2020-05-19', 'USD', '3.419', '3.424', '1', '2020-05-19 11:44:42', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('64', '2020-05-20', 'USD', '3.425', '3.430', '1', '2020-05-20 12:46:25', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('65', '2020-05-21', 'USD', '3.404', '3.410', '1', '2020-05-21 12:54:11', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('66', '2020-05-22', 'USD', '3.402', '3.406', '1', '2020-05-22 11:56:02', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('67', '2020-05-23', 'USD', '3.402', '3.406', '1', '2020-05-23 11:57:09', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('68', '2020-05-26', 'USD', '3.425', '3.429', '1', '2020-05-26 12:27:06', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('69', '2020-05-27', 'USD', '3.421', '3.426', '1', '2020-05-27 13:45:34', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('70', '2020-05-28', 'USD', '3.448', '3.453', '1', '2020-05-28 12:39:43', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('71', '2020-05-29', 'USD', '3.439', '3.444', '1', '2020-05-29 13:25:16', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('72', '2020-05-30', 'USD', '3.439', '3.444', '1', '2020-05-30 12:26:09', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('73', '2020-05-31', 'USD', '3.439', '3.444', '1', '2020-05-31 16:20:41', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('74', '2020-06-01', 'USD', '0.000', '0.000', '1', '2020-06-01 13:58:52', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('75', '2020-06-02', 'USD', '3.421', '3.422', '1', '2020-06-02 11:32:23', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('76', '2020-06-03', 'USD', '3.402', '3.404', '1', '2020-06-03 19:23:22', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('77', '2020-06-04', 'USD', '3.389', '3.391', '1', '2020-06-04 12:48:57', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('78', '2020-06-05', 'USD', '3.421', '3.422', '1', '2020-06-05 19:54:18', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('79', '2020-06-06', 'USD', '3.421', '3.422', '1', '2020-06-06 21:41:57', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('80', '2020-06-07', 'USD', '3.421', '3.422', '1', '2020-06-07 17:00:54', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('81', '2020-06-08', 'USD', '3.426', '3.430', '1', '2020-06-08 18:00:25', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('82', '2020-06-09', 'USD', '3.426', '3.430', '1', '2020-06-09 04:40:59', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('83', '2020-06-11', 'USD', '3.435', '3.437', '1', '2020-06-11 22:04:23', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('84', '2020-06-12', 'USD', '3.435', '3.437', '1', '2020-06-12 00:45:52', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('85', '2020-06-13', 'USD', '3.450', '3.452', '1', '2020-06-13 12:53:00', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('86', '2020-06-14', 'USD', '3.450', '3.452', '1', '2020-06-14 14:20:00', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('87', '2020-06-15', 'USD', '3.460', '3.464', '1', '2020-06-15 15:02:27', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('88', '2020-06-16', 'USD', '3.480', '3.485', '1', '2020-06-16 12:49:46', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('89', '2020-06-17', 'USD', '3.473', '3.477', '2', '2020-06-17 12:52:07', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('90', '2020-06-19', 'USD', '3.506', '3.511', '1', '2020-06-19 16:38:02', NULL, NULL, '1');
INSERT INTO `tec_exchange` (`id`, `date`, `currency`, `buy`, `sell`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('91', '2020-06-28', 'USD', '3.509', '3.513', '2', '2020-06-28 13:06:55', NULL, NULL, '1');


#
# TABLE STRUCTURE FOR: tec_expenses
#

DROP TABLE IF EXISTS `tec_expenses`;

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

INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `currency`, `exchange`, `note`, `created_by`, `attachment`) VALUES ('1', '2020-03-10 22:32:00', 'erfdfdf', '35434.00', 'PEN', '3.550', '', '1', NULL);


#
# TABLE STRUCTURE FOR: tec_gift_cards
#

DROP TABLE IF EXISTS `tec_gift_cards`;

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

INSERT INTO `tec_gift_cards` (`id`, `date`, `card_no`, `value`, `customer_id`, `balance`, `expiry`, `created_by`) VALUES ('1', '2020-06-02 16:34:42', '7490 5572 6352 6752', '15.00', NULL, '15.00', NULL, '1');


#
# TABLE STRUCTURE FOR: tec_groups
#

DROP TABLE IF EXISTS `tec_groups`;

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

INSERT INTO `tec_groups` (`id`, `name`, `description`) VALUES ('1', 'Admin', 'Administrator');
INSERT INTO `tec_groups` (`id`, `name`, `description`) VALUES ('2', 'Staff', 'Staff');
INSERT INTO `tec_groups` (`id`, `name`, `description`) VALUES ('3', 'Caja', 'Caja');


#
# TABLE STRUCTURE FOR: tec_locals
#

DROP TABLE IF EXISTS `tec_locals`;

CREATE TABLE `tec_locals` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(50) NOT NULL,
  `name` varchar(250) NOT NULL,
  `address` varchar(250) DEFAULT NULL,
  `cod_sunat` char(4) NOT NULL,
  `default_warehouse` int(11) DEFAULT NULL,
  `invoice_format` varchar(50) DEFAULT NULL,
  `bill_format` varchar(50) DEFAULT NULL,
  `invoice_number` int(11) DEFAULT NULL,
  `bill_number` int(11) DEFAULT NULL,
  `uCrea` int(11) DEFAULT NULL,
  `fCrea` datetime DEFAULT NULL,
  `uActualiza` int(11) DEFAULT NULL,
  `fActualiza` datetime DEFAULT NULL,
  `estado` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

INSERT INTO `tec_locals` (`id`, `code`, `name`, `address`, `cod_sunat`, `default_warehouse`, `invoice_format`, `bill_format`, `invoice_number`, `bill_number`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('1', 'Principal', 'Local Principal', '', '0001', NULL, NULL, NULL, NULL, NULL, '1', '2019-03-22 21:01:56', NULL, NULL, '1');
INSERT INTO `tec_locals` (`id`, `code`, `name`, `address`, `cod_sunat`, `default_warehouse`, `invoice_format`, `bill_format`, `invoice_number`, `bill_number`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('2', 'sd', 'ererer', 'erere', '0001', NULL, 'F001-{0000000}', 'B001-{0000000}', '0', '1', '1', '2020-03-17 22:31:52', NULL, NULL, '1');


#
# TABLE STRUCTURE FOR: tec_login_attempts
#

DROP TABLE IF EXISTS `tec_login_attempts`;

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

#
# TABLE STRUCTURE FOR: tec_makers
#

DROP TABLE IF EXISTS `tec_makers`;

CREATE TABLE `tec_makers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `maker` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;

INSERT INTO `tec_makers` (`id`, `maker`) VALUES ('4', 'Apropo');
INSERT INTO `tec_makers` (`id`, `maker`) VALUES ('5', 'secundario');


#
# TABLE STRUCTURE FOR: tec_mesas
#

DROP TABLE IF EXISTS `tec_mesas`;

CREATE TABLE `tec_mesas` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `mesa` varchar(45) NOT NULL,
  `estado` varchar(45) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: tec_motive_referral_guide
#

DROP TABLE IF EXISTS `tec_motive_referral_guide`;

CREATE TABLE `tec_motive_referral_guide` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(20) NOT NULL,
  `description` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;

INSERT INTO `tec_motive_referral_guide` (`id`, `code`, `description`) VALUES ('1', '01', 'VENTA');
INSERT INTO `tec_motive_referral_guide` (`id`, `code`, `description`) VALUES ('2', '14', 'VENTA SUJETA A CONFIRMACION DEL COMPRADOR');
INSERT INTO `tec_motive_referral_guide` (`id`, `code`, `description`) VALUES ('3', '02', 'COMPRA');
INSERT INTO `tec_motive_referral_guide` (`id`, `code`, `description`) VALUES ('4', '04', 'TRASLADO ENTRE ESTABLECIMIENTOS DE LA MISMA EMPRESA');
INSERT INTO `tec_motive_referral_guide` (`id`, `code`, `description`) VALUES ('5', '18', 'TRASLADO EMISOR ITINERANTE CP');
INSERT INTO `tec_motive_referral_guide` (`id`, `code`, `description`) VALUES ('6', '08', 'IMPORTACION');
INSERT INTO `tec_motive_referral_guide` (`id`, `code`, `description`) VALUES ('7', '09', 'EXPORTACION');
INSERT INTO `tec_motive_referral_guide` (`id`, `code`, `description`) VALUES ('8', '19', 'TRASLADO A ZONA PRIMARIA');
INSERT INTO `tec_motive_referral_guide` (`id`, `code`, `description`) VALUES ('9', '13', 'OTROS');


#
# TABLE STRUCTURE FOR: tec_mov_motive
#

DROP TABLE IF EXISTS `tec_mov_motive`;

CREATE TABLE `tec_mov_motive` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `motive` varchar(250) NOT NULL,
  `alias` char(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;

INSERT INTO `tec_mov_motive` (`id`, `motive`, `alias`) VALUES ('1', ' Ingreso por compra de productos', 'ICP');
INSERT INTO `tec_mov_motive` (`id`, `motive`, `alias`) VALUES ('2', 'Ingreso por devolución de productos', 'IDP');
INSERT INTO `tec_mov_motive` (`id`, `motive`, `alias`) VALUES ('3', 'Ingreso por anulación de venta', 'IAV');
INSERT INTO `tec_mov_motive` (`id`, `motive`, `alias`) VALUES ('4', 'Ingreso por traslado', 'IT');
INSERT INTO `tec_mov_motive` (`id`, `motive`, `alias`) VALUES ('5', 'Salida por venta', 'SV');
INSERT INTO `tec_mov_motive` (`id`, `motive`, `alias`) VALUES ('6', 'Salida por traslado', 'ST');
INSERT INTO `tec_mov_motive` (`id`, `motive`, `alias`) VALUES ('8', 'Salida por anulación de compra', 'SAC');


#
# TABLE STRUCTURE FOR: tec_payments
#

DROP TABLE IF EXISTS `tec_payments`;

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

INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('1', '2020-01-13 21:06:50', '8', '1', NULL, 'cash', '', '', '', '', '', '', '12.00', NULL, '1', NULL, '', '12.00', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('2', '2020-01-17 18:02:00', '7', '1', NULL, 'cash', '', NULL, NULL, NULL, NULL, NULL, '35.00', 'PEN', '2', NULL, '', '0.00', '0.00', '', '', NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('3', '2020-01-30 18:04:02', '11', '1', NULL, 'cash', '', '', '', '', '', '', '1614.70', NULL, '2', NULL, '', '1614.70', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('4', '2020-01-31 19:41:26', '12', '1', NULL, 'cash', '', '', '', '', '', '', '805.90', NULL, '2', NULL, '', '805.90', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('5', '2020-02-14 01:53:21', '13', '1', NULL, 'cash', '', '', '', '', '', '', '802.90', NULL, '1', NULL, '', '802.90', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('6', '2020-02-14 02:17:52', '14', '1', NULL, 'cash', '', '', '', '', '', '', '2.90', NULL, '1', NULL, '', '2.90', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('7', '2020-02-14 02:31:52', '15', '1', NULL, 'cash', '', '', '', '', '', '', '805.90', NULL, '1', NULL, '', '805.90', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('8', '2020-02-19 19:32:00', '17', '1', NULL, 'cash', '', '', '', '', '', '', '805.90', NULL, '1', NULL, '', '805.90', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('9', '2020-02-27 17:20:53', '18', '1', NULL, 'cash', '', '', '', '', '', '', '5.90', NULL, '1', NULL, '', '5.90', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('10', '2020-02-27 17:21:02', '19', '1', NULL, 'cash', '', '', '', '', '', '', '5.90', NULL, '1', NULL, '', '5.90', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('11', '2020-02-27 17:23:27', '20', '1', NULL, 'cash', '', '', '', '', '', '', '5.90', NULL, '1', NULL, '', '5.90', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('12', '2020-02-27 17:24:15', '21', '1', NULL, 'cash', '', '', '', '', '', '', '5.90', NULL, '1', NULL, '', '5.90', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('13', '2020-02-27 17:26:04', '22', '1', NULL, 'cash', '', '', '', '', '', '', '5.90', NULL, '1', NULL, '', '5.90', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('14', '2020-03-02 16:24:56', '24', '1', NULL, 'cash', '', '', '', '', '', '', '2.90', NULL, '1', NULL, '', '2.90', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('15', '2020-03-07 21:59:52', '28', '1', NULL, 'cash', '', '', '', '', '', '', '3.00', NULL, '2', NULL, '', '5.00', '2.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('16', '2020-03-09 09:27:52', '29', '1', NULL, 'cash', '', '', '', '', '', '', '2.90', NULL, '2', NULL, '', '30.00', '27.10', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('17', '2020-03-09 11:50:14', '30', '1', NULL, 'cash', '', '', '', '', '', '', '8.80', NULL, '2', NULL, '', '40.00', '31.20', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('18', '2020-03-11 08:38:14', '31', '1', NULL, 'cash', '', '', '', '', '', '', '2.90', NULL, '1', NULL, '', '2.90', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('19', '2020-05-21 16:59:22', '33', '1', NULL, 'cash', '', '', '', '', '', '', '5.00', NULL, '1', NULL, '', '5.00', '0.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('20', '2020-06-09 00:40:07', '34', '2120', NULL, 'cash', '', '', '', '', '', '', '-47.00', NULL, '1', NULL, '', '150.00', '197.00', '', NULL, NULL, NULL);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`) VALUES ('22', '2020-06-28 13:11:21', '35', '2113', NULL, 'cash', '', '', '', '', '', '', '10.50', NULL, '2', NULL, '', '20.00', '9.50', '', NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: tec_product_mov
#

DROP TABLE IF EXISTS `tec_product_mov`;

CREATE TABLE `tec_product_mov` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `origin_id` int(11) NOT NULL,
  `local_id` int(11) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `product_id` int(11) DEFAULT NULL,
  `cant` int(11) DEFAULT NULL,
  `tipo` char(1) DEFAULT NULL,
  `idMotivo` int(11) DEFAULT NULL,
  `ref` char(50) DEFAULT NULL,
  `uCrea` int(11) DEFAULT NULL,
  `fCrea` timestamp NULL DEFAULT NULL,
  `uActualiza` int(11) DEFAULT NULL,
  `fActualiza` timestamp NULL DEFAULT NULL,
  `estado` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8;

INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('1', '6', '1', '2', '1', '2', 'S', '5', 'F001-0001548', '2', '2019-12-31 19:59:07', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('2', '8', '1', '2', '1', '1', 'S', '5', 'B001-0003010', '1', '2020-01-13 21:06:51', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('3', '9', '1', '2', '1', '1', 'S', '5', 'B001-0003011', '2', '2020-01-17 17:58:32', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('4', '9', '1', '2', '1', '1', 'I', '3', 'B001-0003011', '2', '2020-01-17 17:59:18', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('5', '10', '1', '2', '1', '4', 'S', '5', 'F001-0001550', '2', '2020-01-17 20:04:44', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('6', '11', '1', '2', '2', '5', 'S', '5', 'F001-0001551', '2', '2020-01-30 18:04:03', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('7', '11', '1', '2', '1', '2', 'S', '5', 'F001-0001551', '2', '2020-01-30 18:04:03', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('8', '12', '1', '2', '2', '2', 'S', '5', 'NV001-0002', '2', '2020-01-31 19:41:26', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('9', '12', '1', '2', '1', '1', 'S', '5', 'NV001-0002', '2', '2020-01-31 19:41:26', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('10', '13', '1', '2', '2', '1', 'S', '5', 'B001-0003012', '1', '2020-02-14 01:54:21', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('11', '13', '1', '2', '1', '1', 'S', '5', 'B001-0003012', '1', '2020-02-14 01:54:21', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('12', '14', '1', '2', '2', '1', 'S', '5', 'B001-0003013', '1', '2020-02-14 02:18:52', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('13', '15', '1', '2', '2', '2', 'S', '5', 'B001-0003014', '1', '2020-02-14 02:32:52', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('14', '15', '1', '2', '1', '1', 'S', '5', 'B001-0003014', '1', '2020-02-14 02:32:52', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('15', '16', '1', '2', '1', '1', 'S', '5', 'B001-0003015', '1', '2020-02-14 02:35:26', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('16', '17', '1', '2', '2', '2', 'S', '5', 'F001-0001552', '1', '2020-02-19 19:33:01', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('17', '17', '1', '2', '1', '1', 'S', '5', 'F001-0001552', '1', '2020-02-19 19:33:01', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('18', '18', '1', '2', '2', '2', 'S', '5', 'F001-0001553', '1', '2020-02-27 17:20:53', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('19', '19', '1', '2', '2', '2', 'S', '5', 'F001-0001554', '1', '2020-02-27 17:21:03', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('20', '20', '1', '2', '2', '2', 'S', '5', 'F001-0001555', '1', '2020-02-27 17:23:27', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('21', '21', '1', '2', '2', '2', 'S', '5', 'F001-0001556', '1', '2020-02-27 17:24:15', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('22', '22', '1', '2', '2', '2', 'S', '5', 'F001-0001557', '1', '2020-02-27 17:26:05', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('23', '23', '1', '2', '1', '1', 'S', '5', 'F001-0001558', '1', '2020-02-27 17:26:59', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('24', '24', '1', '2', '2', '1', 'S', '5', 'F001-0001559', '1', '2020-03-02 16:24:57', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('25', '25', '1', '2', '2', '1', 'S', '5', 'F001-0001560', '2', '2020-03-07 21:11:30', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('26', '25', '1', '2', '1', '1', 'S', '5', 'F001-0001560', '2', '2020-03-07 21:11:30', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('27', '26', '1', '2', '1', '1', 'S', '5', 'B001-0003016', '2', '2020-03-07 21:25:52', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('28', '26', '1', '2', '2', '1', 'S', '5', 'B001-0003016', '2', '2020-03-07 21:25:52', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('29', '27', '1', '2', '1', '1', 'S', '5', 'B001-0003017', '2', '2020-03-07 21:27:37', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('30', '26', '1', '2', '1', '1', 'I', '3', 'B001-0003016', '2', '2020-03-07 21:33:45', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('31', '26', '1', '2', '2', '1', 'I', '3', 'B001-0003016', '2', '2020-03-07 21:33:45', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('32', '27', '1', '2', '1', '1', 'I', '3', 'B001-0003017', '2', '2020-03-07 21:34:38', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('33', '28', '1', '2', '2', '1', 'S', '5', 'B001-0003018', '2', '2020-03-07 21:59:52', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('34', '29', '1', '2', '2', '1', 'S', '5', 'B001-0003019', '2', '2020-03-09 09:27:52', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('35', '30', '1', '2', '2', '3', 'S', '5', 'B001-0003020', '2', '2020-03-09 11:50:15', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('36', '31', '1', '2', '2', '1', 'S', '5', 'F001-0001561', '1', '2020-03-11 08:38:14', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('37', '32', '1', '2', '1', '1', 'S', '5', 'F001-0001562', '1', '2020-03-11 11:43:16', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('38', '1', '1', '2', '3', '1', 'I', '1', 'retrgdfv', '1', '2020-03-17 22:32:50', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('39', '33', '1', '2', '2', '1', 'S', '5', 'B001-0003021', '1', '2020-05-21 16:59:23', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('40', '33', '1', '2', '4', '1', 'S', '5', 'B001-0003021', '1', '2020-05-21 16:59:23', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('41', '2', '1', '1', '4', '1', 'I', '1', 'ajo', '1', '2020-05-31 16:22:06', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('42', '2', '1', '1', '1', '1', 'I', '1', 'ajo', '1', '2020-05-31 16:22:06', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('43', '34', '2', '2', '2', '1', 'S', '5', 'B001-0000001', '1', '2020-06-09 00:40:08', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('44', '1', '1', '1', '3', '1', 'I', '4', 'TL-000001', '1', '2020-06-09 05:05:06', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('45', '1', '1', '2', '3', '1', 'S', '6', 'TL-000001', '1', '2020-06-09 05:05:06', NULL, NULL, '1');
INSERT INTO `tec_product_mov` (`id`, `origin_id`, `local_id`, `warehouse_id`, `product_id`, `cant`, `tipo`, `idMotivo`, `ref`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('46', '35', '1', '2', '2', '3', 'S', '5', 'B001-0003022', '2', '2020-06-28 13:12:21', NULL, NULL, '1');


#
# TABLE STRUCTURE FOR: tec_products
#

DROP TABLE IF EXISTS `tec_products`;

CREATE TABLE `tec_products` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(50) NOT NULL,
  `name` char(255) NOT NULL,
  `category_id` int(11) NOT NULL DEFAULT '1',
  `currency` varchar(3) DEFAULT NULL,
  `price` decimal(25,2) NOT NULL,
  `image` varchar(255) DEFAULT 'no_image.png',
  `tax` varchar(20) DEFAULT '0',
  `cost` decimal(25,2) DEFAULT NULL,
  `tax_method` tinyint(1) DEFAULT '1',
  `quantity` decimal(15,2) DEFAULT '0.00',
  `barcode_symbology` varchar(20) NOT NULL DEFAULT 'code39',
  `type` varchar(20) NOT NULL DEFAULT 'standard',
  `details` text,
  `alert_quantity` decimal(10,2) DEFAULT '0.00',
  `maker_id` int(11) DEFAULT NULL,
  `custom_field_1` varchar(250) DEFAULT NULL,
  `custom_field_2` varchar(250) DEFAULT NULL,
  `custom_field_3` varchar(250) DEFAULT NULL,
  `presentation` varchar(250) DEFAULT NULL,
  `estado` int(11) DEFAULT '1',
  `uCrea` int(11) DEFAULT NULL,
  `fCrea` timestamp NULL DEFAULT NULL,
  `uActualiza` int(11) DEFAULT NULL,
  `fActualiza` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;

INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `currency`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `maker_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `presentation`, `estado`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`) VALUES ('1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '3', 'PEN', '800.00', 'no_image.png', '0', '600.00', '0', NULL, 'code39', 'standard', '', '0.00', '4', NULL, NULL, NULL, '', '1', '2', '2019-12-31 19:58:25', NULL, NULL);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `currency`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `maker_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `presentation`, `estado`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`) VALUES ('2', 'BZ4V', 'ACIDO ECOLOGICO POR LITRO', '3', 'PEN', '3.50', '281f1adb56bbc018de6afd730b46b95d.jpg', '0', '250.00', '0', NULL, 'code39', 'standard', '150', '1.00', '4', NULL, NULL, NULL, 'LT', '1', '2', '2020-01-21 08:34:30', '1', '2020-06-13 18:55:12');
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `currency`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `maker_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `presentation`, `estado`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`) VALUES ('3', 'JBK3G', 'manzana', '3', 'PEN', '7.00', 'no_image.png', '0', '6.00', '1', NULL, 'code39', 'standard', '', '10.00', '4', NULL, NULL, NULL, 'unidad', '1', '1', '2020-03-02 17:36:59', NULL, NULL);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `currency`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `maker_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `presentation`, `estado`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`) VALUES ('4', 'sd', 'esere', '3', 'PEN', '3434.00', 'no_image.png', '0', '454.00', '0', NULL, 'code39', 'standard', '', '0.00', '4', NULL, NULL, NULL, 'sdsd', '1', '1', '2020-03-17 22:12:02', NULL, NULL);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `currency`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `maker_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `presentation`, `estado`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`) VALUES ('5', '0001', 'prueba2', '3', 'PEN', '20.00', 'no_image.png', '0', '0.50', '3', NULL, 'code39', 'standard', '', '0.00', '0', NULL, NULL, NULL, 'lll', '1', '1', '2020-06-08 00:04:18', '1', '2020-06-12 17:25:26');


#
# TABLE STRUCTURE FOR: tec_purchase_items
#

DROP TABLE IF EXISTS `tec_purchase_items`;

CREATE TABLE `tec_purchase_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `purchase_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `quantity` decimal(15,2) NOT NULL,
  `cost` decimal(25,2) NOT NULL,
  `subtotal` decimal(25,2) NOT NULL,
  `estado` int(11) DEFAULT '1',
  `uCrea` int(11) DEFAULT NULL,
  `fCrea` timestamp NULL DEFAULT NULL,
  `uActualiza` int(11) DEFAULT NULL,
  `fActualiza` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`, `estado`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`) VALUES ('1', '1', '3', '1.00', '7.08', '7.08', '1', '1', '2020-03-17 22:32:50', NULL, NULL);
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`, `estado`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`) VALUES ('2', '2', '1', '1.00', '600.00', '600.00', '1', '1', '2020-05-31 16:22:06', NULL, NULL);
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`, `estado`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`) VALUES ('3', '2', '4', '1.00', '454.00', '454.00', '1', '1', '2020-05-31 16:22:06', NULL, NULL);


#
# TABLE STRUCTURE FOR: tec_purchase_pay
#

DROP TABLE IF EXISTS `tec_purchase_pay`;

CREATE TABLE `tec_purchase_pay` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  `purchase_id` int(11) DEFAULT NULL,
  `supplier_id` int(11) DEFAULT NULL,
  `paid_by` varchar(20) NOT NULL,
  `cheque_no` varchar(20) DEFAULT NULL,
  `amount` decimal(25,2) NOT NULL,
  `currency` varchar(3) DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `attachment` varchar(255) DEFAULT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `reference` varchar(50) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `estado` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: tec_purchases
#

DROP TABLE IF EXISTS `tec_purchases`;

CREATE TABLE `tec_purchases` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `reference` varchar(55) NOT NULL,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `local_id` int(11) NOT NULL,
  `note` varchar(1000) NOT NULL,
  `currency` varchar(3) DEFAULT NULL,
  `exchange` decimal(25,3) DEFAULT NULL,
  `affected` decimal(25,2) NOT NULL,
  `exonerated` decimal(25,2) NOT NULL,
  `tax` decimal(25,2) NOT NULL,
  `total` decimal(25,2) NOT NULL,
  `grand_total` decimal(25,2) NOT NULL,
  `paid` decimal(25,2) NOT NULL,
  `status` varchar(250) DEFAULT NULL,
  `description` varchar(250) DEFAULT NULL,
  `attachment` varchar(255) DEFAULT NULL,
  `supplier_id` int(11) DEFAULT NULL,
  `received` tinyint(1) DEFAULT NULL,
  `expiration_date` date DEFAULT NULL,
  `warehouse_id` int(11) NOT NULL,
  `estado` int(11) DEFAULT '1',
  `uCrea` int(11) DEFAULT NULL,
  `fCrea` timestamp NULL DEFAULT NULL,
  `uActualiza` int(11) DEFAULT NULL,
  `fActualiza` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `local_id`, `note`, `currency`, `exchange`, `affected`, `exonerated`, `tax`, `total`, `grand_total`, `paid`, `status`, `description`, `attachment`, `supplier_id`, `received`, `expiration_date`, `warehouse_id`, `estado`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`) VALUES ('1', 'retrgdfv', '2020-03-17 22:32:00', '1', '', 'PEN', '3.550', '6.00', '0.00', '1.08', '6.00', '7.08', '0.00', 'DEBE', 'dvdgrtfghfvdhfghgd', NULL, '1', NULL, '2022-11-17', '2', '1', '1', '2020-03-17 22:32:50', NULL, NULL);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `local_id`, `note`, `currency`, `exchange`, `affected`, `exonerated`, `tax`, `total`, `grand_total`, `paid`, `status`, `description`, `attachment`, `supplier_id`, `received`, `expiration_date`, `warehouse_id`, `estado`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`) VALUES ('2', 'ajo', '2020-05-31 16:21:00', '1', '', 'PEN', '3.444', '893.22', '0.00', '160.78', '893.22', '1054.00', '0.00', 'DEBE', 'qweeee', NULL, '1', NULL, '2020-05-27', '1', '1', '1', '2020-05-31 16:22:06', NULL, NULL);


#
# TABLE STRUCTURE FOR: tec_referral_guide
#

DROP TABLE IF EXISTS `tec_referral_guide`;

CREATE TABLE `tec_referral_guide` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `serieNumero` varchar(15) NOT NULL,
  `IssueDate` varchar(10) NOT NULL,
  `Note` varchar(200) NOT NULL,
  `DescriptionReasonTransfer` varchar(100) NOT NULL,
  `TotalGrossWeightGRE` varchar(20) NOT NULL,
  `NumberPackages` int(11) NOT NULL,
  `unitCodeGrossWeightGRE` varchar(10) NOT NULL,
  `TypeDocumenttransmitter` int(11) NOT NULL,
  `transmitterName` varchar(100) NOT NULL,
  `addresseeID` varchar(20) NOT NULL,
  `TypeDocumentaddressee` int(11) NOT NULL,
  `addresseeName` varchar(200) NOT NULL,
  `motivemovedCode` varchar(2) NOT NULL,
  `transfermobility` int(11) NOT NULL,
  `LicensePlateID` varchar(10) NOT NULL,
  `DriverPersonID` varchar(12) NOT NULL,
  `DriverPersonDocumentType` int(11) NOT NULL,
  `nameTransportista` varchar(200) NOT NULL,
  `movedstartdate` varchar(11) NOT NULL,
  `DeliveryUbi` varchar(10) NOT NULL,
  `Delivery` varchar(200) NOT NULL,
  `OriginAddressUbi` varchar(200) NOT NULL,
  `OriginAddress` varchar(200) NOT NULL,
  `flg_response` int(11) DEFAULT NULL,
  `error_code` varchar(15) DEFAULT NULL,
  `response_descrip` varchar(2000) DEFAULT NULL,
  `digest_value` varchar(250) DEFAULT NULL,
  `user_create` int(11) NOT NULL,
  `date_create` datetime NOT NULL,
  `user_upgrade` int(11) DEFAULT NULL,
  `date_upgrade` datetime DEFAULT NULL,
  `estado` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8;

INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('1', 'T001-0000170', '2020-02-27', 'xxxxxxxxxxxxxx', 'TRASLADO ENTRE ESTABLECIMIENTOS DE LA MISMA EMPRESA', '1', '120', 'LTR', '6', 'Empresa prueba', '20601771382', '6', 'ACTEC PERU S.A.C.', '04', '2', 'FGO-458', '46545278', '6', 'PERU TRANSPORTES SAC', '2020-02-27', '160205', 'fdgfdsgfdsgdfsgsdfg', '180203', 'xxxxxxxxxxxxxxxxxxxxx', '1', '0', '12345678912-09-T001-0000170 generado y firmado correctamente', 'KObf49qD2BwbGDPm4eqyGANfj94=', '1', '2020-02-27 22:19:01', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('2', 'T001-0000171', '2020-03-11', '-', 'VENTA', '120', '120', 'LTR', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '01', '1', 'XCD-456', '46545277', '1', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '2020-03-11', '130202', 'XXXXXXXXXXX SAP', '020101', 'XXXXXXXXXXXXXXXXXXX', '0', '0', 'error al conectarse a AWS', '', '1', '2020-03-11 13:40:39', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('3', 'T001-0000172', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'VENTA', '120', '120', 'LTR', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '01', '1', 'XCD-456', '46545277', '1', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '2020-03-11', '030101', 'fdgfdsgfdsgdfsgsdfg', '020103', 'fdfdgsdfgsfdg', '1', '0', '12345678912-09-T001-0000172 generado y firmado correctamente', 'p68f+jcVoPQC9FKQkdGZJv5gEtY=', '1', '2020-03-11 14:01:07', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('4', 'T001-0000173', '2020-03-11', '-', 'VENTA SUJETA A CONFIRMACION DEL COMPRADOR', '0', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '14', '1', 'FGO-458', '46545277', '1', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '2020-03-09', '180202', 'fdgfdsgfdsgdfsgsdfg', '160601', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000173 generado y firmado correctamente', '3ErhuGKcXs3LSJPiFAWDwl5oKkY=', '1', '2020-03-11 14:29:36', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('5', 'T001-0000174', '2020-03-11', 'XXXXXXXXXXXXXXXXXXXXXXXX', 'VENTA SUJETA A CONFIRMACION DEL COMPRADOR', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '14', '1', 'XCD-456', '46545277', '1', '0', '2020-03-11', '170202', 'fdgfdsgfdsgdfsgsdfg', '170102', 'xxxxxxxxxxxxxxxxxxxxx', '1', '0', '12345678912-09-T001-0000174 generado y firmado correctamente', 'etembNCpcHWSiMugxumd36YBuEI=', '1', '2020-03-11 14:35:17', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('6', 'T001-0000175', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'VENTA SUJETA A CONFIRMACION DEL COMPRADOR', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '14', '1', 'XCD-456', '46545277', '1', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '2020-03-11', '180102', 'XXXXXXXXXXXp', '170203', 'xxxxxxxxxxxxxxxxxxxxx', '1', '0', '12345678912-09-T001-0000175 generado y firmado correctamente', 'Lqr5cUiOLsa1EpkgBjfgtLceVxQ=', '1', '2020-03-11 14:46:32', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('7', 'T001-0000176', '2020-03-11', 'XXXXXXXXXXXXXXXXXXXXXXXX', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '2', 'XCD-456', '46545277', '1', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '2020-03-11', '170301', 'XXXXXXXXXXX', '170202', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000176 generado y firmado correctamente', 'lXYNBbRjx9fwCvGtYhdJJAz6Ib8=', '1', '2020-03-11 15:22:39', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('8', 'T001-0000177', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'VENTA', '120', '120', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '01', '1', 'FGO-458', '46545278', '1', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '2020-03-11', '070101', 'XXXXXXXXXXX', '010307', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000177 generado y firmado correctamente', '4+4eIIs4kJRWh9htuEHLuYhPc/Q=', '1', '2020-03-11 15:27:22', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('9', 'T001-0000178', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'VENTA SUJETA A CONFIRMACION DEL COMPRADOR', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '14', '1', 'FGO-458', '46545277', '1', '0', '2020-03-11', '130906', 'XXXXXXXXXXXp', '130808', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000178 generado y firmado correctamente', 'Jd/cbgbbJSbxrHkZ5gBwA8leTTc=', '1', '2020-03-11 15:33:14', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('10', 'T001-0000179', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '0', '0', 'error al conectarse a AWS', '', '1', '2020-03-11 16:08:11', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('11', 'T001-0000180', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '0', '0', 'error al conectarse a AWS', '', '1', '2020-03-11 16:10:52', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('12', 'T001-0000181', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000181 generado y firmado correctamente', 'aLI8UcVXvQBpMbuWW3suTObX1qA=', '1', '2020-03-11 16:12:28', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('13', 'T001-0000182', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000182 generado y firmado correctamente', 'mAIpOtlMVMwwG1ud9Iol8KUcxuA=', '1', '2020-03-11 16:13:16', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('14', 'T001-0000183', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000183 generado y firmado correctamente', '5Ukgvi1Y6079MaccoMw2bTVz+MY=', '1', '2020-03-11 16:13:42', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('15', 'T001-0000184', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000184 generado y firmado correctamente', 'o6k0UsDIHisBEkWID++ivt4TWa0=', '1', '2020-03-11 16:14:30', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('16', 'T001-0000185', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000185 generado y firmado correctamente', 'XsK/m74mVHXAnWKizgQ/dQC2Ngw=', '1', '2020-03-11 16:15:25', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('17', 'T001-0000186', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000186 generado y firmado correctamente', 'o8Og2o4HYLXPM6OMyx/SFES4FgI=', '1', '2020-03-11 16:16:47', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('18', 'T001-0000187', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000187 generado y firmado correctamente', 'djtU68N8v74y4cEiJbODLh/qiXY=', '1', '2020-03-11 16:17:22', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('19', 'T001-0000188', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000188 generado y firmado correctamente', '+XYIX0MYTwyCLeWEDOTrnq5uZPE=', '1', '2020-03-11 16:18:18', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('20', 'T001-0000189', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000189 generado y firmado correctamente', 'PpSdKbjhCSxC6VfvY5pO1OmqezU=', '1', '2020-03-11 16:19:01', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('21', 'T001-0000190', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000190 generado y firmado correctamente', '93Sqx9qFPmHzWvHgkOTZTwjxeh4=', '1', '2020-03-11 16:20:21', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('22', 'T001-0000191', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000191 generado y firmado correctamente', 'Zu1Q8vKupBm4ZCJIRA8poIR9qSo=', '1', '2020-03-11 16:20:45', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('23', 'T001-0000192', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'COMPRA', '120', '5', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', 'XCD-456', '46545278', '1', '0', '2020-03-24', '150808', 'XXXXXXXXXXX SAP', '160101', 'XXXXXXXXXXXXXXXXXXX', '1', '0', '12345678912-09-T001-0000192 generado y firmado correctamente', 'oatlP0IG9cSg+0bKUCD2olsGy9c=', '1', '2020-03-11 16:21:56', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('24', 'T001-0000193', '2020-03-11', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'VENTA', '120', '5', 'KGM', '6', 'Empresa prueba', '20601771382', '6', 'Cesar  Augusto', '01', '1', 'XCD-456', '46545278', '1', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '2020-03-03', '030207', 'XXXXXXXXXXX', '081210', 'fdfdgsdfgsfdg', '1', '0', '12345678912-09-T001-0000193 generado y firmado correctamente', 'W7r5gXWLwCt3SEWFKpYc6PVOM/s=', '1', '2020-03-11 16:42:09', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('25', 'T001-0000194', '2020-04-10', 'esdsdsd', '0', '0', '4', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '2', '4343', '32323', '1', 'xxxxxxxxx', '2020-04-10', '020506', 'xxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxx', '020304', 'xxxxxxxxxxxxxxxx xxxxxxxxxx', '1', '0', '12345678912-09-T001-0000194 generado y firmado correctamente', 'Rfz8jkyc8QXfT9uf1xDRT1Un12o=', '1', '2020-04-10 23:31:59', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('26', 'T001-0000195', '2020-04-10', 'esdsdsd', 'COMPRA', '0', '4', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '1', '43434', '32323', '6', 'xxxxxxxxx', '2020-04-10', '200606', 'xxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxx', '150202', 'xxxxxxxxxxxxx', '1', '0', '12345678912-09-T001-0000195 generado y firmado correctamente', 'LFV4nrUn/5VmXdUQvq8uodnYzQc=', '1', '2020-04-11 00:07:49', NULL, NULL, '1');
INSERT INTO `tec_referral_guide` (`id`, `serieNumero`, `IssueDate`, `Note`, `DescriptionReasonTransfer`, `TotalGrossWeightGRE`, `NumberPackages`, `unitCodeGrossWeightGRE`, `TypeDocumenttransmitter`, `transmitterName`, `addresseeID`, `TypeDocumentaddressee`, `addresseeName`, `motivemovedCode`, `transfermobility`, `LicensePlateID`, `DriverPersonID`, `DriverPersonDocumentType`, `nameTransportista`, `movedstartdate`, `DeliveryUbi`, `Delivery`, `OriginAddressUbi`, `OriginAddress`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('27', 'T001-0000196', '2020-04-10', 'esdsdsd', 'COMPRA', '0', '4', 'KGM', '6', 'Empresa prueba', '12345678912', '6', 'Cesar  Augusto', '02', '2', '4343', '32323', '6', 'xxxxxxxxx', '2020-04-10', '180104', 'xxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxx', '180101', 'xxxxxxxxxxxxx', '1', '0', '12345678912-09-T001-0000196 generado y firmado correctamente', 'HyQ92pGf+BxOhvM6ht7ty25B/cs=', '1', '2020-04-11 00:11:05', NULL, NULL, '1');


#
# TABLE STRUCTURE FOR: tec_referral_guide_files
#

DROP TABLE IF EXISTS `tec_referral_guide_files`;

CREATE TABLE `tec_referral_guide_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `referral_guide_id` int(11) NOT NULL,
  `file_name` varchar(300) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;

INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('1', '1', 'eXIOhVDsiwKz8nkt94i.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('2', '2', 'Dk9Z4NlRm2RJu1UddX1M.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('3', '3', '9iCwAXwTP5Mr1nHx1weS.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('4', '4', 'ALmQTpVBXxZDmyfNZAs.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('5', '5', 'hjj08vgRYhvSoPV0VtId.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('6', '6', 'ajkHnYUXPzqzwY2tN4XA.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('7', '7', 'zEQYuu9HWvOsqgrNfcQU.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('8', '8', 'B4TjWUZKEZFyVnnDcgCx.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('9', '9', 'pAAefN7BFGhO0XS6wJWO.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('10', '10', 'P2hv1lLLTEamrOIiPH1m.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('11', '20', 'jBupXTNl8DIglcRnpgh.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('12', '19', 'MkZpLw7MfH2HDhM77k3L.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('13', '18', 'LQWR2uUp4jB9hYyNV1L6.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('14', '17', 'z5SqwZPF9b381JNLS2UB.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('15', '16', 'WJmbpXcnnZEI1u15iK8Y.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('16', '15', 'xsdw94G6eBzvAUVh1PvF.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('17', '14', 'bUXk9Y4i9VgO9izSVURQ.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('18', '13', 'ot09UT4LtaHIMw8P9lDx.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('19', '24', 'XNKZqHQ27yq2DXnVmL3.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('20', '25', 'r60MP8jZOjrn4ZAbpljP.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('21', '26', 'tpUj91BWmp88FgJ5mlu.pdf');
INSERT INTO `tec_referral_guide_files` (`id`, `referral_guide_id`, `file_name`) VALUES ('22', '27', 'm9YlspX8VOJAF6i5uRA.pdf');


#
# TABLE STRUCTURE FOR: tec_referral_guide_items
#

DROP TABLE IF EXISTS `tec_referral_guide_items`;

CREATE TABLE `tec_referral_guide_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_referral_guide` int(11) NOT NULL,
  `ProductID` varchar(20) NOT NULL,
  `ProductCode` varchar(50) NOT NULL,
  `ProductName` varchar(100) NOT NULL,
  `QuantityProduct` int(11) NOT NULL,
  `unitCode` varchar(10) NOT NULL,
  `user_create` int(11) NOT NULL,
  `date_create` datetime NOT NULL,
  `user_upgrade` int(11) DEFAULT NULL,
  `date_upgrade` datetime DEFAULT NULL,
  `estado` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8;

INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('1', '1', '0', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1', 'NIU', '1', '2020-02-27 22:19:01', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('2', '2', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 13:40:39', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('3', '3', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 14:01:07', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('4', '4', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 14:29:36', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('5', '5', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 14:35:17', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('6', '6', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 14:46:32', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('7', '7', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 15:22:39', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('8', '8', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 15:27:22', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('9', '9', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 15:33:14', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('10', '10', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:08:11', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('11', '11', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:10:52', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('12', '12', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:12:28', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('13', '13', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:13:16', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('14', '14', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:13:42', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('15', '15', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:14:30', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('16', '16', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:15:25', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('17', '17', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:16:47', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('18', '18', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:17:22', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('19', '19', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:18:18', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('20', '20', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:19:01', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('21', '21', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:20:21', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('22', '22', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:20:45', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('23', '23', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1', 'NIU', '1', '2020-03-11 16:21:56', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('24', '24', '0', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1', 'NIU', '1', '2020-03-11 16:42:09', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('25', '25', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '2', 'NIU', '1', '2020-04-10 23:31:59', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('26', '26', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '2', 'NIU', '1', '2020-04-11 00:07:49', NULL, NULL, '1');
INSERT INTO `tec_referral_guide_items` (`id`, `id_referral_guide`, `ProductID`, `ProductCode`, `ProductName`, `QuantityProduct`, `unitCode`, `user_create`, `date_create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('27', '27', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '2', 'NIU', '1', '2020-04-11 00:11:05', NULL, NULL, '1');


#
# TABLE STRUCTURE FOR: tec_registers
#

DROP TABLE IF EXISTS `tec_registers`;

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

INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_stripe`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `total_stripe_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES ('1', '2019-12-17 18:59:47', '1', '0.00', 'open', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_stripe`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `total_stripe_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES ('2', '2019-12-26 18:31:26', '2', '100.00', 'close', '2520.60', '0.00', '0.00', '0.00', '2520.60', '0.00', '0.00', '0.00', '', '2020-03-07 21:16:38', NULL, '2');
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_stripe`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `total_stripe_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES ('3', '2020-03-07 21:17:07', '2', '52220.00', 'close', '52223.00', '0.00', '0.00', '0.00', '52223.00', '0.00', '0.00', '0.00', '', '2020-03-07 22:03:09', NULL, '2');
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_stripe`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `total_stripe_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES ('4', '2020-03-07 22:09:55', '2', '0.00', 'open', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: tec_sale_items
#

DROP TABLE IF EXISTS `tec_sale_items`;

CREATE TABLE `tec_sale_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sale_id` int(11) NOT NULL,
  `product_id` int(11) DEFAULT NULL,
  `code` varchar(50) DEFAULT NULL,
  `name` char(255) DEFAULT NULL,
  `quantity` decimal(15,2) NOT NULL,
  `unit_price` decimal(25,2) NOT NULL,
  `affect_price` decimal(25,2) NOT NULL,
  `non_affected_price` decimal(25,2) NOT NULL,
  `exonerated_price` decimal(25,2) NOT NULL,
  `discount` varchar(20) DEFAULT NULL,
  `item_discount` decimal(25,2) DEFAULT NULL,
  `prr_discount` decimal(25,2) NOT NULL,
  `tax` decimal(25,2) NOT NULL,
  `item_tax` decimal(25,2) DEFAULT NULL,
  `igv` varchar(20) NOT NULL,
  `tax_ICBPER` decimal(25,2) NOT NULL,
  `quantity_ICBPER` int(11) NOT NULL,
  `subtotal` decimal(25,2) NOT NULL,
  `real_unit_price` decimal(25,2) DEFAULT NULL,
  `currency_cost` varchar(3) DEFAULT NULL,
  `cost` decimal(25,2) DEFAULT '0.00',
  `tax_method` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8;

INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('1', '1', NULL, '', 'e', '1.00', '23.00', '19.49', '0.00', '0.00', '0', '0.00', '0.00', '3.51', '3.51', '18', '0.00', '0', '23.00', '0.00', '', '0.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('2', '2', NULL, '', 'd', '1.00', '12.00', '0.00', '12.00', '0.00', '0', '0.00', '0.00', '0.00', '0.00', '0', '0.00', '0', '12.00', '0.00', '', '0.00', '2');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('3', '2', NULL, '', 'w', '1.00', '12.00', '0.00', '12.00', '0.00', '0', '0.00', '0.00', '0.00', '0.00', '0', '0.00', '0', '12.00', '0.00', '', '0.00', '2');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('4', '3', NULL, '', 'w', '1.00', '23.00', '0.00', '23.00', '0.00', '0', '0.00', '0.00', '0.00', '0.00', '0', '0.00', '0', '23.00', '0.00', '', '0.00', '2');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('5', '4', NULL, '', '1', '1.00', '12.00', '0.00', '12.00', '0.00', '0', '0.00', '0.00', '0.00', '0.00', '0', '0.00', '0', '12.00', '0.00', '', '0.00', '2');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('6', '5', NULL, '', '2', '1.00', '23.00', '19.49', '0.00', '0.00', '0', '0.00', '0.00', '3.51', '3.51', '18', '0.00', '0', '23.00', '0.00', '', '0.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('7', '6', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '2.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '244.07', '18', '0.00', '0', '1600.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('8', '7', NULL, '', 'lkdlskjlkjdljkfdf', '1.00', '20.00', '16.95', '0.00', '0.00', '0', '0.00', '0.00', '3.05', '3.05', '18', '0.00', '0', '20.00', '0.00', '', '0.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('9', '7', NULL, '', 'fdsfdsfds', '1.00', '15.00', '12.71', '0.00', '0.00', '0', '0.00', '0.00', '2.29', '2.29', '18', '0.00', '0', '15.00', '0.00', '', '0.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('10', '8', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '122.03', '18', '0.00', '0', '800.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('11', '9', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '122.03', '18', '0.00', '0', '800.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('12', '10', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '4.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '488.14', '18', '0.00', '0', '3200.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('13', '11', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '5.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '2.25', '18', '0.00', '0', '14.75', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('14', '11', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '2.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '244.07', '18', '0.00', '0', '1600.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('15', '12', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '2.00', '2.95', '0.00', '2.95', '0.00', '0', '0.00', '0.00', '0.00', '0.00', '0', '0.00', '0', '5.90', '2.50', 'PEN', '1.50', '2');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('16', '12', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1.00', '800.00', '0.00', '800.00', '0.00', '0', '0.00', '0.00', '0.00', '0.00', '0', '0.00', '0', '800.00', '800.00', 'PEN', '600.00', '2');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('17', '13', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.45', '18', '0.00', '0', '2.95', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('18', '13', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '122.03', '18', '0.00', '0', '800.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('19', '14', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.45', '18', '0.00', '0', '2.95', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('20', '15', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '2.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.90', '18', '0.00', '0', '5.90', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('21', '15', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '122.03', '18', '0.00', '0', '800.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('22', '16', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '122.03', '18', '0.00', '0', '800.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('23', '17', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '2.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.90', '18', '0.00', '0', '5.90', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('24', '17', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '122.03', '18', '0.00', '0', '800.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('25', '18', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '2.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.90', '18', '0.00', '0', '5.90', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('26', '19', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '2.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.90', '18', '0.00', '0', '5.90', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('27', '20', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '2.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.90', '18', '0.00', '0', '5.90', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('28', '21', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '2.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.90', '18', '0.00', '0', '5.90', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('29', '22', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '2.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.90', '18', '0.00', '0', '5.90', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('30', '23', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '122.03', '18', '0.00', '0', '800.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('31', '24', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.45', '18', '0.00', '0', '2.95', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('32', '25', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.45', '18', '0.00', '0', '2.95', '2.50', 'PEN', '1.50', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('33', '25', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '122.03', '18', '0.00', '0', '800.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('34', '26', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '122.03', '18', '0.00', '0', '800.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('35', '26', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.45', '18', '0.00', '0', '2.95', '2.50', 'PEN', '1.50', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('36', '27', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '122.03', '18', '0.00', '0', '800.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('37', '28', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1.00', '3.05', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.45', '18', '0.10', '1', '3.05', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('38', '29', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.45', '18', '0.00', '0', '2.95', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('39', '30', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '3.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '1.35', '18', '0.00', '0', '8.85', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('40', '31', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.45', '18', '0.00', '0', '2.95', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('41', '32', '1', '0080', 'LLANTA 9.5R17.5 AEOLUS POST', '1.00', '800.00', '677.97', '0.00', '0.00', '0', '0.00', '0.00', '122.03', '122.03', '18', '0.00', '0', '800.00', '800.00', 'PEN', '600.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('42', '33', '2', 'BZ4V', 'ACIDO ECOLOGICO X LT', '1.00', '2.95', '2.50', '0.00', '0.00', '0', '0.00', '0.00', '0.45', '0.45', '18', '0.00', '0', '2.95', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('43', '33', '4', 'sd', 'esere', '1.00', '3434.00', '2910.17', '0.00', '0.00', '0', '0.00', '0.00', '523.83', '523.83', '18', '0.00', '0', '3434.00', '3434.00', 'PEN', '454.00', '0');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('44', '34', '2', 'BZ4V', 'ACIDO ECOLOGICO X Litro', '1.00', '3.05', '2.50', '0.00', '0.00', '0', '0.00', '50.00', '0.45', '0.45', '18', '0.10', '1', '3.05', '2.50', 'PEN', '1.50', '1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `code`, `name`, `quantity`, `unit_price`, `affect_price`, `non_affected_price`, `exonerated_price`, `discount`, `item_discount`, `prr_discount`, `tax`, `item_tax`, `igv`, `tax_ICBPER`, `quantity_ICBPER`, `subtotal`, `real_unit_price`, `currency_cost`, `cost`, `tax_method`) VALUES ('45', '35', '2', 'BZ4V', 'ACIDO ECOLOGICO POR LITRO', '3.00', '3.50', '2.97', '0.00', '0.00', '0', '0.00', '0.00', '0.53', '1.60', '18', '0.00', '0', '10.50', '3.50', 'PEN', '250.00', '0');


#
# TABLE STRUCTURE FOR: tec_sales
#

DROP TABLE IF EXISTS `tec_sales`;

CREATE TABLE `tec_sales` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL,
  `local_id` int(11) NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `customer_name` varchar(55) NOT NULL,
  `document_type` int(11) DEFAULT NULL,
  `currency` varchar(3) DEFAULT NULL,
  `exchange` decimal(25,3) DEFAULT NULL,
  `affected` decimal(25,2) NOT NULL,
  `non_affected` decimal(25,2) NOT NULL,
  `exonerated` decimal(25,2) NOT NULL,
  `total` decimal(25,2) NOT NULL,
  `product_discount` decimal(25,2) DEFAULT NULL,
  `order_discount_id` varchar(20) DEFAULT NULL,
  `order_discount` decimal(25,2) DEFAULT NULL,
  `total_discount` decimal(25,2) DEFAULT NULL,
  `product_tax` decimal(25,2) DEFAULT NULL,
  `order_tax_id` varchar(20) DEFAULT NULL,
  `order_tax` decimal(25,2) DEFAULT NULL,
  `total_tax` decimal(25,2) DEFAULT NULL,
  `tax_ICBPER` decimal(25,2) NOT NULL,
  `mult_ICBPER` decimal(25,2) NOT NULL,
  `subtotal` decimal(25,2) NOT NULL,
  `amount` decimal(25,2) NOT NULL,
  `grand_total` decimal(25,2) NOT NULL,
  `total_items` int(11) DEFAULT NULL,
  `total_quantity` decimal(15,2) DEFAULT NULL,
  `paid` decimal(25,2) DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `status` varchar(20) DEFAULT NULL,
  `rounding` decimal(8,2) DEFAULT NULL,
  `attachment` varchar(255) DEFAULT NULL,
  `expiration_date` date DEFAULT NULL,
  `canal_id` int(11) DEFAULT NULL,
  `custom_field_1` varchar(250) DEFAULT NULL,
  `custom_field_2` varchar(250) DEFAULT NULL,
  `custom_field_3` varchar(250) DEFAULT NULL,
  `invoice_id` varchar(12) DEFAULT NULL,
  `flg_response` int(1) DEFAULT NULL,
  `error_code` varchar(15) DEFAULT NULL,
  `response_descrip` varchar(2000) DEFAULT NULL,
  `digest_value` varchar(250) DEFAULT NULL,
  `estado` int(1) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8;

INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('1', '2019-12-16 12:57:15', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.373', '19.49', '0.00', '0.00', '19.49', '0.00', '0.00', '0.00', '0.00', '3.51', '0', '0.00', '3.51', '0.00', '0.00', '23.00', '23.00', '23.00', '1', '1.00', '0.00', '1', NULL, NULL, '', 'DEBE', '0.00', NULL, NULL, '2', NULL, NULL, NULL, 'B001-0003006', '1', '0', '00000000000-03-B001-0003006 generado y firmado correctamente', 'z4mlTYPyplTyEcetRaq0vshqRk0=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('2', '2019-12-22 12:26:30', '1', '2', '2113', 'CYGNUS CONSULTING SAC', '1', 'PEN', '3.320', '0.00', '24.00', '0.00', '24.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0', '0.00', '0.00', '0.00', '0.00', '24.00', '24.00', '24.00', '2', '2.00', '0.00', '1', NULL, NULL, '', 'DEBE', '0.00', NULL, NULL, '2', NULL, NULL, NULL, 'B001-0003007', '1', '0', '00000000000-03-B001-0003007 generado y firmado correctamente', 'Xj5LS+8dpX4phhGtALmCrKie92U=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('3', '2019-12-22 12:28:43', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.320', '0.00', '23.00', '0.00', '23.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0', '0.00', '0.00', '0.00', '0.00', '23.00', '23.00', '23.00', '1', '1.00', '0.00', '1', NULL, NULL, '', 'DEBE', '0.00', NULL, NULL, '2', NULL, NULL, NULL, 'B001-0003008', '1', '0', '00000000000-03-B001-0003008 generado y firmado correctamente', 'vCN4oiLE88gJua0F4ENDHXaoG24=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('4', '2019-12-22 12:31:49', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.320', '0.00', '12.00', '0.00', '12.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0', '0.00', '0.00', '0.00', '0.00', '12.00', '12.00', '12.00', '1', '1.00', '0.00', '1', '1', '2019-12-22 12:32:06', '', 'DEBE', '0.00', NULL, NULL, '2', NULL, NULL, NULL, 'B001-0003009', '1', '0', '00000000000-03-B001-0003009 generado y firmado correctamente', 'lmzRzn7ej5G6j3SIG0tQlvv3u1Y=', '0');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('5', '2019-12-22 12:33:10', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.320', '19.49', '0.00', '0.00', '19.49', '0.00', '0.00', '0.00', '0.00', '3.51', '0', '0.00', '3.51', '0.00', '0.00', '23.00', '23.00', '23.00', '1', '1.00', '0.00', '1', '1', '2019-12-22 12:33:45', '', 'DEBE', '0.00', NULL, NULL, '2', NULL, NULL, NULL, 'F001-0001547', '1', '0', '00000000000-01-F001-0001547 generado y firmado correctamente', 'REXx30o8i/0Ej4MlWqFyiJ2oitA=', '0');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('6', '2019-12-31 11:59:06', '1', '2', '2113', 'CYGNUS CONSULTING SAC', '2', 'PEN', '3.319', '1355.93', '0.00', '0.00', '1355.93', '0.00', '0.00', '0.00', '0.00', '244.07', '0', '0.00', '244.07', '0.00', '0.00', '1600.00', '1600.00', '1600.00', '1', '2.00', '0.00', '2', NULL, NULL, '', 'DEBE', '0.00', NULL, '2019-12-31', '2', NULL, NULL, NULL, 'F001-0001548', '1', '0', '00000000000-01-F001-0001548 generado y firmado correctamente', '1fhyVxF1BPC/epOcyHAsLoayi9M=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('7', '2020-01-09 13:41:48', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.320', '29.66', '0.00', '0.00', '29.66', '0.00', '0.00', '0.00', '0.00', '5.34', '0', '0.00', '5.34', '0.00', '0.00', '35.00', '35.00', '35.00', '2', '2.00', '35.00', '1', NULL, NULL, '', 'Pagado', '0.00', NULL, NULL, '2', NULL, NULL, NULL, 'F001-0001549', '1', '0', '00000000000-01-F001-0001549 generado y firmado correctamente', 'JpJiKBGByutZry26Nqo+HE2midc=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('8', '2020-01-13 13:06:50', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.324', '677.97', '0.00', '0.00', '677.97', '0.00', NULL, '0.00', '0.00', '122.03', NULL, '0.00', '122.03', '0.00', '0.10', '800.00', '800.00', '800.00', '1', '1.00', '12.00', '1', NULL, NULL, '', 'Parcial', '0.00', NULL, NULL, '1', '', '', NULL, 'B001-0003010', '1', '0', '00000000000-03-B001-0003010 generado y firmado correctamente', 'mqCPbIr/oseI2ZSQtQPOaacA330=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('9', '2020-01-17 09:58:31', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.326', '677.97', '0.00', '0.00', '677.97', '0.00', '0.00', '0.00', '0.00', '122.03', '0', '0.00', '122.03', '0.00', '0.00', '800.00', '800.00', '800.00', '1', '1.00', '0.00', '2', '2', '2020-01-17 09:59:18', '', 'DEBE', '0.00', NULL, '2020-01-17', '2', NULL, NULL, NULL, 'B001-0003011', '1', '0', '00000000000-03-B001-0003011 generado y firmado correctamente', 'fGxEdnKAfpv08W+zrGskaMkjRdQ=', '0');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('10', '2020-01-17 12:04:43', '1', '2', '2115', 'GERENCIA SUB REGIONAL ANGARAES', '2', 'PEN', '3.326', '2711.86', '0.00', '0.00', '2711.86', '0.00', '0.00', '0.00', '0.00', '488.14', '0', '0.00', '488.14', '0.00', '0.00', '3200.00', '3200.00', '3200.00', '1', '4.00', '0.00', '2', NULL, NULL, '', 'DEBE', '0.00', NULL, '2020-01-22', '2', NULL, NULL, NULL, 'F001-0001550', '1', '0', '00000000000-01-F001-0001550 generado y firmado correctamente', '6VrT4n2incBccJk6pmjc6PCS2X8=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('11', '2020-01-30 10:04:02', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.345', '1368.43', '0.00', '0.00', '1368.43', '0.00', NULL, '0.00', '0.00', '246.32', NULL, '0.00', '246.32', '0.00', '0.10', '1614.75', '1614.75', '1614.70', '2', '7.00', '1614.70', '2', NULL, NULL, '', 'Pagado', '-0.05', NULL, NULL, '1', '1', '', NULL, 'F001-0001551', '1', '0', '00000000000-01-F001-0001551 generado y firmado correctamente', 'pc7MgOVufOJPinxMyHoQZFte4YA=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('12', '2020-01-31 11:41:26', '1', '2', '1', 'Cesar  Augusto', '3', 'PEN', '3.360', '0.00', '805.90', '0.00', '805.90', '0.00', NULL, '0.00', '0.00', '0.00', NULL, '0.00', '0.00', '0.00', '0.10', '805.90', '805.90', '805.90', '2', '3.00', '805.90', '2', NULL, NULL, '', 'Pagado', '0.00', NULL, NULL, '1', 'cccc', '', NULL, 'NV001-0002', NULL, NULL, NULL, NULL, '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('13', '2020-02-13 17:53:21', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.383', '680.47', '0.00', '0.00', '680.47', '0.00', NULL, '0.00', '0.00', '122.48', NULL, '0.00', '122.48', '0.00', '0.10', '802.95', '802.95', '802.90', '2', '2.00', '802.90', '1', NULL, NULL, '', 'Parcial', '-0.05', NULL, NULL, '1', '45345', 'undefined', NULL, 'B001-0003012', '0', '0', 'Error al conectarse con AWS', '', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('14', '2020-02-13 18:17:52', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.383', '2.50', '0.00', '0.00', '2.50', '0.00', NULL, '0.00', '0.00', '0.45', NULL, '0.00', '0.45', '0.00', '0.10', '2.95', '2.95', '2.90', '1', '1.00', '2.90', '1', NULL, NULL, '', 'Parcial', '-0.05', NULL, NULL, '1', '', '', NULL, 'B001-0003013', '0', '0', 'Error al conectarse con AWS', '', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('15', '2020-02-13 18:31:52', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.383', '682.97', '0.00', '0.00', '682.97', '0.00', NULL, '0.00', '0.00', '122.93', NULL, '0.00', '122.93', '0.00', '0.10', '805.90', '805.90', '805.90', '2', '3.00', '805.90', '1', NULL, NULL, '', 'Pagado', '0.00', NULL, NULL, '1', '', '', NULL, 'B001-0003014', '0', '0', 'Error al conectarse con AWS', '', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('16', '2020-02-13 18:34:26', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.383', '677.97', '0.00', '0.00', '677.97', '0.00', '0.00', '0.00', '0.00', '122.03', '0', '0.00', '122.03', '0.00', '0.00', '800.00', '800.00', '800.00', '1', '1.00', '0.00', '1', NULL, NULL, '', 'DEBE', '0.00', NULL, NULL, '2', NULL, NULL, NULL, 'B001-0003015', '1', '0', '00000000000-03-B001-0003015 generado y firmado correctamente', 'lOB1heWqzf6JghN02iCb0kGPmnU=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('17', '2020-02-19 11:32:00', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.386', '682.97', '0.00', '0.00', '682.97', '0.00', NULL, '0.00', '0.00', '122.93', NULL, '0.00', '122.93', '0.00', '0.10', '805.90', '805.90', '805.90', '2', '3.00', '805.90', '1', NULL, NULL, '', 'Pagado', '0.00', NULL, NULL, '1', '', '', NULL, 'F001-0001552', '1', '0', '00000000000-01-F001-0001552 generado y firmado correctamente', '4WyVWaFojH9kkvt/zr0Etv8isi4=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('18', '2020-02-27 17:20:53', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.412', '5.00', '0.00', '0.00', '5.00', '0.00', NULL, '0.00', '0.00', '0.90', NULL, '0.00', '0.90', '0.00', '0.10', '5.90', '5.90', '5.90', '1', '2.00', '5.90', '1', NULL, NULL, '', 'Pagado', '0.00', NULL, NULL, '1', '', '', NULL, 'F001-0001553', '1', '0', '12345678912-01-F001-0001553 generado y firmado correctamente', 'g6zk6H7Mguc4Ak1MO1YYAn1csYM=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('19', '2020-02-27 17:21:02', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.412', '5.00', '0.00', '0.00', '5.00', '0.00', NULL, '0.00', '0.00', '0.90', NULL, '0.00', '0.90', '0.00', '0.10', '5.90', '5.90', '5.90', '1', '2.00', '5.90', '1', NULL, NULL, '', 'Pagado', '0.00', NULL, NULL, '1', '', '', NULL, 'F001-0001554', '1', '0', '12345678912-01-F001-0001554 generado y firmado correctamente', 'AolwZkJqi8RWvP12BekwHuLToBY=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('20', '2020-02-27 17:23:27', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.412', '5.00', '0.00', '0.00', '5.00', '0.00', NULL, '0.00', '0.00', '0.90', NULL, '0.00', '0.90', '0.00', '0.10', '5.90', '5.90', '5.90', '1', '2.00', '5.90', '1', NULL, NULL, '', 'Pagado', '0.00', NULL, NULL, '1', '', '', NULL, 'F001-0001555', '1', '0', '12345678912-01-F001-0001555 generado y firmado correctamente', 'bmLEYYYR7t4Wx+sYf6ZY3/9LHyQ=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('21', '2020-02-27 17:24:15', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.412', '5.00', '0.00', '0.00', '5.00', '0.00', NULL, '0.00', '0.00', '0.90', NULL, '0.00', '0.90', '0.00', '0.10', '5.90', '5.90', '5.90', '1', '2.00', '5.90', '1', NULL, NULL, '', 'Pagado', '0.00', NULL, NULL, '1', '', '', NULL, 'F001-0001556', '1', '0', '12345678912-01-F001-0001556 generado y firmado correctamente', 'ildvrNNjCeLNopi3w8JWGiKdGlE=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('22', '2020-02-27 17:26:04', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.412', '5.00', '0.00', '0.00', '5.00', '0.00', NULL, '0.00', '0.00', '0.90', NULL, '0.00', '0.90', '0.00', '0.10', '5.90', '5.90', '5.90', '1', '2.00', '5.90', '1', NULL, NULL, '', 'Pagado', '0.00', NULL, NULL, '1', '', '', NULL, 'F001-0001557', '1', '0', '12345678912-01-F001-0001557 generado y firmado correctamente', 'xzmVopfadqWFz8GsTEfK+imSiik=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('23', '2020-02-27 17:26:58', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.412', '677.97', '0.00', '0.00', '677.97', '0.00', '0.00', '0.00', '0.00', '122.03', '0', '0.00', '122.03', '0.00', '0.00', '800.00', '800.00', '800.00', '1', '1.00', '0.00', '1', NULL, NULL, '', 'DEBE', '0.00', NULL, '2020-02-27', '2', NULL, NULL, NULL, 'F001-0001558', '1', '0', '12345678912-01-F001-0001558 generado y firmado correctamente', 'UuqzvfGPPUjt8BJ5502eNnQC9Co=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('24', '2020-03-02 16:24:56', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '0.000', '2.50', '0.00', '0.00', '2.50', '0.00', NULL, '0.00', '0.00', '0.45', NULL, '0.00', '0.45', '0.00', '0.10', '2.95', '2.95', '2.90', '1', '1.00', '2.90', '1', NULL, NULL, '', 'Parcial', '-0.05', NULL, NULL, '1', '', '', NULL, 'F001-0001559', '1', '0', '12345678912-01-F001-0001559 generado y firmado correctamente', '5teiKnIUaDnLFKA28DqYtXc2Zn8=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('25', '2020-03-07 21:11:29', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.440', '680.47', '0.00', '0.00', '680.47', '0.00', '0.00', '0.00', '0.00', '122.48', '0', '0.00', '122.48', '0.00', '0.00', '802.95', '802.95', '802.95', '2', '2.00', '0.00', '2', NULL, NULL, '', 'DEBE', '0.00', NULL, '2020-03-07', '2', NULL, NULL, NULL, 'F001-0001560', '1', '0', '12345678912-01-F001-0001560 generado y firmado correctamente', 'BFkafvdeGVLQZyxnkN8O3Z3b42Y=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('26', '2020-03-07 21:25:51', '1', '2', '2113', 'CYGNUS CONSULTING SAC', '1', 'PEN', '3.440', '680.47', '0.00', '0.00', '680.47', '0.00', '0.00', '0.00', '0.00', '122.48', '0', '0.00', '122.48', '0.00', '0.00', '802.95', '802.95', '802.95', '2', '2.00', '0.00', '2', '2', '2020-03-07 21:33:45', 'gagfsdfgsdgf', 'DEBE', '0.00', NULL, '2020-03-07', '2', NULL, NULL, NULL, 'B001-0003016', '1', '0', '12345678912-03-B001-0003016 generado y firmado correctamente', 'iRgPyfeifONpkHx69XqiDMMqjrc=', '0');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('27', '2020-03-06 21:27:37', '1', '2', '2113', 'CYGNUS CONSULTING SAC', '1', 'PEN', '3.440', '677.97', '0.00', '0.00', '677.97', '0.00', '0.00', '0.00', '0.00', '122.03', '0', '0.00', '122.03', '0.00', '0.00', '800.00', '800.00', '800.00', '1', '1.00', '0.00', '2', '2', '2020-03-07 21:34:38', 'adfasd', 'DEBE', '0.00', NULL, '2020-03-07', '2', NULL, NULL, NULL, 'B001-0003017', '1', '0', '12345678912-03-B001-0003017 generado y firmado correctamente', 'xiYs1pa5E+F9n+2wTm4EOKmHy14=', '0');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('28', '2020-03-07 21:59:52', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.440', '2.50', '0.00', '0.00', '2.50', '0.00', NULL, '0.00', '0.00', '0.45', NULL, '0.00', '0.45', '0.10', '0.10', '3.05', '3.05', '3.00', '1', '1.00', '3.00', '2', NULL, NULL, '', 'Pagado', '-0.05', NULL, NULL, '1', '', '', NULL, 'B001-0003018', '1', '0', '12345678912-03-B001-0003018 generado y firmado correctamente', 'zWQoTdbefnq7Oy6/rnaW5D2RtPw=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('29', '2020-03-09 09:27:52', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.473', '2.50', '0.00', '0.00', '2.50', '0.00', NULL, '0.00', '0.00', '0.45', NULL, '0.00', '0.45', '0.00', '0.10', '2.95', '2.95', '2.90', '1', '1.00', '2.90', '2', NULL, NULL, '', 'Pagado', '-0.05', NULL, NULL, '1', '', '', NULL, 'B001-0003019', '1', '0', '12345678912-03-B001-0003019 generado y firmado correctamente', 'Sm6hgvY66a6cWvZNwqbHy1rIeTI=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('30', '2020-03-09 11:50:14', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.473', '7.50', '0.00', '0.00', '7.50', '0.00', NULL, '0.00', '0.00', '1.35', NULL, '0.00', '1.35', '0.00', '0.10', '8.85', '8.85', '8.80', '1', '3.00', '8.80', '2', NULL, NULL, '', 'Pagado', '-0.05', NULL, NULL, '1', '', '', NULL, 'B001-0003020', '1', '0', '12345678912-03-B001-0003020 generado y firmado correctamente', 'u8GqDFA/2b6CDLhnQ31QA8pc3KQ=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('31', '2020-03-11 08:38:14', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.498', '2.50', '0.00', '0.00', '2.50', '0.00', NULL, '0.00', '0.00', '0.45', NULL, '0.00', '0.45', '0.00', '0.10', '2.95', '2.95', '2.90', '1', '1.00', '2.90', '1', NULL, NULL, '', 'Parcial', '-0.05', NULL, NULL, '1', '', '', NULL, 'F001-0001561', '1', '0', '12345678912-01-F001-0001561 generado y firmado correctamente', 'a4208cz0E+c+/H2FCrVF7omiA+c=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('32', '2020-03-11 11:43:15', '1', '2', '1', 'Cesar  Augusto', '2', 'PEN', '3.498', '677.97', '0.00', '0.00', '677.97', '0.00', '0.00', '0.00', '0.00', '122.03', '0', '0.00', '122.03', '0.00', '0.00', '800.00', '800.00', '800.00', '1', '1.00', '0.00', '1', NULL, NULL, '', 'DEBE', '0.00', NULL, NULL, '2', NULL, NULL, NULL, 'F001-0001562', '1', '0', '12345678912-01-F001-0001562 generado y firmado correctamente', '9Aq7yRQKebUTrCBPAzsoikih1S0=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('33', '2020-05-21 16:59:22', '1', '2', '1', 'Cesar  Augusto', '1', 'PEN', '3.410', '2912.67', '0.00', '0.00', '2912.67', '0.00', NULL, '0.00', '0.00', '524.28', NULL, '0.00', '524.28', '0.00', '0.10', '3436.95', '3436.95', '3436.90', '2', '2.00', '5.00', '1', NULL, NULL, '', 'Parcial', '-0.05', NULL, NULL, '1', '', '', NULL, 'B001-0003021', '1', '0', '12345678912-03-B001-0003021 generado y firmado correctamente', 'k7QkyP6LvtXLqhScHOPm0m35vpE=', '1');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('34', '2020-06-09 00:40:07', '2', '2', '2120', 'PERALTA JIMENEZ LIZ DANIXA', '1', 'PEN', '3.430', '-39.87', '0.00', '0.00', '-39.87', '0.00', '50', '50.00', '50.00', '-7.18', NULL, '0.00', '-7.18', '0.10', '0.10', '3.05', '-46.95', '-47.00', '1', '1.00', '-47.00', '1', NULL, NULL, '', 'Pagado', '-0.05', NULL, NULL, '1', '', '', NULL, 'B001-0000001', '1', '0', '12345678912-03-B001-0000001 generado y firmado correctamente', '78FKKFXOY1e8HveNu0m26X85J38=', '2');
INSERT INTO `tec_sales` (`id`, `date`, `local_id`, `warehouse_id`, `customer_id`, `customer_name`, `document_type`, `currency`, `exchange`, `affected`, `non_affected`, `exonerated`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `tax_ICBPER`, `mult_ICBPER`, `subtotal`, `amount`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `attachment`, `expiration_date`, `canal_id`, `custom_field_1`, `custom_field_2`, `custom_field_3`, `invoice_id`, `flg_response`, `error_code`, `response_descrip`, `digest_value`, `estado`) VALUES ('35', '2020-06-28 13:11:21', '1', '2', '2113', 'CYGNUS CONSULTING SAC', '1', 'PEN', '3.513', '8.90', '0.00', '0.00', '8.90', '0.00', NULL, '0.00', '0.00', '1.60', NULL, '0.00', '1.60', '0.00', '0.10', '10.50', '10.50', '10.50', '1', '3.00', '10.50', '2', NULL, NULL, '', 'Pagado', '0.00', NULL, NULL, '1', '', '', NULL, 'B001-0003022', '0', '0', 'Error al conectarse con AWS', '', '1');


#
# TABLE STRUCTURE FOR: tec_sales_files
#

DROP TABLE IF EXISTS `tec_sales_files`;

CREATE TABLE `tec_sales_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sale_id` int(11) NOT NULL,
  `file_name` varchar(300) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8;

INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('1', '1', 'boletas/tTtFJj8NHmbXffISHBHi.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('2', '2', 'boletas/n8wTyPY6twI0e7Q1OkqS.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('3', '3', 'boletas/fhACy2sRfUMuuzNzZAvS.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('4', '4', 'boletas/wJYn4cjzQT4Zk6twOulp.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('5', '5', 'facturas/AuUrnRw5CPpL0xPcYFdz.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('6', '6', 'facturas/GkmIjGI2vG6gCuzvt6.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('7', '7', 'facturas/Y884T9Ej4NNOiciN2LC.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('8', '8', 'boletas/62y6PHHApcjhPrqshyP4.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('9', '9', 'boletas/cUjrTliVI0pkXgzkjKv.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('10', '10', 'facturas/VL2SdUmj7lumuMqAZok.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('11', '11', 'facturas/nGAINS8cIadR9Ylykhcd.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('12', '13', 'boletas/yeM1pm6hJx2nb6fWQvZe.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('13', '14', 'boletas/ljW6g9NaSgIASUwpaemI.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('14', '15', 'boletas/MK1Y6nL9z316X5r5Fbhc.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('15', '16', 'boletas/6d3myMeIDXQ506UHl8Bq.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('16', '17', 'facturas/x5oMy0uynRXTE0ppvsip.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('17', '23', 'facturas/0PVfzjt6O1NmjzG38F.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('18', '24', 'facturas/PHSEqD0b8hVvedQ3UDP.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('19', '25', 'facturas/hz2nzldaetNsU99SBpB6.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('20', '26', 'boletas/PRhibSY04xTkruV6wMFM.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('21', '27', 'boletas/buUAjKDdik1hYj4s18.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('22', '28', 'boletas/KUtlZW01wL5WefbspLu.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('23', '29', 'boletas/FCeKpQJOQi7QArlzYbr.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('24', '30', 'boletas/AmVa7L7VjYz9xvv3mT9a.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('25', '31', 'facturas/svJwZCjEMQafJ4UGRY5B.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('26', '32', 'facturas/4DrcziyW6Vsiw1ZsmdC6.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('27', '33', 'boletas/JOUimUzBb2woMuRpyTn.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('28', '34', 'boletas/JIn4tyWtpUM4OmU5WLyD.pdf');
INSERT INTO `tec_sales_files` (`id`, `sale_id`, `file_name`) VALUES ('29', '35', 'boletas/6TeFci6dB04bf9c7sW9b.pdf');


#
# TABLE STRUCTURE FOR: tec_send_invoice
#

DROP TABLE IF EXISTS `tec_send_invoice`;

CREATE TABLE `tec_send_invoice` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `issue_date` date DEFAULT NULL,
  `number` int(11) DEFAULT NULL,
  `file_name` char(50) DEFAULT NULL,
  `ticket` varchar(1000) DEFAULT NULL,
  `reference_date` date DEFAULT NULL,
  `processed_date` date DEFAULT NULL,
  `type` char(50) DEFAULT NULL,
  `flg_response` int(1) DEFAULT NULL,
  `error_code` varchar(15) DEFAULT NULL,
  `response_descrip` varchar(1000) DEFAULT NULL,
  `observations` text,
  `status` int(1) DEFAULT NULL,
  `uCrea` int(11) DEFAULT NULL,
  `fCrea` datetime DEFAULT NULL,
  `uActualiza` int(11) DEFAULT NULL,
  `fActualiza` datetime DEFAULT NULL,
  `estado` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8;

INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('16', '2019-12-26', '1', '00000000000-RC-20191226-1', '1577383802531', '2019-12-22', '2019-12-22', 'RB', '1', '0', NULL, NULL, '2', '1', '2019-12-26 18:10:02', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('17', '2019-12-26', '2', '00000000000-RC-20191226-2', '1577383803063', '2019-12-22', '2019-12-22', 'AB', '1', '0', NULL, NULL, '2', '1', '2019-12-26 18:10:03', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('18', '2019-12-26', '1', '00000000000-RA-20191226-1', '1577383803599', '2019-12-22', '2019-12-22', 'AF', '1', '0', NULL, NULL, '2', '1', '2019-12-26 18:10:03', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('19', '2019-12-31', NULL, '00000000000-01-F001-0001548', NULL, '2019-12-31', '2019-12-31', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001548, HA SIDO ACEPTADA', NULL, '4', '2', '2019-12-31 11:59:08', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('20', '2020-01-09', NULL, '00000000000-01-F001-0001549', NULL, '2020-01-09', '2020-01-09', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001549, HA SIDO ACEPTADA', NULL, '4', '1', '2020-01-09 13:41:50', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('21', '2020-01-17', '1', '00000000000-RC-20200117-1', '1579248003756', '2020-01-13', '2020-01-13', 'RB', '1', '0', NULL, NULL, '2', '1', '2020-01-17 08:00:03', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('22', '2020-01-17', NULL, '00000000000-01-F001-0001550', NULL, '2020-01-17', '2020-01-17', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001550, HA SIDO ACEPTADA', NULL, '4', '2', '2020-01-17 12:04:45', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('23', '2020-01-21', '1', '00000000000-RC-20200121-1', '1579593602942', '2020-01-17', '2020-01-17', 'RB', '1', '0', NULL, NULL, '2', '1', '2020-01-21 08:00:03', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('24', '2020-01-21', '2', '00000000000-RC-20200121-2', '1579593603494', '2020-01-17', '2020-01-17', 'AB', '1', '0', NULL, NULL, '2', '1', '2020-01-21 08:00:03', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('25', '2020-01-30', NULL, '00000000000-01-F001-0001551', NULL, '2020-01-30', '2020-01-30', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001551, HA SIDO ACEPTADA', NULL, '4', '2', '2020-01-30 10:04:04', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('26', '2020-02-27', NULL, '12345678912-01-F001-0001553', NULL, '2020-02-27', '2020-02-27', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001553, HA SIDO ACEPTADA', NULL, '4', '1', '2020-02-27 17:20:54', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('27', '2020-02-27', NULL, '12345678912-01-F001-0001554', NULL, '2020-02-27', '2020-02-27', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001554, HA SIDO ACEPTADA', NULL, '4', '1', '2020-02-27 17:21:03', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('28', '2020-02-27', NULL, '12345678912-01-F001-0001555', NULL, '2020-02-27', '2020-02-27', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001555, HA SIDO ACEPTADA', NULL, '4', '1', '2020-02-27 17:23:28', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('29', '2020-02-27', NULL, '12345678912-01-F001-0001556', NULL, '2020-02-27', '2020-02-27', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001556, HA SIDO ACEPTADA', NULL, '4', '1', '2020-02-27 17:24:16', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('30', '2020-02-27', NULL, '12345678912-01-F001-0001557', NULL, '2020-02-27', '2020-02-27', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001557, HA SIDO ACEPTADA', NULL, '4', '1', '2020-02-27 17:26:05', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('31', '2020-02-27', NULL, '12345678912-01-F001-0001558', NULL, '2020-02-27', '2020-02-27', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001558, HA SIDO ACEPTADA', NULL, '4', '1', '2020-02-27 17:27:00', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('32', '2020-03-02', NULL, '12345678912-01-F001-0001559', NULL, '2020-03-02', '2020-03-02', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001559, HA SIDO ACEPTADA', NULL, '4', '1', '2020-03-02 16:24:58', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('33', '2020-03-07', NULL, '12345678912-01-F001-0001560', NULL, '2020-03-07', '2020-03-07', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001560, HA SIDO ACEPTADA', NULL, '4', '2', '2020-03-07 21:11:31', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('34', '2020-03-07', '1', '12345678912-RC-20200307-1', '1583634400576', '2020-03-06', '2020-03-06', 'RB', '1', '0', NULL, NULL, '2', '2', '2020-03-07 21:28:01', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('35', '2020-03-11', NULL, '12345678912-01-F001-0001561', NULL, '2020-03-11', '2020-03-11', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001561, HA SIDO ACEPTADA', NULL, '4', '1', '2020-03-11 08:38:15', NULL, NULL, '1');
INSERT INTO `tec_send_invoice` (`id`, `issue_date`, `number`, `file_name`, `ticket`, `reference_date`, `processed_date`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('36', '2020-03-11', NULL, '12345678912-01-F001-0001562', NULL, '2020-03-11', '2020-03-11', 'RF', '1', '0', 'SNT: LA FACTURA NUMERO F001-0001562, HA SIDO ACEPTADA', NULL, '4', '1', '2020-03-11 11:43:17', NULL, NULL, '1');


#
# TABLE STRUCTURE FOR: tec_send_invoice_gr
#

DROP TABLE IF EXISTS `tec_send_invoice_gr`;

CREATE TABLE `tec_send_invoice_gr` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `referral_guide_id` int(11) NOT NULL,
  `issue_date` date NOT NULL,
  `file_name` varchar(50) NOT NULL,
  `flg_response` int(11) NOT NULL,
  `error_code` varchar(15) NOT NULL,
  `response_descrip` varchar(1000) NOT NULL,
  `observations` text,
  `status` int(11) NOT NULL,
  `user_Create` int(11) NOT NULL,
  `date_Create` datetime NOT NULL,
  `user_upgrade` int(11) DEFAULT NULL,
  `date_upgrade` datetime DEFAULT NULL,
  `estado` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8;

INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('1', '1', '2020-02-27', '12345678912-09-T001-0000170', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000170.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-02-27 22:19:01', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('2', '2', '2020-03-11', '12345678912-09-T001-0000171', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000171.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 13:40:39', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('3', '3', '2020-03-11', '12345678912-09-T001-0000172', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000172.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 14:01:07', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('4', '4', '2020-03-11', '12345678912-09-T001-0000173', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000173.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 14:29:36', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('5', '5', '2020-03-11', '12345678912-09-T001-0000174', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000174.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 14:35:17', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('6', '6', '2020-03-11', '12345678912-09-T001-0000175', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000175 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 14:46:32', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('7', '5', '2020-03-11', '12345678912-09-T001-0000174', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000174 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 14:35:17', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('8', '4', '2020-03-11', '12345678912-09-T001-0000173', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000173 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 14:29:36', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('9', '3', '2020-03-11', '12345678912-09-T001-0000172', '0', 'soap-env:Client', 'SNT: 2555', NULL, '1', '1', '2020-03-11 14:01:07', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('10', '2', '2020-03-11', '12345678912-09-T001-0000171', '0', 'soap-env:Client', 'SNT: 2555', NULL, '1', '1', '2020-03-11 13:40:39', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('11', '1', '2020-02-27', '12345678912-09-T001-0000170', '0', 'soap-env:Client', 'SNT: 2554', NULL, '1', '1', '2020-02-27 22:19:01', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('12', '1', '2020-02-27', '12345678912-09-T001-0000170', '0', 'soap-env:Client', 'SNT: 2554', NULL, '1', '1', '2020-02-27 22:19:01', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('13', '1', '2020-02-27', '12345678912-09-T001-0000170', '0', 'soap-env:Client', 'SNT: 2554', NULL, '1', '1', '2020-02-27 22:19:01', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('14', '1', '2020-02-27', '12345678912-09-T001-0000170', '0', 'soap-env:Client', 'SNT: 2554', NULL, '1', '1', '2020-02-27 22:19:01', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('15', '2', '2020-03-11', '12345678912-09-T001-0000171', '0', 'soap-env:Client', 'SNT: 2555', NULL, '1', '1', '2020-03-11 13:40:39', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('16', '2', '2020-03-11', '12345678912-09-T001-0000171', '0', 'soap-env:Client', 'SNT: 2555', NULL, '1', '1', '2020-03-11 13:40:39', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('17', '2', '2020-03-11', '12345678912-09-T001-0000171', '0', 'soap-env:Client', 'SNT: 2555', NULL, '1', '1', '2020-03-11 13:40:39', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('18', '7', '2020-03-11', '12345678912-09-T001-0000176', '0', '0', 'error al conectarse a AWS', NULL, '1', '1', '2020-03-11 15:22:39', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('19', '7', '2020-03-11', '12345678912-09-T001-0000176', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000176.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 15:22:39', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('20', '7', '2020-03-11', '12345678912-09-T001-0000176', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000176.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 15:22:39', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('21', '8', '2020-03-11', '12345678912-09-T001-0000177', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000177.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 15:27:22', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('22', '2', '2020-03-11', '12345678912-09-T001-0000171', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000171.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 13:40:39', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('23', '2', '2020-03-11', '12345678912-09-T001-0000171', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000171.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 13:40:39', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('24', '7', '2020-03-11', '12345678912-09-T001-0000176', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000176.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 15:22:39', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('25', '9', '2020-03-11', '12345678912-09-T001-0000178', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000178.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 15:33:14', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('26', '9', '2020-03-11', '12345678912-09-T001-0000178', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000178.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 15:33:14', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('27', '10', '2020-03-11', '12345678912-09-T001-0000179', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000179.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 16:08:11', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('28', '11', '2020-03-11', '12345678912-09-T001-0000180', '0', '0151', 'SNT: El nombre del archivo ZIP es incorrecto - Detalle: xxx.xxx.xxx value=\'ticket:  error: Error de nombre archivo \'12345678912-09-T001-0000180.ZIP codigo cpe: 09\' no es un cpe valido\'', NULL, '3', '1', '2020-03-11 16:10:52', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('29', '23', '2020-03-11', '12345678912-09-T001-0000192', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000192 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:21:56', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('30', '22', '2020-03-11', '12345678912-09-T001-0000191', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000191 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:20:45', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('31', '21', '2020-03-11', '12345678912-09-T001-0000190', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000190 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:20:21', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('32', '7', '2020-03-11', '12345678912-09-T001-0000176', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000176 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 15:22:39', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('33', '8', '2020-03-11', '12345678912-09-T001-0000177', '0', 'soap-env:Client', 'SNT: 2555', NULL, '1', '1', '2020-03-11 15:27:22', NULL, NULL, '0');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('34', '9', '2020-03-11', '12345678912-09-T001-0000178', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000178 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 15:33:14', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('35', '12', '2020-03-11', '12345678912-09-T001-0000181', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000181 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:12:28', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('36', '20', '2020-03-11', '12345678912-09-T001-0000189', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000189 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:19:01', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('37', '19', '2020-03-11', '12345678912-09-T001-0000188', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000188 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:18:18', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('38', '18', '2020-03-11', '12345678912-09-T001-0000187', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000187 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:17:22', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('39', '17', '2020-03-11', '12345678912-09-T001-0000186', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000186 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:16:47', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('40', '16', '2020-03-11', '12345678912-09-T001-0000185', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000185 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:15:25', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('41', '15', '2020-03-11', '12345678912-09-T001-0000184', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000184 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:14:30', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('42', '14', '2020-03-11', '12345678912-09-T001-0000183', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000183 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:13:42', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('43', '13', '2020-03-11', '12345678912-09-T001-0000182', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000182 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:13:16', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('44', '8', '2020-03-11', '12345678912-09-T001-0000177', '0', 'soap-env:Client', 'SNT: 2555', NULL, '1', '1', '2020-03-11 15:27:22', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('45', '24', '2020-03-11', '12345678912-09-T001-0000193', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000193 HA SIDO ACEPTADO', NULL, '4', '1', '2020-03-11 16:42:09', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('46', '25', '2020-04-10', '12345678912-09-T001-0000194', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000194 HA SIDO ACEPTADO', NULL, '4', '1', '2020-04-10 23:31:59', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('47', '26', '2020-04-10', '12345678912-09-T001-0000195', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000195 HA SIDO ACEPTADO', NULL, '4', '1', '2020-04-11 00:07:49', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_gr` (`id`, `referral_guide_id`, `issue_date`, `file_name`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('48', '27', '2020-04-10', '12345678912-09-T001-0000196', '1', '0', 'SNT: EL COMPROBANTE NUMERO T001-0000196 HA SIDO ACEPTADO', NULL, '4', '1', '2020-04-11 00:11:05', NULL, NULL, '1');


#
# TABLE STRUCTURE FOR: tec_send_invoice_items
#

DROP TABLE IF EXISTS `tec_send_invoice_items`;

CREATE TABLE `tec_send_invoice_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `send_invoice_id` int(11) NOT NULL,
  `sale_id` int(11) NOT NULL,
  `uCrea` int(11) DEFAULT NULL,
  `fCrea` datetime DEFAULT NULL,
  `uActualiza` int(11) DEFAULT NULL,
  `fActualiza` datetime DEFAULT NULL,
  `estado` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8;

INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('26', '16', '3', '1', '2019-12-26 18:10:02', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('27', '16', '4', '1', '2019-12-26 18:10:02', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('28', '16', '2', '1', '2019-12-26 18:10:02', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('29', '17', '4', '1', '2019-12-26 18:10:03', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('30', '18', '5', '1', '2019-12-26 18:10:03', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('31', '19', '6', '2', '2019-12-31 11:59:08', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('32', '20', '7', '1', '2020-01-09 13:41:50', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('33', '21', '8', '1', '2020-01-17 08:00:03', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('34', '22', '10', '2', '2020-01-17 12:04:45', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('35', '23', '9', '1', '2020-01-21 08:00:03', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('36', '24', '9', '1', '2020-01-21 08:00:03', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('37', '25', '11', '2', '2020-01-30 10:04:04', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('38', '26', '18', '1', '2020-02-27 17:20:54', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('39', '27', '19', '1', '2020-02-27 17:21:03', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('40', '28', '20', '1', '2020-02-27 17:23:28', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('41', '29', '21', '1', '2020-02-27 17:24:16', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('42', '30', '22', '1', '2020-02-27 17:26:05', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('43', '31', '23', '1', '2020-02-27 17:27:00', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('44', '32', '24', '1', '2020-03-02 16:24:58', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('45', '33', '25', '2', '2020-03-07 21:11:31', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('46', '34', '27', '2', '2020-03-07 21:28:01', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('47', '35', '31', '1', '2020-03-11 08:38:15', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_items` (`id`, `send_invoice_id`, `sale_id`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`, `estado`) VALUES ('48', '36', '32', '1', '2020-03-11 11:43:17', NULL, NULL, '1');


#
# TABLE STRUCTURE FOR: tec_send_invoice_nc
#

DROP TABLE IF EXISTS `tec_send_invoice_nc`;

CREATE TABLE `tec_send_invoice_nc` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `note_credit_id` int(11) NOT NULL,
  `issue_date` date NOT NULL,
  `file_name` varchar(50) NOT NULL,
  `type` varchar(50) NOT NULL,
  `flg_response` int(11) NOT NULL,
  `error_code` varchar(15) NOT NULL,
  `response_descrip` varchar(1000) NOT NULL,
  `observations` text,
  `status` int(11) NOT NULL,
  `user_Create` int(11) NOT NULL,
  `date_Create` datetime NOT NULL,
  `user_upgrade` int(11) DEFAULT NULL,
  `date_upgrade` datetime DEFAULT NULL,
  `estado` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;

INSERT INTO `tec_send_invoice_nc` (`id`, `note_credit_id`, `issue_date`, `file_name`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('1', '1', '2020-03-11', '12345678912-07-FC01-0000035', '0', '1', '0', 'SNT: LA NOTA DE CREDITO NUMERO FC01-0000035, HA SIDO ACEPTADA', NULL, '4', '1', '2020-03-11 12:05:24', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_nc` (`id`, `note_credit_id`, `issue_date`, `file_name`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('2', '2', '2020-03-11', '12345678912-07-FC01-0000036', '0', '1', '0', 'SNT: LA NOTA DE CREDITO NUMERO FC01-0000036, HA SIDO ACEPTADA', NULL, '4', '1', '2020-03-11 12:23:54', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_nc` (`id`, `note_credit_id`, `issue_date`, `file_name`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('3', '3', '2020-04-22', '12345678912-07-FC01-0000037', '0', '1', '0', 'SNT: LA NOTA DE CREDITO NUMERO FC01-0000037, HA SIDO ACEPTADA', NULL, '4', '1', '2020-04-22 11:55:52', NULL, NULL, '1');
INSERT INTO `tec_send_invoice_nc` (`id`, `note_credit_id`, `issue_date`, `file_name`, `type`, `flg_response`, `error_code`, `response_descrip`, `observations`, `status`, `user_Create`, `date_Create`, `user_upgrade`, `date_upgrade`, `estado`) VALUES ('4', '4', '2020-05-29', '12345678912-07-BC01-0000001', '0', '1', '0', 'SNT: LA NOTA DE CREDITO NUMERO BC01-0000001, HA SIDO ACEPTADA', NULL, '4', '1', '2020-05-29 19:14:37', NULL, NULL, '1');


#
# TABLE STRUCTURE FOR: tec_sessions
#

DROP TABLE IF EXISTS `tec_sessions`;

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

INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('000263764f1c8ac9a976e7a805e6a8b7c5377f61', '66.186.19.5', '1576348262', '__ci_last_regenerate|i:1576348262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0029dbf6130328c0c7c475610f1f0ce3eb240040', '66.186.19.5', '1576637581', '__ci_last_regenerate|i:1576637581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('004131785169e9c35a9e156f2f16e9441c364934', '31.13.127.5', '1585462360', '__ci_last_regenerate|i:1585462360;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0043d7d35a99d6705c01645dca10ea0fdf9f0811', '45.189.116.14', '1589932813', '__ci_last_regenerate|i:1589932809;local|s:1:\"1\";listaVenta|i:19;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589817111\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0045a97f7710ccd46f9debe4e6ba517bb6b766d8', '66.186.19.5', '1576598882', '__ci_last_regenerate|i:1576598882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('005ec8297dc6c0e7cc42a101af04555cbdfbbcbb', '66.186.19.5', '1576488481', '__ci_last_regenerate|i:1576488481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00656f1cf2a292ecaa46c65d26b2bc728b997571', '66.186.19.5', '1576306261', '__ci_last_regenerate|i:1576306261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('006d6a510c4580cefea2438c4e4441546448a3eb', '66.186.19.5', '1576553881', '__ci_last_regenerate|i:1576553881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0071292b91b3b24c0d276dd946731c8dfffe8992', '190.234.106.215', '1583182125', '__ci_last_regenerate|i:1583182122;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583181692\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('007b01533c33dc553d3a8498ab799157190b7ca8', '66.186.19.5', '1576652341', '__ci_last_regenerate|i:1576652341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('007cb01df241ceefd11d84a43e0e06d7e6f4f60d', '66.186.19.5', '1576314842', '__ci_last_regenerate|i:1576314842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0084e9293a6f696c30f05c31725d11961c445e1e', '66.186.19.5', '1576646401', '__ci_last_regenerate|i:1576646401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('008a7d2570b3a3e0362d0cd198c8bfb7d6c62355', '66.186.19.5', '1576502821', '__ci_last_regenerate|i:1576502821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('008d56314e4f86a58ecc781fd7576f44a0cdf6b2', '66.186.19.5', '1576551901', '__ci_last_regenerate|i:1576551901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('009c23364d74a69b711905ffcd9d2a5093b5a10c', '66.186.19.5', '1576455181', '__ci_last_regenerate|i:1576455181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00a1043218c699ba629e72a7e68f65346f6f72db', '66.186.19.5', '1576685462', '__ci_last_regenerate|i:1576685462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00ad25047f790b0e891e1319723b7153232ae10d', '66.186.19.5', '1576365061', '__ci_last_regenerate|i:1576365061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00b0508c249fef10e2c1a94888d8c16ffb8f77c7', '66.186.19.5', '1576417982', '__ci_last_regenerate|i:1576417982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00b62a7fa1b188fbb68e0ea96cc02c4bb6e743f8', '66.186.19.5', '1576369981', '__ci_last_regenerate|i:1576369981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00bd0cfc8b06b7f007ca1787c9c3ff8d1183a8fb', '66.186.19.5', '1576657562', '__ci_last_regenerate|i:1576657562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00cefd360a95cf616be11e27865963779949aa4b', '173.252.83.23', '1585872309', '__ci_last_regenerate|i:1585872308;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00d9a4d77fc5702aedd9c9d70e244cc1c35fad16', '66.186.19.5', '1576453081', '__ci_last_regenerate|i:1576453081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00de9cfdb3acfbb484d6f8f716a2484003f98693', '66.186.19.5', '1576686482', '__ci_last_regenerate|i:1576686482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00df10237902170274b0e2d2c7747a1bd7a9a439', '134.122.81.145', '1587028021', '__ci_last_regenerate|i:1587028020;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00e32c8002af6f3f40e848900ca7d0d78f39916e', '66.186.19.5', '1576316761', '__ci_last_regenerate|i:1576316761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00f05d394d738c7126ccfc889d3d1a5e91ca430e', '66.186.19.5', '1576334882', '__ci_last_regenerate|i:1576334882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00f615adea527c9c4dd517615eebec26a4162f64', '66.186.19.5', '1576639981', '__ci_last_regenerate|i:1576639981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0103cd89b9b25bfab66d6d6da7790eef6d2c357c', '66.186.19.5', '1576547162', '__ci_last_regenerate|i:1576547162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('011a032d8e8c1825db2ef6a8807d1200f0f02c04', '190.232.33.208', '1578594910', '__ci_last_regenerate|i:1578594808;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1578408854\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('011b719ac70f69f7e08957a9630d3c8b160e319e', '66.186.19.5', '1576380121', '__ci_last_regenerate|i:1576380121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01260828ba40ad9adab722739090886778602778', '66.186.19.5', '1576499041', '__ci_last_regenerate|i:1576499041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('012b1c4a8504267bfc620a3fdb4a47a9f7e9337a', '66.186.19.5', '1576331041', '__ci_last_regenerate|i:1576331041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('012caf197bb7409ae3b7a83c68c27d86f8f19452', '66.186.19.5', '1576550822', '__ci_last_regenerate|i:1576550822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01323c4e97ffc3068b7cc5bb93d501b05a36c84d', '66.186.19.5', '1576295041', '__ci_last_regenerate|i:1576295041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01347cd7839770ace18c94cd2fb6bbc2ab5be498', '66.186.19.5', '1576293481', '__ci_last_regenerate|i:1576293481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('013b5617c6626e4f17edbd7ee700e9732bf77686', '66.186.19.5', '1576599181', '__ci_last_regenerate|i:1576599181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01571d22bfeb0cf7934e6bfc53611c0275eea3cb', '66.186.19.5', '1576654682', '__ci_last_regenerate|i:1576654682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0166e8a94c34d65ba988fdc5291785f4a856f964', '66.186.19.5', '1576599782', '__ci_last_regenerate|i:1576599782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01670e4fb137568574fbab9344b5dd32e1636333', '66.186.19.5', '1576462141', '__ci_last_regenerate|i:1576462141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0170f724a6b0b684bb409fa1671bc2543a3b1a73', '190.236.102.225', '1582842440', '__ci_last_regenerate|i:1582842183;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582815726\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('018134ccc61604b28cc4dcb6a45164da06e8ac71', '66.186.19.5', '1576347781', '__ci_last_regenerate|i:1576347781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('018280540562cd45ac7eb30ea1524d26ff2efeba', '66.186.19.5', '1576675201', '__ci_last_regenerate|i:1576675201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('018be59811d19e5c330ebfa659f6d1a67f386629', '66.186.19.5', '1576325641', '__ci_last_regenerate|i:1576325641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01936c1f678f5ad53123ddfa5408b1a58e5c4310', '18.228.205.53', '1577547099', '__ci_last_regenerate|i:1577547099;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('019c101d790ff4b143dbe032d52876d3a6ee8ff8', '66.186.19.5', '1576643341', '__ci_last_regenerate|i:1576643341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('019c84c08e1ed8d382bfe40f8dabf09b9b2c1e78', '66.186.19.5', '1576565461', '__ci_last_regenerate|i:1576565461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('019da3900492eab71df35285c5c489606bb4ade2', '66.186.19.5', '1576648322', '__ci_last_regenerate|i:1576648322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('019e284814539dd015016ebacd0c6ba8d37a0de8', '66.186.19.5', '1576651802', '__ci_last_regenerate|i:1576651802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('019e685b5228a24d385faa13a5e278ef0c304d5a', '66.186.19.5', '1576436581', '__ci_last_regenerate|i:1576436581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01aa701a509e7c35b4969ee62fbf00c4e7d1d992', '66.186.19.5', '1576406462', '__ci_last_regenerate|i:1576406462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01b521e48218bc151b7b5b0ee4c15521d183f94d', '66.186.19.5', '1576641482', '__ci_last_regenerate|i:1576641482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01ba7cbe992e4cec87480a153f8a40d17a3dd887', '66.186.19.5', '1576537681', '__ci_last_regenerate|i:1576537681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01cfe019a8810f2d6a02c4a363f892f694012821', '66.186.19.5', '1576454942', '__ci_last_regenerate|i:1576454942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01e0023c8f620194be3ef47acdab869d383a7f07', '66.186.19.5', '1576546621', '__ci_last_regenerate|i:1576546621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01e202075969061f66a4e7a06fb6b2d50adda91a', '66.186.19.5', '1576332301', '__ci_last_regenerate|i:1576332301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01e81b3791adb5d0fb69d92fd290ebe48b35ebc7', '173.252.83.1', '1590880679', '__ci_last_regenerate|i:1590880679;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01f5b2e0843a4e4dc3d12eff6243c1b1f78a70ae', '66.186.19.5', '1576415162', '__ci_last_regenerate|i:1576415162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01f5e36d737fbf3f6de696c523585d37bf60c026', '45.189.116.18', '1591295544', '__ci_last_regenerate|i:1591295544;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591230201\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01fcf74a46c5e763e23446424aebce8ece1b686e', '66.186.19.5', '1576540502', '__ci_last_regenerate|i:1576540502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0201e6e09ba0475dd65b461cbc728e3827f2bf07', '66.186.19.5', '1576436461', '__ci_last_regenerate|i:1576436461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('020611aa54c64910d526141dbddfa6f71035050e', '66.186.19.5', '1576587782', '__ci_last_regenerate|i:1576587782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('020a0f0ec7d71078ea292797e84b5ae16d4ac562', '66.186.19.5', '1576387801', '__ci_last_regenerate|i:1576387801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0216a663ed87f120d0822f563e5904f4e8c05fd3', '66.186.19.5', '1576583823', '__ci_last_regenerate|i:1576583823;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('021b0d1c820359a6205a388a674226442327a6cc', '66.186.19.5', '1576340461', '__ci_last_regenerate|i:1576340461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02233a8b2cd7e7a5db1d2ac3891de8c06c97896d', '66.186.19.5', '1576279321', '__ci_last_regenerate|i:1576279321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02319c9ad3546243f20c78750d69dbbe7c1d2e6f', '66.186.19.5', '1576648562', '__ci_last_regenerate|i:1576648562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('023d3b6d45e7e846f148824b08ce687ff67ab033', '66.186.19.5', '1576653002', '__ci_last_regenerate|i:1576653002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('024a386aff5faa7b19bf267af411ec710a924154', '66.186.19.5', '1576448461', '__ci_last_regenerate|i:1576448461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('024fbc30f485eba3ba7c5600458eef1eb65b1252', '66.186.19.5', '1576491961', '__ci_last_regenerate|i:1576491961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0253704f20e126e268f530430398ea48a1d76d43', '66.186.19.5', '1576445102', '__ci_last_regenerate|i:1576445102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02592e9c724e9377a28d5049b87b91da8e1b71cf', '66.186.19.5', '1576688522', '__ci_last_regenerate|i:1576688522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('026f2fdd395b19c07cbdd4ce77b02aac1efe7986', '66.186.19.5', '1576429202', '__ci_last_regenerate|i:1576429202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('027a0ec6b8a193e61de466b1bf4f2c6389e908a0', '66.186.19.5', '1576392722', '__ci_last_regenerate|i:1576392722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('027e0f82c18642d24c7239173ea1035b9e9630f4', '190.236.102.225', '1582748567', '__ci_last_regenerate|i:1582748333;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582738776\";last_ip|s:13:\"132.191.3.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('028efb4c3323086bd48b7721a1f3a4264b88f7a6', '66.186.19.5', '1576498381', '__ci_last_regenerate|i:1576498381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('029cd2ed90496142d6b0ea8f97e6b94d2d5d0bce', '66.186.19.5', '1576395241', '__ci_last_regenerate|i:1576395241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02a1f751e679ec38c8c8b494be8a8993078fb429', '66.186.19.5', '1576425781', '__ci_last_regenerate|i:1576425781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02a38cbf65d15328911b37629b6d652cba5a01f0', '66.186.19.5', '1576469522', '__ci_last_regenerate|i:1576469522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02a3d9f49b12e589d173568cf1341ef672f3b396', '66.186.19.5', '1576375562', '__ci_last_regenerate|i:1576375562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02a726b22fbd9dc8dfe1286639af69929413d91a', '66.186.19.5', '1576558141', '__ci_last_regenerate|i:1576558141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02b610fae3966c9948842ff1351360803c84a21f', '45.189.116.14', '1589841499', '__ci_last_regenerate|i:1589841499;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588356313\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02b7a2ba1812b578b4104546c8ae2fe103f329eb', '66.186.19.5', '1576338902', '__ci_last_regenerate|i:1576338902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02c17807e65d0cfa29b98366564d68d3627d9298', '66.186.19.5', '1576678081', '__ci_last_regenerate|i:1576678081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02c2399420a0c50148518f6d17979c79d71ccd12', '66.186.19.5', '1576386781', '__ci_last_regenerate|i:1576386781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02c3dd56de72f3319f88aa18565989b6367b9603', '66.186.19.5', '1576339321', '__ci_last_regenerate|i:1576339321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02cc009d6d639e51150cd06edf04b3dd0838b92d', '66.186.19.5', '1576641961', '__ci_last_regenerate|i:1576641961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02cc3a3cf86f94dd14adb2ebf815d30ddce30583', '66.186.19.5', '1576677121', '__ci_last_regenerate|i:1576677121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d24c79eea2de5a5b0c727e7faa19b28a0a6dd4', '173.252.83.14', '1585259022', '__ci_last_regenerate|i:1585259022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f72dee5f3c9a666f1ebebeb46f5f73adf2c8bb', '66.186.19.5', '1576498921', '__ci_last_regenerate|i:1576498921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f9966709c9cc9a02f6dab034364bd118ac1157', '66.186.19.5', '1576635062', '__ci_last_regenerate|i:1576635062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02faaf1331a8cc5736c99178a17fe6e35be0ffde', '66.186.19.5', '1576368421', '__ci_last_regenerate|i:1576368421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('031151a7416fd8465ad3368b2e09412e588d066d', '66.186.19.5', '1576555261', '__ci_last_regenerate|i:1576555261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0315a6673f0bf3d293371fecf83aae9f02e05362', '66.186.19.5', '1576430701', '__ci_last_regenerate|i:1576430701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03203753d3acd9a14a02d52401d832b74f78d2a3', '66.186.19.5', '1576491302', '__ci_last_regenerate|i:1576491302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03248ae44aeb016c580e9ea383af29eef8461e15', '3.92.92.150', '1580858340', '__ci_last_regenerate|i:1580858340;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0324b9964c4bd520444200e7b59d9e50d565a624', '66.186.19.5', '1576283881', '__ci_last_regenerate|i:1576283881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('032d0a08d5317a68bbce5dda2f487ff1717f28e4', '66.186.19.5', '1576277041', '__ci_last_regenerate|i:1576277041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0330adbdb502e6100544498fd6be5d8a815009bf', '66.186.19.5', '1576414682', '__ci_last_regenerate|i:1576414682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03378d3f327e9f90102b3f1e7681c4aa609fb700', '66.186.19.5', '1576500482', '__ci_last_regenerate|i:1576500482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('033f5e5cbf1afb809c1c7fd65a81fce3cfa8925d', '66.186.19.5', '1576580162', '__ci_last_regenerate|i:1576580162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0345a6cd4e013ef2f9aeb5da779c0dd825857ca3', '66.186.19.5', '1576564081', '__ci_last_regenerate|i:1576564081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03549097983e9179e53135d14c55f2aa1aadfced', '66.186.19.5', '1576372802', '__ci_last_regenerate|i:1576372802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('036f075907a96933d321b142fcbe61245e336a5a', '66.186.19.5', '1576379521', '__ci_last_regenerate|i:1576379521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('037557d94ace8259ce3e4a12df7c61306d0792a3', '66.186.19.5', '1576686242', '__ci_last_regenerate|i:1576686242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('037cd201314f408b1e95d9ec292fa4d7abcf8122', '66.186.19.5', '1576393142', '__ci_last_regenerate|i:1576393142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03873317d248fb4969ed5692e05561de000149e1', '66.186.19.5', '1576454701', '__ci_last_regenerate|i:1576454701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0388fd976470f83b0b1a82e1c3ee31f84adcbc56', '66.186.19.5', '1576602421', '__ci_last_regenerate|i:1576602421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('038a5aa1c65b5ba831e6cc501059bd7347588278', '66.186.19.5', '1576429801', '__ci_last_regenerate|i:1576429801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('038ab3d017d2a1999825afe5f0cdaeff2fb4a366', '173.252.111.22', '1583336033', '__ci_last_regenerate|i:1583336033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('038b82b0523ab804b0fd51d290a015fc1dcbedfc', '66.186.19.5', '1576454402', '__ci_last_regenerate|i:1576454402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0394219b9f5eb8d3355c56f89296c3abcf51ebaa', '31.13.127.15', '1587013061', '__ci_last_regenerate|i:1587013061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a02b332d2432a9bcec288d0455031ebc0b7c46', '66.186.19.5', '1576356781', '__ci_last_regenerate|i:1576356781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a49ea2a68b41bb770037b3413b9255e5c32dfe', '66.186.19.5', '1576519621', '__ci_last_regenerate|i:1576519621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a57c21c82677f6e2e704b3a3bbc4468e8ff933', '66.186.19.5', '1576379462', '__ci_last_regenerate|i:1576379462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a5b88e64bd25450909cc4cc3c01035571d7771', '66.186.19.5', '1576280402', '__ci_last_regenerate|i:1576280402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03ac26c7ea08a5cdcd746f6071cfa80cc7fd3285', '66.186.19.5', '1576538581', '__ci_last_regenerate|i:1576538581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03af65110d2c7a90eea9e0d69e1c04034bb4fdb4', '66.186.19.5', '1576522622', '__ci_last_regenerate|i:1576522622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03b3f3142844394e08595b21205f1471f15d0eb7', '66.186.19.5', '1576390561', '__ci_last_regenerate|i:1576390561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03bb7ebde3c451780d8b0119f69eca5253e61893', '66.186.19.5', '1576453801', '__ci_last_regenerate|i:1576453801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03bdea6201f891fd3ade6f7ece80938005ebcd8f', '190.234.163.130', '1591136372', '__ci_last_regenerate|i:1591136369;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591115543\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03bee210bf9fbfc69170cceb62c3b01db1ada395', '66.186.19.5', '1576557721', '__ci_last_regenerate|i:1576557721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c0d9b58b27363a469ed14912a7950a8adc2421', '66.186.19.5', '1576527001', '__ci_last_regenerate|i:1576527001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c15742d5f2a78d9b0dce45d89ac4544af6a199', '66.186.19.5', '1576675801', '__ci_last_regenerate|i:1576675801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c1c872f317567376af862f0b8cfc7f5c95f987', '173.252.95.44', '1585323778', '__ci_last_regenerate|i:1585323778;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c90ec135f17ceb4cc448c4757c730f92a99e0f', '66.186.19.5', '1576446362', '__ci_last_regenerate|i:1576446362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03e4480801c91d841ee3ceb0f6681b07a509c171', '66.186.19.5', '1576660141', '__ci_last_regenerate|i:1576660141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03e53988e64cf2dbc4f1817ede6f2b75410f6688', '66.186.19.5', '1576400881', '__ci_last_regenerate|i:1576400881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03e58cfcd7c530128de800e8ac3efe22e29c9027', '190.239.111.151', '1583904080', '__ci_last_regenerate|i:1583903810;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583430020\";last_ip|s:13:\"132.191.3.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03f4b46adc48319c3cd4f1a9c060c03c448f8ce2', '66.186.19.5', '1576552561', '__ci_last_regenerate|i:1576552561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03f5e00da856a818bebb5dd6a4fc6aa103f3381d', '66.186.19.5', '1576549082', '__ci_last_regenerate|i:1576549082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0409464bd23b1ac5d866246ba98bc4e2aa818d32', '66.186.19.5', '1576481642', '__ci_last_regenerate|i:1576481642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('040b8e0d074f0c761f4c439b349ec511ad2e374e', '66.186.19.5', '1576443061', '__ci_last_regenerate|i:1576443061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0411b093c9a09348e8157d5ccf616ffe84759565', '66.186.19.5', '1576393021', '__ci_last_regenerate|i:1576393021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('041b34cc395471f383721a88a65753dbe1538fb6', '66.186.19.5', '1576334401', '__ci_last_regenerate|i:1576334401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('042893406283edaad2313c6d53a4ace4d952d779', '66.186.19.5', '1576503362', '__ci_last_regenerate|i:1576503362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('043505353de3847727ab2f0fb32759054f5580b1', '66.186.19.5', '1576551661', '__ci_last_regenerate|i:1576551661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0438f018306b1390f85fce2d6e7155da0e779bfc', '66.186.19.5', '1576364582', '__ci_last_regenerate|i:1576364582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('043add8d44da66f6475623bb7e6c7b5da046cadc', '66.186.19.5', '1576352821', '__ci_last_regenerate|i:1576352821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('043b60619bae4e30006c453135742527d6c5b392', '66.186.19.5', '1576542062', '__ci_last_regenerate|i:1576542062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('043fcb2e934367f596734e771dc062495a12ee45', '66.186.19.5', '1576507741', '__ci_last_regenerate|i:1576507741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04424830a6f25e20c54c436acc1dc5d24a6b0445', '66.186.19.5', '1576664101', '__ci_last_regenerate|i:1576664101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('044c1d5070e0a7aa26cf92809f65c6c85f0f7e87', '66.186.19.5', '1576471861', '__ci_last_regenerate|i:1576471861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0455fa23f0a7fd2ef14c022a506dd3d49d3395d5', '190.236.102.225', '1582845817', '__ci_last_regenerate|i:1582845534;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582815726\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('047818f9511c7f7a47a5e9d270cee77e7d32989c', '141.8.143.146', '1583233939', '__ci_last_regenerate|i:1583233939;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('047c828a603a399cbda3281b24a516bbe373b41d', '66.186.19.5', '1576396321', '__ci_last_regenerate|i:1576396321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('047e6f043043078bb9995a83489aa46b9bdefb93', '66.186.19.5', '1576376761', '__ci_last_regenerate|i:1576376761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('047ef429aa72a09469bf9414b446044c3b262d7d', '66.186.19.5', '1576502581', '__ci_last_regenerate|i:1576502581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04815f65f1aa2664d720f11b4b461595c07d702c', '66.186.19.5', '1576548002', '__ci_last_regenerate|i:1576548002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0482fd6e939e9782cc82eff36c66da02834467bc', '66.186.19.5', '1576365361', '__ci_last_regenerate|i:1576365361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04960e008c3e2e010e196263c21986e3a3f15115', '66.186.19.5', '1576542902', '__ci_last_regenerate|i:1576542902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('049a86c097f25de2fad570e96de8912b5541ab1f', '66.186.19.5', '1576595821', '__ci_last_regenerate|i:1576595821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('049c47439865e6fbc893be215a68b195dbca9dcd', '66.186.19.5', '1576430221', '__ci_last_regenerate|i:1576430221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04a1a5a6970547f88184fb1fdb05ab2ce7c90c15', '66.186.19.5', '1576355881', '__ci_last_regenerate|i:1576355881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04a6d4f268f2e5db9299d75a4e015f089c1a8904', '66.249.83.37', '1586550868', '__ci_last_regenerate|i:1586550868;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04b11c64759f49f7b936164f8353a62677e9f06d', '66.186.19.5', '1576543141', '__ci_last_regenerate|i:1576543141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04b8d77162f5d61ef95e78f8ae73d1d3b17070ad', '66.186.19.5', '1576390741', '__ci_last_regenerate|i:1576390741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04c7682b7c72c14315d99159834fa8c2e206dc58', '66.186.19.5', '1576436101', '__ci_last_regenerate|i:1576436101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04ca55d7ff1c729d0c74ba8732d5214b68b9710d', '66.186.19.5', '1576611722', '__ci_last_regenerate|i:1576611722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04d5aad5aa94b5f481487a44d40979be99ab009b', '66.186.19.5', '1576338722', '__ci_last_regenerate|i:1576338722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04d66f6e17fa2fc6a36b4a24ad64213900d5fe6c', '66.186.19.5', '1576583402', '__ci_last_regenerate|i:1576583402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04d93a45e0248d65f7e5130bee60156c227d98e7', '66.186.19.5', '1576292521', '__ci_last_regenerate|i:1576292521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04da36d7ec0ac11cf4a1672cfc0b27fa78ee04bd', '173.252.83.2', '1585872309', '__ci_last_regenerate|i:1585872308;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04f312e0ccc8ddb581dee45da21d28ce260dcb3e', '66.186.19.5', '1576607281', '__ci_last_regenerate|i:1576607281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04f45fc14d27ee1a49db2b3cc8381beaae6dfe2a', '66.186.19.5', '1576306201', '__ci_last_regenerate|i:1576306201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04fe67557a140f567862e01e62181a7eafe42c22', '66.186.19.5', '1576581781', '__ci_last_regenerate|i:1576581781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04fef7a279d244cde798182b16748f2d14ae6f4b', '66.186.19.5', '1576588862', '__ci_last_regenerate|i:1576588862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0500359f5ba49b5982f000b69192cfa3c4317843', '66.186.19.5', '1576658762', '__ci_last_regenerate|i:1576658762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0519b81d5d540cb46393b0f99c0186b903fa4607', '66.186.19.5', '1576611841', '__ci_last_regenerate|i:1576611841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('052067b35bc1af592a5097894c7b1f4ac1002c77', '66.186.19.5', '1576508342', '__ci_last_regenerate|i:1576508342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05272e23602be93a837d715d51fb9a721e0be4bf', '66.186.19.5', '1576504862', '__ci_last_regenerate|i:1576504862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0527aef4d99677c0d6294ca63d243f0534649680', '66.186.19.5', '1576526042', '__ci_last_regenerate|i:1576526042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05291a30e4158934fcc75b341f2e4e5e176a7249', '66.186.19.5', '1576366202', '__ci_last_regenerate|i:1576366202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('053e660eb21c4e25949a113a704096ee0c768dc7', '66.186.19.5', '1576495621', '__ci_last_regenerate|i:1576495621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('054520ca1f212ac86d0b8b74bd233fda5555b736', '66.249.83.37', '1588594679', '__ci_last_regenerate|i:1588594679;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05486ab28df09aead916b25cc25ed9811806aff6', '190.239.111.151', '1583937320', '__ci_last_regenerate|i:1583937317;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";message|s:65:\"Se registro y envío con exito la guia de remision - T001-0000174\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05489f003622953ad4a67d80967dbe8fc8746a3e', '66.186.19.5', '1576369261', '__ci_last_regenerate|i:1576369261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('054ab05defd07945b6776d4ff66d42007ee1abbb', '66.186.19.5', '1576496342', '__ci_last_regenerate|i:1576496342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('054fa4b6ab7dcf06a2c28076314a767d97b9b57b', '66.186.19.5', '1576481161', '__ci_last_regenerate|i:1576481161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('055d4cd44d705a95e2fbb38fd8da549c459b5419', '66.186.19.5', '1576294922', '__ci_last_regenerate|i:1576294922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('056376fe55b33e6a437d8d1d1ed1210409bf21de', '66.186.19.5', '1576375441', '__ci_last_regenerate|i:1576375441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('056485c670fd766e68c80138722783b92d1e75eb', '66.186.19.5', '1576380661', '__ci_last_regenerate|i:1576380661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0576881ec76ee46085cfac628739707e1e6b60c4', '66.186.19.5', '1576339742', '__ci_last_regenerate|i:1576339742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('058bb3005b0b887f41f6e2eb741216c59afa5457', '66.186.19.5', '1576525442', '__ci_last_regenerate|i:1576525442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0591f46432705ad9ebc0bc8f3033861759acf2f3', '173.252.83.20', '1589236649', '__ci_last_regenerate|i:1589236649;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05a5354d88fb1a5c5b53749c0e3e1308f864d674', '66.186.19.5', '1576608602', '__ci_last_regenerate|i:1576608602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05aa0fe49c9ebdc52916cb669f1875defdb652b1', '66.186.19.5', '1576347182', '__ci_last_regenerate|i:1576347182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05aea5aad10af1a8441eb452794ca28ddae6c222', '66.186.19.5', '1576401301', '__ci_last_regenerate|i:1576401301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05b0184900a7914dc35f7633860e6d42b7a11d40', '66.186.19.5', '1576424221', '__ci_last_regenerate|i:1576424221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05b9494f2446d511055cf664776950e323a9c8ba', '66.186.19.5', '1576494422', '__ci_last_regenerate|i:1576494422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05cb58f4c7de4352cb845a34c2e9702a951008b9', '66.186.19.5', '1576374181', '__ci_last_regenerate|i:1576374181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05cee216e03c340c3dd28c4364cdf73b54b3ecf4', '66.186.19.5', '1576493161', '__ci_last_regenerate|i:1576493161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05d0c9cb3a06b7a1cfb2910a5a59b2c228c5243f', '173.252.83.9', '1586813977', '__ci_last_regenerate|i:1586813977;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05d964e0971245e1d3bf29033904b411af3b1464', '190.232.33.208', '1576603594', '__ci_last_regenerate|i:1576603332;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576603289\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:14:\"smtp.gmail.com\";smtp_user|s:22:\"sistpv.actec@gmail.com\";smtp_pass|s:88:\"AKY4sOQB1MmHoyOMcqIsV7qucC+ouEspLv6KlGxYYH5oQqWf2c+4fxK+CeUVwJQA/ZruT84DE7qSrTJv2iOaoA==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05dcfcfbc11fb61cd36c6a1e96ed6a447cdbe36b', '66.186.19.5', '1576465502', '__ci_last_regenerate|i:1576465502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05e727dac378862a5c65fca7f1dedca7fe630604', '66.186.19.5', '1576476181', '__ci_last_regenerate|i:1576476181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05f62f2b8f5f0ddcad07c85049a9405017c778c0', '66.249.83.62', '1585782997', '__ci_last_regenerate|i:1585782997;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05f74c88831d2ac41011db374a5c1715da469978', '66.186.19.5', '1576300322', '__ci_last_regenerate|i:1576300322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05f8d14fda1e296a11f5dde86d11e11d0df39839', '66.186.19.5', '1576277101', '__ci_last_regenerate|i:1576277101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06032955ab20d1f0379f8c0b9a0da96c8c2680e6', '66.186.19.5', '1576303442', '__ci_last_regenerate|i:1576303442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060b9442232ec50f746a1ab3fa285584acf9bdd3', '66.186.19.5', '1576430461', '__ci_last_regenerate|i:1576430461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060f00796f5904bd2c8de67c0589ac4b45a9abe0', '66.186.19.5', '1576429982', '__ci_last_regenerate|i:1576429982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06223a791509361ac18b3bdf753b9f861bdf3050', '66.186.19.5', '1576345502', '__ci_last_regenerate|i:1576345502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('062990468fdd8aa9942ea14a360172970e70a136', '66.186.19.5', '1576503122', '__ci_last_regenerate|i:1576503122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('062c0e40fb47deb28205ae3ac695f79b73179e12', '66.186.19.5', '1576575362', '__ci_last_regenerate|i:1576575362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('062ca114fc6e52ff195f2ac94353cadd3c16bfab', '200.60.9.93', '1592772683', '__ci_last_regenerate|i:1592772682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0632d4c9b0cb67618e098a7650c3a9460836c673', '66.186.19.5', '1576360801', '__ci_last_regenerate|i:1576360801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('063d76efcd864e117ed8d005a9118ef8e3f31665', '66.186.19.5', '1576538341', '__ci_last_regenerate|i:1576538341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('065a7c4384a310a46e568847d9a8b185d128cbbd', '66.186.19.5', '1576361401', '__ci_last_regenerate|i:1576361401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0661241d10d842f6a2e61e8875eb88c5e9e08126', '66.186.19.5', '1576300621', '__ci_last_regenerate|i:1576300621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06652e0f4a8fadd7e340f5f4eb394d419a58dcf8', '66.186.19.5', '1576572061', '__ci_last_regenerate|i:1576572061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('066535f567089cb6a899d6d20805727d2b3cfb62', '66.186.19.5', '1576684141', '__ci_last_regenerate|i:1576684141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('067ab7cd765abb71c43172743116773296231ca2', '66.186.19.5', '1576687861', '__ci_last_regenerate|i:1576687861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06811a154bdc7874dc63548ab1d9b58ba4ea8093', '66.186.19.5', '1576355402', '__ci_last_regenerate|i:1576355402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0685a514d6f9454238cd3bc02c03cbce173c4be6', '66.186.19.5', '1576465022', '__ci_last_regenerate|i:1576465022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06896c4777ca2c35808bbf98956ccf2fdbb037fa', '66.186.19.5', '1576431242', '__ci_last_regenerate|i:1576431242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('068efa29e4b3abe4452df11f660ef75fe4db1092', '66.186.19.5', '1576631042', '__ci_last_regenerate|i:1576631042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('068fd587b3afc0de933aac8151bdd081326a70a5', '66.186.19.5', '1576509722', '__ci_last_regenerate|i:1576509722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06960e0d3992b4c31418280a70aec030aee3aead', '66.186.19.5', '1576291322', '__ci_last_regenerate|i:1576291322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06a29ba09c34c32b5ab04f0f0001aed0a574a3a2', '163.172.70.242', '1577941961', '__ci_last_regenerate|i:1577941961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06a37232ed6534c096de2bd627678e0a8ebbe162', '45.189.116.14', '1589843062', '__ci_last_regenerate|i:1589843062;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588356313\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06abd866794d8e67d184a29753b5c0ba321989ce', '66.186.19.5', '1576437841', '__ci_last_regenerate|i:1576437841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06ac99ec2499bc9d7a11ab6fa7bbd2bf4e35ae17', '66.186.19.5', '1576349882', '__ci_last_regenerate|i:1576349882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06bd2801faca7155c9cd54ee70074ef461769a09', '77.88.47.82', '1584451522', '__ci_last_regenerate|i:1584451522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06c4629b6d3bc2bd619017c08dc497b79c732f3f', '66.186.19.5', '1576659422', '__ci_last_regenerate|i:1576659422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06c4bf0a2c80d18309d3c09201f7151358592980', '66.186.19.5', '1576380841', '__ci_last_regenerate|i:1576380841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06c5867d63046ff0cae2a639b5b5181ddd5965f9', '66.186.19.5', '1576420801', '__ci_last_regenerate|i:1576420801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06c952270e02e8e201b867ead3374a5fb2d0f996', '66.186.19.5', '1576644421', '__ci_last_regenerate|i:1576644421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06dcb2036e458a07c308823347f1868c6690d5e4', '66.186.19.5', '1576683421', '__ci_last_regenerate|i:1576683421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06ec01007171d086891a2dcc4b4f84551dee67b1', '66.186.19.5', '1576529282', '__ci_last_regenerate|i:1576529282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06f32b18be866119280e559fe3103a6fad81e93e', '66.186.19.5', '1576675862', '__ci_last_regenerate|i:1576675862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06f7954751dd8608691b6c77bafac26f33599e97', '66.186.19.5', '1576592642', '__ci_last_regenerate|i:1576592642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06ffb537a570dcda99ea44badbb4efe620974781', '66.186.19.5', '1576295821', '__ci_last_regenerate|i:1576295821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07059b04e47ed4f1bdda079a06327441b4a63fa7', '66.186.19.5', '1576629542', '__ci_last_regenerate|i:1576629542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('071381b38c4462ec875b72177c431045fbeec543', '66.186.19.5', '1576370222', '__ci_last_regenerate|i:1576370222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('071bfb106852788611f80a59fd576968b38537dc', '66.186.19.5', '1576552081', '__ci_last_regenerate|i:1576552081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0720c4ec1b52e2bd34ea45f7de1be7bcd624503c', '66.186.19.5', '1576396802', '__ci_last_regenerate|i:1576396802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07212a9e28c768ea49eccb404698a78dd0f08469', '66.186.19.5', '1576406881', '__ci_last_regenerate|i:1576406881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('072131ed99f83629c13b127419d11f9f376ec634', '66.186.19.5', '1576320661', '__ci_last_regenerate|i:1576320661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('072548894f875a5fb2ba758910a2b1115fb08663', '66.186.19.5', '1576543621', '__ci_last_regenerate|i:1576543621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('072d266d14e21f4250bfacfa9308a2cf21e4ac80', '66.186.19.5', '1576438261', '__ci_last_regenerate|i:1576438261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07310cd27d5d41894f1b0db4edd9384534eaa78f', '66.186.19.5', '1576386841', '__ci_last_regenerate|i:1576386841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0731a49f5dc2d0eee04973f9ebaaea39d5a5ed85', '66.186.19.5', '1576314181', '__ci_last_regenerate|i:1576314181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('073838117e1526c37a90432a65428e35a171682c', '66.186.19.5', '1576467721', '__ci_last_regenerate|i:1576467721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('073e4c7cde6504b23aba83075490f47089e3bd60', '66.186.19.5', '1576503481', '__ci_last_regenerate|i:1576503481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07406e972cdc46c9ff024c6f05be60138638febe', '66.186.19.5', '1576444022', '__ci_last_regenerate|i:1576444022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('074484061e30f6e859413b2fa279656266321dbf', '66.186.19.5', '1576550041', '__ci_last_regenerate|i:1576550041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07484bff7524bb76be31527d8e5f078e7094880c', '66.186.19.5', '1576452421', '__ci_last_regenerate|i:1576452421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('076d9a77d93f3707a36a98d0c934f12cb2a358b5', '66.186.19.5', '1576608962', '__ci_last_regenerate|i:1576608962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0779136f386bd877fe42f678624756db2b2ecfd8', '66.186.19.5', '1576536362', '__ci_last_regenerate|i:1576536362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0787f14c613a74d9e02cac23549e5ddb05ef1a5a', '66.186.19.5', '1576289281', '__ci_last_regenerate|i:1576289281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('078dedd8197f79b0a4fbf1acd654881fbe242f10', '66.186.19.5', '1576390981', '__ci_last_regenerate|i:1576390981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07ab83681b47084155e6878ac8cc31bc54e3e281', '66.186.19.5', '1576588082', '__ci_last_regenerate|i:1576588082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b0de6158b23be460e19f570f4c220185a9581f', '66.186.19.5', '1576307461', '__ci_last_regenerate|i:1576307461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b158fa6ff6e7c074079134ea014a3488f92e80', '66.186.19.5', '1576593902', '__ci_last_regenerate|i:1576593902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b1f09bd49b2d1d1b684b34fe2296ecc588ec91', '66.186.19.5', '1576343522', '__ci_last_regenerate|i:1576343521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b4917fd7a299f1efe28d2463cb35719fb76b0e', '66.186.19.5', '1576533301', '__ci_last_regenerate|i:1576533301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b7d4a7ef6cad39d54cfbca4516a03014fc7858', '66.186.19.5', '1576387981', '__ci_last_regenerate|i:1576387981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b81709eaa2dc0f8cb830243a39e442389713fd', '181.176.124.100', '1585349239', '__ci_last_regenerate|i:1585349155;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584997788\";last_ip|s:14:\"190.239.111.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07c90c738dcc02a4c1750e1f5cb2c16d8ffa25fb', '66.186.19.5', '1576629062', '__ci_last_regenerate|i:1576629062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07c95c5113db1514f935dc5e7c12e1ea63348d10', '66.186.19.5', '1576319462', '__ci_last_regenerate|i:1576319462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07cde1fe7a8e29f3c74af58bd5ee97f7c1950066', '66.186.19.5', '1576565942', '__ci_last_regenerate|i:1576565942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07d5c53619cd0cf59bff8644eebafd583560f87c', '66.186.19.5', '1576355702', '__ci_last_regenerate|i:1576355702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07d7ff9cdd83b523fb103d0ccc1a4045af55c777', '66.186.19.5', '1576294082', '__ci_last_regenerate|i:1576294082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07db0b1e712c7883264da4831e03046d825d77aa', '66.186.19.5', '1576496762', '__ci_last_regenerate|i:1576496761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07e4b3cc2b750194292232bb8a991e9ed5cdb579', '66.186.19.5', '1576568341', '__ci_last_regenerate|i:1576568341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07ef94e6e14c51273f27178e6721db40f2bea669', '209.17.97.50', '1587810210', '__ci_last_regenerate|i:1587810210;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f2758ccc45e243173d7bb591c94f187475bba8', '179.6.54.82', '1580350063', '__ci_last_regenerate|i:1580350062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f356d1b217d28d0cfcbfeabd5ffb710d286d9a', '66.186.19.5', '1576460822', '__ci_last_regenerate|i:1576460822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0811109dfb358337af18a54b7ac28070a4f4bc6d', '66.186.19.5', '1576407722', '__ci_last_regenerate|i:1576407722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0814d8392a3026bfe11b0f4a19062731ec71e51a', '66.186.19.5', '1576351502', '__ci_last_regenerate|i:1576351502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08175eb7440b153d469fdedacf2bcc4515e3490b', '66.186.19.5', '1576602901', '__ci_last_regenerate|i:1576602901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('081c4955c8dbaf44a14ce487217f0ba05fd31f8d', '66.186.19.5', '1576668301', '__ci_last_regenerate|i:1576668301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08202ef03cd9b1f579397504c4ce4878d01756ef', '66.186.19.5', '1576655582', '__ci_last_regenerate|i:1576655582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('082cca0ce15c20c2425e685c8e322978812b9703', '66.186.19.5', '1576633681', '__ci_last_regenerate|i:1576633681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0848f3092f674da574c92b8acdb70e4b2f54339d', '66.186.19.5', '1576341302', '__ci_last_regenerate|i:1576341302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('084a1c5f58379fc1dcf24c428d30ac3c3ed575dc', '190.236.102.225', '1581445764', '__ci_last_regenerate|i:1581445745;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581351284\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";error|s:44:\"El campo \"Motivo o Sustento\" es obligatorio.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0866c494e252143d480c8337dcbaee95f0c91815', '66.186.19.5', '1576351801', '__ci_last_regenerate|i:1576351801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('086c4b86ff84140c68cc5d063bc2289126e3ef7f', '190.236.102.225', '1583189662', '__ci_last_regenerate|i:1583189661;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582841847\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('088380466bafa5e306a9eca801e6370ea184a1c9', '66.186.19.5', '1576452481', '__ci_last_regenerate|i:1576452481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08841c4a414fbc5b994bc418e4d670cc616ed9c6', '66.186.19.5', '1576395421', '__ci_last_regenerate|i:1576395421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08966d4c3edba680e065073ba631312f10715409', '66.186.19.5', '1576515541', '__ci_last_regenerate|i:1576515541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08a59a6688f2bed65f1195db9a2691b27322458a', '66.186.19.5', '1576553641', '__ci_last_regenerate|i:1576553641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08a5b5d653dc4a8bf8dcb78e8d04eb7b5d8c12af', '66.186.19.5', '1576492681', '__ci_last_regenerate|i:1576492681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08a93977bde89873018ab4d6c955d607c6329261', '66.186.19.5', '1576510801', '__ci_last_regenerate|i:1576510801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08a95de2d626e11c5bcbd6ec5724ab68e85c5e26', '66.186.19.5', '1576517582', '__ci_last_regenerate|i:1576517582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b9d213c252d28c6fbfc22d9d4eff75d05f3f88', '66.186.19.5', '1576610702', '__ci_last_regenerate|i:1576610702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08bc1f7b07086d442eba0f67ee8c6e893da0e500', '66.186.19.5', '1576438382', '__ci_last_regenerate|i:1576438382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08c39af1058910aab3b9784d14f5027745eb2acf', '66.186.19.5', '1576356002', '__ci_last_regenerate|i:1576356002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08d76f0e1456c519f6506d77b72b33dcfe2e64b0', '173.252.87.22', '1593140880', '__ci_last_regenerate|i:1593140880;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08def7ed0957d4894369cc145936d7bd872df626', '66.186.19.5', '1576629842', '__ci_last_regenerate|i:1576629842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08e312537c694b60533679063cf45a299f2b5300', '66.186.19.5', '1576413961', '__ci_last_regenerate|i:1576413961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08e3d46c22a27b47ff59599340986cbe72f40963', '66.186.19.5', '1576679882', '__ci_last_regenerate|i:1576679882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08e532cc17a39b42c351088c678549d7f8f68c89', '66.186.19.5', '1576378501', '__ci_last_regenerate|i:1576378501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08e72c06fd037910c05e1db64f3cac6a8cdfaab8', '66.186.19.5', '1576647362', '__ci_last_regenerate|i:1576647362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08f14d8c096d3f28d8c9584f8478958416603e70', '66.186.19.5', '1576345562', '__ci_last_regenerate|i:1576345562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09033ec0fd2d991a2049c839868fce32270e5673', '66.186.19.5', '1576644481', '__ci_last_regenerate|i:1576644481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('090a99f47ad977fa9a2d0fe34b130a6ba3c57ba5', '66.186.19.5', '1576311122', '__ci_last_regenerate|i:1576311122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('090dc4b24b09aabf1bc6efab5272a15307d64df9', '196.52.43.74', '1582187030', '__ci_last_regenerate|i:1582187030;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09141dd475283e03129adb7ddb0f58f39398e171', '66.186.19.5', '1576418161', '__ci_last_regenerate|i:1576418161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('091fad6a0e981c9f078f8d91568e9ca7e310f382', '66.186.19.5', '1576639561', '__ci_last_regenerate|i:1576639561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('092dcdb04b986260427a739a984134230a12c43e', '66.186.19.5', '1576423741', '__ci_last_regenerate|i:1576423741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('093251ffc14769c7d92fb9bea554c1fc847c08d3', '66.186.19.5', '1576471502', '__ci_last_regenerate|i:1576471502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0936b751162db75b76a1023b86c0413957c82456', '66.186.19.5', '1576680601', '__ci_last_regenerate|i:1576680601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('093e29e8e642ec84fb50f8b147f6ef9ef7ed8287', '66.186.19.5', '1576456621', '__ci_last_regenerate|i:1576456621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0951e85c787fb5cf0cca8ac8b35e3a7281d0036a', '66.186.19.5', '1576500302', '__ci_last_regenerate|i:1576500302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0952507e7827f978854ef472d17769eaccba5352', '66.186.19.5', '1576600622', '__ci_last_regenerate|i:1576600622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('095859297d95b050615709c548c16127adb6a26f', '66.249.88.177', '1578412621', '__ci_last_regenerate|i:1578412621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('096b75511b431e3983c7334ec4dfa693bdd3740a', '66.186.19.5', '1576666321', '__ci_last_regenerate|i:1576666321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('096eb3e498732853d82d42d9b08f3c4797bdd9a5', '66.186.19.5', '1576678501', '__ci_last_regenerate|i:1576678501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09715ba782151f89695e0fb05f943b1937f457cd', '66.186.19.5', '1576506901', '__ci_last_regenerate|i:1576506901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('097d50f786a571910b5660362f7056a457c052eb', '66.186.19.5', '1576510441', '__ci_last_regenerate|i:1576510441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('098684d0add0cd0b6049f58995f8e64d75653845', '66.186.19.5', '1576431421', '__ci_last_regenerate|i:1576431421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099752c57b42adfaba3e22a75e3cb2f416a1335f', '190.232.33.208', '1578515723', '__ci_last_regenerate|i:1578515718;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099ac62940facb2a4f703ec406bcdb8dea6d4c17', '66.186.19.5', '1576437121', '__ci_last_regenerate|i:1576437121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09aba378549c0af7c41c0c0fea404d8bd46872cc', '66.186.19.5', '1576337822', '__ci_last_regenerate|i:1576337822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09afc5cdeaca1d126333710ef4fbe7ea2c886620', '66.186.19.5', '1576348081', '__ci_last_regenerate|i:1576348081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09babb4e3b5b9f7863594a262502fff27eabcb49', '66.186.19.5', '1576391942', '__ci_last_regenerate|i:1576391942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09babf5922b08fec7005f9bb4cf54ad3c14b71b9', '66.186.19.5', '1576314361', '__ci_last_regenerate|i:1576314361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09bb34be8cce93461a277173fdd01e1d8a47c175', '45.189.116.18', '1591697123', '__ci_last_regenerate|i:1591696829;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591657225\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c2f4c46e6a519f641530325b0703f2ced31cc3', '66.186.19.5', '1576586821', '__ci_last_regenerate|i:1576586821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c6dacba8c106eedd141f5318477eb301390404', '31.13.127.3', '1585972269', '__ci_last_regenerate|i:1585972269;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09cc748035bc9bf90eb4feecfc27c1c5042de8f9', '66.186.19.5', '1576372921', '__ci_last_regenerate|i:1576372921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ce89335b9fa372ce9f9b7ab2fa4cf220c22b0c', '66.186.19.5', '1576358821', '__ci_last_regenerate|i:1576358821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e0e69098236c84f8698be214cac5a4a3a49725', '66.220.149.28', '1586090275', '__ci_last_regenerate|i:1586090275;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ea8db05afd05642d7523ccd64e6294cb704b70', '66.186.19.5', '1576589401', '__ci_last_regenerate|i:1576589401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ec93684614ed20eea3328d05da0a4ff1fc87ce', '66.186.19.5', '1576609501', '__ci_last_regenerate|i:1576609501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f345f41fcc3bb69633c83230c8340f84a8aab1', '66.186.19.5', '1576342801', '__ci_last_regenerate|i:1576342801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f6ec1509fc0c1ca12a2f1d0a7ef68c8e8f82b4', '66.186.19.5', '1576278781', '__ci_last_regenerate|i:1576278781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09fbd7284bd7eb56c7bcecbbde32aef26e3d95a9', '45.189.116.14', '1590165453', '__ci_last_regenerate|i:1590165374;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ffb64aeab6ec605c506d052aaa934a5eab348b', '66.186.19.5', '1576480802', '__ci_last_regenerate|i:1576480802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a082e5ec5f43967f4adf8671f833b68f22659d6', '66.186.19.5', '1576628882', '__ci_last_regenerate|i:1576628882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a0b0ec3b1e3e6358d7b4d6b9988f5251035bdff', '66.186.19.5', '1576314423', '__ci_last_regenerate|i:1576314423;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a140dbe070353131564214a1be4f04b7f1272cf', '66.186.19.5', '1576519201', '__ci_last_regenerate|i:1576519201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a1707f483c719d75670863351a71f22be07846c', '66.186.19.5', '1576357202', '__ci_last_regenerate|i:1576357202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a2ee691c878b730df5ce4e08d4eb7c80b454ef8', '66.186.19.5', '1576608721', '__ci_last_regenerate|i:1576608721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a2f2500b7cfa9fdabceb5ef10242a0f07928963', '66.186.19.5', '1576369321', '__ci_last_regenerate|i:1576369321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a2fd271b36c2688d06be7b0b17f73f1a2d2a283', '66.186.19.5', '1576422961', '__ci_last_regenerate|i:1576422961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a3231bfdb127bf556404766306ed1a6833011cd', '66.186.19.5', '1576584242', '__ci_last_regenerate|i:1576584242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a3dcace44f99586d60cf1a598fbaec230a339d4', '66.186.19.5', '1576504382', '__ci_last_regenerate|i:1576504382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a49f4fda97debb7cf4ec612303272227c2d0709', '66.186.19.5', '1576607821', '__ci_last_regenerate|i:1576607821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a522cb90f898c684ac77ddcc6239af6e37b6d41', '66.186.19.5', '1576404961', '__ci_last_regenerate|i:1576404961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a5a2eabdd790683ab51b72a865e939284f7621e', '66.186.19.5', '1576685702', '__ci_last_regenerate|i:1576685702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a67c4a407f263486f6fc5f19580c0a50f38fd70', '66.186.19.5', '1576371841', '__ci_last_regenerate|i:1576371841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a6abe6943828ccaff5ca86592228402d747e396', '66.186.19.5', '1576473781', '__ci_last_regenerate|i:1576473781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a6e02c0ee5049dc1f8283a352f626149562830f', '66.186.19.5', '1576408021', '__ci_last_regenerate|i:1576408021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a753b4ae124341709df25fcc5e0a9b2b2783cf9', '66.186.19.5', '1576556342', '__ci_last_regenerate|i:1576556342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a779893ac95b0f50f1944e8744f7e1010772c4d', '66.186.19.5', '1576684681', '__ci_last_regenerate|i:1576684681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a7b52833fc3c3252589509a91b1e3fdcdf60d14', '66.186.19.5', '1576354442', '__ci_last_regenerate|i:1576354442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a87ea3de8bfe25de10e18ff026c77e0d3804a7d', '66.186.19.5', '1576453981', '__ci_last_regenerate|i:1576453981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a89cbe261b0a2c502ad0f73b7dbe2bd916cac3a', '66.249.88.179', '1578412678', '__ci_last_regenerate|i:1578412678;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a98c27cdbb66976ae219bb83bf2d0098b248215', '46.101.252.40', '1585906440', '__ci_last_regenerate|i:1585906439;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aa1a4c928ccbc1a3355ddfee990a8238543fa9e', '209.17.97.58', '1581686530', '__ci_last_regenerate|i:1581686530;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aab4fc603b8bd377c7d2f631ec96bbcb6949adf', '66.186.19.5', '1576522501', '__ci_last_regenerate|i:1576522501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ab6599b3af952a91ce2bede7f94baffedba6428', '66.186.19.5', '1576338001', '__ci_last_regenerate|i:1576338001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ab940c16abd44b7db0fd8ac488937301a44ee10', '173.252.83.17', '1585157352', '__ci_last_regenerate|i:1585157352;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ac5d1d9f4bbf1661a610d374eb7997f30efb8e1', '66.186.19.5', '1576674121', '__ci_last_regenerate|i:1576674121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aca869ab7c7e6c21981546f5777a4d101790e45', '173.252.83.17', '1590969184', '__ci_last_regenerate|i:1590969184;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0acf88c8aa318064db5024a9c8e6e06f48bffcaf', '66.186.19.5', '1576546502', '__ci_last_regenerate|i:1576546502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ad3afa26b61be840098e8bf189c878c4d2437c6', '66.186.19.5', '1576541282', '__ci_last_regenerate|i:1576541282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ad7c61fe58c98bb80150a87fd67e94ee0276b51', '66.186.19.5', '1576284901', '__ci_last_regenerate|i:1576284901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae62337dd91beba7340bae03ee44be4dcedcba8', '66.186.19.5', '1576277822', '__ci_last_regenerate|i:1576277822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aed367caecdf981805eb5cad68726c29413b81c', '66.186.19.5', '1576582441', '__ci_last_regenerate|i:1576582441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af46f51a3a3dc633d15a23f2e33bd4de61acdb5', '66.220.149.27', '1583380007', '__ci_last_regenerate|i:1583380007;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af67e2af559a5422e87de325385d37bc3d3c1eb', '66.186.19.5', '1576635902', '__ci_last_regenerate|i:1576635902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af884f9b44db931f756f9f2ab3cdb3183237c71', '66.186.19.5', '1576458781', '__ci_last_regenerate|i:1576458781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af94a0aa9c0d5910332d6703062bf8af4ce2488', '66.186.19.5', '1576367581', '__ci_last_regenerate|i:1576367581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0afc124591646e843c1126c399a7709e8434e1d5', '66.186.19.5', '1576382521', '__ci_last_regenerate|i:1576382521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b0003ec9268a23e2f59f0bccae737c719ed7644', '66.186.19.5', '1576603921', '__ci_last_regenerate|i:1576603921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b0dc75a8ec845409b72ad2c4c087e11e9a0c4cf', '66.186.19.5', '1576420081', '__ci_last_regenerate|i:1576420081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b119c0aab2201f59947cb6056b69242dc3a30c1', '66.186.19.5', '1576446181', '__ci_last_regenerate|i:1576446181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b168358b44832cdd175f80452be4a99aeb92d1b', '66.186.19.5', '1576379341', '__ci_last_regenerate|i:1576379341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b180a5effd074e842a9e669d03bc47b6cf6042f', '66.186.19.5', '1576628461', '__ci_last_regenerate|i:1576628461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b1ed8fa4f7d9f68772a70ec08d2773c7508afbf', '66.186.19.5', '1576460882', '__ci_last_regenerate|i:1576460882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b2a81642d80dc16e1eb2d64c28c227394447fc5', '66.186.19.5', '1576596001', '__ci_last_regenerate|i:1576596001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b42dd7f2658e5fb0f62299a42bb4549bf620962', '66.186.19.5', '1576676462', '__ci_last_regenerate|i:1576676462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b4398f66eb29b1ba2f969cabeda517d0588e089', '66.186.19.5', '1576647121', '__ci_last_regenerate|i:1576647121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b528d8c782ed92e6ebed078f75eb76305410431', '66.186.19.5', '1576386302', '__ci_last_regenerate|i:1576386302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b565d30f9851a146e420ede1063126ebb29a8f2', '66.186.19.5', '1576381322', '__ci_last_regenerate|i:1576381322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b56670350ed55938e1bab2c9639cf0de223d0dd', '66.186.19.5', '1576448821', '__ci_last_regenerate|i:1576448821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b591c170f33f02c797220ca94fdc40333acee4f', '77.88.5.7', '1591781648', '__ci_last_regenerate|i:1591781648;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b71c98542ffaad2dd125340dae349152d94cf04', '66.186.19.5', '1576447501', '__ci_last_regenerate|i:1576447501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b7e3eec4ec23f7dbae9046015df5ae1e4a9c2b0', '66.186.19.5', '1576408442', '__ci_last_regenerate|i:1576408441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b7f53c27fe8ffb2fb19e6e8618798f94dff4a84', '66.186.19.5', '1576464242', '__ci_last_regenerate|i:1576464242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b831622df8ca257d9c976c218bc5b3bd0e07e00', '66.186.19.5', '1576463462', '__ci_last_regenerate|i:1576463462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b9a2a4023856f100088148aad220c9db6227a3a', '66.186.19.5', '1576533782', '__ci_last_regenerate|i:1576533782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bace8602469faa4e7accc35c6a0ae67b941666e', '66.186.19.5', '1576397881', '__ci_last_regenerate|i:1576397881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bb6b1cf5fba6a54f13d907a11b4954772517024', '66.186.19.5', '1576549261', '__ci_last_regenerate|i:1576549261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bb83c2ba5eb67edf85e68add0a00f40a40d7371', '66.186.19.5', '1576428481', '__ci_last_regenerate|i:1576428481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bc70c8cb8014f9f4d9a81a7684af784aee07dc2', '66.186.19.5', '1576511702', '__ci_last_regenerate|i:1576511702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bc89aff0e3fe9759a110b9250f6a94df6443cf6', '190.236.102.225', '1582210558', '__ci_last_regenerate|i:1582210558;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bd4243031d30aca988df9b7ff5eb40b84f44e81', '66.186.19.5', '1576564202', '__ci_last_regenerate|i:1576564201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bd9c55e22765ebef4ed709543231cb5435d0c7c', '66.186.19.5', '1576365841', '__ci_last_regenerate|i:1576365841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bdbbe6f620bf139c0f64593ee55cfa84734a024', '66.186.19.5', '1576393262', '__ci_last_regenerate|i:1576393262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0be021f597173e6aec7b24b234f3f5a97f3fd2c1', '66.186.19.5', '1576313161', '__ci_last_regenerate|i:1576313161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0be8545551737ab2bcb45d0159d5e79b5b0ac53d', '66.186.19.5', '1576670041', '__ci_last_regenerate|i:1576670041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0beb13518fb72b4b5950ea7c2ed155ad71463579', '66.186.19.5', '1576361161', '__ci_last_regenerate|i:1576361161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0befef8fafd41566ccc9922c21b474e6e1294c00', '66.186.19.5', '1576639381', '__ci_last_regenerate|i:1576639381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bf84879fa5e36c3d9f09a2a7e2646e5c6afaefd', '66.186.19.5', '1576570741', '__ci_last_regenerate|i:1576570741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c068c13f08b71280adebe952b1565ebf46419d4', '66.186.19.5', '1576325881', '__ci_last_regenerate|i:1576325881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c14003b8fdaf000243e128fe4cbde49c3530df4', '66.186.19.5', '1576336501', '__ci_last_regenerate|i:1576336501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c153b32fcfc3a96858d808d57f061dcde467989', '66.186.19.5', '1576639682', '__ci_last_regenerate|i:1576639682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c1b3d194a3ed5850b1317227a4950990a86bc51', '66.186.19.5', '1576460162', '__ci_last_regenerate|i:1576460162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c2449181f4c21a4fc7dd9c0d605ddae4500827a', '66.186.19.5', '1576359182', '__ci_last_regenerate|i:1576359182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c4ce1f556ec2dfe32cccd46e7ca27775961ccb3', '66.186.19.5', '1576520402', '__ci_last_regenerate|i:1576520402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c4e07539b44861b330e8bd6e27bf362c9543a6c', '66.186.19.5', '1576659241', '__ci_last_regenerate|i:1576659241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c4fa4a35e5046f2a8b25936e5edd28f3203692c', '66.186.19.5', '1576352402', '__ci_last_regenerate|i:1576352402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c54e2d7500e402335a94aa9e4dc36192ea401ee', '66.186.19.5', '1576442822', '__ci_last_regenerate|i:1576442822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c5590f89a919afc414d9fa9f274350e625db335', '66.186.19.5', '1576671841', '__ci_last_regenerate|i:1576671841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c612ec4b8e33856995d5b104d08108e61000174', '66.186.19.5', '1576324201', '__ci_last_regenerate|i:1576324201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c644d47951352754e9a06b560f2479a0407f1b1', '66.186.19.5', '1576380902', '__ci_last_regenerate|i:1576380902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c665daa486419aa4218012ec323d7b90a0f3791', '66.186.19.5', '1576441141', '__ci_last_regenerate|i:1576441141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c6b15b94a1573ef0c7a8d1076f709c7e5630076', '173.252.83.14', '1588109983', '__ci_last_regenerate|i:1588109983;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c7760bf3c98c6db746688a4330668e37ea2dcb6', '66.186.19.5', '1576543981', '__ci_last_regenerate|i:1576543981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c88790411f7bd21bbf1eb4d101f5496e262de6c', '66.186.19.5', '1576333742', '__ci_last_regenerate|i:1576333742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c8fe25f25d39eaa87e2725989d6bdedabb32beb', '66.186.19.5', '1576553461', '__ci_last_regenerate|i:1576553461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca0459acd9baf88b05c6c17e6013492c3a2546b', '66.186.19.5', '1576506541', '__ci_last_regenerate|i:1576506541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cabcdcce5b3b6745f491a91e4d8faf27e7a0907', '66.186.19.5', '1576586162', '__ci_last_regenerate|i:1576586162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cb1c062a9044a89b96a562f56c80fb7b0cff9d9', '66.186.19.5', '1576587662', '__ci_last_regenerate|i:1576587662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cc0d0a82d92c57f64f4f47e34b96ce3ba6e09dd', '66.186.19.5', '1576383301', '__ci_last_regenerate|i:1576383301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cc9385ee61e354d99bdfeb15e566902', '193.38.230.163', '1582316064', '__ci_last_regenerate|i:1582316064;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cceeb835152ba1317e3bd23459c1cbdd19e45bd', '66.186.19.5', '1576585562', '__ci_last_regenerate|i:1576585562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cd10e9238861226c24c82cd19032fb8979f59fb', '66.186.19.5', '1576680121', '__ci_last_regenerate|i:1576680121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cd1baf0e198f88ec9c42bf8c81420b64436abf1', '66.186.19.5', '1576279081', '__ci_last_regenerate|i:1576279081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cd8b8548a4781a8e8999cfcaca94055b8267c46', '66.186.19.5', '1576527842', '__ci_last_regenerate|i:1576527842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cd970a0d3f0a3e00625c3fa78e3182d57788704', '66.186.19.5', '1576498022', '__ci_last_regenerate|i:1576498022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cfd2d827751fa56cc83ab4947c58273f1c07656', '66.186.19.5', '1576505761', '__ci_last_regenerate|i:1576505761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d0333d47120420770c7c396366f48c236b97226', '66.186.19.5', '1576588922', '__ci_last_regenerate|i:1576588921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d04d870bfed786852e542ed701e5aa4e693e72c', '66.186.19.5', '1576387201', '__ci_last_regenerate|i:1576387201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d0ded6a14bddba7e839a379176990288ca99ffe', '66.186.19.5', '1576652823', '__ci_last_regenerate|i:1576652823;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d2492e0b878e1b652c5b185f0bf1e8c8d83d5ef', '66.186.19.5', '1576408381', '__ci_last_regenerate|i:1576408381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d283fc23ede5e73cb06f7fcbc56d90bb8f31514', '66.186.19.5', '1576445941', '__ci_last_regenerate|i:1576445941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d4e461c6e4136b473ec22e09a79e76652f0b7b8', '66.249.85.53', '1578376228', '__ci_last_regenerate|i:1578376221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d4fb281e100c14b3296e10bcf9421b855ec1e3c', '66.186.19.5', '1576635242', '__ci_last_regenerate|i:1576635242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d500bf4ebdf2ce143e8234c7642a4b84d460a46', '66.186.19.5', '1576423022', '__ci_last_regenerate|i:1576423022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d53fd4b9a423fbd54c56669729be815ec367da2', '66.186.19.5', '1576474742', '__ci_last_regenerate|i:1576474742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d548528ce81294a0ebd462c86719c1488092948', '66.186.19.5', '1576313762', '__ci_last_regenerate|i:1576313762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d54a12f96e665a0aa559c716f5ab829c5a28745', '209.17.97.122', '1588740951', '__ci_last_regenerate|i:1588740951;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d55008ecf5ee76d828d2afbe66f19ea81e5996d', '66.186.19.5', '1576582261', '__ci_last_regenerate|i:1576582261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d68a60112d00f535e1185b66cff67fc2cdaefac', '45.189.116.18', '1591598194', '__ci_last_regenerate|i:1591597906;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d6923e8619823be9a0258960652ede574e0fb02', '69.171.251.6', '1583932564', '__ci_last_regenerate|i:1583932564;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d75c41f876e389c2c6daa3c54720676248e3387', '66.186.19.5', '1576655163', '__ci_last_regenerate|i:1576655163;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d788ff9a378068045642e994bcc897cd941c9d4', '66.186.19.5', '1576641002', '__ci_last_regenerate|i:1576641002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d7dd4e4796b6fffd6364f4a49997fdff6d1c834', '66.186.19.5', '1576443242', '__ci_last_regenerate|i:1576443242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d89f7bb2001bf6173baacc9eb20483467bdc687', '66.186.19.5', '1576663922', '__ci_last_regenerate|i:1576663922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d8ae96009dee44e3497e5e5e62e973724d24972', '66.186.19.5', '1576384441', '__ci_last_regenerate|i:1576384441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d92c3d605d7c9bb5bfc540c02d08b52cf40eb3c', '66.186.19.5', '1576391821', '__ci_last_regenerate|i:1576391821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d9a982e846a3ca8307dc4f62e288a1bb05dd18f', '77.88.5.50', '1589961937', '__ci_last_regenerate|i:1589961937;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0da4dfa7fdd6017634bcad1866dc0c1002c46a0b', '66.186.19.5', '1576615022', '__ci_last_regenerate|i:1576615022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0da7954342b9c2707f57c1f665693abb85b4496e', '66.186.19.5', '1576375202', '__ci_last_regenerate|i:1576375202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0db3723fe376c8ae16d93f4b9a34589df521be30', '66.186.19.5', '1576647781', '__ci_last_regenerate|i:1576647781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0db65d037ff6292df4f7afab23768088b0ceb16c', '190.234.106.215', '1583180975', '__ci_last_regenerate|i:1583180975;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dbd8082529afa686ba21ba62ce974e74bcc46b5', '66.186.19.5', '1576431602', '__ci_last_regenerate|i:1576431602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc4e82513975acb81b3ad74a3b2b5bc05cf698d', '66.186.19.5', '1576514402', '__ci_last_regenerate|i:1576514402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dde1bc6cea73e1d7b7ccf9eae273a9b4de26205', '66.186.19.5', '1576511582', '__ci_last_regenerate|i:1576511582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ddf159536c5467cdd77eac64207d9c7017190c6', '66.186.19.5', '1576466221', '__ci_last_regenerate|i:1576466221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0de03c9a07ae7a864fbf4367c73146ea4b3874e9', '66.186.19.5', '1576385162', '__ci_last_regenerate|i:1576385162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0df71680c8297f73404ef049159c25723a10f47c', '181.176.105.208', '1590268527', '__ci_last_regenerate|i:1590268525;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e0413c3b9e3093a0802493c9eefb2ac65ca8c8a', '66.186.19.5', '1576684982', '__ci_last_regenerate|i:1576684982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e041f521108526ecca09584fe30d977fd55f173', '66.186.19.5', '1576643762', '__ci_last_regenerate|i:1576643762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e1654db88cd2e042ee7df3c4077980454b2f581', '66.186.19.5', '1576348201', '__ci_last_regenerate|i:1576348201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e1b13fff6a28f2a642977327a5dd3378543c524', '66.186.19.5', '1576572002', '__ci_last_regenerate|i:1576572002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e2d13be3edbf30df2c80e9e4a26a518aeac2036', '66.186.19.5', '1576355342', '__ci_last_regenerate|i:1576355342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e37a8b3809b49a4e718c4f8540293e298470f1e', '66.186.19.5', '1576653421', '__ci_last_regenerate|i:1576653421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e4836e481db018d0a7b0b2e412ff79a9776ed9b', '66.186.19.5', '1576383122', '__ci_last_regenerate|i:1576383122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e4baf772da24512af7080ca90c22dce8f638c75', '66.186.19.5', '1576543322', '__ci_last_regenerate|i:1576543322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e4d28051896be67f30f5b14feb0476600d99ee4', '66.186.19.5', '1576378442', '__ci_last_regenerate|i:1576378442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e5490b13d12e6edccd15d326a63d28f9c8764d8', '66.186.19.5', '1576524601', '__ci_last_regenerate|i:1576524601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e564dee69432bc1253a673b025b35c7eae0e51d', '167.71.81.96', '1588629648', '__ci_last_regenerate|i:1588629648;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e5b36dd300fe668585b6f519c5be8f68a9b97a7', '66.186.19.5', '1576661101', '__ci_last_regenerate|i:1576661101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e6ce44fa6b20c3fa453634525c50b64157ed77b', '66.186.19.5', '1576637342', '__ci_last_regenerate|i:1576637342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e7e873de6f67d7c27d03a250394fe2c98bbacde', '66.186.19.5', '1576459922', '__ci_last_regenerate|i:1576459922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e9352e53f7e36bb1bc79d4d1c6dc9c787944892', '66.186.19.5', '1576381802', '__ci_last_regenerate|i:1576381802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e9729c9f778c3643998394e7232570bdf73be91', '66.186.19.5', '1576586281', '__ci_last_regenerate|i:1576586281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea611b4c8d00217fc5a58f7c3a514e11401172c', '66.186.19.5', '1576353241', '__ci_last_regenerate|i:1576353241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea922887923358480f9785e36bc002da2dd92cd', '66.186.19.5', '1576487161', '__ci_last_regenerate|i:1576487161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eaaeb8c0a814b88f5a915caa9528c13f5fb2fdd', '66.186.19.5', '1576684742', '__ci_last_regenerate|i:1576684742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eb27ccd1931c53a88cb740509670c2da9d9720c', '66.186.19.5', '1576340041', '__ci_last_regenerate|i:1576340041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ec3b89d5a6ec55e3aba684a70d4da712299c94f', '66.186.19.5', '1576381142', '__ci_last_regenerate|i:1576381142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ec6ca309954357bf39e5dfef353f60d24d6498c', '190.116.37.98', '1580489587', '__ci_last_regenerate|i:1580489414;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580479623\";last_ip|s:13:\"190.116.37.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ecc47eb2d9306bfd41864edfba91bca8b6c820e', '66.186.19.5', '1576639741', '__ci_last_regenerate|i:1576639741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ed76753509b1472c3e1c0b1be0e800407805d50', '66.186.19.5', '1576587302', '__ci_last_regenerate|i:1576587302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ee3043c0eb8a95ea43ed8c3047d862ed3b8d6c3', '66.186.19.5', '1576338661', '__ci_last_regenerate|i:1576338661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eeea51c8989046cd86dcb5ea45792ea4cf40b45', '66.186.19.5', '1576287181', '__ci_last_regenerate|i:1576287181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eeef96289fa92693ac4754097bcef7788acabc2', '45.189.116.18', '1591157601', '__ci_last_regenerate|i:1591157601;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591136285\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0efe342ea93ca389831af573f5b7985b0122eeb3', '66.186.19.5', '1576522561', '__ci_last_regenerate|i:1576522561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f03b452a8c0980e5db37cfffca8f062852047c9', '66.186.19.5', '1576522921', '__ci_last_regenerate|i:1576522921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f1856921b885f24b7bd53ed7d4ebba30ff6f7a2', '66.186.19.5', '1576560661', '__ci_last_regenerate|i:1576560661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f187f4d1fa502b572e7fecc5b880d6064d4770f', '66.186.19.5', '1576444381', '__ci_last_regenerate|i:1576444381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f26eb43c3e5e86e1ba52cd17a4425c4d338b40e', '66.186.19.5', '1576318021', '__ci_last_regenerate|i:1576318021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f42433694fe4feef62d79e38dcc5541cba6e89f', '66.186.19.5', '1576601761', '__ci_last_regenerate|i:1576601761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f5007812e27c0f83ccfe052b857dfe26ebdd3d8', '66.186.19.5', '1576492382', '__ci_last_regenerate|i:1576492382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f5658c7d515b03335d7efa09f359bc155846587', '66.186.19.5', '1576327082', '__ci_last_regenerate|i:1576327082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f5ca9a03a6b4443e6013c263dda2c1de36be9b2', '66.186.19.5', '1576304641', '__ci_last_regenerate|i:1576304641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f66f1a6686afec9e65ac4da96b52d1169e2529b', '66.186.19.5', '1576485421', '__ci_last_regenerate|i:1576485421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f6c03c34eabbcffcbe60adefd677deb622e4b9e', '66.186.19.5', '1576559282', '__ci_last_regenerate|i:1576559282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f6c09eea249be8cdc622caaeb6d9d5c7cb71b06', '66.186.19.5', '1576369802', '__ci_last_regenerate|i:1576369802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f737a030b438c48a6a4489f89d749825e9fa181', '66.186.19.5', '1576380361', '__ci_last_regenerate|i:1576380361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f7dbc71df90a1055c7a1e8f50bfc78f23735a6d', '66.186.19.5', '1576574461', '__ci_last_regenerate|i:1576574461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f8375d102bda457e05db9e7e03a2e23a1579dd6', '66.186.19.5', '1576428842', '__ci_last_regenerate|i:1576428842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f89807f3b7d44f7fab76c02ea06508efa755ca4', '31.13.127.13', '1585801927', '__ci_last_regenerate|i:1585801927;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f8b65d4a81151f834f124d3b1f289802686a9e5', '66.186.19.5', '1576546801', '__ci_last_regenerate|i:1576546801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f997b56917c88cb5b4df3c8d9e4d589d340b71f', '173.252.83.12', '1587255002', '__ci_last_regenerate|i:1587255002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0faf755f7123d86e4dffe179759f664777c14dce', '66.186.19.5', '1576668541', '__ci_last_regenerate|i:1576668541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fbbaa7d5545b5497f7131f9e6ebb8b2b78e5a61', '66.186.19.5', '1576432681', '__ci_last_regenerate|i:1576432681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fc3a2d8c1884b2c39eb95f6410239d020021b19', '66.186.19.5', '1576328822', '__ci_last_regenerate|i:1576328822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fdb8151909d81e102e2afba59069322186c4029', '66.186.19.5', '1576576502', '__ci_last_regenerate|i:1576576502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fe733b0932fb4489a37926a383230472808a642', '66.186.19.5', '1576575002', '__ci_last_regenerate|i:1576575001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fede825e55840766c44c84562cd33396199cb06', '66.186.19.5', '1576313101', '__ci_last_regenerate|i:1576313101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fefc8bb8d3cae6df972806add64c9fb0e794671', '66.186.19.5', '1576429261', '__ci_last_regenerate|i:1576429261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10140ea8286a56f159f42081623fdf91a87c1353', '66.186.19.5', '1576562821', '__ci_last_regenerate|i:1576562821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('101629ba75ef3746a79771f742aeb0f1a5517ae7', '66.186.19.5', '1576563901', '__ci_last_regenerate|i:1576563901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('101e1c7f61bc90b863bb849ad963fd701ff18235', '77.88.5.123', '1589459454', '__ci_last_regenerate|i:1589459454;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1023b77796ea5dfe16615242ba8d1b5abba30016', '66.186.19.5', '1576472762', '__ci_last_regenerate|i:1576472762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10247033f41f785e376b32bd579b34e8311893ed', '66.186.19.5', '1576495802', '__ci_last_regenerate|i:1576495802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103729a241330628d5efba2161a9a55b6133bc98', '66.186.19.5', '1576670761', '__ci_last_regenerate|i:1576670761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103c615a32da92081d12b1148936e07c2453605f', '66.186.19.5', '1576524781', '__ci_last_regenerate|i:1576524781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1046e2c989e0a8cd9ae8564fd60951a0669dfc83', '66.186.19.5', '1576440001', '__ci_last_regenerate|i:1576440001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('104f01aa1a20b26e5b66189168d3eff01ee9979a', '66.186.19.5', '1576579442', '__ci_last_regenerate|i:1576579442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('106a354827fc18a5302c8bfacc145872f9d22e0e', '158.101.18.36', '1587796982', '__ci_last_regenerate|i:1587796982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('107064f30871464b0cf215698d9e9609cba02c93', '66.186.19.5', '1576297201', '__ci_last_regenerate|i:1576297201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10799c2a3c2f3ee381ac3c746ae4b66adcbf6a90', '66.186.19.5', '1576639261', '__ci_last_regenerate|i:1576639261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('107b6a7db94f2a3f9b7387f2ce7357da928a18be', '66.186.19.5', '1576523042', '__ci_last_regenerate|i:1576523042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('108c52668f8980a2bc9df96e732a0c0246114f11', '66.186.19.5', '1576672021', '__ci_last_regenerate|i:1576672021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('108d2f3af52f2aede7be53828047f1744cf68470', '66.186.19.5', '1576550101', '__ci_last_regenerate|i:1576550101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('108e5938b8f6be7ea4339ed492169ea795a07e6d', '66.186.19.5', '1576664641', '__ci_last_regenerate|i:1576664641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('108f864b0bd526b57f3d02da9335f4c8915080b2', '66.186.19.5', '1576308301', '__ci_last_regenerate|i:1576308301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('109c3db6a57484c47c74f5b2b012a6767a959751', '138.246.253.15', '1591136644', '__ci_last_regenerate|i:1591136644;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a6cfd8bcff51f86e45870f824c979184f9b3b0', '66.186.19.5', '1576602782', '__ci_last_regenerate|i:1576602782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10b5744f7c74f4aa375869e796b394fe8a6f739c', '66.186.19.5', '1576427282', '__ci_last_regenerate|i:1576427282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10c6680b2f010c952de565780406966bd0b6b4a0', '66.186.19.5', '1576657382', '__ci_last_regenerate|i:1576657382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10c8f5663aaaf28ef003a1ccc3b8c2de52acd92b', '66.186.19.5', '1576601581', '__ci_last_regenerate|i:1576601581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10e1717cef8680559aa1a6b45d1d80617a95b9e7', '66.186.19.5', '1576311601', '__ci_last_regenerate|i:1576311601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1103246d94aee6fc140a9735c2014ae855b0d1b4', '66.186.19.5', '1576537742', '__ci_last_regenerate|i:1576537742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1104762f8f38f5e972c3f56a8868fdebfd56bcf9', '66.186.19.5', '1576593481', '__ci_last_regenerate|i:1576593481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('110d1521d0c8f5f5ca0b2f1612662d9049102e95', '66.186.19.5', '1576533182', '__ci_last_regenerate|i:1576533182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11129f5dd12b14ad91008716ae3724611634bc5f', '66.186.19.5', '1576466881', '__ci_last_regenerate|i:1576466881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('111a22d11f385eaf3a748cb15583eec8cc33c8e6', '66.186.19.5', '1576511822', '__ci_last_regenerate|i:1576511822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11201b83aa3facc8e5fb172fae77f3b58358c45d', '66.186.19.5', '1576283521', '__ci_last_regenerate|i:1576283521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1128be8f5ef132db76736be2adf8f0a61e5e3c92', '66.186.19.5', '1576654502', '__ci_last_regenerate|i:1576654502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('112dda078646b013165aa45f31951c283752a2c7', '66.186.19.5', '1576316222', '__ci_last_regenerate|i:1576316222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1134113ac0ae961077cbe9bb11b0f8d4440e555b', '173.252.107.21', '1585664463', '__ci_last_regenerate|i:1585664463;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11392c631201ff20b6cf0abfb04c9edb5dd336ba', '66.186.19.5', '1576396921', '__ci_last_regenerate|i:1576396921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('113a13dd973c7b5ce534acd80aed0a10bd6db2f9', '66.186.19.5', '1576282622', '__ci_last_regenerate|i:1576282622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('113bd73f8b17ab3f9ebbcd56d6d117525e9f79ee', '66.186.19.5', '1576503421', '__ci_last_regenerate|i:1576503421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('113d8e3ea939c9d07195447e09f5fe7e3f45fcee', '66.186.19.5', '1576672561', '__ci_last_regenerate|i:1576672561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1148724916a8d7d3dc1c65961e7dda9e00d74c11', '66.186.19.5', '1576522381', '__ci_last_regenerate|i:1576522381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1153198affa707ff6c2fb2d2ea28bd7b6ea33ce7', '66.186.19.5', '1576320122', '__ci_last_regenerate|i:1576320122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('115e1c5f80d14586e1fd386d69939110a1d70a91', '209.17.96.82', '1578449996', '__ci_last_regenerate|i:1578449996;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1161a0820e023bfe1cfff0cf92c16c50b949f1bd', '66.186.19.5', '1576466102', '__ci_last_regenerate|i:1576466102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1166531d9aa3b912d344f16d31bf2b1b14af17c4', '45.189.116.14', '1590270412', '__ci_last_regenerate|i:1590270410;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590253028\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116a903774de1b21ba84896596465ec9e6ac97b5', '66.186.19.5', '1576453142', '__ci_last_regenerate|i:1576453142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('117f72eb4763aa2058084b9c2903b5c9d187a6d7', '66.186.19.5', '1576405561', '__ci_last_regenerate|i:1576405561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1186f26d0873434d2d9fd41e643e5fa75e7cbcc3', '66.186.19.5', '1576340341', '__ci_last_regenerate|i:1576340341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1187c0a1677dff98aa0e364310457b38e105cfc8', '66.186.19.5', '1576357081', '__ci_last_regenerate|i:1576357081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1187ed6b16b3bba1c45698f320273efa99fecf7a', '66.186.19.5', '1576599002', '__ci_last_regenerate|i:1576599002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('118d9438cf11be96d3097519c38c980cd0ea414a', '66.186.19.5', '1576683302', '__ci_last_regenerate|i:1576683302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('119c37323dc24e450967d5ce85f3d37d0b22e715', '54.255.197.117', '1583757166', '__ci_last_regenerate|i:1583757166;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('119ec992bb695f1486192a87807bd6dc2fa119b1', '66.186.19.5', '1576527241', '__ci_last_regenerate|i:1576527241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a3abe415e1bcb60bb63aa2c12ee9feccd4b46a', '66.186.19.5', '1576434061', '__ci_last_regenerate|i:1576434061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a657c26e3a66fe9022b3f5f574a1b8c9c94c62', '69.171.251.6', '1585059519', '__ci_last_regenerate|i:1585059519;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a828857d48044fca5d40b1edf9fd209c17cd64', '66.186.19.5', '1576449122', '__ci_last_regenerate|i:1576449122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11ac2969c3d209d2d4d28adbe04db879e85d0ea8', '66.186.19.5', '1576276861', '__ci_last_regenerate|i:1576276861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11d34e16a2d139d555f9c232c0f80c28094f692a', '66.186.19.5', '1576366381', '__ci_last_regenerate|i:1576366381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11d936befb9e5e3a6b894cc4b1a9d462251ddef5', '66.186.19.5', '1576664941', '__ci_last_regenerate|i:1576664941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11df35b8d63ab59ede1cf6e7e853ea988f9262d3', '190.232.33.208', '1577810540', '__ci_last_regenerate|i:1577810521;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1577374265\";last_ip|s:15:\"190.234.106.149\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11df696a1304d4beabe4f44e45113b9281b5f35f', '66.186.19.5', '1576435742', '__ci_last_regenerate|i:1576435742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11f700da144cb96b7ba0a5644e9908a4bafd5b82', '66.186.19.5', '1576386061', '__ci_last_regenerate|i:1576386061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11fbf4af7e04d65145e0def498ae33657f97e11b', '66.186.19.5', '1576483202', '__ci_last_regenerate|i:1576483202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11fca6e288672c08070aafe11c32305b704552a7', '66.186.19.5', '1576282501', '__ci_last_regenerate|i:1576282501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('120d00736ac3a68a527156a87017101deece6bf8', '134.122.81.145', '1586769083', '__ci_last_regenerate|i:1586769074;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1216b1e3b52d3265160b6bca5cab56b4383a8cc9', '190.239.111.151', '1583907013', '__ci_last_regenerate|i:1583907012;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583430020\";last_ip|s:13:\"132.191.3.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('121f1990872b86eaae7f4db1976c419e018a6616', '66.186.19.5', '1576445642', '__ci_last_regenerate|i:1576445642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1222bf1dcbf903dde7d5ac3a396309be14a6ddf3', '66.186.19.5', '1576363861', '__ci_last_regenerate|i:1576363861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12257555eb102dd584a43883c6aab40419286d6e', '66.186.19.5', '1576292222', '__ci_last_regenerate|i:1576292222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('122a5a6f1f0c82cdd2276842de005d67d4205e77', '66.186.19.5', '1576686781', '__ci_last_regenerate|i:1576686781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('122e6f9c4e26aa7252ea34eef74aff43204b2539', '66.186.19.5', '1576662181', '__ci_last_regenerate|i:1576662181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('123d832d310959477dbf5a88b10b2da9588ea143', '66.186.19.5', '1576579682', '__ci_last_regenerate|i:1576579682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('123ed7de7edcc16c008f4f8c54d4afacb5cad9c7', '66.186.19.5', '1576331282', '__ci_last_regenerate|i:1576331282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1244c4ca34422cb3a3898558971c7734c2d64f69', '66.186.19.5', '1576411321', '__ci_last_regenerate|i:1576411321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('125bcc090b4c0449b4afe7b391aaf66b039e8dab', '66.186.19.5', '1576589761', '__ci_last_regenerate|i:1576589761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('127f10e4c4be9a4e446c6bcbc077646dbf829223', '45.189.116.14', '1588182194', '__ci_last_regenerate|i:1588182190;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1587939429\";last_ip|s:15:\"181.176.102.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12802bd516e2cf71aa86294086d6ad11c182e2bf', '66.186.19.5', '1576565161', '__ci_last_regenerate|i:1576565161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1293a4081ac9ffbf9a7fcfd8d1106d0302a9808f', '66.186.19.5', '1576599241', '__ci_last_regenerate|i:1576599241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12a286df14da40b193bd2127febd723635f71a5b', '66.186.19.5', '1576304521', '__ci_last_regenerate|i:1576304521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12abe9f84bc268e46ea2d14e1203bdbe873992d3', '66.186.19.5', '1576665302', '__ci_last_regenerate|i:1576665302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12be1b440cf41400a2057fb61b57eb071f0f3454', '66.186.19.5', '1576339561', '__ci_last_regenerate|i:1576339561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12c9a36743124e0e362d65244dce501c7182800a', '190.232.33.208', '1578938813', '__ci_last_regenerate|i:1578938779;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1578594815\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";rmspos|i:1;message|s:26:\"Venta efectuada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12d8657662ce4c529e1ccc5ae692b2a3c503c625', '66.186.19.5', '1576391522', '__ci_last_regenerate|i:1576391522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12d94ba97be9337f48466d6adc84a0b89670dac0', '66.186.19.5', '1576674481', '__ci_last_regenerate|i:1576674481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12e7dd0dcd77c27de7329d0a8fffeb878bc69083', '66.186.19.5', '1576533481', '__ci_last_regenerate|i:1576533481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12fc0b88438b0406cd0beed467b9b428d4fac0be', '66.186.19.5', '1576416361', '__ci_last_regenerate|i:1576416361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1303a0786af5c72f54d6978167ffd91ce2630743', '66.186.19.5', '1576591262', '__ci_last_regenerate|i:1576591262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('130640daea297940715e830cb98834e66e3b7406', '66.186.19.5', '1576632002', '__ci_last_regenerate|i:1576632002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1312f194ffec32343741095e1173161d35d38b36', '66.186.19.5', '1576382402', '__ci_last_regenerate|i:1576382402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('131925a3d622f6dd21c8f66092c0bce3a2c602b9', '66.186.19.5', '1576488361', '__ci_last_regenerate|i:1576488361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('131b08ce28a6971f5cbfcff9e7ba40ef4d84d2d0', '190.236.102.225', '1582735027', '__ci_last_regenerate|i:1582734802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('131da85ae148e09bdb3884b46503233d9c45fdaa', '66.186.19.5', '1576442402', '__ci_last_regenerate|i:1576442402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('132018f3bbc3e35a29dba51fbb466569e46ee3e2', '138.246.253.5', '1585804420', '__ci_last_regenerate|i:1585804420;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1343e34f609bc3f53c1a7bab975d495a92522dea', '66.186.19.5', '1576398542', '__ci_last_regenerate|i:1576398542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1344bbdd4252aea64df5636af51d883b4f16f6a1', '66.186.19.5', '1576395301', '__ci_last_regenerate|i:1576395301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('134ee423ce95d6280b0dd14f848d132ba2bcde0f', '45.189.116.18', '1590863439', '__ci_last_regenerate|i:1590863316;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590776716\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('134f1e32896a46a375a42b8b045a141000a923b3', '66.186.19.5', '1576478761', '__ci_last_regenerate|i:1576478761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('135761b4412714ebc341ec927cc37085e06b6d20', '66.186.19.5', '1576330621', '__ci_last_regenerate|i:1576330621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1362a7c62b8cbafb47947b57e0b8ae37d5bc0715', '190.232.33.208', '1576518632', '__ci_last_regenerate|i:1576518627;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('136ef2d48d588dcd5b2ba58b492a0bf2f47290a1', '45.189.116.18', '1591695680', '__ci_last_regenerate|i:1591695544;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591657225\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('137689e55111df7a10e3886d010ec1430219b264', '66.186.19.5', '1576627562', '__ci_last_regenerate|i:1576627562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1379f072ad168defa90b8f9d1ffac36b959a6db2', '190.236.102.225', '1583207067', '__ci_last_regenerate|i:1583206826;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583182125\";last_ip|s:15:\"190.234.106.215\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1380bd0ec1ffaa199857c6b102879a84cfeec35c', '66.186.19.5', '1576669861', '__ci_last_regenerate|i:1576669861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13882751b047766d9d72654128b8a981696e1881', '66.186.19.5', '1576636501', '__ci_last_regenerate|i:1576636501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('139093329d0ac8735395ee9115c8a088ddb23a60', '66.186.19.5', '1576535462', '__ci_last_regenerate|i:1576535462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('139524e2fb8b86a466e237c02ad58a420bed54ef', '66.186.19.5', '1576461842', '__ci_last_regenerate|i:1576461842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1399c98f6ee7d534d5d0aba7d3d32eb4a5fca2c4', '66.186.19.5', '1576568702', '__ci_last_regenerate|i:1576568702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('139b5eaed90f18533f977d18ae13253d157b0d10', '66.186.19.5', '1576390142', '__ci_last_regenerate|i:1576390142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('139f62b3a29012bfb0d74265540761ec10ec4f48', '66.186.19.5', '1576281302', '__ci_last_regenerate|i:1576281302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a596743ba0f1769c6b8f7bbf596792426ba4b8', '66.186.19.5', '1576377902', '__ci_last_regenerate|i:1576377902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a6035b7ab2e8073e618de96242df9f880d16a5', '66.186.19.5', '1576370401', '__ci_last_regenerate|i:1576370401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a99fd684e97d2af98be63a8ddf5d474dad852d', '66.186.19.5', '1576647241', '__ci_last_regenerate|i:1576647241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13aa1efa0f595ca2699e415a97b56bdda2ad58a6', '66.186.19.5', '1576364882', '__ci_last_regenerate|i:1576364882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13bab4b257e7ce4af264fc8dcc66a7603e83cec3', '66.186.19.5', '1576363021', '__ci_last_regenerate|i:1576363021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13dbda095b414cbd541b16e3a6e48ce11e0384eb', '66.186.19.5', '1576290541', '__ci_last_regenerate|i:1576290541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e334fbcef6b264ece96d54f79f225352520da9', '66.186.19.5', '1576597802', '__ci_last_regenerate|i:1576597802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13f0b32b9a596a18a00c2fd0b0070364936bd99d', '66.186.19.5', '1576297802', '__ci_last_regenerate|i:1576297802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13f8776d31a2d1ef20fbaf9e0c009cd82d22b4ae', '66.186.19.5', '1576381741', '__ci_last_regenerate|i:1576381741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13fb4d65c6b8ac315964407407ea98e34b2d180b', '66.186.19.5', '1576641181', '__ci_last_regenerate|i:1576641181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13fe4557a9cf90377b6e41fd0cec8c97011ba195', '66.186.19.5', '1576507981', '__ci_last_regenerate|i:1576507981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13fe82e88cf54230b9d9ee881070dca7edc81666', '66.186.19.5', '1576382281', '__ci_last_regenerate|i:1576382281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14059d28a082c3452a558d95508bc6123fac296e', '66.186.19.5', '1576631882', '__ci_last_regenerate|i:1576631881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('140b4f9d22017c0b32e7e46b5fefefd053a6446f', '66.186.19.5', '1576625402', '__ci_last_regenerate|i:1576625402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('141b224b8214474392e96e40c2e9f164394f4a2b', '66.186.19.5', '1576643822', '__ci_last_regenerate|i:1576643822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1444051af7a079c54732efbc33528028ee1baf9e', '66.186.19.5', '1576606382', '__ci_last_regenerate|i:1576606382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14455440fbf047e4b34a053b5893f81799be399c', '66.186.19.5', '1576521361', '__ci_last_regenerate|i:1576521361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14482a2cb3ccfde7fb3efa2a40fa45650c1004df', '66.186.19.5', '1576614181', '__ci_last_regenerate|i:1576614181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('144ccacdd2d62fde3ac6bb6c4ca73f6492038d5e', '66.186.19.5', '1576525561', '__ci_last_regenerate|i:1576525561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('144d261109700099d755f42b56d2a69fbd21c7d8', '66.186.19.5', '1576478462', '__ci_last_regenerate|i:1576478462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1450b1507efda07d35620eb30a6dfcb9f5ebe812', '66.186.19.5', '1576634941', '__ci_last_regenerate|i:1576634941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14516c4a8c7eb0e01aa75adb140c8c373d5d2ccd', '66.186.19.5', '1576382702', '__ci_last_regenerate|i:1576382702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('145a5989611e95499bccd28e4fc99ed8bfaedb55', '45.189.116.18', '1591594077', '__ci_last_regenerate|i:1591593970;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('147258eef1310a115b79ffb2639fa45fb519058d', '173.252.83.117', '1592686900', '__ci_last_regenerate|i:1592686900;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('147ce84380aee70ca0c9a7fa2c9fe75066f8746b', '66.186.19.5', '1576455421', '__ci_last_regenerate|i:1576455421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14898c5d98b6f94f23e99581a9730c6172233b27', '66.186.19.5', '1576380002', '__ci_last_regenerate|i:1576380002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('148ee922ff1c92b38bb9046330f62b8301b94529', '66.186.19.5', '1576518841', '__ci_last_regenerate|i:1576518841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14a6a6d27929cc989d79e02bee6201b5fa61f231', '66.186.19.5', '1576404122', '__ci_last_regenerate|i:1576404122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14b4632934cc819351d63151cdc95ce3f0c45d35', '66.186.19.5', '1576604941', '__ci_last_regenerate|i:1576604941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14b878a073b5e79354133bfebbbebeaa22a93594', '66.186.19.5', '1576378142', '__ci_last_regenerate|i:1576378142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e26599df8cb1f211a5feb6a1ba7926980ae258', '66.186.19.5', '1576482782', '__ci_last_regenerate|i:1576482782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14eab8a2aee6e8bdaf1474e3f35f3b9a56df1b7b', '66.186.19.5', '1576516382', '__ci_last_regenerate|i:1576516382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f5bba04509ef2c5fa89f67d01a16abcff06e72', '66.186.19.5', '1576379041', '__ci_last_regenerate|i:1576379041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1509ab33ee4e31891864c4824023c018c7e3f37a', '66.186.19.5', '1576679041', '__ci_last_regenerate|i:1576679041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('150be843eacc8d5ab38aab9c60073d1484bca8e3', '66.186.19.5', '1576555442', '__ci_last_regenerate|i:1576555442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('151a47c5f8cdc89494b364e9495bd07ebecbf185', '66.186.19.5', '1576412522', '__ci_last_regenerate|i:1576412522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('152ed8db585d4a7276f74487ac89899fe540d652', '190.232.33.208', '1577211568', '__ci_last_regenerate|i:1577211552;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('152ff3508879c21eb2b75a490fb73a494615bb7a', '66.186.19.5', '1576299901', '__ci_last_regenerate|i:1576299901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1535e2c1cac11db35e2460746bc1cb87f88693c1', '66.186.19.5', '1576468682', '__ci_last_regenerate|i:1576468682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('154ed623b232fba6f47a12b049bc88e96ab95384', '66.186.19.5', '1576412461', '__ci_last_regenerate|i:1576412461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15559640423335b944d5f23d71123ddf0732940e', '46.101.252.40', '1585906445', '__ci_last_regenerate|i:1585906445;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('156583ff7bd6b126e1cbc747af988327e190d9c1', '66.186.19.5', '1576552861', '__ci_last_regenerate|i:1576552861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1571bd89bdfdd20c4c3c8a9639b0c90359df420f', '66.186.19.5', '1576393562', '__ci_last_regenerate|i:1576393562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('157c66ad934502379569f1bfd92fe381de30a570', '66.186.19.5', '1576600501', '__ci_last_regenerate|i:1576600501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('157d941863fbe7ef76a537ff6f17ea0cd0eaa944', '66.186.19.5', '1576508102', '__ci_last_regenerate|i:1576508102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1580d91e63c6ca6b53f123e99d2e4307646317c3', '66.186.19.5', '1576326182', '__ci_last_regenerate|i:1576326181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('158752c5c0fbe5b902d2ef7873282774ade9b7d7', '66.186.19.5', '1576400162', '__ci_last_regenerate|i:1576400162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1587b4c773ddd91539a5c976c92a484637217a9b', '45.189.116.18', '1591950424', '__ci_last_regenerate|i:1591950424;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591931063\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('158e7d44f66a3f9e2360a2eff9ac082dcca8a7a9', '66.186.19.5', '1576548061', '__ci_last_regenerate|i:1576548061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15948791ce18f7a7fbe500d0b56c1c50a4dc2366', '66.186.19.5', '1576285742', '__ci_last_regenerate|i:1576285742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a446c6a16ef9d5352ec87f1393c8c8239d3cc6', '66.186.19.5', '1576423562', '__ci_last_regenerate|i:1576423562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a605f2550932e75dbdaa982bdbc709987cfb8c', '45.189.116.14', '1590533207', '__ci_last_regenerate|i:1590533207;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590514026\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a987fa92cc91343f8bd36e003445f89dec7d43', '66.186.19.5', '1576579622', '__ci_last_regenerate|i:1576579622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15b57cf0da82aa3c25d861ea65267aa2514ca7cb', '66.186.19.5', '1576323721', '__ci_last_regenerate|i:1576323721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15bf557b9b3ef278396b3baf450b0643d5053187', '66.186.19.5', '1576439641', '__ci_last_regenerate|i:1576439641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15c0e6f3f8c9836b92d363d6259d571c4be9efe6', '66.186.19.5', '1576316342', '__ci_last_regenerate|i:1576316342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15cdc95f75f54a3e17ef8d861e9639a222a77f33', '66.186.19.5', '1576508761', '__ci_last_regenerate|i:1576508761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15cfa6c329c6b3fee4385714f03e5ac906a4607c', '66.186.19.5', '1576347721', '__ci_last_regenerate|i:1576347721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15d3371f8cd1703ea8d302382bf7ca283580a96b', '66.186.19.5', '1576566362', '__ci_last_regenerate|i:1576566362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15d40ffa469837e23036d885520485b4882a24f8', '66.186.19.5', '1576456442', '__ci_last_regenerate|i:1576456442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15d7d5f459eee6d6eee68c1b57806ebcf7976a69', '209.17.96.226', '1593013686', '__ci_last_regenerate|i:1593013686;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15df0d5e65cfa68ca1a2a1d927084d573bd97e51', '66.186.19.5', '1576468561', '__ci_last_regenerate|i:1576468561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15e690d3bd6700c92dce05927086f5ef02e8e891', '66.186.19.5', '1576537202', '__ci_last_regenerate|i:1576537202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ecf577104a28c7ea43f7d1ec2b22c1839e03cf', '181.176.123.241', '1592090004', '__ci_last_regenerate|i:1592090004;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592070777\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ee8c96144c55e24977e07c414ab33612277dce', '66.186.19.5', '1576649761', '__ci_last_regenerate|i:1576649761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15f08fb2f46b8a7e8b6fc58edab08841e3a8e814', '66.186.19.5', '1576550941', '__ci_last_regenerate|i:1576550941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15f09a3dc1fa4353e7e1e5c3c019f1d54c6801d4', '66.186.19.5', '1576590241', '__ci_last_regenerate|i:1576590241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15f4fdc70b939f7be76de59cf620508593cde80c', '181.64.57.249', '1579623930', '__ci_last_regenerate|i:1579623738;local|s:1:\"1\";listaVenta|i:15;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579584488\";last_ip|s:15:\"190.233.166.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15f7fc414fd8b627aa27b844cbc470ec8f84a54e', '66.186.19.5', '1576318621', '__ci_last_regenerate|i:1576318621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15f82d96a3a03d646fad8eab4ad3d14018990c4e', '66.186.19.5', '1576460941', '__ci_last_regenerate|i:1576460941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('160523fba5710927126db1a4383fbbb7b3d3f917', '66.186.19.5', '1576440362', '__ci_last_regenerate|i:1576440362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('160b09005f7cfbad0286fed42ef4cc4d1c98455a', '190.234.163.130', '1591931376', '__ci_last_regenerate|i:1591931376;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591760840\";last_ip|s:15:\"181.176.118.160\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1613d77c85df8c1deb18e7f9ef84693096c6c28c', '45.189.116.14', '1590685924', '__ci_last_regenerate|i:1590685907;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16143a6c94c22b1628dec9568e2b11755b27be5e', '66.186.19.5', '1576678202', '__ci_last_regenerate|i:1576678202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16209c2b513603c7e753b4683d887a672807c318', '66.186.19.5', '1576498442', '__ci_last_regenerate|i:1576498442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('162644259b2ea57ab8e677a81ca1f0b50ca20445', '66.186.19.5', '1576633141', '__ci_last_regenerate|i:1576633141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('163252b35447e1120217e1596abdacfab6019b42', '66.186.19.5', '1576611061', '__ci_last_regenerate|i:1576611061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('163314fdaf8f0db7c08f4f68f524c0870529f941', '157.245.13.232', '1585983815', '__ci_last_regenerate|i:1585983815;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16350e7f378423fbcc65f0f96b3f3e6ba3af41f0', '45.189.116.18', '1591590597', '__ci_last_regenerate|i:1591590422;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16355c737afbcfef741c356b9db290265348598d', '66.186.19.5', '1576474322', '__ci_last_regenerate|i:1576474322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('163e6d902a8b5ba46f6647c34e6dee41ed16c90f', '45.189.116.18', '1592087240', '__ci_last_regenerate|i:1592087238;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1642619b80d0d9895bfdf6c1b9bbbdd00f9d3ea0', '66.186.19.5', '1576606202', '__ci_last_regenerate|i:1576606202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('164ce202db146276ee9dea48af8f9855a8f29eb8', '66.186.19.5', '1576484101', '__ci_last_regenerate|i:1576484101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('165249275e5e2ca2b7b7db4cd0e21e5e9f6b1bf3', '66.186.19.5', '1576460702', '__ci_last_regenerate|i:1576460702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('165531ff6695ef5d09cd9ef0bde7263b7c49adb9', '66.186.19.5', '1576418282', '__ci_last_regenerate|i:1576418282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1665c790970e83d00dbc5f746279ec85f5a74850', '66.186.19.5', '1576321381', '__ci_last_regenerate|i:1576321381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1669851df9bc4ac2b36268ffa2c418bbea7b8849', '66.186.19.5', '1576488302', '__ci_last_regenerate|i:1576488302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('166ee493dc2c8abbd3e1ddc8b6c3f758b8dd1ff1', '190.232.33.208', '1576521063', '__ci_last_regenerate|i:1576521062;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576518712\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:12:\"PDF generado\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('167bdae462a0592a4eb48ad1a0720bb398a368fc', '66.186.19.5', '1576563122', '__ci_last_regenerate|i:1576563122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16829e97bf9b411f78eebd6c94e0c17b3e269a5a', '66.186.19.5', '1576638301', '__ci_last_regenerate|i:1576638301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('168691e49be435a14a128f7acc027d7019c10a78', '66.186.19.5', '1576612262', '__ci_last_regenerate|i:1576612262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16931d2410f9b0edc50e9887719ea0bb8093c7fb', '66.186.19.5', '1576397281', '__ci_last_regenerate|i:1576397281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1694e8e07eeada584780691127356d0ea66b1247', '66.186.19.5', '1576315382', '__ci_last_regenerate|i:1576315382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16a2cd20e006858fc3c9677f59af6edcc71ac971', '66.249.83.56', '1583801520', '__ci_last_regenerate|i:1583801520;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16abf23de289b82b4a2e4f1729c3729296c4c2f6', '66.186.19.5', '1576486021', '__ci_last_regenerate|i:1576486021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16b16eeab219d198797b56f61b0c81fb', '168.90.245.46', '1582302682', '__ci_last_regenerate|i:1582302682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16b212b0759228f04160307dff3a9a515e0d1eb5', '66.186.19.5', '1576561561', '__ci_last_regenerate|i:1576561561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16bd085786a49ee37b1091e04c8f98757d4aa571', '66.186.19.5', '1576390861', '__ci_last_regenerate|i:1576390861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16bd5fd033b746f1e24f5e0bc1e1aa945bc4d64f', '66.186.19.5', '1576289461', '__ci_last_regenerate|i:1576289461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ca41e7548c6f2c5065a5976e8c65e86b6b9604', '66.186.19.5', '1576422061', '__ci_last_regenerate|i:1576422061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ceac5d62864a6acf235389ba225d2b0ce1aece', '66.186.19.5', '1576642382', '__ci_last_regenerate|i:1576642382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16cf6670a6cd51677502c564989b464bcc328d84', '66.186.19.5', '1576392482', '__ci_last_regenerate|i:1576392482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16d2ce0f4b1fd20c5afd08bdede50e9ed6ff1955', '66.186.19.5', '1576397761', '__ci_last_regenerate|i:1576397761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16dae3f35c32ac32801e3db612fa24a374543e5b', '66.186.19.5', '1576471382', '__ci_last_regenerate|i:1576471382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16f5b5638af20de8b485d5f722c2f626a3879b24', '66.186.19.5', '1576514461', '__ci_last_regenerate|i:1576514461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16f698f7d465ef857e366607e76cd77e13346ea6', '66.186.19.5', '1576290181', '__ci_last_regenerate|i:1576290181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ff3e01d72d565271e66ce396c77fe96bc52190', '45.189.116.18', '1591598319', '__ci_last_regenerate|i:1591598299;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1703bc5f30178970668cdf2b090928ed28ee4c3c', '66.186.19.5', '1576518062', '__ci_last_regenerate|i:1576518062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('170b9586b36f5fa72b1dd7297b3f196cd603a79c', '66.186.19.5', '1576685222', '__ci_last_regenerate|i:1576685222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('171541cca1776c6ea32843ac948bb20f627ba54d', '66.186.19.5', '1576412942', '__ci_last_regenerate|i:1576412942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1715fc3644a59303f28076d85c49a28b8a4ab7ef', '66.186.19.5', '1576667821', '__ci_last_regenerate|i:1576667821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1721c61dee2f70de438cb5cc91e56ff129420f68', '173.252.127.20', '1585049681', '__ci_last_regenerate|i:1585049681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1724386b44cb8a779be1f0874ad64dfd05a714e5', '66.186.19.5', '1576446302', '__ci_last_regenerate|i:1576446302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('172b154ce1a561054906adc06950475e04c2d87c', '66.186.19.5', '1576396201', '__ci_last_regenerate|i:1576396201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('172dbd38cfcc1d1f65b1ee2fcb04b9ddc95dff74', '66.186.19.5', '1576566301', '__ci_last_regenerate|i:1576566301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1735a2f2bbc52b4464467ad4e014444c2295ad63', '66.186.19.5', '1576373641', '__ci_last_regenerate|i:1576373641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('173e195812fd1911ced71229f97157857b5fd015', '66.186.19.5', '1576602181', '__ci_last_regenerate|i:1576602181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('173f753556b76ebf1a81377ae93ab792', '168.90.245.47', '1582283711', '__ci_last_regenerate|i:1582283711;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1746cfc63d2dc10b0d17653781f8c2c58ae78ca8', '66.186.19.5', '1576634641', '__ci_last_regenerate|i:1576634641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175cf134980a46d9d7db367f590553d0dda42a86', '66.186.19.5', '1576280102', '__ci_last_regenerate|i:1576280102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175f5d503ce361cffe3481fca0a2056ec39d20bd', '66.186.19.5', '1576353721', '__ci_last_regenerate|i:1576353721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17707c753f5c77a4751bc0c0e475bc7616b92835', '66.186.19.5', '1576365481', '__ci_last_regenerate|i:1576365481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17803395e45b0e61294819ebc172fc82e1a5a78c', '66.186.19.5', '1576563601', '__ci_last_regenerate|i:1576563601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1780f0badd256ee25c3c1d91d15bcb2177e32b3c', '66.186.19.5', '1576302241', '__ci_last_regenerate|i:1576302241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17984c5d203b8880827ed5f87bec830bc7a5a11c', '66.249.83.62', '1585395926', '__ci_last_regenerate|i:1585395926;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('179ab9766e966c86734c352fab7aa5dc651712d4', '66.186.19.5', '1576303201', '__ci_last_regenerate|i:1576303201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17a16ecefe3a86c1d9d748cd4e5582073f634c8b', '66.186.19.5', '1576468381', '__ci_last_regenerate|i:1576468381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17ab9f4f8eb10a1e13de6a139bd31d752e0ecbfc', '173.252.83.111', '1589913546', '__ci_last_regenerate|i:1589913546;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17b6588d6315eac759b1b589aa099030718b8a8a', '186.1.145.139', '1579280686', '__ci_last_regenerate|i:1579280415;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579278319\";last_ip|s:14:\"190.238.10.201\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";remove_spo|i:1;message|s:26:\"Venta efectuada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17cc2fdc2a9fda5ac4ca8b776187a75ad2452171', '66.186.19.5', '1576539781', '__ci_last_regenerate|i:1576539781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17d4ad33d05be56d64705e8425ba82a5bc204c6f', '173.230.151.76', '1588872104', '__ci_last_regenerate|i:1588872104;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17f0255fbdefe93015b36f6a38f4a18c875a87dc', '66.186.19.5', '1576607762', '__ci_last_regenerate|i:1576607762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17f9a4fc32633a547f2202ac1f1f271ac6f6b48e', '66.186.19.5', '1576484221', '__ci_last_regenerate|i:1576484221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17fd88c93ea76e6f388b0183ac7676def3e7b869', '66.186.19.5', '1576467122', '__ci_last_regenerate|i:1576467122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18192685d3ac1f6c76c27317735ec120e5ad230a', '66.186.19.5', '1576642561', '__ci_last_regenerate|i:1576642561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1826d341ad8b32cb2da4b3a29cc492a7d1c900d3', '45.189.116.14', '1590605134', '__ci_last_regenerate|i:1590605133;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590531324\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('182f977bc8984540d4a1e3efa4b6da75500920c5', '66.186.19.5', '1576372081', '__ci_last_regenerate|i:1576372081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18350d4da18f5ac04be4f559af9cd1f8be8b3de8', '66.186.19.5', '1576601702', '__ci_last_regenerate|i:1576601702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('183fff0d9df2bca07dfcfc8028881f7c86e15105', '66.186.19.5', '1576542302', '__ci_last_regenerate|i:1576542302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('184f243003102d6986dae113ae8a6fcc77c4ed35', '66.186.19.5', '1576660441', '__ci_last_regenerate|i:1576660441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('187fbcc9dd54cf5c2e9d8548e4fa983b61ecf0ae', '66.186.19.5', '1576379701', '__ci_last_regenerate|i:1576379701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('188df0501ff9e4da395cf904a41c163f50bf5253', '66.186.19.5', '1576381981', '__ci_last_regenerate|i:1576381981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('188f0ac449b4d194fdd5b5b4e4c44137643812c4', '66.186.19.5', '1576319882', '__ci_last_regenerate|i:1576319882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a621023241c68195bc801adc91da8b04cc5c56', '66.186.19.5', '1576407361', '__ci_last_regenerate|i:1576407361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a8982697469c5fb1c7e8616faf8a479e618175', '66.186.19.5', '1576482542', '__ci_last_regenerate|i:1576482541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a9cf9b48a60c49b8383bdb6162f5a30405c48a', '66.186.19.5', '1576465561', '__ci_last_regenerate|i:1576465561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18aaecd2432654a187325b131a8381ad2ecd0be6', '66.186.19.5', '1576549022', '__ci_last_regenerate|i:1576549022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18b195f8ee31e0bf83c13a96927541710c442c9e', '66.186.19.5', '1576283822', '__ci_last_regenerate|i:1576283821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18b1c7bff2e311b70842c7cb7317ce0cb2075939', '66.186.19.5', '1576284062', '__ci_last_regenerate|i:1576284062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18b36ee0a6f56eb6c5c42ca2d2f28508ea9989c7', '66.186.19.5', '1576295282', '__ci_last_regenerate|i:1576295282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d21f8e6d5ba0853cde864196e926d30e8afacc', '66.186.19.5', '1576367702', '__ci_last_regenerate|i:1576367702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d3c010cdfdc3650e8f323afd40b48793af9bf8', '66.186.19.5', '1576540681', '__ci_last_regenerate|i:1576540681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18db01932e80e02b1340190bfb14f718fbab1534', '66.186.19.5', '1576279741', '__ci_last_regenerate|i:1576279741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18dd857cc7fa1356bdd02b421829de613925f1c6', '190.232.33.208', '1577208790', '__ci_last_regenerate|i:1577208445;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1577129424\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18dedc235b5e49f01005bb4721a77a90c4a64cd9', '66.186.19.5', '1576659541', '__ci_last_regenerate|i:1576659541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18e19c894fda5d0c3b075d6869d8c4a248b38a55', '66.186.19.5', '1576435501', '__ci_last_regenerate|i:1576435501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18e5088b63f6a752bd37a14939cf665db513ffc0', '66.186.19.5', '1576433702', '__ci_last_regenerate|i:1576433702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18f0a46511e66c9993db005f83724b64e0ae0bae', '66.186.19.5', '1576447562', '__ci_last_regenerate|i:1576447562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19095b66e0ead5e366fffa1977b31d49dd88f4f8', '66.186.19.5', '1576339442', '__ci_last_regenerate|i:1576339442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('190c056a15b034d9813abddf7af25fd795812d68', '66.186.19.5', '1576471201', '__ci_last_regenerate|i:1576471201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('190e129b1f644a15dbe80a3f282a55ace785e2a8', '66.186.19.5', '1576358761', '__ci_last_regenerate|i:1576358761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('190f7551c592f09527891adf074e36d2ba1f2aef', '66.186.19.5', '1576415641', '__ci_last_regenerate|i:1576415641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1911b145612683aec431f20b960cc4a2c5049950', '93.158.161.135', '1584215184', '__ci_last_regenerate|i:1584215184;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1925a7b2e064dee604b5c2829d76365730952da6', '66.186.19.5', '1576484941', '__ci_last_regenerate|i:1576484941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19366fc8bba92f14efeb7f2e3e76efa9e1959a83', '66.186.19.5', '1576277222', '__ci_last_regenerate|i:1576277222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1936cb4e343c6276cdb0c08f2e4974bf56d824ea', '66.186.19.5', '1576469041', '__ci_last_regenerate|i:1576469041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('193d8d9b7cf2d7f4e8305852f0c033d0bc46f71b', '190.236.102.225', '1582750766', '__ci_last_regenerate|i:1582750763;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582738776\";last_ip|s:13:\"132.191.3.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('195166006e8a82e1b640681d19ee07b1615f1949', '45.189.116.18', '1592102712', '__ci_last_regenerate|i:1592102709;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592089254\";last_ip|s:15:\"181.176.123.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1954cad8af64f1027f03b1c25e679c1b9a8c3422', '66.186.19.5', '1576606142', '__ci_last_regenerate|i:1576606142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1957823cab1bee931c7c27eae907cb97dae0d8d1', '66.186.19.5', '1576410902', '__ci_last_regenerate|i:1576410902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('195d5f1a783bd33d244ba739c4b746be98a83399', '66.186.19.5', '1576404062', '__ci_last_regenerate|i:1576404062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('196e53d4dbf1e6dd847266bfa90e2f5e3a2783bf', '66.186.19.5', '1576375741', '__ci_last_regenerate|i:1576375741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('197d733a82c78cd89342c31b36ea31ee62bfc843', '66.186.19.5', '1576386181', '__ci_last_regenerate|i:1576386181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19895b93d71909666a21f2004cc89e3aceb71ba7', '66.186.19.5', '1576480262', '__ci_last_regenerate|i:1576480262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1996ea9a6655d41e1ca8d59f2be136b371c368f8', '190.234.163.130', '1592602888', '__ci_last_regenerate|i:1592602669;local|s:1:\"1\";listaVenta|i:9;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592329780\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19ad4aec4192743ae990d3596db8f792cf7bf597', '66.186.19.5', '1576431002', '__ci_last_regenerate|i:1576431002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19b7a71a8f58cece106aeedc876bb7f6c8b6de2c', '66.186.19.5', '1576502101', '__ci_last_regenerate|i:1576502101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19d35e8c5d084b86fa971a1cd699ac4b3754c378', '35.170.73.187', '1580858343', '__ci_last_regenerate|i:1580858343;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19d60bcca23ce84bc0efc62598f5e1e8f6af6866', '66.186.19.5', '1576408262', '__ci_last_regenerate|i:1576408262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19f0df5dcc20998099eaa933a2847ba6f762ec82', '66.186.19.5', '1576681442', '__ci_last_regenerate|i:1576681442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a00821d23e77a8dbd2acc64c50c1b839cd7fd42', '66.186.19.5', '1576512541', '__ci_last_regenerate|i:1576512541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a0804c48d5a42baead573facaad26e0bb44d71c', '66.186.19.5', '1576490161', '__ci_last_regenerate|i:1576490161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a0f123de6bcdfa8cec33a6b720d1d1d0d38a1df', '66.186.19.5', '1576570081', '__ci_last_regenerate|i:1576570081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a12413e7ab9bc2d1d86dc34ec46eb2a746aa0e8', '66.186.19.5', '1576668782', '__ci_last_regenerate|i:1576668782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a12b4b0614e95a73816e62849d07fa2a73cfb4b', '173.252.83.16', '1587086573', '__ci_last_regenerate|i:1587086573;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a1a2e34c017aeec9fed22e00d667fa5e21c8826', '66.186.19.5', '1576492081', '__ci_last_regenerate|i:1576492081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a1d7c2916f19ab2301c68162e9074d467b95b59', '66.186.19.5', '1576399142', '__ci_last_regenerate|i:1576399142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a1d95c84f3f8b76270755f2c5fa042494254198', '66.186.19.5', '1576552441', '__ci_last_regenerate|i:1576552441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a2ad7e3d227c6456c72e1b9914f67b788492794', '66.186.19.5', '1576518961', '__ci_last_regenerate|i:1576518961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a2bebe76213c4e149f4e9ea74ea78742f8f7dc5', '66.186.19.5', '1576430402', '__ci_last_regenerate|i:1576430402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a2dcb860f2acd2d7fdce7139f469e0915a38a85', '66.186.19.5', '1576509841', '__ci_last_regenerate|i:1576509841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a2e171b83a6161526b028bf950c41a8f55ff3f5', '66.186.19.5', '1576531921', '__ci_last_regenerate|i:1576531921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a37eb319a807982bb76328ea05ec4be2a67b38a', '31.13.103.13', '1586400037', '__ci_last_regenerate|i:1586400037;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a4b03fffc3f64bd7f54c380e8c551ea0cd8ac67', '66.186.19.5', '1576517282', '__ci_last_regenerate|i:1576517282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a4f0401fbba172a00ce28e62aa67e4269e92068', '66.186.19.5', '1576672502', '__ci_last_regenerate|i:1576672502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a4f685d28594174b9b538658482354ad5125386', '66.186.19.5', '1576415521', '__ci_last_regenerate|i:1576415521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a6e9194f7ee098f71362f7700d049005d6e6ca8', '66.186.19.5', '1576374542', '__ci_last_regenerate|i:1576374542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a78b31ec102799b8c46a23283231ed410790406', '179.7.129.21', '1578417840', '__ci_last_regenerate|i:1578417840;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a8766063137473f19a5e86599c7bdac23b9319f', '45.189.116.18', '1591592070', '__ci_last_regenerate|i:1591592025;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a88398fc42dc61ae0d7fc9eb27876aa6cdb9e3e', '66.186.19.5', '1576420681', '__ci_last_regenerate|i:1576420681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a89b92f0b207e9d75fbeb875e2ae8113601d0c6', '66.186.19.5', '1576641542', '__ci_last_regenerate|i:1576641542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a94721461c66d751ec43e1ac043d397c2986870', '66.186.19.5', '1576531502', '__ci_last_regenerate|i:1576531502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aa550f78b1d592aaaa2cdb19b0e0324f21c76e6', '66.186.19.5', '1576584061', '__ci_last_regenerate|i:1576584061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab4fd1d4e46e9d703e446937a9e51df424dcb67', '66.186.19.5', '1576507501', '__ci_last_regenerate|i:1576507501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1abacbf21e6af6fb8a015d4ee4badeb447de6975', '66.186.19.5', '1576603802', '__ci_last_regenerate|i:1576603802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1abf7a49a5aea416e9b61f87e581e66da51fefca', '66.186.19.5', '1576554781', '__ci_last_regenerate|i:1576554781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ac48b622ee9febf47ca6fe8df6cd2a3640d98c0', '66.186.19.5', '1576660501', '__ci_last_regenerate|i:1576660501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ac4a790b62cd557ece45fb3c3c1970989768a0c', '66.186.19.5', '1576409345', '__ci_last_regenerate|i:1576409345;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aedae133c5f547aa8db79ef234beec7248f0d7a', '66.186.19.5', '1576323962', '__ci_last_regenerate|i:1576323962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1af442845198d0f8fa182ba30d5f84eadec7ffe4', '173.252.83.6', '1587176180', '__ci_last_regenerate|i:1587176180;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1af4618192753b641253f7f58d9f0c7b6cec27ce', '190.239.111.151', '1584045929', '__ci_last_regenerate|i:1584045929;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584030856\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1af823e4816f7ba1eab0cce412995ad46f95c51e', '66.186.19.5', '1576436822', '__ci_last_regenerate|i:1576436822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1af918d3ada1f38324effea73de00ec5df17590f', '66.186.19.5', '1576443541', '__ci_last_regenerate|i:1576443541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b0ef29d1750669d9faa816b6641a0aa323d272d', '66.186.19.5', '1576314722', '__ci_last_regenerate|i:1576314722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b0ffd46c55537af7b199283fc8d4aba4bcc9376', '66.186.19.5', '1576317901', '__ci_last_regenerate|i:1576317901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b2d1962665a63d33153a588ec58f1ec9f2087ae', '45.189.116.18', '1591698678', '__ci_last_regenerate|i:1591698374;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591657225\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b47528518dbaf8ab1df2216f473e15c152b7b4a', '66.186.19.5', '1576426861', '__ci_last_regenerate|i:1576426861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b4e26ef36966537eb784a2acb32156845b30b1d', '66.186.19.5', '1576592402', '__ci_last_regenerate|i:1576592402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b59086008ab41d895b53775ae11fb12dc242c6a', '66.186.19.5', '1576434422', '__ci_last_regenerate|i:1576434422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b6a7e5a45d19e0ed0ed45655e99f826b1377816', '66.186.19.5', '1576334101', '__ci_last_regenerate|i:1576334101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b77691f034f1b1d3e0a3dacd7c829158fa7b247', '66.186.19.5', '1576519861', '__ci_last_regenerate|i:1576519861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b7f12a2a7dc4b68bd32fb98673bfcacbcd3d402', '66.186.19.5', '1576686722', '__ci_last_regenerate|i:1576686721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b80d31a45afffad7bff13110052d2f026bc4c5b', '66.186.19.5', '1576421822', '__ci_last_regenerate|i:1576421822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b863c6077b86b978575234d3280619a1b6b6086', '18.234.229.172', '1578181644', '__ci_last_regenerate|i:1578181643;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b8c51fc30a3c40ce4d07c4be3d64062263c0da8', '66.186.19.5', '1576510981', '__ci_last_regenerate|i:1576510981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b98af2215db9854e35ed749b4a4219da4fc9bcc', '66.186.19.5', '1576344062', '__ci_last_regenerate|i:1576344061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b9ef7a0b78b8d84a231ef6ab90377e64647185c', '66.186.19.5', '1576417322', '__ci_last_regenerate|i:1576417322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ba7941a53922a21e71e7a9ef834b0ecb9ff6e05', '66.186.19.5', '1576280582', '__ci_last_regenerate|i:1576280582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ba8625b1ee9906c86e505c7a29a5e3234ffff2e', '66.186.19.5', '1576684262', '__ci_last_regenerate|i:1576684262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bb48412ba96973eb7027d9dc76feccf1e8dec3b', '66.186.19.5', '1576634581', '__ci_last_regenerate|i:1576634581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bc3a976d1c171fba112f7f3a87d46929dbe3212', '66.186.19.5', '1576312681', '__ci_last_regenerate|i:1576312681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bca21ff405891274a15f60541ca0c38fd0f23a9', '66.186.19.5', '1576421942', '__ci_last_regenerate|i:1576421942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bcd6c18207da063488432155eff3465a0f211e2', '66.186.19.5', '1576318562', '__ci_last_regenerate|i:1576318562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1be6739191bf403b571b4389eba98f6c59d13a07', '66.186.19.5', '1576559642', '__ci_last_regenerate|i:1576559642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bebb6144592e914ef5d4e348e08fd73bc7b8a5f', '66.186.19.5', '1576602302', '__ci_last_regenerate|i:1576602302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bfa5711791bd7952b98f8e3c04c69c5ae056901', '66.186.19.5', '1576540561', '__ci_last_regenerate|i:1576540561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bfb8972ec29c768ed19638deb027a6e83f42531', '66.186.19.5', '1576469821', '__ci_last_regenerate|i:1576469821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bfcf94f05ca78b0d2ebab2d6b54f958944bf57e', '66.186.19.5', '1576532041', '__ci_last_regenerate|i:1576532041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c0c2205f2426abc225dfd691680a67632547b33', '190.236.102.225', '1581634498', '__ci_last_regenerate|i:1581634386;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581633897\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c0db37fa58d9e2b5c03c1dfa16a2fa59ec91d58', '66.186.19.5', '1576688042', '__ci_last_regenerate|i:1576688042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c13b982ed6854e913da4f10d9a79f974904105d', '66.186.19.5', '1576319942', '__ci_last_regenerate|i:1576319942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c19cd87cad2d70022a3f224e71dd892bb402c81', '66.186.19.5', '1576373461', '__ci_last_regenerate|i:1576373461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c2080215fc2b914fe86ee4d6cc84dcc9a5ca72c', '66.186.19.5', '1576587902', '__ci_last_regenerate|i:1576587902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c3bc711077e7123fb41a99405427e51b2db07a3', '66.186.19.5', '1576672381', '__ci_last_regenerate|i:1576672381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4069af619b10ece5e59c76f24b746e216e2d7e', '66.186.19.5', '1576366502', '__ci_last_regenerate|i:1576366502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c49fea1a2a16e597bdc9938e95db05ac06c7ace', '66.186.19.5', '1576613522', '__ci_last_regenerate|i:1576613522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c528b95782af419adb336a00f4f8602c446a248', '66.186.19.5', '1576659602', '__ci_last_regenerate|i:1576659602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c58edbafb4f13c1510b998ed8f7f66ed4af2225', '66.186.19.5', '1576301521', '__ci_last_regenerate|i:1576301521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c7bfd04c12c9008f4205a057cf2e34346071aa7', '66.186.19.5', '1576365661', '__ci_last_regenerate|i:1576365661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c82b5a75aec9e14d8735df1304329f1d8208491', '88.212.254.12', '1584615203', '__ci_last_regenerate|i:1584615202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c90c6e893a8cbf1da53a17b03e6a765a965fdad', '66.186.19.5', '1576485842', '__ci_last_regenerate|i:1576485842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c9148a68356534cd080b1e093727a5aac95294f', '66.186.19.5', '1576439521', '__ci_last_regenerate|i:1576439521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c96e391eec2f4d3266abcb6049238500a4371d6', '66.186.19.5', '1576302481', '__ci_last_regenerate|i:1576302481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ca02bc36c383be9fb87efc3f0de9be25bb5c175', '66.186.19.5', '1576599601', '__ci_last_regenerate|i:1576599601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ca09b79f5d1dc9ddfff809fef1a0408bd491b12', '209.17.96.122', '1582095454', '__ci_last_regenerate|i:1582095454;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ca4b3588729784b3cbc1c8d2c61a9be3d2244f6', '66.186.19.5', '1576524902', '__ci_last_regenerate|i:1576524902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ca9dd4f798795c14bd952d82bf46d96318db6fe', '66.186.19.5', '1576532582', '__ci_last_regenerate|i:1576532582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cbf343fc8251c5b1d08f01c33731259c007c8c9', '66.186.19.5', '1576473302', '__ci_last_regenerate|i:1576473302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cc65b407eec11e686515e4a5560cace419a71c0', '66.186.19.5', '1576287482', '__ci_last_regenerate|i:1576287482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ccb5ca4501fabc09020ae72282a64d9434dcc04', '66.186.19.5', '1576481221', '__ci_last_regenerate|i:1576481221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cd24943cf17b58d8cdaf73a4a06379d0755c2b5', '66.186.19.5', '1576548541', '__ci_last_regenerate|i:1576548541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cdaf6c424fd5b911a6b96cf8a3d0cfb9ba0e6a1', '66.186.19.5', '1576380961', '__ci_last_regenerate|i:1576380961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce0983899b5e15b39cc345d57c4f82a11577ffb', '66.186.19.5', '1576648142', '__ci_last_regenerate|i:1576648142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce192f7284a8c6a075297f50cbec06eebd3b0dc', '66.186.19.5', '1576676941', '__ci_last_regenerate|i:1576676941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce6ebde25ce59af07c2b1ff63cb85d915cb407d', '66.186.19.5', '1576304882', '__ci_last_regenerate|i:1576304882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce8b06424dcd76181f00010018ef117ec211334', '31.13.115.19', '1585623640', '__ci_last_regenerate|i:1585623640;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf7229e71c08c9736ea77c5bcdc30bef8433af7', '173.252.95.14', '1589006365', '__ci_last_regenerate|i:1589006365;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cfcf5ac1921883f793a5e1465dfa6c39df8dfe9', '66.186.19.5', '1576640521', '__ci_last_regenerate|i:1576640521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cfe0a74ff9ed598df8f845f68177635354911cb', '66.186.19.5', '1576415941', '__ci_last_regenerate|i:1576415941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0158ef53e4b2df7b5c57f663e5487b92addd2c', '66.186.19.5', '1576416782', '__ci_last_regenerate|i:1576416782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d03145d2eb1fee83eeb30f09c845ae8ed0a3d11', '66.186.19.5', '1576608062', '__ci_last_regenerate|i:1576608062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d1af7b051e534bdb02b58c06acc6ef7b841b8ee', '66.186.19.5', '1576427341', '__ci_last_regenerate|i:1576427341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d3b6f7504f8a2cc03bd4c4a4a2fc67c6c7787e7', '66.186.19.5', '1576369621', '__ci_last_regenerate|i:1576369621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d3b798539418230b9cc4ea7672c3f237922f856', '66.186.19.5', '1576450262', '__ci_last_regenerate|i:1576450262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d49b088b64c9b9594edf60588af3326a581eb51', '94.102.52.29', '1584488839', '__ci_last_regenerate|i:1584488837;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d4aea150de0583bb0da92bd2e5474d086729625', '66.186.19.5', '1576303022', '__ci_last_regenerate|i:1576303022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d51d72de871efa0d7136e19955b8ad32b009e72', '190.232.33.208', '1577811549', '__ci_last_regenerate|i:1577811279;local|s:1:\"1\";listaVenta|i:5;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1577811149\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";remove_spo|i:1;message|s:26:\"Venta efectuada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d5219a6c2a36c2c8cfa41a6e5b192d72a379c90', '66.186.19.5', '1576523822', '__ci_last_regenerate|i:1576523822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d5bed61aca0a414a8c19a20b176f145c15480ba', '66.186.19.5', '1576588381', '__ci_last_regenerate|i:1576588381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d629ac6731dc753b3e5bc7acf37fee77f66e07c', '66.186.19.5', '1576610341', '__ci_last_regenerate|i:1576610341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d85934f6154b745110e57bb3462316f8c1482a9', '66.186.19.5', '1576476961', '__ci_last_regenerate|i:1576476961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d8897d0abdc436e75004beabf0a0291049a4bce', '66.186.19.5', '1576563242', '__ci_last_regenerate|i:1576563242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d8d4a607f1ec26d110cb45595840ace6e958313', '66.186.19.5', '1576315682', '__ci_last_regenerate|i:1576315682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d8e51434ce5ffebe0ce2d7f3dce090adb61ece1', '66.186.19.5', '1576405322', '__ci_last_regenerate|i:1576405322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d9f15c6ce0134810d9663b62df38f846086573e', '66.186.19.5', '1576410962', '__ci_last_regenerate|i:1576410962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1da379dd789e59d006e46a84d941fe4355b6c087', '66.186.19.5', '1576341721', '__ci_last_regenerate|i:1576341721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dac13a123ac0ed41afd84ce2422f4072bacf92d', '66.186.19.5', '1576603081', '__ci_last_regenerate|i:1576603081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db327a9bfa70f67851e1bed61a8bca33b5363b3', '66.186.19.5', '1576346282', '__ci_last_regenerate|i:1576346282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db40a07be382c98d0382aa2d2e6706372bda134', '190.236.102.225', '1581280219', '__ci_last_regenerate|i:1581280205;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580858207\";last_ip|s:11:\"74.82.60.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db7e9258addd11311f2392974fadffe3522f929', '66.186.19.5', '1576512242', '__ci_last_regenerate|i:1576512242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dbb8d37917c0f5eb2572d411a15895b46b76354', '66.186.19.5', '1576671001', '__ci_last_regenerate|i:1576671001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dcc689aac280c8d1b5323fdf220aae119dc8b7a', '66.186.19.5', '1576414262', '__ci_last_regenerate|i:1576414262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dcf6c74b7b7505fc7087c34025121ae3d175fca', '66.186.19.5', '1576426621', '__ci_last_regenerate|i:1576426621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dd23e603108ad1d997679fd23e0d49baad4f9f7', '66.186.19.5', '1576522022', '__ci_last_regenerate|i:1576522022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ddfc9c34fe0d265e87e737a0443e6e1f1a380ae', '172.104.136.129', '1588872125', '__ci_last_regenerate|i:1588872125;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1de73b81a1b1e9e4395e31afa1606dbccfe6faaf', '66.186.19.5', '1576426021', '__ci_last_regenerate|i:1576426021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1df4156811e322012acda18116eaebae3021f536', '173.252.83.22', '1578437172', '__ci_last_regenerate|i:1578437172;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1df956545a71bbdc77f9436ff163d3d0768a2f1f', '66.186.19.5', '1576577281', '__ci_last_regenerate|i:1576577281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e056cef70029cc440248e9bf49fc6747db7786a', '66.186.19.5', '1576416122', '__ci_last_regenerate|i:1576416122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e0e0b260259e5989badb850073999e69e025e12', '66.186.19.5', '1576294981', '__ci_last_regenerate|i:1576294981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e13dfd67d3e15f75cc2f178a8c4c99f', '168.90.245.45', '1582284183', '__ci_last_regenerate|i:1582284183;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e19029eed11862a4dd4c3d31a33ce4552d05760', '66.186.19.5', '1576471261', '__ci_last_regenerate|i:1576471261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e23b5462a141f7064190326f99b8c3cfee6d83c', '66.186.19.5', '1576373341', '__ci_last_regenerate|i:1576373341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2ae4d113f6bdada13d1e905be34354900e775c', '66.186.19.5', '1576331221', '__ci_last_regenerate|i:1576331221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2e49ec52546955eada511e81b099e3b286b4c6', '66.186.19.5', '1576679161', '__ci_last_regenerate|i:1576679161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2ece7c5c8a4234e6e329ec8e2010ee20077a6b', '66.186.19.5', '1576375321', '__ci_last_regenerate|i:1576375321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e32ea17acc57a084aa96461eba5c67e5a977ad1', '66.186.19.5', '1576511941', '__ci_last_regenerate|i:1576511941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e3a51729fe10eef09901fe0cb8fb9f4e8de7efb', '66.186.19.5', '1576529762', '__ci_last_regenerate|i:1576529762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e3e3253fab8bd3781160b3b37cd81924b6ecd71', '66.186.19.5', '1576395602', '__ci_last_regenerate|i:1576395602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e47dc50c26ade8a29edcc03d13280f00d8f1e37', '66.186.19.5', '1576636681', '__ci_last_regenerate|i:1576636681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e49f44fdca225bbce57f554325503def5bcaf04', '66.186.19.5', '1576487641', '__ci_last_regenerate|i:1576487641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e5831290809de203912e2cbe8a52ae73c2dcffb', '66.186.19.5', '1576672201', '__ci_last_regenerate|i:1576672201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e5d8fdedc7360b9d025dd36f28ee49547373d64', '66.186.19.5', '1576449661', '__ci_last_regenerate|i:1576449661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e651e2a7e5e153acc2dee53825cba3e819fe073', '45.189.116.18', '1590873459', '__ci_last_regenerate|i:1590873456;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e7a12167ded1bf65a2a4e3394b7e1898b1645b2', '66.186.19.5', '1576323902', '__ci_last_regenerate|i:1576323901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e7b53f33dda9164972aeeb06ba00ff4f98f69d9', '66.186.19.5', '1576320901', '__ci_last_regenerate|i:1576320901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e7e75c5bf61175b6513e58c21f0212adacbc5d4', '66.186.19.5', '1576322341', '__ci_last_regenerate|i:1576322341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e82e435ead1f7eabc418689899ad42db6930aea', '173.252.95.1', '1585321612', '__ci_last_regenerate|i:1585321612;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e866ac11503f335a37907437ec29d044d32a182', '66.186.19.5', '1576450082', '__ci_last_regenerate|i:1576450082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e883d8a375a15562811c53296d9ee7c6e32603f', '66.186.19.5', '1576295881', '__ci_last_regenerate|i:1576295881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e8db92f59719f621b01622ef0baef3796f6656c', '66.186.19.5', '1576438081', '__ci_last_regenerate|i:1576438081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e92b6da348cb1352eb8b60809c48a779fe1774d', '66.186.19.5', '1576343461', '__ci_last_regenerate|i:1576343461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ea05ecde733fb6eabdc1641d647decb6452e7b8', '45.189.116.18', '1591672386', '__ci_last_regenerate|i:1591672386;local|s:1:\"2\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591582499\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ea16f4240bab0fd8f5717408c6c76cfefa5dd70', '190.113.214.252', '1580343353', '__ci_last_regenerate|i:1580343353;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb6582db25eca9f4a1ad9befe720e901606b478', '66.186.19.5', '1576443002', '__ci_last_regenerate|i:1576443002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb67218e5961e34c0c0ff4022f4957b0c6ed4d8', '66.186.19.5', '1576387022', '__ci_last_regenerate|i:1576387022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ebaf85aa72626c8283332af66990be29ab74097', '66.186.19.5', '1576492261', '__ci_last_regenerate|i:1576492261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ebb2c3ca3a3bcf3b07316c0925b55b67204328f', '66.249.70.34', '1586658265', '__ci_last_regenerate|i:1586658265;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ebf28888293077dff73b234abb6ee90f5d4c288', '66.186.19.5', '1576581901', '__ci_last_regenerate|i:1576581901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ec17fa4c5908938aaa57a86ccaf64452cc33e2b', '66.186.19.5', '1576521781', '__ci_last_regenerate|i:1576521781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed177466230d5e2de7344612c7c4493b588dded', '66.186.19.5', '1576556162', '__ci_last_regenerate|i:1576556162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed9928419b93385322059e0a0a39d51be9ea64b', '66.186.19.5', '1576390801', '__ci_last_regenerate|i:1576390801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ee2b09d5a041c7f38c50b77aa2931c963cbd831', '173.252.83.17', '1580854032', '__ci_last_regenerate|i:1580854032;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ee921d00d6c34e2505a926b0ed2570b000db66e', '66.186.19.5', '1576382942', '__ci_last_regenerate|i:1576382942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ef527e02eadef77bae36adf2d0aa5b4bcf22f1c', '66.186.19.5', '1576534142', '__ci_last_regenerate|i:1576534142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1efc314e9e2fc6ab0da5993a87edeff6f5ef0bdf', '66.186.19.5', '1576378742', '__ci_last_regenerate|i:1576378742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f029eb64afa300a60d9244ad0e2f7b34661f499', '66.186.19.5', '1576541521', '__ci_last_regenerate|i:1576541521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f0e149c09a685d6870baae6d8861d1f5749adfd', '45.189.116.14', '1590597964', '__ci_last_regenerate|i:1590597961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f148b164b7fb88002215e7acbda4597eaf9a764', '66.186.19.5', '1576322521', '__ci_last_regenerate|i:1576322521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1b013bf691589197c434085ee7ff5c767d99ba', '66.186.19.5', '1576452961', '__ci_last_regenerate|i:1576452961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f21c6cf5770cbef457be214575b81cd9d99af6b', '66.186.19.5', '1576322941', '__ci_last_regenerate|i:1576322941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f2463797718d5e77612ee2cd3f43a7f39a2db05', '173.252.111.14', '1584460294', '__ci_last_regenerate|i:1584460294;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f2b160145816fecd16a95deefd98f07b81effdf', '66.186.19.5', '1576668064', '__ci_last_regenerate|i:1576668064;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f31e80b4ba21c31b0027802e2fb804bba2f8a86', '66.186.19.5', '1576379402', '__ci_last_regenerate|i:1576379402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f32e8952442bccc9a3d54fd6faf0bae54c392b4', '66.186.19.5', '1576588802', '__ci_last_regenerate|i:1576588802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f517a1251fa894535948f6e169d4554c4d82635', '66.186.19.5', '1576523341', '__ci_last_regenerate|i:1576523341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f538ba4de29d2535c9b19b31dbfe74079d503df', '66.186.19.5', '1576479422', '__ci_last_regenerate|i:1576479422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f5d6242a4dc19ac0fc93e699d172ae25a22f6ee', '66.186.19.5', '1576506122', '__ci_last_regenerate|i:1576506122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f60542bcd749e1e5a2374c9e3ed527fb4fe8ec9', '190.238.10.201', '1579278746', '__ci_last_regenerate|i:1579278723;local|s:1:\"1\";listaVenta|i:8;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579273053\";last_ip|s:14:\"201.230.158.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f66abbd44d236a12cb5a04d29bca99d82db348f', '66.186.19.5', '1576596482', '__ci_last_regenerate|i:1576596482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f678b846857013ad3f51389e4a53bd3968126b1', '66.186.19.5', '1576557121', '__ci_last_regenerate|i:1576557121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f6dcf7c4e910a29f881e71291d77b0137ee1333', '66.186.19.5', '1576361761', '__ci_last_regenerate|i:1576361761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7038c8b550ff6c298843440e6e2ddb59a9234b', '66.186.19.5', '1576511221', '__ci_last_regenerate|i:1576511221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f73a3bfd2a2fdae299fd89466808ded30fb2ae9', '66.186.19.5', '1576364401', '__ci_last_regenerate|i:1576364401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7df8ad0e93478edfd912944333948f677bcaff', '66.186.19.5', '1576405502', '__ci_last_regenerate|i:1576405502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f811c2a55614f449d48e411f49d5b322065e091', '66.186.19.5', '1576388281', '__ci_last_regenerate|i:1576388281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f833c7047a961b1441c31aa3cecac775aea02e8', '66.186.19.5', '1576332422', '__ci_last_regenerate|i:1576332422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f913dfffc58804562f3b37c58caf8bdd1b1888a', '66.186.19.5', '1576513321', '__ci_last_regenerate|i:1576513321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f997e40eff8d4e7f61c749a09957adedf1b7fd3', '45.189.116.18', '1591590258', '__ci_last_regenerate|i:1591583640;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f9c23522f088ea6aaaea3d33d2317622db06e54', '45.189.116.18', '1590978887', '__ci_last_regenerate|i:1590978680;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590960040\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f9cc5601f9138da844aaf5a37b12305658fcf2c', '66.186.19.5', '1576490821', '__ci_last_regenerate|i:1576490821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f9deec41674a3b0c482de5df0510f5ed314bf08', '66.186.19.5', '1576667521', '__ci_last_regenerate|i:1576667521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fa452b0377fb98e6582b8356adfbf2bdec01c9d', '66.186.19.5', '1576423501', '__ci_last_regenerate|i:1576423501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fab191ae0148c303c8074faee1a21f8c361d580', '66.186.19.5', '1576525202', '__ci_last_regenerate|i:1576525202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1facdfea153e7870944a3054701b6eee36746cf8', '31.13.103.16', '1586400036', '__ci_last_regenerate|i:1586400036;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb57d85dfc03865b7e709a8c116040ab86896de', '173.252.127.33', '1585049681', '__ci_last_regenerate|i:1585049681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fbdfd1f73c3817202fc33b6c1f80b9e3cc73428', '66.186.19.5', '1576536061', '__ci_last_regenerate|i:1576536061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fd86ba5fc02f2b6e953806c7fd335c99c043b2e', '66.186.19.5', '1576381082', '__ci_last_regenerate|i:1576381082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fe3855920ad27370bde6beb2fd776facfb91ed9', '66.186.19.5', '1576331581', '__ci_last_regenerate|i:1576331581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fe8cc136e452952fd5539d341021ca870a29d2f', '66.186.19.5', '1576564741', '__ci_last_regenerate|i:1576564741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1feca73dc0ee720a500647ba4215bf60acb35aa5', '66.186.19.5', '1576363981', '__ci_last_regenerate|i:1576363981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ff68dace3449cd978f068f869c8b19a104127e0', '66.186.19.5', '1576296602', '__ci_last_regenerate|i:1576296602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ffd88c695621c2d7a0c169194f0e4409a2fe741', '66.186.19.5', '1576650661', '__ci_last_regenerate|i:1576650661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2003f165dc33a72366b638d8c0c0c73dee7639c9', '66.186.19.5', '1576601401', '__ci_last_regenerate|i:1576601401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('202495183dd341066a72abf1b8b98f3ac6594256', '190.238.52.115', '1592420072', '__ci_last_regenerate|i:1592420045;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1592416326\";last_ip|s:12:\"132.191.0.28\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2025fd073df5cd2e8ecd9b14b7e79a098a4a1057', '66.186.19.5', '1576328041', '__ci_last_regenerate|i:1576328041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('202f0ade35b6e7f2428773b38981ca2789f76b0e', '66.186.19.5', '1576436221', '__ci_last_regenerate|i:1576436221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2038bb848c6593604b7291f929a630c477f3f18f', '66.186.19.5', '1576291382', '__ci_last_regenerate|i:1576291382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('203dfe803a9d5aa07c8f37fcf6348930303495bf', '66.186.19.5', '1576541882', '__ci_last_regenerate|i:1576541882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('204d7180b2a9f6d86ec91a92429b7245cf4f6d32', '66.186.19.5', '1576296302', '__ci_last_regenerate|i:1576296302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2055a5acbfc318863436f47f7cb1e5d33fe1d27f', '66.186.19.5', '1576564802', '__ci_last_regenerate|i:1576564802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('205c628abc54e17d9f65a002feebb68e6211c079', '66.186.19.5', '1576571221', '__ci_last_regenerate|i:1576571221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20667e6816c48e26deaf5685d55f9d5730d9a477', '66.102.8.147', '1579043292', '__ci_last_regenerate|i:1579043291;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2067b5e9c9ede80b3ec49eed674cda15332bae2a', '190.239.111.151', '1584044091', '__ci_last_regenerate|i:1584044091;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584030856\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2073440547e8a8c1e41747a5ac4116971b4cfeb4', '66.186.19.5', '1576442101', '__ci_last_regenerate|i:1576442101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2081b1be1e4f99977434de43cfcec293918c0e28', '190.234.106.215', '1583182737', '__ci_last_regenerate|i:1583182737;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583181692\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2081dacad2985ad277e3707b263b6c89aa183662', '190.232.33.208', '1578408912', '__ci_last_regenerate|i:1578408893;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1577811335\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('208559f69394482aa28cf42a0042855c8287fd71', '66.186.19.5', '1576586402', '__ci_last_regenerate|i:1576586402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2091686485cceb1c46efd45ec1f1ed0350debdf9', '66.186.19.5', '1576601161', '__ci_last_regenerate|i:1576601161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2095b4bb5752d8ec5251f471101517dd566a269d', '66.186.19.5', '1576571522', '__ci_last_regenerate|i:1576571522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('209997946f4017a7cc215c856257d5ecf41fc8de', '66.186.19.5', '1576305482', '__ci_last_regenerate|i:1576305482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('209c12119efe96a3a74e2e74a1fd89e8fc028672', '66.186.19.5', '1576308781', '__ci_last_regenerate|i:1576308781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('209ea6e979b173a57e21c9e914bb17e7cb6c6b5b', '66.186.19.5', '1576469702', '__ci_last_regenerate|i:1576469702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20b76c441bfb7bda206de93e3502da05131e8a54', '66.186.19.5', '1576653362', '__ci_last_regenerate|i:1576653362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20b82fc3bfa9dca9525b5e214bc0ffda', '62.210.5.253', '1582380370', '__ci_last_regenerate|i:1582380370;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20cd07473c883f38347004bbf8b2d22546313da1', '66.186.19.5', '1576572241', '__ci_last_regenerate|i:1576572241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20d71cb2a9b56945a7d8f093761662997d9a0fe9', '66.186.19.5', '1576425662', '__ci_last_regenerate|i:1576425662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20dabc274bd75e428d75d05aad0a166273caf0ef', '173.252.83.24', '1585101442', '__ci_last_regenerate|i:1585101442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20e02d9fa72adf5061bfb52e6204a4e8f6ede5f5', '66.186.19.5', '1576584781', '__ci_last_regenerate|i:1576584781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20f358d826e6bc58bcc466a09ec78a0c', '190.234.106.162', '1582218698', '__ci_last_regenerate|i:1582218698;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20fa77e73230a712ef05e34adb989e82a77a9e0e', '66.186.19.5', '1576340222', '__ci_last_regenerate|i:1576340222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('210240d15c9695176b00e484311660bda2af888b', '66.186.19.5', '1576286401', '__ci_last_regenerate|i:1576286401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21151c7dc065bc7fb1d0745fe567bd2292dbfa34', '66.186.19.5', '1576353362', '__ci_last_regenerate|i:1576353362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21167b788c8d01d80e7160556eb2daa502edcefc', '66.186.19.5', '1576305002', '__ci_last_regenerate|i:1576305002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('212d4b05a7f06c88d50b840af9b2418f4e85cf18', '66.186.19.5', '1576482121', '__ci_last_regenerate|i:1576482121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('213131f803d855a94a1dc7c80c6af7bbb71e3216', '66.186.19.5', '1576442702', '__ci_last_regenerate|i:1576442701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2142e2a966480d67cb15cd222ae4a9a4d6c99d28', '66.186.19.5', '1576579802', '__ci_last_regenerate|i:1576579802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('215396222c4c05b49cae47d64eb0760857edc93b', '66.186.19.5', '1576449961', '__ci_last_regenerate|i:1576449961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21585f30ea46f7b591813934f52dc007', '190.232.33.208', '1576185150', '__ci_last_regenerate|i:1576185150;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21710119ac3a2cbd52b63216b02512c6b1e2342c', '66.186.19.5', '1576330921', '__ci_last_regenerate|i:1576330921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2175d28cecb928af20ad38179362e91f2990632e', '66.186.19.5', '1576372862', '__ci_last_regenerate|i:1576372862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2176dd55b195c94f4f61e9d7cebf356a46ac61ec', '66.186.19.5', '1576630681', '__ci_last_regenerate|i:1576630681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('217b74e471468278e59adacfc54c40e1144e85de', '190.234.163.130', '1591933182', '__ci_last_regenerate|i:1591932974;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591760840\";last_ip|s:15:\"181.176.118.160\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2186dac4ed2509a55fe481f941e14d376d8cae1e', '66.186.19.5', '1576595941', '__ci_last_regenerate|i:1576595941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2186e3efa7c2bf3feb98bca3050d9cab6e0f66b4', '66.186.19.5', '1576648441', '__ci_last_regenerate|i:1576648441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('218988db1249d0d0d797b521becae4fdb6073d77', '66.186.19.5', '1576652282', '__ci_last_regenerate|i:1576652282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219b09f5274523428d484a4ec0222cf788c59d27', '40.84.236.133', '1589647171', '__ci_last_regenerate|i:1589647171;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219cd3b3373d829784ca8c84dafd3becbd8526b6', '66.186.19.5', '1576574161', '__ci_last_regenerate|i:1576574161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21b9103bb90f5b1017fb4a95026ac03e0b83ce27', '66.186.19.5', '1576450981', '__ci_last_regenerate|i:1576450981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21bda4f3757f5365840f43c180ff6d68c44e31b7', '66.186.19.5', '1576321742', '__ci_last_regenerate|i:1576321742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21dc7c8963de6c48d4e83c63adbf764502627932', '66.186.19.5', '1576292041', '__ci_last_regenerate|i:1576292041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e221d1f49a6ba4063b268bdd3436540fb0de6e', '66.186.19.5', '1576318442', '__ci_last_regenerate|i:1576318442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e951af724bbfd0076a463baea6415aa3bc0f7f', '66.186.19.5', '1576516262', '__ci_last_regenerate|i:1576516262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21f3205b829dd69c2a40337ec0af75f13ce689b4', '66.186.19.5', '1576638662', '__ci_last_regenerate|i:1576638662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2213bd80c5eacd5543e90534ca592b7f2b0cf018', '66.186.19.5', '1576293902', '__ci_last_regenerate|i:1576293902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2215d45d20b0076f5c98d04d5bbf902da7ebde33', '66.220.149.12', '1586090275', '__ci_last_regenerate|i:1586090275;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('221b44d63d7c56c8c289cc1507c54c6f12ce70a7', '66.186.19.5', '1576648502', '__ci_last_regenerate|i:1576648502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('221c53916f560376d646807503be1314a4e1a9dd', '66.186.19.5', '1576625461', '__ci_last_regenerate|i:1576625461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('222291badcf0711445275e2abb8f3cc26c9e18c4', '66.186.19.5', '1576343401', '__ci_last_regenerate|i:1576343401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22276f24528b1f102827bb6be2395407c5a0fedf', '66.186.19.5', '1576572121', '__ci_last_regenerate|i:1576572121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('222a3915482c3ae9b6f8d0e3ccc3225aa0b41ec7', '66.186.19.5', '1576491721', '__ci_last_regenerate|i:1576491721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('223382b6d4b4a45a73994f6b8f03a0f9a68f11f4', '66.186.19.5', '1576571041', '__ci_last_regenerate|i:1576571041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22357d36ec54e0065cd9e6d13f5d877d7c0d342d', '173.252.79.10', '1583874293', '__ci_last_regenerate|i:1583874293;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2239b0b83ca1bdc3768fcdecd4736f7688adb6c6', '66.186.19.5', '1576417202', '__ci_last_regenerate|i:1576417202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22404b6a3dcb70ed55552affc862851f317c1a3c', '66.186.19.5', '1576426202', '__ci_last_regenerate|i:1576426201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2241df35a8a789e7c4eddf115a3cf7d6fde55d0d', '66.186.19.5', '1576293422', '__ci_last_regenerate|i:1576293422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2260090e38c7c80b8ef956fcd641a00eef20d79d', '190.238.10.201', '1579278385', '__ci_last_regenerate|i:1579278259;local|s:1:\"1\";listaVenta|i:8;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579273053\";last_ip|s:14:\"201.230.158.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2276b1f4a57202bfd26864878785b08730996be1', '66.186.19.5', '1576516502', '__ci_last_regenerate|i:1576516502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2278b94fbd99244d73f9b94cf7ae0041efb1939a', '181.176.102.151', '1583933841', '__ci_last_regenerate|i:1583933552;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583932736\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2280638f647a3691fcc87ed8bb28a0b25d0111ff', '66.186.19.5', '1576451582', '__ci_last_regenerate|i:1576451581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('228235ae5060330e93e38e118b83362846272c74', '66.186.19.5', '1576634761', '__ci_last_regenerate|i:1576634761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('228970d662c7fbb137ecfc04d309ff29740ebbbd', '66.186.19.5', '1576445281', '__ci_last_regenerate|i:1576445281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('228ddc591ec6793ca8dce935ee1c921657e487f9', '45.189.116.18', '1591119083', '__ci_last_regenerate|i:1591115542;local|s:1:\"1\";listaVenta|i:15;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591055146\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2293949c27fa86d6ae398a4ec7e4b828eed4fe5b', '66.186.19.5', '1576441622', '__ci_last_regenerate|i:1576441622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229942a0720878e0c0236d750ffef57217436f04', '66.186.19.5', '1576539362', '__ci_last_regenerate|i:1576539362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229a72bfebe3fccf73125dc248fe152827d1256a', '66.186.19.5', '1576332362', '__ci_last_regenerate|i:1576332362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229ab66523936e0d03450631a8613116d2b44e53', '66.186.19.5', '1576412701', '__ci_last_regenerate|i:1576412701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229eb114be4739f021076c844ee8700551bb3758', '66.186.19.5', '1576530422', '__ci_last_regenerate|i:1576530422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22a69c69dc6c344c388947efeb20b028597e4588', '190.236.102.225', '1582843676', '__ci_last_regenerate|i:1582843509;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582815726\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b00d55a23a37799535737bad5425deffe149e1', '138.246.253.15', '1584283253', '__ci_last_regenerate|i:1584283253;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b00f5fdc401bb3f91b3af94bc854de8ff7ab68', '66.186.19.5', '1576452241', '__ci_last_regenerate|i:1576452241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22bc4af67ede31bd9a03ada3bb2889aec517b9a1', '190.234.106.215', '1583189609', '__ci_last_regenerate|i:1583189609;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583181692\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c1d3bdf4e212a9f1da3d2fb1bae494008d3c57', '66.186.19.5', '1576332242', '__ci_last_regenerate|i:1576332242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22cc97cc2c31bddb8b4e7c5d6f25be08ba8d9ff4', '66.186.19.5', '1576298762', '__ci_last_regenerate|i:1576298762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d22c8571f0fb543dd9a65a32a7722b9f66b11b', '66.186.19.5', '1576675321', '__ci_last_regenerate|i:1576675321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d6eb39fa686b5d090c5cc969d58c693a0e7342', '45.189.116.14', '1588263154', '__ci_last_regenerate|i:1588262997;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d8497ca34970cc3853a2d7d7ce433c2347161a', '66.186.19.5', '1576451102', '__ci_last_regenerate|i:1576451102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22e2b61fc331806417a020bd0115a73fe4344099', '66.186.19.5', '1576409041', '__ci_last_regenerate|i:1576409041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22ec809ec48474d3a59b1e404316d10da5515ca2', '181.176.102.151', '1587923678', '__ci_last_regenerate|i:1587923670;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22f2257e3a09fbf27c6e2a15f01da933a06f2648', '66.186.19.5', '1576313641', '__ci_last_regenerate|i:1576313641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22f635d1161484c65a257b0f05bad3dc0ced4ead', '66.186.19.5', '1576400341', '__ci_last_regenerate|i:1576400341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2302099c7a3fa418587245d7b4f9118a34be7274', '190.43.174.111', '1589943403', '__ci_last_regenerate|i:1589943403;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2314d0e1aaa83277e8593aecd9a9968e701a725e', '45.189.116.14', '1590168919', '__ci_last_regenerate|i:1590168914;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590098330\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23160f86702f76bf7e0015bf322bc95d45fda2b1', '190.232.33.208', '1577810312', '__ci_last_regenerate|i:1577810047;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1577374265\";last_ip|s:15:\"190.234.106.149\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23168cdb8db5b25ce39529257ca89ed76a052bce', '66.186.19.5', '1576305121', '__ci_last_regenerate|i:1576305121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23348bb02dcd57707a0a2166d6fe9a141c773366', '66.186.19.5', '1576457401', '__ci_last_regenerate|i:1576457401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('233c4f8450779f0ee6a276101899296467703a18', '190.236.102.225', '1581448011', '__ci_last_regenerate|i:1581447911;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581351284\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('234289ba83ce283886adc2d54b8e05a4178d0e65', '66.186.19.5', '1576395122', '__ci_last_regenerate|i:1576395122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('235fea79f0fa8762a043a94512fff66938176a6f', '66.186.19.5', '1576359481', '__ci_last_regenerate|i:1576359481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2368fb4cced4acf0e5db715e06961d11b5555c03', '66.186.19.5', '1576307941', '__ci_last_regenerate|i:1576307941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('236e5839d5e0226ed0d44d6cb30546e7c83cd14c', '66.186.19.5', '1576564921', '__ci_last_regenerate|i:1576564921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2372115272dfd3ef6598090667ecfe29bbd8ad79', '66.186.19.5', '1576447082', '__ci_last_regenerate|i:1576447082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('237220440e23e44902a4c93c177c4239b7e054ce', '66.186.19.5', '1576444982', '__ci_last_regenerate|i:1576444982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('238102136a58021049b99d2b47519ba5c173f143', '66.249.73.66', '1586899550', '__ci_last_regenerate|i:1586899549;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2389a9ef530047e8c5f2940f490437176f861f3a', '66.186.19.5', '1576440601', '__ci_last_regenerate|i:1576440601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('239239b11b8c2575596707482c6cea4872f30e0a', '66.186.19.5', '1576645922', '__ci_last_regenerate|i:1576645922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23945c6726b0cb0f1bbe18fd2066019422a298ae', '66.186.19.5', '1576276981', '__ci_last_regenerate|i:1576276981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('239fb778bb545dcd76b3a6e9d1289571bda23ab8', '66.186.19.5', '1576342022', '__ci_last_regenerate|i:1576342022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23a40a303bb7928f1d79fa439dbfcf83d3bae022', '3.92.92.150', '1580858340', '__ci_last_regenerate|i:1580858340;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b05718b99df5449e6875897fcdf09c2e44b157', '66.186.19.5', '1576398302', '__ci_last_regenerate|i:1576398302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b63178a89cf0689c400cee11a0f4032f3981a5', '66.186.19.5', '1576302961', '__ci_last_regenerate|i:1576302961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23bd2d9a632d58c9f546a745d0bea27e3a968dc3', '66.186.19.5', '1576392241', '__ci_last_regenerate|i:1576392241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23c5bf1f67e63dca22ea44c22c5fd722089db214', '66.186.19.5', '1576631341', '__ci_last_regenerate|i:1576631341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23ce81e5520ac798b795278a82c7745334172c02', '66.186.19.5', '1576408142', '__ci_last_regenerate|i:1576408142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d263978ee93953b3e53b57c83bc1db8d07c47c', '66.186.19.5', '1576332662', '__ci_last_regenerate|i:1576332662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e050ed790c54a9aa0ff74fc75e7b8e454749a6', '66.186.19.5', '1576383842', '__ci_last_regenerate|i:1576383842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e4a4183232246b5e1ffd8a4c2c40f33efc4150', '66.186.19.5', '1576601821', '__ci_last_regenerate|i:1576601821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e766663e0ec6acc78f0a7e9f32f7afa4ccac8a', '66.186.19.5', '1576500542', '__ci_last_regenerate|i:1576500541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e8b8e527f6b3ef514ad84eaebb8341234e8197', '66.186.19.5', '1576338241', '__ci_last_regenerate|i:1576338241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23ec11cd24a8cce4e08742e8b2afbb13dd9ed1ca', '66.186.19.5', '1576516742', '__ci_last_regenerate|i:1576516742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23f154b8fdb5f522a6ef06cccf61e851e6615c33', '66.186.19.5', '1576676221', '__ci_last_regenerate|i:1576676221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23fed6d066357dd55ea566f9b9e45b683b034323', '45.189.116.14', '1590695940', '__ci_last_regenerate|i:1590695938;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590621309\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24039be8b19ac3cdb3534c3fe48593544d290573', '66.186.19.5', '1576308482', '__ci_last_regenerate|i:1576308482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2404f87d017adbd75a3fe7d8a61711c292230989', '66.186.19.5', '1576529822', '__ci_last_regenerate|i:1576529822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24058c726de8de324f1eb51341baf05eb09f0e58', '66.186.19.5', '1576646582', '__ci_last_regenerate|i:1576646582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2405993e3742f4660426e25ff54398e30fa02288', '66.186.19.5', '1576434901', '__ci_last_regenerate|i:1576434901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2407b59ff74695367c58715d19b7dd14df47c11d', '66.186.19.5', '1576478101', '__ci_last_regenerate|i:1576478101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('240bb214adcbf76a9e019f3ff679d84bc1e0cf38', '66.186.19.5', '1576451041', '__ci_last_regenerate|i:1576451041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('240c44a4639197743e0990505bd8026f3b702f24', '66.186.19.5', '1576585142', '__ci_last_regenerate|i:1576585142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('240ebfc38cbb0926de7a4cf52250bbfafac1a498', '66.186.19.5', '1576659361', '__ci_last_regenerate|i:1576659361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('241533c9b122a70cf526febca1f0be3f89c9a32d', '66.186.19.5', '1576683361', '__ci_last_regenerate|i:1576683361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('242729e5bac2862ce421b5580741db08e095a452', '66.186.19.5', '1576292402', '__ci_last_regenerate|i:1576292402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24295375ceb3565b0eae6611477629fe81cb2b08', '66.186.19.5', '1576660322', '__ci_last_regenerate|i:1576660322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24388a217b6f9e2c23bb61c9c499d29f6ab13226', '66.186.19.5', '1576302841', '__ci_last_regenerate|i:1576302841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24467d70b7cf27c59fb798fef7b7ee20f50b8fd1', '66.186.19.5', '1576544221', '__ci_last_regenerate|i:1576544221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2449c813153ebe03a5778e12523a1367cca148b5', '66.186.19.5', '1576469762', '__ci_last_regenerate|i:1576469762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('244d98540667d28b2e03344ce529d5ba9d0c18a5', '66.186.19.5', '1576609442', '__ci_last_regenerate|i:1576609442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24518b60cbe58f9a7b852bef3546d4ba0d855bff', '66.186.19.5', '1576410241', '__ci_last_regenerate|i:1576410241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24521e608c22f0ed236a10a127b994d58cc8693e', '66.186.19.5', '1576567262', '__ci_last_regenerate|i:1576567262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2457fa19f2f65f029e33fcca39f138cb61179598', '66.186.19.5', '1576383361', '__ci_last_regenerate|i:1576383361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('246cef0868eefb5c7f1cb8842aeef29afe3fd414', '66.186.19.5', '1576675921', '__ci_last_regenerate|i:1576675921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24741103a4e2db65844addb4dbb99b857f9bf28e', '66.186.19.5', '1576580582', '__ci_last_regenerate|i:1576580582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2479d8e2a0bcc5b786e145c717361294d6ed49d2', '66.186.19.5', '1576403701', '__ci_last_regenerate|i:1576403701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2481d71919014ce2b1eb9e635ac8924e7e5ff72f', '66.186.19.5', '1576314481', '__ci_last_regenerate|i:1576314481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24921b320f0bd3cf66eb3c9309c359dd1eea09ac', '173.252.83.11', '1585362035', '__ci_last_regenerate|i:1585362035;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ad198f06e9066643fec7f8f9d5204b377ad1d6', '66.186.19.5', '1576483562', '__ci_last_regenerate|i:1576483562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24b5a0ad7058a81b21371895b99adf0dd0ad1a02', '179.7.137.118', '1580226536', '__ci_last_regenerate|i:1580226536;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24cbbc8fd24cb3fac7ebf7cfe5850c0b1d843135', '66.186.19.5', '1576563062', '__ci_last_regenerate|i:1576563062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ddcf731884b26f59359939c58d2bad834c908e', '66.186.19.5', '1576288322', '__ci_last_regenerate|i:1576288322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e17a89720ac9c6d40910bb96cabbafd2c4e5bd', '66.186.19.5', '1576556462', '__ci_last_regenerate|i:1576556462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e69992625095471b6dee149bedbbac93138bce', '173.252.83.8', '1587176180', '__ci_last_regenerate|i:1587176180;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e6ebd129663c859a01b32c9813383e055ea81f', '66.186.19.5', '1576445822', '__ci_last_regenerate|i:1576445822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24f50fd866951ee5951631d2352038e70bf33065', '66.186.19.5', '1576638841', '__ci_last_regenerate|i:1576638841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2501385728337cd6e7e77b12d01f2d0af5b81bdc', '66.186.19.5', '1576442882', '__ci_last_regenerate|i:1576442882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2505a6468e00745082d473ab43d9a68ba388e923', '190.234.106.162', '1582177670', '__ci_last_regenerate|i:1582177637;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2505ef4783ccc7f86b21d6f05f1b6385945717d7', '66.186.19.5', '1576591861', '__ci_last_regenerate|i:1576591861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25070a503867a4e71a1f733039368d94572ddb5a', '66.186.19.5', '1576451522', '__ci_last_regenerate|i:1576451522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('251eaa871a8f18b6af025b914164455f053639cf', '66.186.19.5', '1576413781', '__ci_last_regenerate|i:1576413781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2523db60a7d2250ba11c68f659b87ab646642f95', '66.186.19.5', '1576405081', '__ci_last_regenerate|i:1576405081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25392982e5d34b2c59b33c052f945b0b3bec412c', '66.186.19.5', '1576529462', '__ci_last_regenerate|i:1576529462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('253a3b8c219f4878e75d209e392b6e07bec79194', '66.186.19.5', '1576355641', '__ci_last_regenerate|i:1576355641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25452855a81170cf54cdb2046d80fefffdbe0ed9', '66.186.19.5', '1576301041', '__ci_last_regenerate|i:1576301041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2545f11307b99101d44779b398982eae88f7f0c3', '179.7.138.79', '1581338062', '__ci_last_regenerate|i:1581338056;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2549df839f27590db1cf7faa2007dace37986991', '66.186.19.5', '1576341841', '__ci_last_regenerate|i:1576341841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('254dce02e5d4e9e740f3a20b4cc674e2c31b6fc0', '66.186.19.5', '1576688882', '__ci_last_regenerate|i:1576688882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('254fa1ce85bd9bf20c171bae988ef19aa1dbe6a4', '66.186.19.5', '1576607222', '__ci_last_regenerate|i:1576607222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('254fa2e719bcaf6460b000a604fa550f653a3149', '66.186.19.5', '1576424461', '__ci_last_regenerate|i:1576424461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25535c93a783210891f23f79eb2121fab796532f', '66.186.19.5', '1576570022', '__ci_last_regenerate|i:1576570022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('255e9d7a3cf262f6cdbb198f2073fcc350add535', '66.186.19.5', '1576433401', '__ci_last_regenerate|i:1576433401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2565390af207395d190d7fab99535c2995f891ed', '66.186.19.5', '1576683001', '__ci_last_regenerate|i:1576683001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2569a16ae7f605ebf6eb45fc6c55f62d59061e5c', '66.186.19.5', '1576664041', '__ci_last_regenerate|i:1576664041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('256a4e6e218aced05761591e213872a682c5d313', '66.186.19.5', '1576512422', '__ci_last_regenerate|i:1576512422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('259a9f305c414a15d881d342164ce12688cf711a', '66.186.19.5', '1576331762', '__ci_last_regenerate|i:1576331762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('259acd09ecf413b3f67de85c50309d50a01d2c8e', '66.186.19.5', '1576660562', '__ci_last_regenerate|i:1576660562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('259afa5c691ae9bfb36e8f5dc7235aa9df8b2d64', '66.186.19.5', '1576393682', '__ci_last_regenerate|i:1576393682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('259cf6b4b20db849b5c663368c682454ca8083eb', '66.186.19.5', '1576572541', '__ci_last_regenerate|i:1576572541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25b7f8724ef21087145cc21bbe756498fcc59485', '66.186.19.5', '1576677421', '__ci_last_regenerate|i:1576677421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25bf99a40f69bd9bfa7ea5a59614fc93f8d1c4f8', '173.252.83.15', '1585872308', '__ci_last_regenerate|i:1585872308;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25c2a2c4fb28db7ebf9412742d2abe2d1ef80b9e', '66.186.19.5', '1576288681', '__ci_last_regenerate|i:1576288681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25c7b938a34141feb1e35fff225b8a2f02b13f72', '66.186.19.5', '1576650722', '__ci_last_regenerate|i:1576650722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25cc56edcf2dd05438ed521b8c21b9f16e94c2a4', '66.186.19.5', '1576522081', '__ci_last_regenerate|i:1576522081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25dacbded3e41f542a885c81cb113808cdd21610', '66.186.19.5', '1576558322', '__ci_last_regenerate|i:1576558322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25df4723e89847a72d4c8585889d9ce628da300a', '66.186.19.5', '1576671122', '__ci_last_regenerate|i:1576671122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25e1a79cb50cfeed29478c1c7bbe440f3c3f29f6', '66.186.19.5', '1576562701', '__ci_last_regenerate|i:1576562701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25e606fcda268ef0e5e768e8db5ede068fc6013d', '66.186.19.5', '1576465082', '__ci_last_regenerate|i:1576465082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25fe07cba7da6a787866b354780d9ff45afb7e76', '66.186.19.5', '1576444081', '__ci_last_regenerate|i:1576444081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2601bc6ae2cb42d97c9f16558685b6093b853adb', '190.236.102.225', '1582677938', '__ci_last_regenerate|i:1582677938;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582674345\";last_ip|s:15:\"190.234.106.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26032e182c17ad185122dca950ac0c62acb1fd76', '66.186.19.5', '1576599541', '__ci_last_regenerate|i:1576599541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2603f070c4e77ee39ba3962af9c26f2d49ff70c4', '66.186.19.5', '1576413541', '__ci_last_regenerate|i:1576413541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('260b2a121bae820382aae66066c366c6a08893f5', '190.234.163.130', '1591135776', '__ci_last_regenerate|i:1591135723;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591115543\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('260f8f48c024ebc253370e92099814a97252563f', '45.189.116.14', '1590535914', '__ci_last_regenerate|i:1590535907;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590514026\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26232d6c8c70a9f64d8b69b260aa033ed80c1bba', '66.186.19.5', '1576497241', '__ci_last_regenerate|i:1576497241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('262789bddba10af84acc58f293daa1745d36ed26', '173.252.79.5', '1579813417', '__ci_last_regenerate|i:1579813416;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('262a17fee3bbb9c38a07ba3727e4e528b646fec5', '66.186.19.5', '1576684021', '__ci_last_regenerate|i:1576684021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2630f55544999199d1ec89edc740f79a1f87846c', '66.186.19.5', '1576422901', '__ci_last_regenerate|i:1576422901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2632d92cffacb5a87c9568024cdf05afc5312236', '66.186.19.5', '1576502762', '__ci_last_regenerate|i:1576502762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2635bd7133e9b4b9113411821aad4a73eb544be4', '66.186.19.5', '1576674002', '__ci_last_regenerate|i:1576674002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('264bf269cc6bf1943eb6a58f2ebb49bbd89593e5', '66.186.19.5', '1576417081', '__ci_last_regenerate|i:1576417081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('264e7d2cea20fcd1a93c4890389ce67e656e8b5a', '66.186.19.5', '1576290661', '__ci_last_regenerate|i:1576290661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('264e815ce4e99c750f2185640aa28bb2a0c49212', '45.189.116.18', '1591596503', '__ci_last_regenerate|i:1591596503;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";csrfkey|s:8:\"0FxnZGwL\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"BzyZoAU9EHSFa2K6g5Q8\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2651e2f8ac39b8119b682016dce5ea9468024c16', '190.113.208.196', '1579178117', '__ci_last_regenerate|i:1579177883;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579106291\";last_ip|s:13:\"181.64.11.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('265dff6120d5cfc247d7f37e715cea5af7d8e400', '66.186.19.5', '1576531802', '__ci_last_regenerate|i:1576531802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26766bd7051a91c5d0c4e671f7b707badaf1fc7d', '66.186.19.5', '1576541702', '__ci_last_regenerate|i:1576541702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267826db00398ed4863b51af10243013e51c046f', '66.186.19.5', '1576688941', '__ci_last_regenerate|i:1576688941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2678c343dfb0df302e3ef94df7ab355f7c9c4ff0', '66.186.19.5', '1576393502', '__ci_last_regenerate|i:1576393502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267a2e1be28ab7c8abc924ee788154bdf971f3b3', '66.186.19.5', '1576479002', '__ci_last_regenerate|i:1576479002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267a58599fed3d8def0afb9e81a8c017c6e4e706', '66.186.19.5', '1576472822', '__ci_last_regenerate|i:1576472822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267db9b56f29ad770dd6ebbd1c01dd4db7067b95', '66.186.19.5', '1576599662', '__ci_last_regenerate|i:1576599662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('268dfaf31c8305c587d6b5060c696bedff82dbc1', '66.186.19.5', '1576331402', '__ci_last_regenerate|i:1576331402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('268e1b2e9c6dd5bfb844d71ff9f2ef585fa7c933', '66.186.19.5', '1576606442', '__ci_last_regenerate|i:1576606442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('268f39a299031905c2b04d004530df71b1a7121f', '66.186.19.5', '1576386722', '__ci_last_regenerate|i:1576386722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('269bb6d7f7130bcaf39356cd23eb7d7a60bcdc62', '66.249.66.62', '1592332727', '__ci_last_regenerate|i:1592332727;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26b5183938ecb64f41f7448f028ae220ce965db0', '66.186.19.5', '1576422302', '__ci_last_regenerate|i:1576422302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26ca0a7e3ba5f2a1b9f2f5678454fbf7c7be69a6', '66.186.19.5', '1576405681', '__ci_last_regenerate|i:1576405681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26dfc8cf6edf3cb10ce287fbbba83640ee879aa5', '66.186.19.5', '1576506182', '__ci_last_regenerate|i:1576506182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26f440661428e7e0b2cb058822bcc40b538a2a75', '66.186.19.5', '1576563962', '__ci_last_regenerate|i:1576563962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26fa281060f6e54c409e50154ad63856b93e0c97', '66.186.19.5', '1576589221', '__ci_last_regenerate|i:1576589221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26fc63006d9e00ca744e5891ca5a1f4b62bc90ce', '190.232.33.208', '1577211532', '__ci_last_regenerate|i:1577211532;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('270100a97db72c7ae6bb68ccecbeb005d45c7b75', '66.186.19.5', '1576550281', '__ci_last_regenerate|i:1576550281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('270ea53bd3e68410e9b979d2c09878993ab18a1e', '66.186.19.5', '1576547762', '__ci_last_regenerate|i:1576547762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('270fddaa007344fd071840551a5466be12e2e295', '66.186.19.5', '1576688582', '__ci_last_regenerate|i:1576688582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27171dc78bffe0b6933c8f9f689754df868dd7ae', '45.189.116.18', '1591723236', '__ci_last_regenerate|i:1591723220;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27197a37f385b5f2d8c29b111b1fe04ee9b67e1d', '66.186.19.5', '1576436702', '__ci_last_regenerate|i:1576436702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('271ac59b6752ed1ef418f44a57a022f707ea95c6', '66.186.19.5', '1576378862', '__ci_last_regenerate|i:1576378862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('272569e9ce1c62335216d18c0c9ff44666fbce36', '77.88.5.178', '1591758557', '__ci_last_regenerate|i:1591758557;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2727688675a0a4c892b8b3928d4feddb275a3228', '66.186.19.5', '1576442222', '__ci_last_regenerate|i:1576442221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('274bc0ffdcaf486ef83c9640a9edbe885c5ba2eb', '66.186.19.5', '1576343701', '__ci_last_regenerate|i:1576343701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('276be9ddff040e5f1c404ee1e0fcdaa33a8c1368', '66.186.19.5', '1576503061', '__ci_last_regenerate|i:1576503061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('276bed10e890963043ef5f5f251695465e400685', '66.186.19.5', '1576462081', '__ci_last_regenerate|i:1576462081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('276f7d0eb8df05f5972d12fa2331d0a8f4ab7928', '66.186.19.5', '1576491002', '__ci_last_regenerate|i:1576491002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277ae392c17434fde942fdbc0c04d6d894c282bd', '66.186.19.5', '1576411982', '__ci_last_regenerate|i:1576411982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2780fb47cbea4b947aed885e9d8fd7f28c52be60', '66.186.19.5', '1576297021', '__ci_last_regenerate|i:1576297021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27847ef67be95639d017743c824f49587191dcec', '190.238.10.201', '1579279885', '__ci_last_regenerate|i:1579279652;local|s:1:\"1\";listaVenta|i:8;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579273053\";last_ip|s:14:\"201.230.158.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('278b31bb63c0b699f42a66147cfff292c30bfc97', '66.186.19.5', '1576393202', '__ci_last_regenerate|i:1576393202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27924ee641c652ba0c618086b42a2e9db893d727', '66.186.19.5', '1576356482', '__ci_last_regenerate|i:1576356482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('279f614361178dc11315372139eb265e458efa03', '66.186.19.5', '1576463341', '__ci_last_regenerate|i:1576463341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a129d5fa25a5ad8bdd7f2a0d2a2b628f59cca7', '190.238.52.115', '1592419994', '__ci_last_regenerate|i:1592419728;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1592416326\";last_ip|s:12:\"132.191.0.28\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a2473d12f0404f3d34523178d7996dced96913', '190.232.96.48', '1584075494', '__ci_last_regenerate|i:1584075494;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583962496\";last_ip|s:12:\"132.191.1.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a2ed4e677cc6d35d907a213412c5ba92371428', '66.186.19.5', '1576614001', '__ci_last_regenerate|i:1576614001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a4bfd138eb48b77098a15dc75640ed72b6f70a', '66.186.19.5', '1576460641', '__ci_last_regenerate|i:1576460641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27ac39ad08427643700e7b69e6ab54ba3a9645c8', '66.186.19.5', '1576539542', '__ci_last_regenerate|i:1576539541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b45323df4111dddf1b484eaf54a26ac8b45838', '66.186.19.5', '1576629961', '__ci_last_regenerate|i:1576629961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b96d8a04f80d10ecfdfacf0d5867a13e341b85', '66.249.83.62', '1587241573', '__ci_last_regenerate|i:1587241573;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27c2c905f4f059c2f9360d83127e0510e43932c1', '66.186.19.5', '1576557182', '__ci_last_regenerate|i:1576557182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27d0a07c081bfb98c5d955d4a855d23656d39b1f', '66.186.19.5', '1576681322', '__ci_last_regenerate|i:1576681322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27ddf15998b5ad4dd7c4caca29bfcf7a7cef1685', '66.186.19.5', '1576576141', '__ci_last_regenerate|i:1576576141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27e3a5881e2a2ef2840e490ef1f76571f2bb9de5', '66.186.19.5', '1576420981', '__ci_last_regenerate|i:1576420981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27f380b1849273e175806d42e3fb73cb70612416', '45.189.116.18', '1592092514', '__ci_last_regenerate|i:1592092512;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592089254\";last_ip|s:15:\"181.176.123.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27faf2dc4408eed9e7a878c2eb865f5a862a2699', '66.186.19.5', '1576445882', '__ci_last_regenerate|i:1576445882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('280b83dd2320e345f21444e749b9ae44341af92a', '66.186.19.5', '1576528622', '__ci_last_regenerate|i:1576528622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('280c953260eb342ee0ac890040705fa4ccfc9fb2', '66.186.19.5', '1576435441', '__ci_last_regenerate|i:1576435441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('281277e74605cf4f505cc7a72befe4c51645ade6', '45.189.116.18', '1591163369', '__ci_last_regenerate|i:1591158096;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591136285\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('281b08437e6aaa79430d0d5e9212fdab76d6a76b', '69.171.251.34', '1577374407', '__ci_last_regenerate|i:1577374407;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('281bccd1a1d4c74882c05d6b6a3b15788de840b0', '66.186.19.5', '1576329841', '__ci_last_regenerate|i:1576329841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2820f98f40d1eb27301964aa20d508ec79006741', '66.186.19.5', '1576478881', '__ci_last_regenerate|i:1576478881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2823c7af4a5ea06ecf33425d6a3d4c38c870c87b', '66.186.19.5', '1576364701', '__ci_last_regenerate|i:1576364701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28264df5bfb41e04d52fa68339d5ff60f1cdc9bf', '66.186.19.5', '1576321801', '__ci_last_regenerate|i:1576321801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('282ad158c5473c70a227e555935de93da78990eb', '66.186.19.5', '1576346162', '__ci_last_regenerate|i:1576346162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('282e1f4fe30843dee13c085a602101a57dbf3cb9', '66.186.19.5', '1576479842', '__ci_last_regenerate|i:1576479842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2830839700e4f484438e44991a9500e4dc73b0c2', '66.186.19.5', '1576488842', '__ci_last_regenerate|i:1576488842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2838d47bee6ede84ed5e1b84a649b308d5b1ecf7', '66.186.19.5', '1576642081', '__ci_last_regenerate|i:1576642081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('283a0fd523654157a273b14e07723c08215ab79d', '66.186.19.5', '1576435322', '__ci_last_regenerate|i:1576435322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('283a110c0456f3ecb39b2d03e4e712328dbbeb87', '66.186.19.5', '1576393982', '__ci_last_regenerate|i:1576393982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2844e1a96935aaa092915e3380db6c04a40eb011', '66.186.19.5', '1576489982', '__ci_last_regenerate|i:1576489982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('285741839fe6a76e8e0fc2d5a2d18547cd4e7ce6', '66.186.19.5', '1576571102', '__ci_last_regenerate|i:1576571102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('285a7184bee564b4b33632529a5e6dbabe5856a6', '66.186.19.5', '1576586101', '__ci_last_regenerate|i:1576586101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('286f775835f7e25a552ab84828f3e05692a733c6', '66.186.19.5', '1576387622', '__ci_last_regenerate|i:1576387622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2882194e59118910defa3d31ae3b82b66636e752', '66.186.19.5', '1576569901', '__ci_last_regenerate|i:1576569901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2886116d54c99fe8edde961090694ee33036ac94', '66.186.19.5', '1576293302', '__ci_last_regenerate|i:1576293302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a2b10f9fe0dd66a2cce1e382d24a83eb7e3204', '66.186.19.5', '1576656841', '__ci_last_regenerate|i:1576656841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a4735b112d12a929d6c42bcfa58958c69ac8cb', '66.186.19.5', '1576420742', '__ci_last_regenerate|i:1576420742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28b73eb50a5b2e1ff6500d917f324ddd470b8aed', '66.186.19.5', '1576553342', '__ci_last_regenerate|i:1576553342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28bbd403dd57da23d4512ef55d9fc01216ff4cdd', '66.186.19.5', '1576423081', '__ci_last_regenerate|i:1576423081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28d60f94e9792ddedca737c8a06a86228a263c08', '66.186.19.5', '1576526522', '__ci_last_regenerate|i:1576526522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28de6ec0123de5de55fe6a2d1215a62a9781e3db', '66.186.19.5', '1576550762', '__ci_last_regenerate|i:1576550762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28e3ecd82f926184df148464e249f38272b3a8b8', '66.186.19.5', '1576476841', '__ci_last_regenerate|i:1576476841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28f1737ae9e5f6f3808d79e961aa58e2263844c0', '66.186.19.5', '1576384381', '__ci_last_regenerate|i:1576384381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('290ac14659fa9d7dee526e3c7e1cdfd09d1aa6c8', '66.186.19.5', '1576554121', '__ci_last_regenerate|i:1576554121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('290ce377a6db03cbd5b6110c0bc0ac3944294248', '66.186.19.5', '1576461061', '__ci_last_regenerate|i:1576461061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('290f9ec8c973fbb18d5796f93ae8ba0a73921479', '66.186.19.5', '1576371241', '__ci_last_regenerate|i:1576371241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2918eafda336f17ef41fce1423a0c9baedd77bf9', '66.186.19.5', '1576300502', '__ci_last_regenerate|i:1576300501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('292a239221c6aa3230e7dca41f5a27cc23a67d23', '66.186.19.5', '1576452842', '__ci_last_regenerate|i:1576452842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('292fea1d49e3d5ee443d7be8defea7978fbfc2fc', '66.186.19.5', '1576596421', '__ci_last_regenerate|i:1576596421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('293732b37590c18e8a319b68d9696148573721a1', '66.186.19.5', '1576599301', '__ci_last_regenerate|i:1576599301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('293beabe33acb7be883dd3e547248307669599a8', '31.13.127.10', '1586471423', '__ci_last_regenerate|i:1586471423;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2949d2c0367871595e92f97fa94ac8af45b6acd3', '190.239.111.151', '1583938047', '__ci_last_regenerate|i:1583937861;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29574b79a3c93cb04f8bdcef5178f95d9c315211', '66.186.19.5', '1576677482', '__ci_last_regenerate|i:1576677482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('295a29bb22a291f6f9e4201eb00a2c751d6e0114', '66.186.19.5', '1576580642', '__ci_last_regenerate|i:1576580642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('295a6f92961bf22de7ab1c0895df0fe1dcecfec1', '66.186.19.5', '1576520341', '__ci_last_regenerate|i:1576520341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296156983abe7275ac1b3ef5f798ff15791d3963', '66.186.19.5', '1576533841', '__ci_last_regenerate|i:1576533841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29662f8806eb6d690643467c35d9a9c1a4de9673', '66.186.19.5', '1576427821', '__ci_last_regenerate|i:1576427821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296f16df53633075c077633001bff444198dfa13', '66.186.19.5', '1576593241', '__ci_last_regenerate|i:1576593241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297b3fcf0fc51bb899c65a3b7df4c4c53be5c20b', '66.186.19.5', '1576476242', '__ci_last_regenerate|i:1576476242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('298507fa6b7a1ef016ad8be8ea59d5a79e4d424b', '66.249.66.34', '1587353229', '__ci_last_regenerate|i:1587353229;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29938f1724d6c31ea9784e43b36e00040abadf72', '66.186.19.5', '1576504321', '__ci_last_regenerate|i:1576504321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29ae8b24cea2760733da9a0b3a90c21f59c8229a', '66.186.19.5', '1576571461', '__ci_last_regenerate|i:1576571461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b06e5a62147b33a6fdcd75e03607ed9e10e3c3', '66.186.19.5', '1576499102', '__ci_last_regenerate|i:1576499102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b4a98be40939156ee4e99b590b63a4d26e7370', '66.186.19.5', '1576414862', '__ci_last_regenerate|i:1576414862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29c3b31fe9dc59f64cf319c3ac182671fa21d4bf', '66.186.19.5', '1576330562', '__ci_last_regenerate|i:1576330562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29c6f6d5fd09b28e5bf662f4178ecf9bfef18539', '66.186.19.5', '1576367881', '__ci_last_regenerate|i:1576367881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29daf624966db055a1d2a64541fbea573be824d2', '66.186.19.5', '1576351741', '__ci_last_regenerate|i:1576351741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29db701522c54c29de61d37db8873c61', '190.236.102.225', '1582381194', '__ci_last_regenerate|i:1582381194;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29e10d75ee6df87708f2588d2a67c048db8310b1', '66.186.19.5', '1576560301', '__ci_last_regenerate|i:1576560301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29e8dd1a8f6c5803a04a32ad0f140be6dd51bc8e', '66.186.19.5', '1576402802', '__ci_last_regenerate|i:1576402802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29eba35cbe2c6c9ebda619ca81866ce943f179b4', '66.186.19.5', '1576333502', '__ci_last_regenerate|i:1576333502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29f9dd2bc18699f6fdd1f71bd039fa9738f60295', '66.186.19.5', '1576378081', '__ci_last_regenerate|i:1576378081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a17debae769e708ef29a6bd3ffd9264f3d67316', '66.186.19.5', '1576299001', '__ci_last_regenerate|i:1576299001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a23cdd5e2dcf2574ae76304ee4837b1f8741fc5', '66.186.19.5', '1576352461', '__ci_last_regenerate|i:1576352461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a31edd0b6d04daddc07347c182cab1bcf077930', '45.189.116.18', '1590863973', '__ci_last_regenerate|i:1590863970;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590776716\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a442656a284d3751428711237b01c38a24fd87a', '66.186.19.5', '1576584121', '__ci_last_regenerate|i:1576584121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a45ea8ea313edde67a0a6a92bf87a301c0a14ea', '66.186.19.5', '1576678562', '__ci_last_regenerate|i:1576678561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a46e5249ebc29f4370c824a9214a92a6f5f7b31', '66.186.19.5', '1576502281', '__ci_last_regenerate|i:1576502281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a4bb86a1d0419065cbff9c75369bc51f93931f6', '66.186.19.5', '1576357862', '__ci_last_regenerate|i:1576357862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a4ff44f8fd99cd6f9048885b77bf48842084b6d', '66.186.19.5', '1576507441', '__ci_last_regenerate|i:1576507441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a5f42edce5ff5b142d417bccd0f9b1858149e74', '66.186.19.5', '1576423442', '__ci_last_regenerate|i:1576423442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a62fc2217453ea17c235707ae548bbc6aa3f14b', '66.186.19.5', '1576493282', '__ci_last_regenerate|i:1576493282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a679cd7d7d2ed9659c84d505af9fea3268b80c5', '179.6.201.119', '1579052674', '__ci_last_regenerate|i:1579052510;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a68af7d437041f5e208f4fbfa389f7680f4aa03', '190.238.52.115', '1593367942', '__ci_last_regenerate|i:1593367606;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1592419748\";last_ip|s:14:\"190.238.52.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";rmspos|i:1;message|s:26:\"Venta efectuada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a6a5258ac0139401861ded1bd7190e010bc0061', '66.186.19.5', '1576403101', '__ci_last_regenerate|i:1576403101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a722b59ca49f681415a36a56e624ce4f0cd1997', '45.189.116.14', '1590693953', '__ci_last_regenerate|i:1590693877;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590621309\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a74b0eb7d8a5713757e2ecec512342f', '190.234.106.162', '1582218132', '__ci_last_regenerate|i:1582218132;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a75c77a2cccf66269a1cdd314b935e02b6a7854', '66.186.19.5', '1576510142', '__ci_last_regenerate|i:1576510142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a8066f35803f0393da23792a104c3882a048b82', '66.186.19.5', '1576466282', '__ci_last_regenerate|i:1576466282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a8137ba10778efd33333e0bb69962eb31b5aefa', '66.186.19.5', '1576679642', '__ci_last_regenerate|i:1576679642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a8270387abad576372d22634b8b6eae459dbd6a', '66.186.19.5', '1576578001', '__ci_last_regenerate|i:1576578001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a85db7c82f5e55d8aac12d7748f7aeb47605fdb', '173.252.83.15', '1586884127', '__ci_last_regenerate|i:1586884127;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a87adaf41079273e6db39882c89db3ea5b72a30', '66.186.19.5', '1576363681', '__ci_last_regenerate|i:1576363681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a8fabaf58ba3bde89e58f5e73212b703d6b601d', '66.186.19.5', '1576410181', '__ci_last_regenerate|i:1576410181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a940f8752349163870927368927d6b70eb33a25', '66.186.19.5', '1576532822', '__ci_last_regenerate|i:1576532822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aab2bd4b574b5090141d0d903796740cfefc8b9', '66.186.19.5', '1576426141', '__ci_last_regenerate|i:1576426141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aacd9aa12406254c83bba2a58fe1860e4e8e732', '66.186.19.5', '1576546742', '__ci_last_regenerate|i:1576546742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ab2662250e50e7f709bd2eee6e62a982554d776', '173.252.83.23', '1586813977', '__ci_last_regenerate|i:1586813977;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2acd407fb6dc63ce13d20fac2c154e4a2dbc919a', '66.186.19.5', '1576495384', '__ci_last_regenerate|i:1576495384;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2acd6f592af3d4ba2d5f7451b8c42da6e2795b88', '66.186.19.5', '1576573681', '__ci_last_regenerate|i:1576573681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2acf43278ec922ace33c0556f7c4bd122670965b', '66.186.19.5', '1576467902', '__ci_last_regenerate|i:1576467902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2acf78d0d1131a21bee4597cac9003e6335f5e9a', '66.186.19.5', '1576370341', '__ci_last_regenerate|i:1576370341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ae3bbdf6cb9397d5b23804a3ff124b17530bb08', '66.186.19.5', '1576298821', '__ci_last_regenerate|i:1576298821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aea8dbf89266ff14b015f04550dbefa31849c44', '66.186.19.5', '1576558202', '__ci_last_regenerate|i:1576558202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aeeb0bc7c326e84d26f7d8a2617187234a8a5a1', '66.186.19.5', '1576341482', '__ci_last_regenerate|i:1576341482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b140c104da19236279872cfa454642d7efb7f91', '66.186.19.5', '1576432741', '__ci_last_regenerate|i:1576432741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b1cc615ecd7a9f296cf08abe16c0718ca1d0beb', '66.186.19.5', '1576545061', '__ci_last_regenerate|i:1576545061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b2f875f2dcd2e8f7b7ebb8baa94926a4520d0e1', '66.186.19.5', '1576680422', '__ci_last_regenerate|i:1576680422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b2fdc7366fbedf1f8f02d2fcae1cf7803569af2', '66.186.19.5', '1576588561', '__ci_last_regenerate|i:1576588561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b37f02d3aa595d63c28a26f6fb16dfb7322ed86', '66.186.19.5', '1576580222', '__ci_last_regenerate|i:1576580222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b46c1e35537f7f13711023d91ad8720d32a30e0', '66.186.19.5', '1576313221', '__ci_last_regenerate|i:1576313221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b4c9daa7dcab58586ad4664502520565d8f844e', '66.186.19.5', '1576560361', '__ci_last_regenerate|i:1576560361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b4ff9e7ae94cedab0c9a4be01a0cfdfe26562c7', '66.186.19.5', '1576506781', '__ci_last_regenerate|i:1576506781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b508c8068863668d17a2d2beecc1d1243964836', '66.186.19.5', '1576368662', '__ci_last_regenerate|i:1576368662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b561f93d12e696d94a3edd43bc1ae742fe05df0', '66.186.19.5', '1576657082', '__ci_last_regenerate|i:1576657081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b5a0bc03b7002195f925695c12b9b8d50ce28b9', '173.252.83.8', '1580771377', '__ci_last_regenerate|i:1580771377;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b61c395cebbca68b7936a707ee05b4bb48493db', '66.186.19.5', '1576439762', '__ci_last_regenerate|i:1576439762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b6500a00606209ee98eb7dc52b52a94fff97be2', '66.186.19.5', '1576640821', '__ci_last_regenerate|i:1576640821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b7591a9ed4b98fc71a6ae4a81555570e481b5d8', '66.186.19.5', '1576646942', '__ci_last_regenerate|i:1576646942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b7665292b722280a1ce05586415b55bb11eeb7a', '66.186.19.5', '1576333562', '__ci_last_regenerate|i:1576333562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b785c840d1008fb2683727378ee5fa78cf4baaf', '66.186.19.5', '1576575841', '__ci_last_regenerate|i:1576575841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b938744491264076f822833ad310ddc51ce9037', '66.186.19.5', '1576527122', '__ci_last_regenerate|i:1576527122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bc2924e8e6645488b9329b0c5e343c01e368968', '66.186.19.5', '1576440061', '__ci_last_regenerate|i:1576440061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bc3d95c28683ab20a5c8aeba50bcbfe768bac09', '190.232.33.208', '1577210039', '__ci_last_regenerate|i:1577209999;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1577129424\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bc4e5f7d1a9dcc221556f170767414ea982b224', '66.186.19.5', '1576548962', '__ci_last_regenerate|i:1576548961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bc93f00d9c2fb4099cafab996c1fea9047a0239', '66.186.19.5', '1576673522', '__ci_last_regenerate|i:1576673522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd0c83dded351f1b84e4d23219547074f311a68', '93.158.161.135', '1585597441', '__ci_last_regenerate|i:1585597441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd7ef7e6653162ee095a91192a363d1b1190625', '66.186.19.5', '1576496701', '__ci_last_regenerate|i:1576496701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bdb8feb243b47a3bb45936fd83491203e720552', '66.186.19.5', '1576381861', '__ci_last_regenerate|i:1576381861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf39d6b9643e3644d5feb8e7477be901e079f48', '66.186.19.5', '1576513201', '__ci_last_regenerate|i:1576513201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf5ad6629334f842ff8c3e6c0cb3040eab94eb2', '66.186.19.5', '1576641301', '__ci_last_regenerate|i:1576641301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c004a2132f10cb00bb346d7b5c0168c19ab1c67', '66.186.19.5', '1576685101', '__ci_last_regenerate|i:1576685101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c15a34f8f01d40830afc132daa55b5606f4cb25', '5.255.250.2', '1583244960', '__ci_last_regenerate|i:1583244960;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c1cf5405e61d3d63ee65ecc4f0c09eb61746b0c', '66.186.19.5', '1576295761', '__ci_last_regenerate|i:1576295761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c2183b8b6f52ecebedb1f75469ffb49ec87b755', '66.186.19.5', '1576505582', '__ci_last_regenerate|i:1576505581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c2b0125c1151d943e9f173b60a55d531a2ab965', '66.186.19.5', '1576604101', '__ci_last_regenerate|i:1576604101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c2b3539603fecf6d0661d4a2ba2c10c68fc21b9', '66.186.19.5', '1576497121', '__ci_last_regenerate|i:1576497121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c45c4ac12911d63050183e82a51f439d1cef8c8', '66.186.19.5', '1576380302', '__ci_last_regenerate|i:1576380302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c51d99e5be658f2424002b6f345ade72780b213', '66.186.19.5', '1576576262', '__ci_last_regenerate|i:1576576262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c59cd24269907d7a477ab7849e78f72dacef8d6', '66.186.19.5', '1576568041', '__ci_last_regenerate|i:1576568041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c6fd861ffef9866e037595ef51dcf22231352cc', '66.186.19.5', '1576658881', '__ci_last_regenerate|i:1576658881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c79daf7b981e748131218a971d0c4c65a46cf6c', '66.186.19.5', '1576482062', '__ci_last_regenerate|i:1576482062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c7d5623c9b3e89dd3801e4115e2ef80', '190.232.33.208', '1576185148', '__ci_last_regenerate|i:1576185148;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c822eb25d03bd9f14859dcf13c872d300d88aec', '66.186.19.5', '1576669322', '__ci_last_regenerate|i:1576669322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c83008eb44d0e30999319d12690a8ac7dbaf3ae', '66.186.19.5', '1576312441', '__ci_last_regenerate|i:1576312441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c86a04a3ec3f89c2e5005735b75594c5b3d1619', '66.186.19.5', '1576441441', '__ci_last_regenerate|i:1576441441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c893f431dc8bdb62a726157b338be368abacda9', '66.249.66.34', '1592297011', '__ci_last_regenerate|i:1592297011;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c8c12d1796ac6aff7a86bd68c9e87277c1b7bf3', '66.186.19.5', '1576472582', '__ci_last_regenerate|i:1576472582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c8d85d4120d1f5f33a2230f324122d1c9c1f9fb', '66.186.19.5', '1576455542', '__ci_last_regenerate|i:1576455542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c8f4a9a6578c57215ae121aa8942334f3750a23', '66.186.19.5', '1576645562', '__ci_last_regenerate|i:1576645562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c90c8fd898ad5b1022ff77ce8449e77e161def1', '66.186.19.5', '1576474441', '__ci_last_regenerate|i:1576474441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c9361c790c3e14e26a4be30385093a4c59bdd7a', '66.186.19.5', '1576358701', '__ci_last_regenerate|i:1576358701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c946010ee87aae10810725c2d364ff08dfe4ce2', '66.186.19.5', '1576490462', '__ci_last_regenerate|i:1576490462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c9c1a988d54e72fbb9c0dcfbacacef03383e731', '66.186.19.5', '1576598342', '__ci_last_regenerate|i:1576598342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ca391e80e55aaae97bfb1bf1faae18b7b39e2d0', '66.186.19.5', '1576554541', '__ci_last_regenerate|i:1576554541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ca4a083ad2dc3fe1770c2a55a0aad80d50ab907', '66.186.19.5', '1576602842', '__ci_last_regenerate|i:1576602842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb1333ce97ef75892f4d7965092c3bb9eee25c5', '66.186.19.5', '1576353781', '__ci_last_regenerate|i:1576353781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb8946eb24c55ad2e5150398137fcba8efd8291', '66.186.19.5', '1576302901', '__ci_last_regenerate|i:1576302901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cc1b0710c39f2356c716be091ae4af061ae3bf6', '66.186.19.5', '1576565762', '__ci_last_regenerate|i:1576565762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cc6f2bad0a84398fa219c35084201829d244f65', '173.252.83.19', '1587922306', '__ci_last_regenerate|i:1587922306;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ccb6ceb8e927c963623bf738af1dc32d2cfb3c8', '66.186.19.5', '1576354261', '__ci_last_regenerate|i:1576354261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ce34e96c83b34794f530fb820946ae661d59c77', '190.239.111.151', '1584043668', '__ci_last_regenerate|i:1584043556;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584030856\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cea63ac19e4bc6031fe5bcd96b73820718a385a', '66.186.19.5', '1576381501', '__ci_last_regenerate|i:1576381501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ceb3caec045000c8946a4cfa1d240bbf9dd2dbe', '69.171.251.31', '1578328037', '__ci_last_regenerate|i:1578328036;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf1d3749e9e3460ad644e6543a6829345c3e012', '66.186.19.5', '1576599962', '__ci_last_regenerate|i:1576599962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf3efd0acdaa7514bcb70f85671574d3bf92bc4', '66.186.19.5', '1576644301', '__ci_last_regenerate|i:1576644301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cfa862e07bd830ef843b9bed293c2696b257166', '66.186.19.5', '1576582922', '__ci_last_regenerate|i:1576582922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cfc7ac255382849ec06823942709a1dbf88e667', '66.186.19.5', '1576327141', '__ci_last_regenerate|i:1576327141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d047e5f5e3e9f5ace703a93dc908d24df79568c', '66.186.19.5', '1576677841', '__ci_last_regenerate|i:1576677841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d073a8d70b10941b3770d808ccd25906579976c', '66.186.19.5', '1576415461', '__ci_last_regenerate|i:1576415461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d123f59f188643145be9cdcd323f5dde2441e83', '66.186.19.5', '1576411202', '__ci_last_regenerate|i:1576411202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d40e7f52c432d87cd26522816685059e07e386d', '66.186.19.5', '1576520941', '__ci_last_regenerate|i:1576520941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d46df4d5dd192a75b8d129fefdab490b3b245b8', '66.186.19.5', '1576362061', '__ci_last_regenerate|i:1576362061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d480f68735c0c43b9d83598686fc5450c74d31d', '66.186.19.5', '1576678741', '__ci_last_regenerate|i:1576678741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d485425fabd8010d3da9d8f4eb4e87604c3f92b', '66.186.19.5', '1576595521', '__ci_last_regenerate|i:1576595521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d515bcefab5557b676a325dc2ca2a9cad59f622', '66.186.19.5', '1576405862', '__ci_last_regenerate|i:1576405862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d51a8032c1018724f769dcf0f61a693f0e0110d', '66.186.19.5', '1576665422', '__ci_last_regenerate|i:1576665422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d61606cfd6730de52bb0a4824620c7a8a11b22a', '66.186.19.5', '1576523281', '__ci_last_regenerate|i:1576523281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d6766449f392f3cd7755f2f7c447e2d2284c81c', '66.186.19.5', '1576403281', '__ci_last_regenerate|i:1576403281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d811d1dd8c0e23bcac962c13b31dc1aaaffafff', '66.186.19.5', '1576344242', '__ci_last_regenerate|i:1576344242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d821c24ff77b9cffba8c5cbb2a4ca912800dbe7', '66.186.19.5', '1576399681', '__ci_last_regenerate|i:1576399681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d8b3541156750586e9ab0fec7d261d03f5c7f23', '66.186.19.5', '1576502702', '__ci_last_regenerate|i:1576502702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d8dd181bd87ceaf001ee46fa6a4e098bc07cf26', '66.186.19.5', '1576338602', '__ci_last_regenerate|i:1576338602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d8fdf7cd6ec9477dd8dc7879edf502bf6de461f', '66.186.19.5', '1576448701', '__ci_last_regenerate|i:1576448701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2da0117bff91e71d58f3bc69ec4e3c2615fcd54d', '40.84.236.133', '1589647304', '__ci_last_regenerate|i:1589647304;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2da6d500110759e05b03d3e60c430f03a9d1a485', '66.186.19.5', '1576471922', '__ci_last_regenerate|i:1576471922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2da9d1f53e431762088fc063e96c7fa8fce3e0c6', '66.186.19.5', '1576607701', '__ci_last_regenerate|i:1576607701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2db23cb1a3810e4b585a5db3e1376f7106280895', '66.186.19.5', '1576470482', '__ci_last_regenerate|i:1576470481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dbafe137e83ad7915db76c5a740f06c228c6109', '66.249.83.62', '1590543896', '__ci_last_regenerate|i:1590543896;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dbced5d9fc0663845d40b02dbd65f445a55b18d', '66.186.19.5', '1576397341', '__ci_last_regenerate|i:1576397341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dcd6f296fc2d727c9f19dbd1f951372ca52b46b', '66.186.19.5', '1576387442', '__ci_last_regenerate|i:1576387442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dd0b8342e0bd0f222a03c860e104d617448bb24', '66.186.19.5', '1576423682', '__ci_last_regenerate|i:1576423682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dd131946e88c8a6a362a6ffb106e1eb08a174b0', '66.186.19.5', '1576537502', '__ci_last_regenerate|i:1576537502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dd6efd7403478d0fff87f4a013b2dd70e5b1b7e', '66.186.19.5', '1576657022', '__ci_last_regenerate|i:1576657022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ddc73339848a749eef3fc3b3960d3e0b7019c28', '45.189.116.18', '1591154805', '__ci_last_regenerate|i:1591154798;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2de573a1c087dd74d6693fceae8788a95d5b9649', '66.186.19.5', '1576292762', '__ci_last_regenerate|i:1576292762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2debc237351a2dd9c3b5685be859d325d74ef57e', '66.186.19.5', '1576491421', '__ci_last_regenerate|i:1576491421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df4f69cba6d59c2a1f6cfc4ff962942a048cfe5', '66.186.19.5', '1576420501', '__ci_last_regenerate|i:1576420501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df90354bd4fc3f04fd4e5b834ed8365698cae92', '66.186.19.5', '1576655521', '__ci_last_regenerate|i:1576655521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dfa37c9bbb3e0f58804e860d1d518aaf5a79859', '66.186.19.5', '1576537022', '__ci_last_regenerate|i:1576537022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e0b79c89763edd0fc887f63fe368bf46c2a7f0e', '66.186.19.5', '1576302121', '__ci_last_regenerate|i:1576302121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e158626eecd9eb16408a0468c9e8550cd4bc692', '66.186.19.5', '1576430821', '__ci_last_regenerate|i:1576430821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e23cd9290b263393217e355350a3645e71b0b77', '190.236.102.225', '1582128055', '__ci_last_regenerate|i:1582127827;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581777673\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e2981d49afbc1ba1e5643aac3ef25f33e3a4df2', '132.191.0.28', '1592416475', '__ci_last_regenerate|i:1592416251;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1592188700\";last_ip|s:14:\"190.238.52.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e33e344d1f78620ae3f8032c787b9933e99a641', '66.186.19.5', '1576686301', '__ci_last_regenerate|i:1576686301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e3a122c745e2578132b93acd7b75abfa4cbb8bc', '66.186.19.5', '1576534322', '__ci_last_regenerate|i:1576534322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e5a905fa42a140b0bf8ed113cdb0028838e707c', '66.186.19.5', '1576377542', '__ci_last_regenerate|i:1576377542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e5e8c5afcbbd9dd903d61b65d520cb500e1979b', '66.186.19.5', '1576505161', '__ci_last_regenerate|i:1576505161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e62e46f1ea35a61e2eea486ecafd5784f9d8019', '190.236.102.225', '1581351286', '__ci_last_regenerate|i:1581351201;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1580793400\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e6519b294e98cfda51262db1f955dc8e3f2639a', '66.186.19.5', '1576298402', '__ci_last_regenerate|i:1576298402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e65cb382077d895754fcdbb00757e3bc2d952c2', '77.88.5.30', '1591781653', '__ci_last_regenerate|i:1591781653;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e67fd92e942146dfb0972db21bfbdf0407bb7e8', '66.186.19.5', '1576612681', '__ci_last_regenerate|i:1576612681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e7d13679fffcc8bee255889e36d93db619d74f2', '45.189.116.18', '1592003064', '__ci_last_regenerate|i:1592003064;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591995136\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e92aade9ef4cf0b80d9b61d62ab250015805b81', '66.186.19.5', '1576282382', '__ci_last_regenerate|i:1576282382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e99449e4d38281c776ea22b7b509a6980cd0e3b', '190.234.106.215', '1583186927', '__ci_last_regenerate|i:1583186915;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583181692\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ea702cccb9f82cd281af1a795be303b60a70d3c', '66.186.19.5', '1576295102', '__ci_last_regenerate|i:1576295102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ea7eb365f3a6cb3e3a14fcf4ece04df51d4ec2c', '66.186.19.5', '1576600921', '__ci_last_regenerate|i:1576600921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eaeed8698a7377f5e920df633dadee40cc89431', '66.186.19.5', '1576442761', '__ci_last_regenerate|i:1576442761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eb474d33c30aec48fd0a87c46031ae13103d1e8', '66.186.19.5', '1576614841', '__ci_last_regenerate|i:1576614841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eb7da2c6df70c6316b09a4b17caca12d2520705', '66.186.19.5', '1576512722', '__ci_last_regenerate|i:1576512722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ee4dd0c63d51aeda2d91f7bcc96e829ab19050e', '173.252.95.112', '1590194707', '__ci_last_regenerate|i:1590194707;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ee8082e9bd2a7d801d86c9eae11f97328f62ef5', '66.186.19.5', '1576341181', '__ci_last_regenerate|i:1576341181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f11934cbc6dd4f6c2a6f7751f736b51766cbdd9', '190.236.102.225', '1582736146', '__ci_last_regenerate|i:1582735848;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582690929\";last_ip|s:15:\"181.176.119.246\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f14da4826121a2d05ff84d1ab5d82668cf9bd8e', '66.186.19.5', '1576351982', '__ci_last_regenerate|i:1576351982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f3885bce6d049436563ecf60e53cb0d881008a0', '66.186.19.5', '1576597861', '__ci_last_regenerate|i:1576597861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f3e84bf7954b2e67d2c8d9703692ac97748406c', '66.186.19.5', '1576540802', '__ci_last_regenerate|i:1576540802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f4ee0e0ec4298f17397b36a2a4dc4929f081451', '66.186.19.5', '1576283041', '__ci_last_regenerate|i:1576283041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f50e32ec7f9b68cf4a3ca46311cbbe7517cb102', '66.186.19.5', '1576570441', '__ci_last_regenerate|i:1576570441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f6c8f04ab97dc402daae98e3f5fdc73e67d049a', '66.186.19.5', '1576502042', '__ci_last_regenerate|i:1576502042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f6d6f21f21c11994790a9ae2160d4dfbd211a79', '66.186.19.5', '1576476902', '__ci_last_regenerate|i:1576476902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f73de9d6e1a7099fa05c1d5ddaa850fc272cda4', '66.186.19.5', '1576446421', '__ci_last_regenerate|i:1576446421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f742f8a49dfaef4f84695e62c439773e959a894', '173.252.83.14', '1578503673', '__ci_last_regenerate|i:1578503673;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f816df0aef68396aa551ef9ae61748c6ca7b116', '66.186.19.5', '1576347122', '__ci_last_regenerate|i:1576347122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9385605df199c42ffa30fddf229d44e066095a', '66.186.19.5', '1576521121', '__ci_last_regenerate|i:1576521121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9b5544473f42062006923bea16c71c6f8158b2', '181.176.119.246', '1582691005', '__ci_last_regenerate|i:1582690915;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582678907\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9c3d1d61ae06d713fc47dd5558f5e3c0ddd15e', '66.186.19.5', '1576372382', '__ci_last_regenerate|i:1576372382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9ff5252d1e65792c1ce2d8009cfc23e38298c6', '66.186.19.5', '1576644601', '__ci_last_regenerate|i:1576644601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fc66362f0da21f85e6d96b28351f50286184459', '66.186.19.5', '1576594082', '__ci_last_regenerate|i:1576594082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fed9d9adf83d38b8d8426eb91fe21c633a67f6d', '190.236.102.225', '1582738000', '__ci_last_regenerate|i:1582737878;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582690929\";last_ip|s:15:\"181.176.119.246\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ff34f47424e7b2a28e7c0fc876b9245973bb620', '173.252.79.16', '1583182411', '__ci_last_regenerate|i:1583182411;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ff3e48137575312049abb793c3e496a5bf3aa16', '66.186.19.5', '1576454822', '__ci_last_regenerate|i:1576454822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30049a92634c76a534a85500a0fcaaaaf14cb765', '66.186.19.5', '1576576682', '__ci_last_regenerate|i:1576576682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30095c4c8c9718da0ff0907db615d136039a2ccf', '66.186.19.5', '1576581602', '__ci_last_regenerate|i:1576581602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30097454ea0f38f18dd5a973524a315575cc559a', '66.186.19.5', '1576429562', '__ci_last_regenerate|i:1576429562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('300c56e9a23a41cef1bf1d930e6a01ac8a185de1', '66.186.19.5', '1576373521', '__ci_last_regenerate|i:1576373521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('300ced724c1367aeb925ea6cadbe43530fc3e4e8', '66.186.19.5', '1576418941', '__ci_last_regenerate|i:1576418941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3018724cfc74164cf014d98499551314bafdc29c', '66.186.19.5', '1576303861', '__ci_last_regenerate|i:1576303861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('301ac858050671e31d7fdd7aec1ca01b15a58b0e', '190.237.41.107', '1580784478', '__ci_last_regenerate|i:1580784234;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580768084\";last_ip|s:15:\"190.234.181.239\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('301fbc3226fbaff5b5ac4e998037ea7b768e322e', '66.186.19.5', '1576545302', '__ci_last_regenerate|i:1576545302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3021ce98a72ddece6b70043556911fae5e384e1f', '66.186.19.5', '1576284721', '__ci_last_regenerate|i:1576284721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3039bd827319fe3303941707699a4c0b64e6f25f', '66.186.19.5', '1576371001', '__ci_last_regenerate|i:1576371001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30415afa0799e50c84f9f8b59e8db7146a337548', '66.249.79.172', '1592461364', '__ci_last_regenerate|i:1592461363;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30514f5326e4c336bd5189ec0a0bf4d681b1d21a', '66.249.88.211', '1580343598', '__ci_last_regenerate|i:1580343598;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30574ca4c3c47cf42574e6180db17ef78f293900', '66.186.19.5', '1576427942', '__ci_last_regenerate|i:1576427942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('305c151ff7d7dc9bc55f06c0ed8ed04284ea4982', '66.186.19.5', '1576532942', '__ci_last_regenerate|i:1576532942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('305e45bda329f0707e7eac0d6663a56298397974', '190.232.33.208', '1576520901', '__ci_last_regenerate|i:1576520636;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576518712\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30633f8b8b08292953272ae0eacc4d7f256e9b17', '66.186.19.5', '1576584841', '__ci_last_regenerate|i:1576584841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3064bbc1a51cf4a1e5123530262b9ebd0fcfcde5', '66.186.19.5', '1576527602', '__ci_last_regenerate|i:1576527602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306eafaf97eecd15d9b9cb51b53aa0e3c6e9ef0c', '66.186.19.5', '1576285801', '__ci_last_regenerate|i:1576285801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30703de0f066459dad91aa3612b72ae0ed98bcb5', '66.186.19.5', '1576420322', '__ci_last_regenerate|i:1576420322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3074468bda83477ce86b560feb020bde416c8aa1', '66.186.19.5', '1576381621', '__ci_last_regenerate|i:1576381621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30755cc175ab4bad9b0099a6e5dc2273eb92e644', '66.186.19.5', '1576368122', '__ci_last_regenerate|i:1576368122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3087af72b0345fb63b5b5aaf7eb17b9713674d82', '66.186.19.5', '1576500361', '__ci_last_regenerate|i:1576500361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('308d0d1dfa938375d5e68bb55e8ea0acea51d4ce', '66.186.19.5', '1576487102', '__ci_last_regenerate|i:1576487102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3095a82ee7650eacd258d5ce1b0b22968dec2c7b', '66.186.19.5', '1576400281', '__ci_last_regenerate|i:1576400281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3096c041da419a61547b9cf83d8433a68fb744e2', '66.186.19.5', '1576594561', '__ci_last_regenerate|i:1576594561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309902af3d9249c90ee78cbc48ed8829a04b4c68', '66.186.19.5', '1576521601', '__ci_last_regenerate|i:1576521601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309dd0c9aec87c5610a16f15fb03ed119c7d71ef', '66.186.19.5', '1576481761', '__ci_last_regenerate|i:1576481761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30a502369cd8db6e4a926e4d4784fc6d8eca8f04', '66.186.19.5', '1576400461', '__ci_last_regenerate|i:1576400461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30bc64beb44e6e87657184585a8fe3a241e0adca', '66.186.19.5', '1576554962', '__ci_last_regenerate|i:1576554962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30be501714617e3aab65b6b5094b6aabf3889404', '66.186.19.5', '1576503181', '__ci_last_regenerate|i:1576503181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30c7226adfdb043e9f424a4a2e2c8ae56b01e74e', '45.189.116.14', '1589818246', '__ci_last_regenerate|i:1589818246;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588356313\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30cc03edfad238e8c45c5d6b0b5edd5b1380be24', '66.186.19.5', '1576642922', '__ci_last_regenerate|i:1576642922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30d1510117266097efc8c4e2473c96f2c483ebfc', '66.186.19.5', '1576409881', '__ci_last_regenerate|i:1576409881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30e701ff229adfd132f8aa495e8744d1938930ae', '66.186.19.5', '1576541162', '__ci_last_regenerate|i:1576541162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30ecf2f44845ccba29637518f59ca2f9c827d7f0', '66.186.19.5', '1576421641', '__ci_last_regenerate|i:1576421641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30f986596cc0fe1f341af6415f39e4e25327f64d', '66.186.19.5', '1576397101', '__ci_last_regenerate|i:1576397101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3100aa3b4ce44a2ad52612b6dbbdd963d304dd56', '66.186.19.5', '1576284122', '__ci_last_regenerate|i:1576284122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('310561e5a54d0c8f9b61fcae7325f1380d5212df', '66.186.19.5', '1576679701', '__ci_last_regenerate|i:1576679701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3111b67e118b103e692605753b9694bb9345af2b', '66.186.19.5', '1576605901', '__ci_last_regenerate|i:1576605901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('312987202d124c40710694582f9ecba159171b64', '66.186.19.5', '1576574521', '__ci_last_regenerate|i:1576574521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('312d6e559e7199afaa3b19a7cb2a8e83', '190.232.33.208', '1576185242', '__ci_last_regenerate|i:1576185242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31355e90dbcd43399e439693923b0197dff579d9', '190.232.33.208', '1576533147', '__ci_last_regenerate|i:1576532972;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576520493\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:14:\"smtp.gmail.com\";smtp_user|s:22:\"sistpv.actec@gmail.com\";smtp_pass|s:88:\"AKY4sOQB1MmHoyOMcqIsV7qucC+ouEspLv6KlGxYYH5oQqWf2c+4fxK+CeUVwJQA/ZruT84DE7qSrTJv2iOaoA==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('313bd15b1c0aa8bb5921669cb02dbb5e1b3e5cdc', '46.101.252.40', '1585906247', '__ci_last_regenerate|i:1585906247;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('313d0a260bb80c62839a738aeb1133e30bd54d0e', '66.186.19.5', '1576506422', '__ci_last_regenerate|i:1576506422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('314082c3c3f41d0e2eeaa27c5461baa9bd06c06a', '66.186.19.5', '1576505881', '__ci_last_regenerate|i:1576505881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('314366466f67e145cdd657ba5f2a747272de8a56', '66.186.19.5', '1576613221', '__ci_last_regenerate|i:1576613221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('316226408dd8591cc5f0d969e0f03895a2434627', '66.186.19.5', '1576480441', '__ci_last_regenerate|i:1576480441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('316e0128c180a3ddd6cdc2d8c3068043f61acace', '66.186.19.5', '1576401121', '__ci_last_regenerate|i:1576401121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('317381c9b1c734c96811e262d47db734683eb883', '66.186.19.5', '1576446782', '__ci_last_regenerate|i:1576446782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3174f1d75bfb377d4ec3f34f43b548fb8511fd55', '66.186.19.5', '1576317782', '__ci_last_regenerate|i:1576317782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31763f6819b19998b5e2ca5c9988b9dea90eafaa', '66.186.19.5', '1576301402', '__ci_last_regenerate|i:1576301402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3179d4e8ac42f46f5058083365be8c13cdb6aebd', '66.186.19.5', '1576290721', '__ci_last_regenerate|i:1576290721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31945d2479110b7cf110f74ce498b52cd92b10ab', '66.186.19.5', '1576494661', '__ci_last_regenerate|i:1576494661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31986f997c6496c9c0b20821f79a9c18d5ad6eb0', '66.186.19.5', '1576600382', '__ci_last_regenerate|i:1576600382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319bdbd76732b61608f6f5173717b7fbefab2643', '66.186.19.5', '1576293542', '__ci_last_regenerate|i:1576293542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319dfbdb7e58ce5ce6ed36d8994cc912489810f4', '66.186.19.5', '1576570562', '__ci_last_regenerate|i:1576570562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319eba51280dfdbcb7e0b73c040b0a7fd2a17be6', '173.252.83.9', '1588211971', '__ci_last_regenerate|i:1588211971;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31a66f0894996c56f0aad8b3aec6dc9103c4f76c', '93.90.195.172', '1584700311', '__ci_last_regenerate|i:1584700310;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31a96628443bc8dcf566040dba4c32322a882a12', '66.186.19.5', '1576665541', '__ci_last_regenerate|i:1576665541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31aa01b716f396ce5eaea7fcadee71447ee4cc0f', '66.186.19.5', '1576353542', '__ci_last_regenerate|i:1576353542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b7e5ad3d5e4c5456e82ac95c417e923ae6b117', '66.186.19.5', '1576491662', '__ci_last_regenerate|i:1576491662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ba8d399c10ca0b106ac2844842c3b908205283', '66.186.19.5', '1576573202', '__ci_last_regenerate|i:1576573202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31c573e489503382c0e9024508f1de4932ba856d', '66.186.19.5', '1576371542', '__ci_last_regenerate|i:1576371542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31c99cc1e630f451a65df5c94d75757c297ea9f7', '66.249.83.58', '1583801520', '__ci_last_regenerate|i:1583801520;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31d5fcf15e2b4797127ca4e7836ee7d4cfe1cfb1', '66.186.19.5', '1576286461', '__ci_last_regenerate|i:1576286461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31d6b9c9fdac1049407c6114c992d8bc530bc964', '66.186.19.5', '1576607041', '__ci_last_regenerate|i:1576607041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31d90e09726b408462a93d7d5616626da0934821', '66.186.19.5', '1576336921', '__ci_last_regenerate|i:1576336921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31e6caf1e25622db082061d98af61003e6516524', '66.186.19.5', '1576447981', '__ci_last_regenerate|i:1576447981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ef81f41df4376774aac90cced63beef7850ec0', '66.186.19.5', '1576627742', '__ci_last_regenerate|i:1576627742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f0e9a708d6a58e58a69f5f5d147e3d8074e5f8', '66.186.19.5', '1576446541', '__ci_last_regenerate|i:1576446541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f17c00810c274d4dd456ac83aed8a934583c80', '66.186.19.5', '1576423201', '__ci_last_regenerate|i:1576423201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f3f1d6fb75af5d4cf73f9d4d0ea71ee24b974a', '66.186.19.5', '1576334642', '__ci_last_regenerate|i:1576334642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f9809cf8702660c4009c6c6322fbfa6d11e097', '66.186.19.5', '1576675381', '__ci_last_regenerate|i:1576675381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31fa50c7f66b4c511136b734fa82d7f72e26b47e', '66.186.19.5', '1576602962', '__ci_last_regenerate|i:1576602962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31fcb822630f17757e571aff65b01c507a29f860', '173.252.83.10', '1590445008', '__ci_last_regenerate|i:1590445008;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ff325c5c0d112f42d80da64aea382a5342e32f', '66.186.19.5', '1576472701', '__ci_last_regenerate|i:1576472701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('320606b71b67bc18bd12adfed8756cb4c0d1a35a', '66.186.19.5', '1576589702', '__ci_last_regenerate|i:1576589702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('320f6553162c858ced1f17dde6ab016129ec2d27', '66.186.19.5', '1576376161', '__ci_last_regenerate|i:1576376161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32106a89e51c56c0285e74e142def12a7a3fe1a5', '66.186.19.5', '1576311961', '__ci_last_regenerate|i:1576311961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3214f26dfa3f9fb91adf9d222f6974a4f636dc16', '66.186.19.5', '1576551841', '__ci_last_regenerate|i:1576551841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('321727601c684b1cdca417b7d42e69cbc64c871e', '66.186.19.5', '1576612622', '__ci_last_regenerate|i:1576612622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('321b56926f5f3fdc731920124dc57de3ccdbf154', '66.186.19.5', '1576352222', '__ci_last_regenerate|i:1576352222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('321be79a6cc588a46d02c5fbe7c04ecc7fe0663a', '66.186.19.5', '1576421221', '__ci_last_regenerate|i:1576421221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('321f0251dde326f7967172c0fbe1257128b15a15', '66.186.19.5', '1576542601', '__ci_last_regenerate|i:1576542601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32336cf584d4679419fbf7760314c664a2bc78fd', '66.186.19.5', '1576582981', '__ci_last_regenerate|i:1576582981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('323bd80b5668907c74cbfa155e4fee445fab7643', '66.186.19.5', '1576374841', '__ci_last_regenerate|i:1576374841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('323da9f24ad1064a7049a7c6f30e41eea6938c44', '66.186.19.5', '1576329722', '__ci_last_regenerate|i:1576329722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3243bf714b527d4dd81ac17e6c6f34aa43a664cb', '66.186.19.5', '1576380242', '__ci_last_regenerate|i:1576380242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32482bcda21118a627d75ae34ebf9a72dcbb4b4c', '66.186.19.5', '1576360322', '__ci_last_regenerate|i:1576360322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32511cb2b1d49182a57862d4ab0ed6d6fa0d3717', '66.186.19.5', '1576384802', '__ci_last_regenerate|i:1576384802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32527afd21bdca5c7785227851e3cf7e1dc608a5', '66.186.19.5', '1576664581', '__ci_last_regenerate|i:1576664581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325b52e6afb7b2c7820e5e82842dcf947103eee1', '66.186.19.5', '1576323002', '__ci_last_regenerate|i:1576323002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32612eec62e351e871dd114250c4fbb6238d56b9', '66.186.19.5', '1576630501', '__ci_last_regenerate|i:1576630501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3262d4e7b95e6d652d694cade9df4a9c404e5be6', '66.186.19.5', '1576637041', '__ci_last_regenerate|i:1576637041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('326633322dcc453a3ca887280d7a0a10e156d3c4', '66.186.19.5', '1576625762', '__ci_last_regenerate|i:1576625762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32699cdb27cf8f61378593f25a177dc2d2c8a180', '178.79.152.119', '1588872121', '__ci_last_regenerate|i:1588872120;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32704818d1965276ca2f4dd6291d09a06e727ec6', '66.186.19.5', '1576651621', '__ci_last_regenerate|i:1576651621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('327367715c086480ce579b2103083ac9b1907807', '66.186.19.5', '1576560242', '__ci_last_regenerate|i:1576560242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32755bd9533749f70f06d9e4a0a8d1399dfcdf8f', '66.186.19.5', '1576496881', '__ci_last_regenerate|i:1576496881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32877e4b4d4d000d7bb61ebcaec1e4fc5c146d2a', '66.186.19.5', '1576423801', '__ci_last_regenerate|i:1576423801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3288e3c10230f5122faaefdeaa4262084a959ae6', '190.239.111.151', '1583940890', '__ci_last_regenerate|i:1583940746;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328df69f54b399f6ed94a660570cd0f3f473814e', '66.186.19.5', '1576604882', '__ci_last_regenerate|i:1576604882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('329367c2a9b7090ad6c71b9369ec5e3e26ed71db', '66.186.19.5', '1576536901', '__ci_last_regenerate|i:1576536901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('329a5efdf35d6a78147830362b245704131c0bed', '66.186.19.5', '1576563182', '__ci_last_regenerate|i:1576563182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32a1b681d997cd01923ccefe828f8c782a8aed73', '173.252.83.3', '1588552893', '__ci_last_regenerate|i:1588552893;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32a29f622101a4530495a8e1aadc60b9eb82b861', '66.186.19.5', '1576362481', '__ci_last_regenerate|i:1576362481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32a3d76be5518aa10861ec9509c79378c2a42212', '66.186.19.5', '1576663141', '__ci_last_regenerate|i:1576663141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32a85ba5512940dc1c6652b861f810a5534ae92c', '66.186.19.5', '1576572962', '__ci_last_regenerate|i:1576572962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32aa057c3652635901160c95a84ec00707f5dd06', '66.186.19.5', '1576350061', '__ci_last_regenerate|i:1576350061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32b6f11b8a88314bfa6b47a86236bde2bb9d7b29', '66.186.19.5', '1576614602', '__ci_last_regenerate|i:1576614602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32b934b8210fbef6b3e2384f84139b7492f9e3ae', '66.186.19.5', '1576611482', '__ci_last_regenerate|i:1576611482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32bdf4d50d4365e366255973d95980c2f8c7a432', '190.236.102.225', '1583188246', '__ci_last_regenerate|i:1583188245;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582841847\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32be1ad2299826bc14a380dfbed240ce844f1fc2', '66.249.83.37', '1584729179', '__ci_last_regenerate|i:1584729179;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32c031d4b94b8f9cffcff4727dcfd184d93c1ccf', '66.186.19.5', '1576301221', '__ci_last_regenerate|i:1576301221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32c275399a7d544edf8c7ec27872cf396753b69b', '66.186.19.5', '1576613941', '__ci_last_regenerate|i:1576613941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32d3e13df5ea617bca8dda7680c6edf9edde5961', '66.186.19.5', '1576687982', '__ci_last_regenerate|i:1576687982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32d6d569a47d8142edefbc33c7350558aff97387', '66.186.19.5', '1576549441', '__ci_last_regenerate|i:1576549441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32da86da0059ac8f3fcb37158cbba3ee7c43b5ec', '66.186.19.5', '1576548842', '__ci_last_regenerate|i:1576548842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32e150e5b8e362266bda0a3aa95503b2f8981cc7', '178.62.127.248', '1588872074', '__ci_last_regenerate|i:1588872074;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32e3706bc7fc4ed53948c45806b8b94b5214707e', '66.186.19.5', '1576476481', '__ci_last_regenerate|i:1576476481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32e58157c23b11ab5f487bce4aacd904b324b2dc', '66.186.19.5', '1576451461', '__ci_last_regenerate|i:1576451461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32e97093a8b28cad9aca17ecb3596e5c63287ef2', '66.186.19.5', '1576499881', '__ci_last_regenerate|i:1576499881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32ee1f3c3813e4351e5c401b71db3361bb4a00ef', '66.186.19.5', '1576377182', '__ci_last_regenerate|i:1576377181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32ee4e034100fdbb788a17804341edd3061b1169', '45.189.116.18', '1591591529', '__ci_last_regenerate|i:1591591395;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32f24ea046a8a2c890623ff07f2f373e9d295495', '66.186.19.5', '1576489141', '__ci_last_regenerate|i:1576489141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32f53ec414a4fce8af903dd7832f174ce66d5230', '66.186.19.5', '1576534201', '__ci_last_regenerate|i:1576534201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3303f61fce86529eecb66b3aa7325e121d03acb3', '165.22.36.103', '1591383705', '__ci_last_regenerate|i:1591383705;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('331131abdb73a883bff420d06733ba1eeb6670e9', '66.186.19.5', '1576277162', '__ci_last_regenerate|i:1576277162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('331d11aa86d6cd41abb5f8f32d6d9828e77ae391', '31.13.115.2', '1582811158', '__ci_last_regenerate|i:1582811158;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('331d336670b2a6a78c37c3c61a8b02c08d1a29e2', '66.186.19.5', '1576285141', '__ci_last_regenerate|i:1576285141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('333499890654d8228f7486e7e1f05c1884c56aa4', '66.186.19.5', '1576487941', '__ci_last_regenerate|i:1576487941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('334238a207bb08725fac4931c72779ceee1b674f', '66.186.19.5', '1576514881', '__ci_last_regenerate|i:1576514881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('334908baf179b37cc53d3457bf4db03f3ab84f3c', '66.186.19.5', '1576337942', '__ci_last_regenerate|i:1576337942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('335f794b1a4ba471aeec649cba41cf43155a0cba', '66.186.19.5', '1576320422', '__ci_last_regenerate|i:1576320422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('338347d561d2c369dd9e44b78bc396de649eb940', '66.186.19.5', '1576639621', '__ci_last_regenerate|i:1576639621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('339de998f69b25d7957bb53e570d9ef53e856bbd', '66.186.19.5', '1576514521', '__ci_last_regenerate|i:1576514521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('339f5f3f72f3076598716e57c440b813f565d26d', '173.252.79.14', '1592772782', '__ci_last_regenerate|i:1592772782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('339ffc7228946931bb9181e7b063bbb8a11600c4', '66.186.19.5', '1576405141', '__ci_last_regenerate|i:1576405141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b1142ce546b44e0c60dc705eb56c0d1e272ba2', '66.186.19.5', '1576489201', '__ci_last_regenerate|i:1576489201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b61c1e776c1de59788396fe16521376ed174f2', '209.17.96.162', '1587471866', '__ci_last_regenerate|i:1587471866;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b655d6ee4ea981151d5c2527d750debe5c4fc5', '66.186.19.5', '1576322761', '__ci_last_regenerate|i:1576322761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33bbba58f4c913e09795f0dd097825d5bda2ea2a', '66.186.19.5', '1576294861', '__ci_last_regenerate|i:1576294861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c0349282d92027203e1c99ac2cf48aff775243', '132.184.131.165', '1578376588', '__ci_last_regenerate|i:1578376507;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1577811217\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c59b01a0d58bdefcd3d63f4befe6ac1366c369', '66.186.19.5', '1576379281', '__ci_last_regenerate|i:1576379281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c8600d6a6e2044f2123b9cc6aa05120c959394', '66.186.19.5', '1576531621', '__ci_last_regenerate|i:1576531621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d3fe5870c1a165f6f481cd35f64c636c2ffe00', '66.186.19.5', '1576652401', '__ci_last_regenerate|i:1576652401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33dd8f5dd07cbf668ca7f8b2b9e9701f9de557b5', '66.186.19.5', '1576504141', '__ci_last_regenerate|i:1576504141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33de2f27857e6fb159a068865055d9d73a236ec1', '66.186.19.5', '1576356722', '__ci_last_regenerate|i:1576356722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33de416005501714a672b9c25cc758e440553361', '190.236.102.225', '1583206826', '__ci_last_regenerate|i:1583206826;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33df9f08b9709f63d496f8f484d5e4f6f78f8f73', '66.186.19.5', '1576502641', '__ci_last_regenerate|i:1576502641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33dfa38714f6d8cac5e18a97f3eeac9b6cbc1454', '66.186.19.5', '1576322642', '__ci_last_regenerate|i:1576322642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e20e57630ee7735a751549ea1a5ee4cdc9a2af', '66.186.19.5', '1576404241', '__ci_last_regenerate|i:1576404241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e49964540fd196716dafebcfa5882fce517b94', '66.186.19.5', '1576398481', '__ci_last_regenerate|i:1576398481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e615fd2a6e792d0a5d5d93d5f3744fa7b36088', '66.186.19.5', '1576385702', '__ci_last_regenerate|i:1576385702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33ec2b2d9b7227e63cd819d950b6e6ab49840759', '167.172.16.165', '1588700832', '__ci_last_regenerate|i:1588700832;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33ee98b13358b4dcd046a50840da5f101f7005e9', '66.186.19.5', '1576556281', '__ci_last_regenerate|i:1576556281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33efb3a38bf50b35a033cefb6e1c48473be568bd', '173.252.107.10', '1585572447', '__ci_last_regenerate|i:1585572447;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33fa16eccb62d4a2523925515e619190a3c627a5', '66.186.19.5', '1576466762', '__ci_last_regenerate|i:1576466762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34021aef7b58c85a53bdb685663a525198a96000', '66.186.19.5', '1576362961', '__ci_last_regenerate|i:1576362961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('340966505b19c505be9b7fb6331ac4f14a032fa8', '66.186.19.5', '1576458602', '__ci_last_regenerate|i:1576458602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('340a2cc65ccc4030036c970d6217227eb956950d', '66.186.19.5', '1576667101', '__ci_last_regenerate|i:1576667101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('340ebbcfc00cfcd7886fa0b754b1591b60fe754b', '66.186.19.5', '1576674181', '__ci_last_regenerate|i:1576674181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('341b2141ce4f22fc394b56a1760902e15552b7c1', '66.186.19.5', '1576376462', '__ci_last_regenerate|i:1576376462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('341b81e8b8bb31e4749839e1e155bc04905697f2', '66.186.19.5', '1576502881', '__ci_last_regenerate|i:1576502881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3420a01c9f13cf865543fad46567555fb8396446', '66.186.19.5', '1576473242', '__ci_last_regenerate|i:1576473242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3424c9597b682337a9021db869683bef84f46724', '66.186.19.5', '1576567802', '__ci_last_regenerate|i:1576567802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34250d0be373c7a06a50cfa9cd648485503c4796', '66.186.19.5', '1576346821', '__ci_last_regenerate|i:1576346821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('342f811be3aa4db4e77b2e9898f29ecfb40d2f43', '66.186.19.5', '1576318141', '__ci_last_regenerate|i:1576318141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('343371bb7cfd3756d22a9677622a7c9095ea7406', '66.186.19.5', '1576611362', '__ci_last_regenerate|i:1576611362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3441bea3b9087c34381de7e6051eb26c5426eb2f', '66.186.19.5', '1576314961', '__ci_last_regenerate|i:1576314961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3443116c699ed83390862bfc3ef75856f0364920', '66.249.70.37', '1586694833', '__ci_last_regenerate|i:1586694833;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34464452735651896724414b186b6eaaf5f7387d', '66.186.19.5', '1576635961', '__ci_last_regenerate|i:1576635961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3453a29b7fc0c213c99aa2ff7528500158f566d8', '66.186.19.5', '1576656541', '__ci_last_regenerate|i:1576656541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('345d1c064cb72e9bbcbf3477d457d42621b64c4f', '66.186.19.5', '1576485362', '__ci_last_regenerate|i:1576485362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346498b00c71f3d820791f563731be01fa20c011', '66.186.19.5', '1576477621', '__ci_last_regenerate|i:1576477621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346f4665c0c96fe49777718ff1da5fb16956c735', '66.186.19.5', '1576324141', '__ci_last_regenerate|i:1576324141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3470dc0c2ddb51ebc9eeadaf00c81d9cdb3fa45a', '66.186.19.5', '1576352582', '__ci_last_regenerate|i:1576352582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('347a8631e6f314a0b092db346716a65b183d8ec4', '66.186.19.5', '1576329301', '__ci_last_regenerate|i:1576329301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34843297f907b0ab9145bf66a0cfc3be526257b1', '66.186.19.5', '1576398182', '__ci_last_regenerate|i:1576398182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('348ba04564fc20f5c6491d338b1c8a63b7737308', '66.186.19.5', '1576655642', '__ci_last_regenerate|i:1576655642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('348c6f7a232efd42859750a5f6eff3ab09e62e89', '66.186.19.5', '1576528324', '__ci_last_regenerate|i:1576528323;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34959622c4dc2c3d319975e2084f4f3907569373', '66.186.19.5', '1576286761', '__ci_last_regenerate|i:1576286761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3496b82d66dd488cc6f6e3f5f0a02928c9454be6', '45.189.116.14', '1589831725', '__ci_last_regenerate|i:1589831717;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588356313\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34acced1b3e20171cc37c88cdfa63acd13f9a75d', '66.186.19.5', '1576432981', '__ci_last_regenerate|i:1576432981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34b03ea0975d65cc4e8d239748ef40d6cc9f5bce', '66.186.19.5', '1576435142', '__ci_last_regenerate|i:1576435142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34b73a1b9d6bfc885051a7843a815fdbb1625383', '66.186.19.5', '1576489501', '__ci_last_regenerate|i:1576489501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34bedf01f62617d700899bb524b2d75bdfca08cd', '66.186.19.5', '1576571882', '__ci_last_regenerate|i:1576571882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34bf5d2a3a2d28037444507353c6eea0d5f81b67', '179.6.205.180', '1587364572', '__ci_last_regenerate|i:1587364321;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1584075494\";last_ip|s:13:\"190.232.96.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34c6bf002080b4cc3a151e48c0f6fc36a1fc069a', '66.186.19.5', '1576421702', '__ci_last_regenerate|i:1576421702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34dfc7004ccae5e7ae0b22c56ae7a40556413c22', '66.186.19.5', '1576598942', '__ci_last_regenerate|i:1576598942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34e4689e00792c474282b8872d426c96fb32534c', '66.186.19.5', '1576387261', '__ci_last_regenerate|i:1576387261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34f878728aa358dca091e7f3331989b7a3de5a27', '66.186.19.5', '1576410602', '__ci_last_regenerate|i:1576410602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34fabed69c63ffe7664308c7f8487d4948852d9d', '66.186.19.5', '1576523582', '__ci_last_regenerate|i:1576523582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3500e3f62bf377b126970b0f38eaeb85bb26d32b', '66.186.19.5', '1576636021', '__ci_last_regenerate|i:1576636021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35043eb090e1a1047213df63d8c4694556764ec5', '66.186.19.5', '1576503902', '__ci_last_regenerate|i:1576503902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3508fdfd327ad35d46f3bba397770476187a891d', '66.186.19.5', '1576324021', '__ci_last_regenerate|i:1576324021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3513bd96bdc11058236bf5c68d97187de5a0fdb7', '66.186.19.5', '1576416061', '__ci_last_regenerate|i:1576416061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3539fc378b121e8ad868c6f06a25ecb3b00b341e', '66.186.19.5', '1576342441', '__ci_last_regenerate|i:1576342441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('353e86ce0ee739ec0cb6ee6de4888bbeceaa7cd4', '66.186.19.5', '1576347242', '__ci_last_regenerate|i:1576347242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3542a272183aeeaab04778d9bebd26e4d473ae25', '66.186.19.5', '1576572902', '__ci_last_regenerate|i:1576572902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3555084f33da2462d24f898e1a327c8dd8964648', '66.186.19.5', '1576584302', '__ci_last_regenerate|i:1576584301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3558981ea5b9dee7489647acced92fc56128be06', '66.186.19.5', '1576659122', '__ci_last_regenerate|i:1576659122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('355d612c51ea02fad0c6e15796e95c6989936671', '66.186.19.5', '1576337641', '__ci_last_regenerate|i:1576337641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3577e31d2586679d636a775751da2c7b412c9c63', '66.186.19.5', '1576488721', '__ci_last_regenerate|i:1576488721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('359452eb5e45f4092898d9b0f43c67ae0365b05c', '66.186.19.5', '1576341962', '__ci_last_regenerate|i:1576341962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3596f23317eeea8753e2bc467c8e6e70638e65a7', '66.186.19.5', '1576638902', '__ci_last_regenerate|i:1576638902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35974a16ef44ea74d492337082000e9eb47089dd', '66.186.19.5', '1576384322', '__ci_last_regenerate|i:1576384322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b8fe67672d1a28193dbf62623b821e414764ae', '66.186.19.5', '1576515483', '__ci_last_regenerate|i:1576515483;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35ba34d46576222a80b0fea26c96828d305ebc20', '66.186.19.5', '1576533661', '__ci_last_regenerate|i:1576533661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35c5c0990d5e75ec6df65d9738b3f18a57246350', '66.186.19.5', '1576450681', '__ci_last_regenerate|i:1576450681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35d179cebf2246f64c7a0ab6b934fb500e884818', '66.249.83.58', '1583600530', '__ci_last_regenerate|i:1583600530;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35df5e0218e5e4f95e9a558fa7bbb48017892e12', '66.249.69.126', '1589773019', '__ci_last_regenerate|i:1589773018;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35e185066dfac30a7afe6b30ff841f20ce6c9d98', '66.186.19.5', '1576356061', '__ci_last_regenerate|i:1576356061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35ea313f14cf7c17fdd1779f3632a7e24f459b41', '66.186.19.5', '1576326421', '__ci_last_regenerate|i:1576326421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f01ba4d11e1edc042f5de0ff6f146cb4159b3f', '66.186.19.5', '1576560542', '__ci_last_regenerate|i:1576560542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35fc2272d0656420b5333c54de1730c811489128', '66.186.19.5', '1576418042', '__ci_last_regenerate|i:1576418042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35fe91d3ccb7e24e2227d556344a8553069f2442', '66.186.19.5', '1576349341', '__ci_last_regenerate|i:1576349341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3603f66ac174b9c255a75c9db1f2e7f4138eb102', '66.186.19.5', '1576516861', '__ci_last_regenerate|i:1576516861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3607d95e1bff6d82af2883a632ec3a6a0e98adcd', '66.186.19.5', '1576650902', '__ci_last_regenerate|i:1576650902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('360aa6029c722659803157e568733fb8c9e19214', '66.186.19.5', '1576439581', '__ci_last_regenerate|i:1576439581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36154a76d21e692ae665aef8e6671b7cd6541aef', '66.186.19.5', '1576373822', '__ci_last_regenerate|i:1576373822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('361c788cf2ef7fe4bf9c09d0d5b9ca7c7b0dc8c2', '66.186.19.5', '1576364522', '__ci_last_regenerate|i:1576364522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36245dc7a5ad7643f73c89cc6a220ea65096128d', '66.186.19.5', '1576668242', '__ci_last_regenerate|i:1576668242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3627554f5ba9a4cab01368e6bcd98c6fa010a532', '66.186.19.5', '1576534682', '__ci_last_regenerate|i:1576534682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('362e593931d7943dceaf8f198d1968ddf84ac324', '66.186.19.5', '1576505222', '__ci_last_regenerate|i:1576505222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3631850fa3d06fafaddff8c7e2e0b54360fcc927', '66.186.19.5', '1576538461', '__ci_last_regenerate|i:1576538461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('363abdf3f7dbd32a42bff6ecfbaab299b8f8db2f', '66.186.19.5', '1576528141', '__ci_last_regenerate|i:1576528141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('363e0b7e4803d4e86e75aa8a54e55f37d4d5f749', '66.186.19.5', '1576512781', '__ci_last_regenerate|i:1576512781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('364fe298b14251d7095b49291ce253aa715a0f5f', '66.186.19.5', '1576283761', '__ci_last_regenerate|i:1576283761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3668894e1d59c84700df41d6dc917ec372a6d395', '66.186.19.5', '1576650362', '__ci_last_regenerate|i:1576650362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3678b92779f7ba2c1f93c345b9a26450d14efafe', '77.88.5.30', '1592530532', '__ci_last_regenerate|i:1592530532;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('368059e537aad81fb8085b05a1dfa6f701d18ea8', '66.186.19.5', '1576661042', '__ci_last_regenerate|i:1576661042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36805fd3a104eb1ab0b0ff24e02ea44c831135fe', '66.186.19.5', '1576394642', '__ci_last_regenerate|i:1576394642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36810adf29b5359326809aaf13f21c559fee1c49', '66.186.19.5', '1576397162', '__ci_last_regenerate|i:1576397162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('368237478a0044cd0c9e7f7ea94c4e7110f82e8c', '66.186.19.5', '1576368242', '__ci_last_regenerate|i:1576368242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('368de0e3e6c49dab784bb813a940927bd6dd373b', '66.186.19.5', '1576655221', '__ci_last_regenerate|i:1576655221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36aadf6d8bdcc27701d284feeaf9166e93fb9e55', '158.101.18.36', '1587963996', '__ci_last_regenerate|i:1587963996;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36b0d6660bc57ce172ebea9ef10879643a965851', '66.186.19.5', '1576457821', '__ci_last_regenerate|i:1576457821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36bccd0871a9c3ef60d49ee55827460f076babbe', '66.186.19.5', '1576493881', '__ci_last_regenerate|i:1576493881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36beb1ec23e11275bf67faf882adc19d9de17301', '66.186.19.5', '1576478581', '__ci_last_regenerate|i:1576478581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c0e7529aec6ac2b82de64b25d3bfdcca6e2129', '66.186.19.5', '1576308062', '__ci_last_regenerate|i:1576308062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c17422404a4c50b025014a8731904e368fe638', '66.186.19.5', '1576450142', '__ci_last_regenerate|i:1576450142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c5ed9f243dbb02cb63ebb84021a540784ee92d', '138.246.253.15', '1589184385', '__ci_last_regenerate|i:1589184385;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c7fee955ba1ba989d38dbe81342a3b4b667bbc', '66.186.19.5', '1576646162', '__ci_last_regenerate|i:1576646162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36cc96d9b9af86d82e96bd94fdf834bcc74deb9c', '66.186.19.5', '1576449721', '__ci_last_regenerate|i:1576449721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d383791eeab30d713cdef92d81edb71bf7cd84', '66.186.19.5', '1576681201', '__ci_last_regenerate|i:1576681201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d3ea39d310d01fa2c4428f80283148a1f8b7c9', '66.186.19.5', '1576610582', '__ci_last_regenerate|i:1576610582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d676ef5338a52645637bc0f210017830f87d7e', '66.186.19.5', '1576373701', '__ci_last_regenerate|i:1576373701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36ec28347a1feabc177d385ba4c24617184b3611', '66.186.19.5', '1576404001', '__ci_last_regenerate|i:1576404001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f2739240dd6fe9f75daba077d5cb274a85130f', '66.186.19.5', '1576661162', '__ci_last_regenerate|i:1576661162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f428bc2087bf5642cd76679b2eda2efaba0886', '66.186.19.5', '1576544821', '__ci_last_regenerate|i:1576544821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f42a1870acd5132069772fc25f156842b1336d', '66.186.19.5', '1576580761', '__ci_last_regenerate|i:1576580761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f6200652d5dc8559e731010e0e811b9bff3660', '66.186.19.5', '1576374721', '__ci_last_regenerate|i:1576374721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37028e0e44759456e256d5452cf0e2dca2bff9a8', '77.88.5.58', '1593037974', '__ci_last_regenerate|i:1593037974;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3702cb608030509333c31343d38b516a8f4a61ac', '66.220.149.17', '1583380007', '__ci_last_regenerate|i:1583380007;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3705ff045d2544874c20a333a3245b41228c0e67', '66.186.19.5', '1576637942', '__ci_last_regenerate|i:1576637942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3708fc3212cd87edadb76f7111b243bcefc8227a', '66.186.19.5', '1576315501', '__ci_last_regenerate|i:1576315501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37117956de6e76b27d21effd30e03e3c4d0fe6c4', '66.186.19.5', '1576336861', '__ci_last_regenerate|i:1576336861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('371585ca7d21cfbac628c0500d0c0760a2c5896b', '66.186.19.5', '1576522741', '__ci_last_regenerate|i:1576522741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3720efa58bd3dcd6105a0fc659a9f2c3a8c8b454', '66.186.19.5', '1576651562', '__ci_last_regenerate|i:1576651562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37350b4a04463b864f777b15209473a7ed6cc02b', '66.186.19.5', '1576490402', '__ci_last_regenerate|i:1576490402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('373a5e6301226b7d376073d4552ce8d33bf69767', '66.186.19.5', '1576335422', '__ci_last_regenerate|i:1576335422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37457136e22d4021ee370a44c04cfaf4ddce0a76', '66.186.19.5', '1576527661', '__ci_last_regenerate|i:1576527661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3748e7fa8a52bd72bc8462a43652e1296426add6', '66.186.19.5', '1576405441', '__ci_last_regenerate|i:1576405441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('375f9e16828300199d77aea4cc282ff8495d2964', '66.186.19.5', '1576629182', '__ci_last_regenerate|i:1576629182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3763d14692f0f9e8a017434e1657c2e6c08062cf', '66.186.19.5', '1576591022', '__ci_last_regenerate|i:1576591022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('376a0b58cce1ce88e26d550889f0855dd465b1af', '66.186.19.5', '1576331521', '__ci_last_regenerate|i:1576331521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('376b5dbb46cd2fead1bc36ec5f3272b083bd1549', '66.186.19.5', '1576500781', '__ci_last_regenerate|i:1576500781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('376e40a966f4e06ff0f7d350face397d9fccb28f', '66.186.19.5', '1576285202', '__ci_last_regenerate|i:1576285202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('377519bb7fef6c2014012581d62e113fa4ac98d6', '66.186.19.5', '1576595102', '__ci_last_regenerate|i:1576595102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3778d87b040a28578936a7fdb536fcd4fcd95db4', '66.186.19.5', '1576340102', '__ci_last_regenerate|i:1576340102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37806643ad8382de72b5f56a1442a468d01fa0d7', '66.186.19.5', '1576452902', '__ci_last_regenerate|i:1576452902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37841a1e8054e0a551e8a8dd197689e908357e77', '66.186.19.5', '1576596662', '__ci_last_regenerate|i:1576596662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378cc447ab9f01e7edb6828c1a087f305e9e71d2', '66.186.19.5', '1576387501', '__ci_last_regenerate|i:1576387501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378d4d431d9cefcb71811b617fd45b11c5ca4a5d', '66.186.19.5', '1576531382', '__ci_last_regenerate|i:1576531382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378daf627ca1b1b282357cedeb70f180d38182f9', '66.186.19.5', '1576594502', '__ci_last_regenerate|i:1576594502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378e7750a322b48709ab5215f6d5a53b33eb73ee', '66.186.19.5', '1576558862', '__ci_last_regenerate|i:1576558862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378eb80f77c100b09f0b5335ce915452826807aa', '66.186.19.5', '1576432921', '__ci_last_regenerate|i:1576432921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3795cbd87ee9289a360f866640cf6b2ec842f481', '66.186.19.5', '1576325101', '__ci_last_regenerate|i:1576325101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a5aeefd6a1979717a29b53d42b9730b49e435e', '190.236.102.225', '1582130129', '__ci_last_regenerate|i:1582129902;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581777673\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37aad2d39f107443c3bbd6d473b473ed1e88a077', '66.186.19.5', '1576363921', '__ci_last_regenerate|i:1576363921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37c301c15e9e26ef067104e357fbb1b05afe7dac', '66.186.19.5', '1576467001', '__ci_last_regenerate|i:1576467001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37c3fffd9964675abaebbcb3c8df6be0def6ee90', '66.186.19.5', '1576351921', '__ci_last_regenerate|i:1576351921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37c926b3b38ca97047f3a00f8c2c854a9eb43869', '66.186.19.5', '1576361702', '__ci_last_regenerate|i:1576361702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37dcf0ea0a4ccc78b4679dfcff9030023699c4fa', '66.186.19.5', '1576682641', '__ci_last_regenerate|i:1576682641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37de1d28135995bcfbf5b0b14efe6003e9505c32', '66.186.19.5', '1576287841', '__ci_last_regenerate|i:1576287841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e84c1cc5f20b070dafaa079cb69205e85025e0', '190.236.102.225', '1582208085', '__ci_last_regenerate|i:1582208084;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37eeda598fdfba1028c5fa9e09a29357400b14a5', '66.186.19.5', '1576572782', '__ci_last_regenerate|i:1576572782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3801fc7fc0deb0b64479b3f84f685364232a7b17', '66.186.19.5', '1576426321', '__ci_last_regenerate|i:1576426321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3807d1ab55e503bb9bec59608b36c6aa861b6206', '66.186.19.5', '1576549802', '__ci_last_regenerate|i:1576549802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('380d7aa3a354e1474ccdb68c93d26874242f9716', '66.186.19.5', '1576473181', '__ci_last_regenerate|i:1576473181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('380fcc2ffdfb9dc647101edf420b96664f697292', '66.186.19.5', '1576575661', '__ci_last_regenerate|i:1576575661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('381181e3cd1275c7068423e6b1b3597357959556', '66.186.19.5', '1576458661', '__ci_last_regenerate|i:1576458661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3814055235ebd15486f24fe4efaf3322cb6e1fa7', '181.176.106.150', '1584502366', '__ci_last_regenerate|i:1584502047;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584133427\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('382111aeaae47f44a70cc6e3c5892233aaeeb7ed', '66.186.19.5', '1576669622', '__ci_last_regenerate|i:1576669622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('382720e959454d8d4906c092a0d26378024422cf', '66.186.19.5', '1576334281', '__ci_last_regenerate|i:1576334281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38309845946a11eab6f97df417ec198591b5efa0', '173.252.83.13', '1583197497', '__ci_last_regenerate|i:1583197497;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('383480ddc7bd7fd0d1e2ace673e61182986cdfcf', '66.186.19.5', '1576303261', '__ci_last_regenerate|i:1576303261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3838487f073f8780efd95613b28557ad1b29b481', '66.186.19.5', '1576413361', '__ci_last_regenerate|i:1576413361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3839c21c6b02ef199e7709a9de752b5d', '190.232.33.208', '1576185230', '__ci_last_regenerate|i:1576185230;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('383dca9538840ef123c8ab0b9d04e2fcf6cd71ee', '66.186.19.5', '1576330502', '__ci_last_regenerate|i:1576330502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38435110184520d3e21e5d903cb12f1cfb68ea54', '181.176.106.150', '1584500028', '__ci_last_regenerate|i:1584499884;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584133427\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('385d30021cf8deacc03931e7594ccc36d2ff6d91', '66.186.19.5', '1576328762', '__ci_last_regenerate|i:1576328762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3865e81eecbef43914681821613a89efaeae3aa1', '167.71.182.12', '1585981584', '__ci_last_regenerate|i:1585981584;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('386a9f96f5d89abdec32582ecef756531abb8f6f', '66.186.19.5', '1576634461', '__ci_last_regenerate|i:1576634461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('386cea0aa4089c367cbf1f61b90bef11c23489bc', '66.186.19.5', '1576387742', '__ci_last_regenerate|i:1576387742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3879e159bdef237d6c3aeafd6197100c807e39c3', '66.186.19.5', '1576324622', '__ci_last_regenerate|i:1576324622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('387b054b453e1ae45044e666feca6a4d52847210', '66.186.19.5', '1576317361', '__ci_last_regenerate|i:1576317361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3882612f2a9f2a49c3a86732d67531f49a4688f6', '66.102.8.147', '1579028729', '__ci_last_regenerate|i:1579028727;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3884c82d7bba7f84740e92638939651efdbccfbb', '66.186.19.5', '1576639801', '__ci_last_regenerate|i:1576639801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('388ab28c4fabda8f60cd9172170f6c4374d54ee0', '66.186.19.5', '1576441862', '__ci_last_regenerate|i:1576441861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3894a2f9f246b5381f1a4bef25019db5d13d15b3', '66.186.19.5', '1576424342', '__ci_last_regenerate|i:1576424341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3896cd4e0b06a84e43dcfe13d02939a16afa685a', '66.186.19.5', '1576369442', '__ci_last_regenerate|i:1576369442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('389de83fa765fc3f34f8ad9f20cb338135db17d0', '66.186.19.5', '1576365722', '__ci_last_regenerate|i:1576365722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38a14459f521eed401cb86e938544c53231e6576', '66.186.19.5', '1576298101', '__ci_last_regenerate|i:1576298101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38aaeae735c8f7f8805e8bc5096072bd804a6c12', '173.252.127.1', '1580226844', '__ci_last_regenerate|i:1580226844;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38b6f71ca1fcf8506ac3dd42212cbcaadd028bb8', '66.186.19.5', '1576648682', '__ci_last_regenerate|i:1576648682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38be82bae19d72e43b42908346a15890821a2b5e', '66.186.19.5', '1576687562', '__ci_last_regenerate|i:1576687562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38c07089bd28c5e18820550a4591453ecd1e96ef', '66.186.19.5', '1576430761', '__ci_last_regenerate|i:1576430761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38c3fac2f5937b32ca1b6290c159136995bdbf21', '66.186.19.5', '1576282021', '__ci_last_regenerate|i:1576282021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38cd2a89f0544d24a9df116dfe1c8c60e4066215', '66.186.19.5', '1576291502', '__ci_last_regenerate|i:1576291502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38dcb132600136846d486fef86d45733eedd9426', '66.186.19.5', '1576494602', '__ci_last_regenerate|i:1576494602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38f2c85a82ab2ffe6a0115037ee89e095ce94366', '66.186.19.5', '1576565822', '__ci_last_regenerate|i:1576565822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38f8837d3f30212f5fc8122e4affe91cf5ec0fac', '45.189.116.18', '1591600693', '__ci_last_regenerate|i:1591600691;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38fcd0c6e6d88a208208dd8ef71a19f0f606e760', '179.6.205.180', '1583989270', '__ci_last_regenerate|i:1583989268;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3916daaee398fbcc7d70b72043241505448f904b', '66.186.19.5', '1576324982', '__ci_last_regenerate|i:1576324982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39180782c5b9b0074c54f0ff780424d162479844', '66.186.19.5', '1576333021', '__ci_last_regenerate|i:1576333021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39195e93e285d1f37b21f99c45a9af139bd95719', '66.186.19.5', '1576420141', '__ci_last_regenerate|i:1576420141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('392067e410bf62add93b88a99e8138b0e4eb57c9', '138.246.253.15', '1589173013', '__ci_last_regenerate|i:1589173013;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('392458a10e9e4b2f5b3e5c5a1e30ddd2d86851b3', '66.186.19.5', '1576607582', '__ci_last_regenerate|i:1576607582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('392b9e8fa69159e280871540a4bc02d2b2b7270c', '209.17.96.74', '1578478507', '__ci_last_regenerate|i:1578478507;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39372cc1461559d5bbbbb62ef5804e3c37654852', '66.186.19.5', '1576495981', '__ci_last_regenerate|i:1576495981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3956e40a7bcd20f8e76e738d03d54cc1e1cce342', '66.186.19.5', '1576279801', '__ci_last_regenerate|i:1576279801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('395962925d5254c259a6e80459ab1e530f8ebb5d', '66.186.19.5', '1576314661', '__ci_last_regenerate|i:1576314661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('395d849772099be490d1753dbe0cf376bf68cf69', '45.189.116.18', '1591596990', '__ci_last_regenerate|i:1591596951;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3964a67373bd76f928d798ee7be7e04b81aa1b81', '66.186.19.5', '1576398002', '__ci_last_regenerate|i:1576398002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39704be3fcf1efa456c07fb76dc5531d72b51b8a', '66.186.19.5', '1576475762', '__ci_last_regenerate|i:1576475762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('397390369031947a83ae2852c35035fa33f3ec9b', '66.186.19.5', '1576411862', '__ci_last_regenerate|i:1576411862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39744ed33d6ef247da146fabc6f033f7bf0724d2', '66.186.19.5', '1576515001', '__ci_last_regenerate|i:1576515001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398483948e00443ceeefff77f251dac50c6c969e', '66.186.19.5', '1576480862', '__ci_last_regenerate|i:1576480862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398cfe3f3f7076e6f18eb35e8510809e4e0976cd', '66.186.19.5', '1576471141', '__ci_last_regenerate|i:1576471141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39918750816bd7cb6d3894b9b6e2da21ea14d43e', '66.186.19.5', '1576366562', '__ci_last_regenerate|i:1576366562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399e82620ae4ef0110b4eab06eb2427c61efcdd1', '66.186.19.5', '1576281721', '__ci_last_regenerate|i:1576281721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39a2b5c2e6d16130e6ce8cdc73af09dd2be3ec49', '66.186.19.5', '1576424521', '__ci_last_regenerate|i:1576424521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39a517ebf097deb645178b3529c9e892dc5d91cd', '66.186.19.5', '1576429862', '__ci_last_regenerate|i:1576429862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39aa233dc33213130fa18f26098357ddd948ed8a', '66.186.19.5', '1576627621', '__ci_last_regenerate|i:1576627621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39ab06cebe20f2a715d67432ce928ab038e5ae92', '66.186.19.5', '1576642802', '__ci_last_regenerate|i:1576642802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39ae9f46ccf35549799cfe9848829f4b613a5d6a', '66.186.19.5', '1576340702', '__ci_last_regenerate|i:1576340702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39b2029cbcfa4795458de17cfcd2a2ac760f8e79', '190.232.33.208', '1577382083', '__ci_last_regenerate|i:1577382068;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1577379487\";last_ip|s:15:\"190.234.106.149\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39b9a5090b2f3fca0584a4e40d24d37f3f677fca', '173.252.87.11', '1592446650', '__ci_last_regenerate|i:1592446650;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39bba6733cdae02ef444621f9851f43390fb30ec', '66.186.19.5', '1576335962', '__ci_last_regenerate|i:1576335962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39c31b44773168510af421028162fdeca8a5edf8', '66.186.19.5', '1576677362', '__ci_last_regenerate|i:1576677362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39c9fb36f5e87d3a57569926ac433d75b4c38766', '66.186.19.5', '1576280042', '__ci_last_regenerate|i:1576280042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39d78d900f635972e4df228d21df0a2061c267d9', '66.186.19.5', '1576344961', '__ci_last_regenerate|i:1576344961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39fcafc0b420ace6195d7f4f1e1adf96191dad85', '66.186.19.5', '1576523462', '__ci_last_regenerate|i:1576523462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a00ad52256ca006cbb7b12d39b0bed72a125195', '66.186.19.5', '1576599121', '__ci_last_regenerate|i:1576599121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a0323d4102ede265048d4f4ac9c97bcd9784ff5', '66.186.19.5', '1576380062', '__ci_last_regenerate|i:1576380062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a0876356d70199af5161f56a21ab9b79f5200d7', '66.186.19.5', '1576313702', '__ci_last_regenerate|i:1576313702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a095d935dc01eb47b3ea7b5918bc5a3c733c2fc', '198.12.112.129', '1591569081', '__ci_last_regenerate|i:1591569081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a0c41f8f65f941d4219f23cd7d385ea0a050774', '66.186.19.5', '1576522982', '__ci_last_regenerate|i:1576522982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a1233eccb74c2385620a3ccbe2721cbd312d09f', '66.186.19.5', '1576689422', '__ci_last_regenerate|i:1576689422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a16e2beff7993084c510d8da21679827f3afaab', '66.186.19.5', '1576654742', '__ci_last_regenerate|i:1576654742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a1ae122c7d20c242dcdff176e36d091f16ca88a', '66.186.19.5', '1576435562', '__ci_last_regenerate|i:1576435562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a2d333e5dc6d04836f67edc94fb5c05d8376952', '66.186.19.5', '1576315202', '__ci_last_regenerate|i:1576315202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a3a97ec3c3391eeb4bff93e92dc53e11683a9e1', '66.186.19.5', '1576455661', '__ci_last_regenerate|i:1576455661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a3d3476803d65e129f4feaf841b5aa14a7d0b39', '66.186.19.5', '1576358282', '__ci_last_regenerate|i:1576358282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a44cd83541853eea4f4b0dba729a17c34e2ef18', '173.252.127.14', '1588892409', '__ci_last_regenerate|i:1588892409;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a5983c0d5a5874b7be49f44d335fd3edd2b592d', '66.186.19.5', '1576625521', '__ci_last_regenerate|i:1576625521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a62eff19696340e891049de64d43de5674765a9', '45.189.116.18', '1592262338', '__ci_last_regenerate|i:1592262295;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592251346\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a636bf5290d9ac116575c4aa0242c8a237f3df4', '66.186.19.5', '1576402502', '__ci_last_regenerate|i:1576402502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a6e493a85cfd54743698b23cd129b14d40b5218', '66.186.19.5', '1576382822', '__ci_last_regenerate|i:1576382822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a734200f1533c332cb617491de0a1f7f931cfbf', '66.186.19.5', '1576418762', '__ci_last_regenerate|i:1576418762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a8373b06e569d0e1d55687af07ef528c7755c53', '66.186.19.5', '1576474982', '__ci_last_regenerate|i:1576474982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a848d13a66960465b86a3e49f3ccafd451a19f8', '66.186.19.5', '1576553941', '__ci_last_regenerate|i:1576553941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a8802a2201bab95b17df841e35787ea575109d5', '66.186.19.5', '1576412581', '__ci_last_regenerate|i:1576412581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a8d22962709279647582a98560dbb56676b94b7', '66.186.19.5', '1576376942', '__ci_last_regenerate|i:1576376942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a92ba377bf10adebb2982cef28717707951dc6a', '66.186.19.5', '1576582861', '__ci_last_regenerate|i:1576582861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a94108ddc9d06e8eb305e14b98c20943e7a068f', '66.186.19.5', '1576321201', '__ci_last_regenerate|i:1576321201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a9e821c60a1cd4b3e84ab970ff5ae628fd892d3', '190.239.111.151', '1583947437', '__ci_last_regenerate|i:1583947406;local|s:1:\"1\";listaVenta|i:6;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa1a6f468517def5c03d5928c7153c14369995b', '66.186.19.5', '1576657921', '__ci_last_regenerate|i:1576657921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aad02027b6a33b22bcb4bf4cee814718bfeba52', '66.186.19.5', '1576555502', '__ci_last_regenerate|i:1576555502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ab8657f65809de4d595a3fddca2a3735d2067ee', '66.186.19.5', '1576344781', '__ci_last_regenerate|i:1576344781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ac7086d2befdf68b1587e31dcfbf2220a5ad285', '66.186.19.5', '1576493401', '__ci_last_regenerate|i:1576493401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ac76c59920fc62ffc6e146b2b34846c4be97762', '66.186.19.5', '1576299302', '__ci_last_regenerate|i:1576299302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ac9997d394f0c40d1abc82b204bff57abb307c7', '173.252.83.17', '1580854031', '__ci_last_regenerate|i:1580854031;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad716fbfebecfbc4efaa3be5059ab19af3f3982', '66.186.19.5', '1576315562', '__ci_last_regenerate|i:1576315562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad86c6061613a93db21d095b7fe25ea8352f45b', '66.186.19.5', '1576481342', '__ci_last_regenerate|i:1576481342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad9a228d55434fe877fc88e112be5fd4cc54d5b', '66.186.19.5', '1576400642', '__ci_last_regenerate|i:1576400642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3add314baf34de1b01a6b2e2531875c40bc3d55f', '66.186.19.5', '1576356542', '__ci_last_regenerate|i:1576356542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3adf6289d72ce5b9f6f765ddf122471de6b2abbf', '66.186.19.5', '1576455901', '__ci_last_regenerate|i:1576455901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae067da482189e3eeb5f82e400c9831f3afb50e', '66.249.83.37', '1585782998', '__ci_last_regenerate|i:1585782998;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae1a4d64f18f8dd9f38e6d1c2d09877ebb11c16', '66.186.19.5', '1576687081', '__ci_last_regenerate|i:1576687081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aedf80e9b471647171765dd3ab2bf43468c7989', '66.186.19.5', '1576631702', '__ci_last_regenerate|i:1576631702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3af0a3c5394e7743271cf85968bb7ec4b31519ca', '66.186.19.5', '1576470061', '__ci_last_regenerate|i:1576470061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3af64804cbac0602248b583f1a813c14635915f8', '66.186.19.5', '1576431722', '__ci_last_regenerate|i:1576431722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b008194c99c984c8a3c6296acc487c3827ee922', '66.186.19.5', '1576350781', '__ci_last_regenerate|i:1576350781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b03514b8bd6ff3cd9a671bd3df0061c541cdc23', '173.252.83.23', '1588695059', '__ci_last_regenerate|i:1588695059;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b04d0658db968c8c55c7573c258fcf69d6df13f', '66.186.19.5', '1576638781', '__ci_last_regenerate|i:1576638781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b08aaf56f19ff0c665d82b0db4e0492d43f5c71', '66.186.19.5', '1576498801', '__ci_last_regenerate|i:1576498801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b15023d34b9888a3e79e12f75d62a2178c8639c', '66.186.19.5', '1576677061', '__ci_last_regenerate|i:1576677061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b30fd7f50e34d548a9f5ca7dc106898d962839a', '66.186.19.5', '1576683181', '__ci_last_regenerate|i:1576683181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b348e74d39c07d1c27db9cf478ced9967910eba', '66.186.19.5', '1576396141', '__ci_last_regenerate|i:1576396141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b3fb85c5bcf0e5a860ae69d357001cc763bdb3d', '66.186.19.5', '1576310522', '__ci_last_regenerate|i:1576310522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b40f8ef8ff82481000a5881e5c017ee24d043ee', '66.186.19.5', '1576508402', '__ci_last_regenerate|i:1576508402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b427e64a8141d57543829760ff19099446751d2', '190.113.215.63', '1578328389', '__ci_last_regenerate|i:1578328387;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4ae4edadc1ae8f844fbe695601ea565b468c83', '66.249.83.34', '1585943462', '__ci_last_regenerate|i:1585943462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4b705da22c6feefc0bef299d6571be65a233cb', '45.189.116.18', '1591677529', '__ci_last_regenerate|i:1591677529;local|s:1:\"2\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591582499\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4c101e748c32835df4e8ca82a7d1493da7eea6', '66.186.19.5', '1576368002', '__ci_last_regenerate|i:1576368002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4f46fcc44023bcbc882ab5641b600a55814233', '66.186.19.5', '1576363621', '__ci_last_regenerate|i:1576363621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b64608b805fb0da6db9ee8fb934b462b097b6c8', '66.186.19.5', '1576482302', '__ci_last_regenerate|i:1576482302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b74dc308d8b89cf52ec23eed3afc209adc107b6', '91.221.85.111', '1584488836', '__ci_last_regenerate|i:1584488836;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b81864d5e08c7f89ae0c9633e1ca7af4787f24c', '66.186.19.5', '1576378022', '__ci_last_regenerate|i:1576378022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b8a36f547bfde7e4480e73659d4b0e9c6d15155', '66.186.19.5', '1576305301', '__ci_last_regenerate|i:1576305301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b8cf1a9dbe95fa38b80e089c2216a9cd4f2ce30', '66.186.19.5', '1576507382', '__ci_last_regenerate|i:1576507382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b9250e5d67917b118e7bf7aeb248c9609cd4de9', '66.186.19.5', '1576523102', '__ci_last_regenerate|i:1576523102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b93db48dd919a7eb49f6f8703e605033a6e5864', '66.186.19.5', '1576450741', '__ci_last_regenerate|i:1576450741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b959375d5c7d265715c90ca8de151de37b7a173', '66.186.19.5', '1576501862', '__ci_last_regenerate|i:1576501862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ba3cd08eeb388429954a7c0a95e92e11ebf3db2', '66.186.19.5', '1576401661', '__ci_last_regenerate|i:1576401661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ba42d92413938130b6e1465c114a16ace7a14ff', '66.249.83.42', '1583074130', '__ci_last_regenerate|i:1583074130;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ba6f580548174513e1d9059e889f2a5db89794e', '190.234.163.130', '1592070820', '__ci_last_regenerate|i:1592070771;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592000686\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bbc5414cf98b1f4e9426cbc9036260f0d3e153b', '66.186.19.5', '1576679102', '__ci_last_regenerate|i:1576679102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bbd7f0b5e7fe6d15a9dfba9f575059e9a92804c', '66.186.19.5', '1576314121', '__ci_last_regenerate|i:1576314121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bcdf23c9ce7ecdf3ef5414db34992787cc5cf3d', '66.186.19.5', '1576480502', '__ci_last_regenerate|i:1576480502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd2b3f171c5e530b47f0ea067b83cab2a012f8c', '66.186.19.5', '1576546322', '__ci_last_regenerate|i:1576546322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd5f924acf89206c9101d97e8c3f262faea1eb3', '66.186.19.5', '1576511642', '__ci_last_regenerate|i:1576511641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd724a3a2d7bd81e37bf976df8626320b2f9375', '31.13.127.18', '1587612163', '__ci_last_regenerate|i:1587612163;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd72ff30dbc436390a594ea6815ecd9919c0256', '66.186.19.5', '1576485722', '__ci_last_regenerate|i:1576485722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bdf131309e24b8f8b527da6a4ab0b222b2f3133', '66.186.19.5', '1576525502', '__ci_last_regenerate|i:1576525502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be9bde9c7aae9820375b19935a0c4bed3bd72af', '66.186.19.5', '1576676101', '__ci_last_regenerate|i:1576676101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3becfefb07273eb098641f5930ccd74444a39f33', '66.186.19.5', '1576436342', '__ci_last_regenerate|i:1576436342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bf80f4443a39e36e0a59075d71513e0efb6f5e2', '45.189.116.18', '1591940744', '__ci_last_regenerate|i:1591940744;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bfa5c0d90623f27121caea9c54e70f45d7d28d0', '66.186.19.5', '1576569422', '__ci_last_regenerate|i:1576569422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bfbe24b736d7a9d23dfe6663d75abd5b4c524c4', '190.232.33.208', '1576185638', '__ci_last_regenerate|i:1576185385;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576185344\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bfc71901c57cf9352951244a3659b51becfd0c1', '66.186.19.5', '1576388102', '__ci_last_regenerate|i:1576388102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c045544f11878c690379595205678af577cce17', '173.252.83.4', '1577824597', '__ci_last_regenerate|i:1577824597;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c0641171b74baa139964d927ab822bc2c5b1990', '66.186.19.5', '1576636202', '__ci_last_regenerate|i:1576636202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c067d86cca912486505dd7da5104866d3cea954', '66.186.19.5', '1576551601', '__ci_last_regenerate|i:1576551601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c0e4a3dcb69fb960c4cff67e6a1f305b52b2a56', '66.186.19.5', '1576677722', '__ci_last_regenerate|i:1576677722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c128519b304a2cc8cebd52c4978f0d44d34f6f0', '66.186.19.5', '1576584962', '__ci_last_regenerate|i:1576584962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1cfd42b838a4db7dde631bdaad88f688ee1929', '190.236.102.225', '1582128290', '__ci_last_regenerate|i:1582128276;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581777673\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c21764cd0bd94387f431bf394892c67707606a4', '66.186.19.5', '1576532702', '__ci_last_regenerate|i:1576532702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c2a0dfeab0a952c9d7a89706f04c869145d50f5', '132.251.3.129', '1584039808', '__ci_last_regenerate|i:1584039807;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c34af16ad8cafa0fba0990c9981a47d3c8ac97d', '66.186.19.5', '1576362662', '__ci_last_regenerate|i:1576362662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c44056a4e978789d536db38320ebca77b1c5213', '66.186.19.5', '1576677002', '__ci_last_regenerate|i:1576677002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c4968a6f84ba0ae3dd3db83e88fb5d428a971f1', '66.186.19.5', '1576673282', '__ci_last_regenerate|i:1576673282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c49912e1cd936ccd52040fea1f52f286b6032bf', '66.186.19.5', '1576593961', '__ci_last_regenerate|i:1576593961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c4c672d9e5c7804aa2bdd96d928d6b237f0692f', '66.186.19.5', '1576411022', '__ci_last_regenerate|i:1576411022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c5ec938e49207bf0c29f57a0290bc5122a0c71b', '190.239.111.151', '1583937138', '__ci_last_regenerate|i:1583936975;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c61614964bfb6f6b4ccd1b08e8e6f3192686bbd', '45.189.116.18', '1590711750', '__ci_last_regenerate|i:1590711747;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590700591\";last_ip|s:14:\"181.176.124.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c6cfaffefcd2ec9b2f03e7cfb74e8ddb4137659', '190.236.102.225', '1583196708', '__ci_last_regenerate|i:1583196707;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583181692\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c8a407c21952f0ac7fcbe9cb555f67e7cf4e0fb', '66.186.19.5', '1576389124', '__ci_last_regenerate|i:1576389124;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c8a9c741317e2575e54c4bb83205844424b228e', '66.186.19.5', '1576289042', '__ci_last_regenerate|i:1576289041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ca614eba0b2187927a93a7dbc53d234c4c2f1ea', '209.17.96.178', '1591425954', '__ci_last_regenerate|i:1591425954;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cafd2e3625e9c0694efb515561c3bbe136c28d0', '66.186.19.5', '1576413121', '__ci_last_regenerate|i:1576413121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cb43c25a1e4b1edbeb233fd91cd1931b26cb110', '77.88.5.123', '1593125907', '__ci_last_regenerate|i:1593125907;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cbacee592c783ae079f020eff071a4e92165b88', '181.176.106.150', '1584506943', '__ci_last_regenerate|i:1584506943;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584133427\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cbfd971ed2531ee636b97e9a7edc3e918ce950f', '178.62.127.248', '1588872103', '__ci_last_regenerate|i:1588872103;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cc457ca719d61e790de49f2a7ebafee', '168.90.245.46', '1582284177', '__ci_last_regenerate|i:1582284177;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cc63bcd69c092cd5bfe30f7ccf147fb680607e9', '66.186.19.5', '1576567741', '__ci_last_regenerate|i:1576567741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cc7338cd48a980b54e90aff2ff38b9d50e5d466', '66.186.19.5', '1576397701', '__ci_last_regenerate|i:1576397701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ccc1b6db9e0574e7be96ab9e7b3794db9a021a5', '66.186.19.5', '1576624981', '__ci_last_regenerate|i:1576624981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cdd1dd4d4366269e9e5e92ddd3740910539742d', '138.246.253.15', '1587648946', '__ci_last_regenerate|i:1587648946;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cf00cf511dae6e3ceb2fb36abbd38d8ed9c1aa2', '66.186.19.5', '1576673161', '__ci_last_regenerate|i:1576673161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cf59ccb62384805c0f79ef2e34e08d98b50df99', '77.88.5.50', '1586758997', '__ci_last_regenerate|i:1586758997;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cfb6da7d4f493e360b1185f2596b7fe0e5ed94c', '66.186.19.5', '1576332002', '__ci_last_regenerate|i:1576332002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cfe93c9d79def63037ffc3d34b63196a88cf694', '66.186.19.5', '1576280762', '__ci_last_regenerate|i:1576280762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d06aef7473cebacf3d6e59602d23e761cad78c0', '66.186.19.5', '1576554242', '__ci_last_regenerate|i:1576554242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d1342f742454cb0e5da196fc3966bba4dd4592c', '66.186.19.5', '1576572181', '__ci_last_regenerate|i:1576572181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d165f4acd97be49c9887fbc3cdb8bb9cc8dfb19', '66.186.19.5', '1576570381', '__ci_last_regenerate|i:1576570381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d24ff2c97ce697bc4ac89664d3fb245c95c385c', '66.186.19.5', '1576590901', '__ci_last_regenerate|i:1576590901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d2597cae689e4f42f0560a1d1f1d880f9d560e0', '66.186.19.5', '1576406762', '__ci_last_regenerate|i:1576406761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d259eef41044527363bf2893a101ada57cb5100', '66.186.19.5', '1576320301', '__ci_last_regenerate|i:1576320301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d2a9e7c98dadc582137ff2ddf7e73e55fb2c696', '66.186.19.5', '1576426442', '__ci_last_regenerate|i:1576426442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d2dfa1748b395e055befae806113952c2ee1aff', '66.186.19.5', '1576452002', '__ci_last_regenerate|i:1576452002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d312c0d5cd0830f934c505c45f941accfbfc1de', '66.186.19.5', '1576676162', '__ci_last_regenerate|i:1576676162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d31fb25c49c55ddf9c8debabc7effaa96eee320', '66.186.19.5', '1576406342', '__ci_last_regenerate|i:1576406341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d37ee09f6596f94ec660f0e8818afa628fd7c84', '66.186.19.5', '1576426382', '__ci_last_regenerate|i:1576426382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d3abc4667028b8b9f7ea21bc64198c0bc52d62f', '66.186.19.5', '1576513441', '__ci_last_regenerate|i:1576513441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d4132aa621d2e8802839609de6b819cfb6b3138', '66.186.19.5', '1576509541', '__ci_last_regenerate|i:1576509541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d4e3f2e5cdb97ddbc092b33a4d09f49fdea8f8f', '66.186.19.5', '1576653902', '__ci_last_regenerate|i:1576653902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d4fe03650a7697b98bc64047c7755a0e9dd42eb', '66.186.19.5', '1576594982', '__ci_last_regenerate|i:1576594982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d591d4172a2a248d5eee2c463749c295e3429b3', '66.186.19.5', '1576293661', '__ci_last_regenerate|i:1576293661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d75afd884164e085f7c63f671dea27bef563b8c', '66.186.19.5', '1576281481', '__ci_last_regenerate|i:1576281481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d7e4a5612a84e543f0607c612b662405ed9e9b0', '190.232.33.208', '1576520626', '__ci_last_regenerate|i:1576520490;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576519685\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:14:\"smtp.gmail.com\";smtp_user|s:22:\"sistpv.actec@gmail.com\";smtp_pass|s:88:\"AKY4sOQB1MmHoyOMcqIsV7qucC+ouEspLv6KlGxYYH5oQqWf2c+4fxK+CeUVwJQA/ZruT84DE7qSrTJv2iOaoA==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d8a3b1594c1707156b2e604766fe25682ad1196', '66.186.19.5', '1576422182', '__ci_last_regenerate|i:1576422182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d8be58af56efacf8b48ccc02d7379bff8623542', '66.186.19.5', '1576439342', '__ci_last_regenerate|i:1576439342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3da88968a06e16c03bf3833869c72a13b5d5a917', '190.232.33.208', '1578938560', '__ci_last_regenerate|i:1578938333;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1578594815\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dc5822a15fb6487487dddee27f2eed1735cfbeb', '66.186.19.5', '1576372681', '__ci_last_regenerate|i:1576372681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dc7488dba88775c3b0894cc078c95a44bbf321b', '66.186.19.5', '1576592521', '__ci_last_regenerate|i:1576592521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dc918491cb6e28232884c51831d74f527652aea', '181.176.100.16', '1586802574', '__ci_last_regenerate|i:1586802411;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1586642382\";last_ip|s:14:\"181.176.97.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dda19c868e9483f53848456acf9ad0e6632c45f', '66.186.19.5', '1576547942', '__ci_last_regenerate|i:1576547942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ddca8ae1456a488b57d052a03b7c77a603c75f4', '66.186.19.5', '1576601282', '__ci_last_regenerate|i:1576601282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3de497c0e507f6fc303ddbca35a6f3300b2e413a', '66.186.19.5', '1576633802', '__ci_last_regenerate|i:1576633802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dea0a1aaea6a54c7efe1bd8b9c63777140f3490', '66.186.19.5', '1576505821', '__ci_last_regenerate|i:1576505821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3df441f1d64a71a74bd4816533532c06adec6f16', '66.186.19.5', '1576435381', '__ci_last_regenerate|i:1576435381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3df64a9c37b783b8c501df4688df157cfb647ecb', '66.186.19.5', '1576472882', '__ci_last_regenerate|i:1576472882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3df7b81764da9c30d72d93115414809206e31966', '66.186.19.5', '1576392781', '__ci_last_regenerate|i:1576392781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3df9562c9024c2d653460c9abe897e06d5cbaefa', '66.186.19.5', '1576282801', '__ci_last_regenerate|i:1576282801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dfba28e8b06a43ea90852139f6512351ce5caef', '66.186.19.5', '1576345261', '__ci_last_regenerate|i:1576345261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e028631e1e2d78aae3291f50a737983c44fb986', '66.186.19.5', '1576459082', '__ci_last_regenerate|i:1576459082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e243d42f7761b866810a051f8cd067df708dcf5', '173.252.83.5', '1584914487', '__ci_last_regenerate|i:1584914487;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e3326bb5681b98c6cba1af1d3702d8f700e66ad', '66.186.19.5', '1576644721', '__ci_last_regenerate|i:1576644721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e4f316853bd6cc74b2f50785c18ac4ba61a275f', '66.186.19.5', '1576653722', '__ci_last_regenerate|i:1576653722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e526e329a24e094cfb527201a35452500592b62', '66.186.19.5', '1576550221', '__ci_last_regenerate|i:1576550221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e5f0d60086e052dad832f85d265bcc5d7ff75dd', '66.186.19.5', '1576326602', '__ci_last_regenerate|i:1576326602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e6721e8799dd4adb91acd24d60a1bad470c3409', '66.186.19.5', '1576467602', '__ci_last_regenerate|i:1576467602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e71955659c055f9b070d69ca87a0c70f4be4455', '66.186.19.5', '1576461781', '__ci_last_regenerate|i:1576461781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e79f1121d3bde37f1ea23f5b74047b75660f192', '66.186.19.5', '1576380541', '__ci_last_regenerate|i:1576380541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e930d6841bccf0629c53d60158fb880a7481176', '66.186.19.5', '1576660081', '__ci_last_regenerate|i:1576660081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ea12e9621e1e222db15f84092cb77b5517dc99a', '66.186.19.5', '1576534801', '__ci_last_regenerate|i:1576534801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ea97313ee3cf8c67df2db845cdd1b73eaaed584', '173.252.83.6', '1583538282', '__ci_last_regenerate|i:1583538282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eb9c64e4d9f808be724142cfe8f8f7fca4c3e7b', '66.186.19.5', '1576583881', '__ci_last_regenerate|i:1576583881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ebed2adebabea570bd5ea5520ea431889c0a187', '66.186.19.5', '1576440301', '__ci_last_regenerate|i:1576440301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ec81b86fa1f732688e27ddb021ec993631b8ec7', '66.186.19.5', '1576605241', '__ci_last_regenerate|i:1576605241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ecac952ad40bd63d0d0d40c172f9a87158e6829', '66.186.19.5', '1576584722', '__ci_last_regenerate|i:1576584722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ecbf0849bfba04db6a5844aa05d012c7a15ad3b', '66.186.19.5', '1576374902', '__ci_last_regenerate|i:1576374902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ecc1fe5a7ed03810666ab13dad02de9e2305457', '66.186.19.5', '1576573261', '__ci_last_regenerate|i:1576573261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed03cb06ce0eac44487e710023411ba0d6dc40d', '66.186.19.5', '1576593662', '__ci_last_regenerate|i:1576593662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed85d65c46d7f8ef4510241e45eba52dbba03cd', '66.186.19.5', '1576670881', '__ci_last_regenerate|i:1576670881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ede5dd4499cac69281a9de027c1e9836045a52c', '209.17.96.250', '1588118810', '__ci_last_regenerate|i:1588118810;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ee1eb53175cb06e5fd785e2b24a200e14e500e8', '66.186.19.5', '1576344482', '__ci_last_regenerate|i:1576344482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ee945ac4286d4e1d5b831bc019a1bc6afd7f107', '66.186.19.5', '1576486862', '__ci_last_regenerate|i:1576486862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eebb20ad2913aa8990e1ea84fdb24fdbd08d4ae', '66.186.19.5', '1576522201', '__ci_last_regenerate|i:1576522201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eecc4e616cad57b9ee7531465f9b8bc25541b6b', '66.186.19.5', '1576282322', '__ci_last_regenerate|i:1576282322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ef1051194af0aec0a7473aa0d9c90c3a22843d2', '173.252.83.5', '1584914487', '__ci_last_regenerate|i:1584914487;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3efcb68dd2dac65a44e3208edca1442b0a7814fa', '190.239.111.151', '1583935281', '__ci_last_regenerate|i:1583935203;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3efd1894649d85fc131647622e11e43f5469f86e', '66.186.19.5', '1576520162', '__ci_last_regenerate|i:1576520162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f0fca120c6472c8331ec790b4e5377daee1af28', '66.186.19.5', '1576656722', '__ci_last_regenerate|i:1576656722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f1103a7c2de605879501c76dec61b1f00d35511', '66.186.19.5', '1576375921', '__ci_last_regenerate|i:1576375921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f12ceeb420c868aefe8f6ee6964236bc72a2a87', '66.186.19.5', '1576455361', '__ci_last_regenerate|i:1576455361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f1a9baa27c8b5ba017332dcda05151d5369b093', '66.186.19.5', '1576377841', '__ci_last_regenerate|i:1576377841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f25502b69475717ad6446b64e7a8c0547b6fd8c', '66.186.19.5', '1576586522', '__ci_last_regenerate|i:1576586522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f2c565ade064903869e9450e8d45d5ea37b2c5b', '66.186.19.5', '1576290901', '__ci_last_regenerate|i:1576290901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f3513de9ef4a61690b1f5b57674734f01efc770', '66.186.19.5', '1576526641', '__ci_last_regenerate|i:1576526641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f3f6e01bef9aa37108cbe9e63d683b15077152f', '66.186.19.5', '1576363562', '__ci_last_regenerate|i:1576363562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f46e82946d5e26976405d5a3231c6cd92728dc8', '66.186.19.5', '1576309501', '__ci_last_regenerate|i:1576309501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f5dfcb08e38fcee63a1511f7fd50f1bd9fb5867', '66.186.19.5', '1576331882', '__ci_last_regenerate|i:1576331882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f62a85b169f795396dd5f2f381a3467db28a9bb', '66.186.19.5', '1576564442', '__ci_last_regenerate|i:1576564442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f7887c9da32fcc084f45348e75d737816f1452d', '66.186.19.5', '1576287121', '__ci_last_regenerate|i:1576287121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f79d1da320a5549ee0240094c21b4c179fb6564', '66.186.19.5', '1576279681', '__ci_last_regenerate|i:1576279681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f82c9982c71c58e84f4d3869ce1bcf431653f1c', '66.186.19.5', '1576461302', '__ci_last_regenerate|i:1576461302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f83a76a6623f9355eff7c04a614bea75d3d5d72', '66.186.19.5', '1576451821', '__ci_last_regenerate|i:1576451821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8a7b133cd5561342b8e3540fde8b4d2aecfe3f', '190.238.52.115', '1583638797', '__ci_last_regenerate|i:1583638108;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583633310\";last_ip|s:15:\"190.233.137.125\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8becc5a255e112715928d499d4b751268b5495', '66.186.19.5', '1576295641', '__ci_last_regenerate|i:1576295641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8d877990cadbf3707b0616046fc89033131b6d', '66.186.19.5', '1576497061', '__ci_last_regenerate|i:1576497061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f992cf183c4570307f02fb23ea56478f657778e', '66.186.19.5', '1576279561', '__ci_last_regenerate|i:1576279561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fa3b5434ffed7feba2e4ad4f588a397a24dd40d', '66.186.19.5', '1576386961', '__ci_last_regenerate|i:1576386961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fb639ee33a6aa544951fa922216738086cd9cad', '66.186.19.5', '1576383242', '__ci_last_regenerate|i:1576383242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc5cca0a62b515a9e0579b54fbdd69a4b808896', '66.186.19.5', '1576316941', '__ci_last_regenerate|i:1576316941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fccdebf4ab56a2cacb010024be0a6f20c58f100', '66.186.19.5', '1576390022', '__ci_last_regenerate|i:1576390022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fd23e04d4052ca17de826c39e7c8136d4d45b0e', '69.171.251.42', '1587612163', '__ci_last_regenerate|i:1587612163;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fd55919b72940268279800d06a87892f816a081', '66.186.19.5', '1576567621', '__ci_last_regenerate|i:1576567621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fe2e9f15beddeb61c8f632ebeaa45ea154550d8', '66.186.19.5', '1576451761', '__ci_last_regenerate|i:1576451761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4001e602b2082f6015ca28fb6800c53bf7d71e2b', '66.186.19.5', '1576672261', '__ci_last_regenerate|i:1576672261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4009192c84f40425a3b533180836b110f2e6fe2a', '181.176.112.208', '1586313399', '__ci_last_regenerate|i:1586313285;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('400e63ee9d1728f0ddeb3632ccdd74aacf84d831', '192.95.29.220', '1590712092', '__ci_last_regenerate|i:1590712092;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4018226de31a4dcc229afce2ade092977f5db68c', '66.186.19.5', '1576281121', '__ci_last_regenerate|i:1576281121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40197d23a2331fd9c8014fd58eb37d21f62b39f7', '66.186.19.5', '1576392362', '__ci_last_regenerate|i:1576392362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4020900763e70e9d2ea5f17b51914fd7e6ba3f90', '66.186.19.5', '1576440241', '__ci_last_regenerate|i:1576440241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40274d9d411ec95753cd2255bed754582823d6e9', '66.186.19.5', '1576629241', '__ci_last_regenerate|i:1576629241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40319d270606223bad01a35f15e600f162069c31', '190.234.106.215', '1583188006', '__ci_last_regenerate|i:1583188001;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583181692\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4033252403bad5f8846c2a27d3e030d0934d343f', '173.252.87.13', '1591850629', '__ci_last_regenerate|i:1591850629;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4046e52efdb29a93a93de4a83070659276339c25', '66.186.19.5', '1576496942', '__ci_last_regenerate|i:1576496942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('404b05f83c088552db86037d9d850cf36ad7b63f', '66.186.19.5', '1576388461', '__ci_last_regenerate|i:1576388461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40520bd12a718136546c762fd8b37462721f8566', '35.197.91.169', '1580858343', '__ci_last_regenerate|i:1580858342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40596f7a5aff9a27628822f10efc83eadeaccb11', '190.239.111.151', '1583938756', '__ci_last_regenerate|i:1583938643;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4065c2d5d81f89da392caaa06c7ccd9ee9cb1800', '66.186.19.5', '1576432322', '__ci_last_regenerate|i:1576432322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4068625ed976614dda6ae4eac064f65cf9ba34b2', '45.189.116.18', '1590859576', '__ci_last_regenerate|i:1590859568;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590776716\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('406a3b0700f33786b919d1b785de25a324d2f38d', '66.186.19.5', '1576451342', '__ci_last_regenerate|i:1576451342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4070e038b3cbfe120dceb8b24ab114b7090d951c', '66.186.19.5', '1576590541', '__ci_last_regenerate|i:1576590541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4076417220d4c44b396e59e010889fafeffb7f7a', '66.186.19.5', '1576296061', '__ci_last_regenerate|i:1576296061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('407847bbbda86027b5cbbd37ca89d8bc7d7e2e22', '66.186.19.5', '1576399981', '__ci_last_regenerate|i:1576399981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('407f9edcf95e262b204c9faec49ffaa304ab1a08', '66.186.19.5', '1576637701', '__ci_last_regenerate|i:1576637701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4084ddb1a80d2c044b82e8de68853a1cb8031bff', '66.186.19.5', '1576401422', '__ci_last_regenerate|i:1576401422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4086b6335d2c30b06c8bdf842eb3bdf1ec0e5b76', '66.186.19.5', '1576355101', '__ci_last_regenerate|i:1576355101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('408a4f5c9789270d15d5a298c3700b31fc2c4c4f', '45.189.116.14', '1590016196', '__ci_last_regenerate|i:1590015993;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589996785\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4099f9cb86b45195cfe6c53f3b44ed2575db0fa9', '66.186.19.5', '1576659061', '__ci_last_regenerate|i:1576659061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('409a27a9a183208fb73c64c5b3a8a5daf645426d', '66.186.19.5', '1576589942', '__ci_last_regenerate|i:1576589942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('409f8b7e2791bb5c719a9c80f52ee38973273de6', '66.186.19.5', '1576630622', '__ci_last_regenerate|i:1576630622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40a48564afb1c31b76862be6396097f9c33645f6', '66.186.19.5', '1576569002', '__ci_last_regenerate|i:1576569002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b1488e3ef4ee7b68a942bcea6577536c182f20', '66.186.19.5', '1576380602', '__ci_last_regenerate|i:1576380602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b2a02f80e1380cfc8c35c23812a4501cc51260', '66.186.19.5', '1576661222', '__ci_last_regenerate|i:1576661222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b54710502a263dafb64e0adcb58f6e9ec381cb', '66.186.19.5', '1576632722', '__ci_last_regenerate|i:1576632722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40bcfbfe98d78ba1d7a87108f496cc39aa0da40d', '66.186.19.5', '1576421882', '__ci_last_regenerate|i:1576421882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40bd99cce99b417104083edd92528c89e6cf795d', '45.189.116.18', '1591304297', '__ci_last_regenerate|i:1591304293;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40bedf7627bd8ed290b05881478f7f88693f5e77', '66.186.19.5', '1576465381', '__ci_last_regenerate|i:1576465381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40c249708819e1596139d14338aaa5d47f8f5992', '66.186.19.5', '1576287962', '__ci_last_regenerate|i:1576287962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40c702c8bca5bcb86214dba88dfc6b3dca019b7f', '66.186.19.5', '1576508522', '__ci_last_regenerate|i:1576508522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40ccfc28f45fb4950f109fda3a6467bf5b3c9ea9', '66.186.19.5', '1576433642', '__ci_last_regenerate|i:1576433642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40d0e776846e0744110f9908b48737532685b34d', '66.186.19.5', '1576376342', '__ci_last_regenerate|i:1576376342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40d144d72d8879a0876c258396877d86c84c802b', '66.186.19.5', '1576434241', '__ci_last_regenerate|i:1576434241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e538af598ddef77cf272415bc85282e1219e06', '66.186.19.5', '1576647721', '__ci_last_regenerate|i:1576647721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40ec8ed71032f6f5b8e1c53e35a052b3edb56324', '66.186.19.5', '1576463042', '__ci_last_regenerate|i:1576463042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40edc3cf317b89b655a362cabcb24c315013dfb4', '66.186.19.5', '1576313942', '__ci_last_regenerate|i:1576313942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40edf8c466bf9df8a3165a4ae65e6447b7c6e98e', '66.186.19.5', '1576660681', '__ci_last_regenerate|i:1576660681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('410133c4d8ce3e5d446ab946d27e25ee5b2048f4', '66.186.19.5', '1576289882', '__ci_last_regenerate|i:1576289882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4101a150ad1d8918683678826119fd1a8f9ba674', '66.186.19.5', '1576376041', '__ci_last_regenerate|i:1576376041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41180c8f9d8b433e7196eeaa9e497cae3d7f8ed2', '113.31.105.135', '1588203207', '__ci_last_regenerate|i:1588203207;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41187828ad8a91fb6b02dce55bdeb9ac107ce10b', '66.186.19.5', '1576408561', '__ci_last_regenerate|i:1576408561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('411f6f11228cbb8263af31899bf7030b88e1fe9e', '66.186.19.5', '1576537922', '__ci_last_regenerate|i:1576537922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4138cf8b2fc8c97b065ba1cfc89ba50655106883', '66.186.19.5', '1576494301', '__ci_last_regenerate|i:1576494301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('415e18df80f439b4e368a8633da6de338a506a12', '66.186.19.5', '1576576442', '__ci_last_regenerate|i:1576576442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('415fb35c9db92fea81c20ecb3f355d7ead811b02', '66.186.19.5', '1576474381', '__ci_last_regenerate|i:1576474381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41695052bebf1b5d37721aac2d1b4ff134ad29ca', '66.186.19.5', '1576383001', '__ci_last_regenerate|i:1576383001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('417285e6783191e85840047bd89208bcc0247d36', '66.186.19.5', '1576434781', '__ci_last_regenerate|i:1576434781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4178255eb584f3f993aa3617ca944f23c40318f5', '66.186.19.5', '1576597081', '__ci_last_regenerate|i:1576597081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41907dd83c0a7b9bb8564b1b361e7c89572ea612', '66.186.19.5', '1576285922', '__ci_last_regenerate|i:1576285922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('419c9aa322f1173e69a9d89a95d8435c723c08aa', '209.17.97.106', '1591733346', '__ci_last_regenerate|i:1591733346;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41a60850e3e673b372e61db80bb247fb766312f4', '181.176.101.243', '1585430689', '__ci_last_regenerate|i:1585430673;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41afae8b62dbeae8bbae9ac625c0f812d626a2b7', '66.186.19.5', '1576529102', '__ci_last_regenerate|i:1576529102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41b38f583c168caa103f8f003e061ad1103521b0', '66.186.19.5', '1576340882', '__ci_last_regenerate|i:1576340882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41bc68e32ce39a13dbc307646c80d97b18ce3ca7', '66.186.19.5', '1576509662', '__ci_last_regenerate|i:1576509662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41c0f68c18bdef8b58805ddfc2411236a7153ced', '66.186.19.5', '1576605842', '__ci_last_regenerate|i:1576605842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41c4f512819a7b68a1ff5f217294203acf75f520', '66.186.19.5', '1576656481', '__ci_last_regenerate|i:1576656481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41c9f6b988f3dd28a1fbcc50f567bfb62330fc12', '66.186.19.5', '1576287901', '__ci_last_regenerate|i:1576287901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e6486bfc44256848bbdfe06710197b719209dd', '31.13.127.17', '1585462360', '__ci_last_regenerate|i:1585462360;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41f5540dcc1e0da0c367d8500a56ad43cd94d932', '66.186.19.5', '1576304161', '__ci_last_regenerate|i:1576304161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41f8919b4c70b96131a29304a045373747897e58', '209.17.96.218', '1588656847', '__ci_last_regenerate|i:1588656847;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41fa7c03d3d93e94552674365b782b385729b99b', '66.186.19.5', '1576568281', '__ci_last_regenerate|i:1576568281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41fafa6a04687de238146bc19ef7d95bb05e1c68', '66.186.19.5', '1576402742', '__ci_last_regenerate|i:1576402742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('420b7c3e523bdfae825f6a77c704aac384cd0ceb', '66.186.19.5', '1576305961', '__ci_last_regenerate|i:1576305961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('421842853777e9eb5f552a22445a25a09b5522c3', '45.189.116.18', '1590778619', '__ci_last_regenerate|i:1590778616;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('421bbb1dec92867ea2382eba68d50b4955f9148d', '45.189.116.14', '1589926817', '__ci_last_regenerate|i:1589926817;local|s:1:\"1\";listaVenta|i:19;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589817111\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('421cb325792835e3c065595b3972d644507e30c3', '66.186.19.5', '1576502402', '__ci_last_regenerate|i:1576502402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('421d839be75d92446db5eeb95ba7b8ff85f26e57', '66.186.19.5', '1576456862', '__ci_last_regenerate|i:1576456862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('421fb9d0bd7c1f9996e2188ef6c38ca67580d093', '66.186.19.5', '1576455781', '__ci_last_regenerate|i:1576455781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('422076910f452db53009a2143c259f7b1ef61e00', '66.186.19.5', '1576575422', '__ci_last_regenerate|i:1576575422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4226bca085495db9483aa5dd81d5c39434e421c3', '66.186.19.5', '1576652702', '__ci_last_regenerate|i:1576652702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('422b426bb1597ac2ab54d80893ef052f8747fb36', '66.186.19.5', '1576520102', '__ci_last_regenerate|i:1576520101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('423a36a7a2ba31eabc0e4280eeca4113936c1f6f', '66.186.19.5', '1576549561', '__ci_last_regenerate|i:1576549561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4245b1ace70ea01f66bd2bc14f02bdfac855d582', '66.186.19.5', '1576511761', '__ci_last_regenerate|i:1576511761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('424668aaff864749d82a138a25fbe3f594d14dcf', '66.186.19.5', '1576483441', '__ci_last_regenerate|i:1576483441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('426335f79c2c36da1043acc5b757cdc0ae2cd960', '66.186.19.5', '1576403461', '__ci_last_regenerate|i:1576403461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4273edb4fa75331c7a6db2a2987ace7a1eeeb6ce', '66.186.19.5', '1576346341', '__ci_last_regenerate|i:1576346341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4279fb7bb602d66cd136374475464efbd8ade12e', '66.186.19.5', '1576565281', '__ci_last_regenerate|i:1576565281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('428280a065751a53aa8b0934aa0c2e1f16835d3c', '66.186.19.5', '1576684861', '__ci_last_regenerate|i:1576684861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('428817ac891ac67ac1f9a784e88ad42c85d5ff36', '66.186.19.5', '1576443302', '__ci_last_regenerate|i:1576443302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('428dd8e879b838d2fa47bc2ae72204a6fac67093', '66.186.19.5', '1576420621', '__ci_last_regenerate|i:1576420621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4290327109f0f5b1b066f98d747e0ea47ef63b98', '66.186.19.5', '1576356362', '__ci_last_regenerate|i:1576356362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4291e1f40eec144a886583db9a5d83ae99826f3b', '66.186.19.5', '1576281061', '__ci_last_regenerate|i:1576281061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('429ca0972966184c4e2ab2c0e8c0d6bf506e9551', '190.233.137.125', '1583633491', '__ci_last_regenerate|i:1583633263;local|s:1:\"1\";listaVenta|i:7;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1581280217\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 18:31:26\";remove_spo|i:1;message|s:26:\"Venta efectuada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42a835095ac069a79327ccf8354d96670bd7eaf1', '66.186.19.5', '1576600321', '__ci_last_regenerate|i:1576600321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42c14e34774b1c7f7a4f9c3b525661546825ce4a', '66.186.19.5', '1576535942', '__ci_last_regenerate|i:1576535942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42c4eabbcd6326a661f00239d9c94d2ed621af9a', '66.186.19.5', '1576301102', '__ci_last_regenerate|i:1576301102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42d5ffa9e0ef99da47ad51420b4d3d791252a7ae', '66.186.19.5', '1576354861', '__ci_last_regenerate|i:1576354861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42de7157037606e7ec4197606b439c0fe3149d7a', '66.186.19.5', '1576654141', '__ci_last_regenerate|i:1576654141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42f0f3600428abb9ea9a9b0394825cac4fd77477', '66.186.19.5', '1576414141', '__ci_last_regenerate|i:1576414141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42f5e9fe0cfe22bca8895489e39ec4ef6cfdad04', '66.186.19.5', '1576444682', '__ci_last_regenerate|i:1576444682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42ffa8f3b29327301ae6cbec88b9b9c79c0e7dfd', '66.186.19.5', '1576431902', '__ci_last_regenerate|i:1576431902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4314f642c11a930d1996aa39255d8ef0d802dd8e', '66.186.19.5', '1576465201', '__ci_last_regenerate|i:1576465201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4318b8d56072a7a7cb1658ece1fad72c1a0130c5', '66.186.19.5', '1576409162', '__ci_last_regenerate|i:1576409162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('431db3d707ce3bf1a278214ba36d96329cf8c472', '66.186.19.5', '1576657621', '__ci_last_regenerate|i:1576657621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('432d57347064b08404c5a6874469e2aa48b8521f', '66.186.19.5', '1576452362', '__ci_last_regenerate|i:1576452362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('432eeb37f38c8b0e15e3785dce211621d52ceb52', '66.186.19.5', '1576586462', '__ci_last_regenerate|i:1576586462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('432f2fcad8ffe6562df60fd899116fe4a4f1e523', '66.186.19.5', '1576539302', '__ci_last_regenerate|i:1576539302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4330891316c6b3620648ce93f565bb72006c5b6c', '66.186.19.5', '1576665842', '__ci_last_regenerate|i:1576665842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4332fdd5a2ba7b8098997629194c276b7a4fdcbc', '66.186.19.5', '1576466342', '__ci_last_regenerate|i:1576466342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4335c71ecf4b20bc4b2f9399b77b9533f422d5a6', '66.186.19.5', '1576541101', '__ci_last_regenerate|i:1576541101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('433a973c2f23c19ede17fdcd84fa7eac23fb7ace', '45.189.116.14', '1589836555', '__ci_last_regenerate|i:1589836555;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588356313\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('435610ba6edd7c0300068b46188f5cf66195bf95', '66.249.88.177', '1580380635', '__ci_last_regenerate|i:1580380634;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('435657235a603758c8ee102c9ece062415c652f6', '66.186.19.5', '1576674961', '__ci_last_regenerate|i:1576674961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43570433b80edb53088ab55822b29edd6d694563', '66.186.19.5', '1576652521', '__ci_last_regenerate|i:1576652521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('435ce3a1338c39a3557891fae8f4f6d6a951f430', '66.186.19.5', '1576645862', '__ci_last_regenerate|i:1576645862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('435e30b0b5524c48d5a855d42e26134a1b03de6b', '66.186.19.5', '1576351382', '__ci_last_regenerate|i:1576351382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43626d254370bbff1c3ff0f5e60272380824a5c4', '66.186.19.5', '1576637101', '__ci_last_regenerate|i:1576637101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43690c6252618a2a72e824b99f6627e34c399198', '66.186.19.5', '1576689121', '__ci_last_regenerate|i:1576689121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4369de0ecd88d4951ea1ff27ff3574488eb04078', '190.236.131.85', '1578509386', '__ci_last_regenerate|i:1578509156;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1578418884\";last_ip|s:13:\"190.43.174.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4370dabd3397c77973d63be1d8913c54027e2ea7', '66.186.19.5', '1576543202', '__ci_last_regenerate|i:1576543202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43b5d4d130e9de22322d45ff8dfcb776f64ecaaa', '66.186.19.5', '1576474861', '__ci_last_regenerate|i:1576474861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43bbec5e648e423ac563541fc1772623bfbb31ac', '66.186.19.5', '1576597322', '__ci_last_regenerate|i:1576597321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c2e668ed5b7aedc593922da49d3fec0efe28f4', '66.186.19.5', '1576635721', '__ci_last_regenerate|i:1576635721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c56062cf508c1d3d098f10448fe24056f29540', '66.186.19.5', '1576580881', '__ci_last_regenerate|i:1576580881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c61998d2076273cac12c76ba276f19a58a59ca', '66.186.19.5', '1576311241', '__ci_last_regenerate|i:1576311241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c78d271a12a04712d11475faee71fb173e7581', '66.186.19.5', '1576333861', '__ci_last_regenerate|i:1576333861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c8b6d0219e360dacd1b1dba300fec7d682c377', '66.186.19.5', '1576666201', '__ci_last_regenerate|i:1576666201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43ce458b950ae091326c91fa84143e4fc38f7b12', '66.186.19.5', '1576438321', '__ci_last_regenerate|i:1576438321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43cf8670918a3cd9b569a889926c3d1cbca9db62', '173.252.107.16', '1585406911', '__ci_last_regenerate|i:1585406911;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43d0be8a466cfcb9e70cbe2e81e66cc9', '190.232.33.208', '1576185241', '__ci_last_regenerate|i:1576185241;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1575996761\";last_ip|s:14:\"190.238.29.192\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43d41c256304c8aebce9561fcd0b17fe0e1ed478', '66.186.19.5', '1576604162', '__ci_last_regenerate|i:1576604162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43e53465bee909cd8d55dc864611f75733a2195f', '66.186.19.5', '1576398721', '__ci_last_regenerate|i:1576398721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43e89db795ef6ecc6085a867b1cba216dc2f7e99', '66.186.19.5', '1576609081', '__ci_last_regenerate|i:1576609081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('440635bee4cd14bb6845f7510f07c3c48a3cb12e', '66.186.19.5', '1576547582', '__ci_last_regenerate|i:1576547582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44120d8a3caab504194df09a806a7d6519816c9c', '66.186.19.5', '1576359781', '__ci_last_regenerate|i:1576359781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('441abbe7e9a4b369c0195c05edc4c804dc72d0bc', '66.186.19.5', '1576484401', '__ci_last_regenerate|i:1576484401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4423d6754b28978c24ff8338a85791ffc4f51c82', '31.13.127.1', '1591198370', '__ci_last_regenerate|i:1591198370;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44247c32a54b1bb1ad1ee3312a5302e701c28e2c', '66.186.19.5', '1576675741', '__ci_last_regenerate|i:1576675741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('443e4b3c66b58b8142526d56f06e5e886906c3d9', '66.186.19.5', '1576331642', '__ci_last_regenerate|i:1576331642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4445404bab96f2ac72cc6302d57b5020c7be9a8f', '66.186.19.5', '1576659662', '__ci_last_regenerate|i:1576659662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('444d7caf906dbdcc11696521053686d0e31199b4', '66.186.19.5', '1576636982', '__ci_last_regenerate|i:1576636982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44597718e3a14602a02c8b18faa54dd7926a4449', '66.186.19.5', '1576597981', '__ci_last_regenerate|i:1576597981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4469113a2194ef932b3f16474e8b952155d2986b', '66.186.19.5', '1576283462', '__ci_last_regenerate|i:1576283462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44704e18022003c85b0433c36fc0fa8996571343', '66.186.19.5', '1576394522', '__ci_last_regenerate|i:1576394522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('447b47ee4a5bd2212552b8c3c4286cbdfd4edf3e', '66.186.19.5', '1576466942', '__ci_last_regenerate|i:1576466942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44904113b9e3c60754fbd3baf595399d2299cead', '66.186.19.5', '1576668422', '__ci_last_regenerate|i:1576668422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('449909689d071dafe82a7d30576352024e0fe16e', '66.186.19.5', '1576451222', '__ci_last_regenerate|i:1576451222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('449bc154a80d17d00e5364ab98c43516a0b6092d', '190.233.137.125', '1583634482', '__ci_last_regenerate|i:1583634351;local|s:1:\"1\";listaVenta|i:14;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1581280217\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('449ff4fbd3a9c7de2b83d5f9e76be7019b44cb34', '66.186.19.5', '1576320782', '__ci_last_regenerate|i:1576320782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44a1683f0b17dad9eb0c0da88746d6e2d7b8822b', '66.186.19.5', '1576353962', '__ci_last_regenerate|i:1576353962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44b13c731ba4b951e0f74d867c7d69de7cf40101', '66.186.19.5', '1576514342', '__ci_last_regenerate|i:1576514342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44b40c891e8b8b98dc7faa56debdc8413b05eb33', '66.186.19.5', '1576299602', '__ci_last_regenerate|i:1576299602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ba11c2ee535d24c3dc3a2cea64fa592d9a48cf', '66.186.19.5', '1576442461', '__ci_last_regenerate|i:1576442461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44bc08c765d041a9d2ebcf6f731456c607814481', '66.186.19.5', '1576493821', '__ci_last_regenerate|i:1576493821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44c01f2b26d84360f6b6b1fa02b1f9721150f515', '66.186.19.5', '1576604761', '__ci_last_regenerate|i:1576604761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44c44cbe74ffba3bb8b10608d28468f6e1f41391', '66.186.19.5', '1576674421', '__ci_last_regenerate|i:1576674421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44c92c4c3a033b126a003db11f9675bcd6aae7b4', '66.186.19.5', '1576426082', '__ci_last_regenerate|i:1576426082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ce52f213fcf667888f027b42dca027a2ddcfc3', '66.186.19.5', '1576580461', '__ci_last_regenerate|i:1576580461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44d2d1535cc6e1cfd0a8623d1b703754460ba217', '66.186.19.5', '1576658102', '__ci_last_regenerate|i:1576658102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ddfe6fe10ffa62528adad53254976c80c34523', '66.186.19.5', '1576456201', '__ci_last_regenerate|i:1576456201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44df937674b4b80289de2900e7dbe55cf50615e3', '66.186.19.5', '1576345981', '__ci_last_regenerate|i:1576345981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44dfe889f300b2277ff35ff2ea01fcd5fb844fd2', '173.252.107.24', '1585205033', '__ci_last_regenerate|i:1585205033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e54bb21943702069c21904ec145f12f921ca3c', '190.232.33.208', '1576603284', '__ci_last_regenerate|i:1576603284;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e7ddffa9f77e16013cc0455863bee8af9e880b', '66.186.19.5', '1576467481', '__ci_last_regenerate|i:1576467481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ed4e321f900aa11d1bd6bff96d9fd264740b10', '66.186.19.5', '1576552982', '__ci_last_regenerate|i:1576552982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ee3784ba26afeb01be3b7ef29d704632b23277', '66.186.19.5', '1576464662', '__ci_last_regenerate|i:1576464662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44fa6656e104d09909aebfc280e4da0e7510dcf9', '66.186.19.5', '1576347362', '__ci_last_regenerate|i:1576347362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ffad971b9fb15fabb81d6e2a9364c80c9559c9', '66.186.19.5', '1576383421', '__ci_last_regenerate|i:1576383421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45024d12ea440cddc6f45b49afcd5beee17850c6', '66.186.19.5', '1576511881', '__ci_last_regenerate|i:1576511881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('451c88bb4baecb6b9aff41f9e9368e62d92611c0', '66.186.19.5', '1576504922', '__ci_last_regenerate|i:1576504922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('451d51d4dd17dac8846a069ee75ab5495f0af35d', '66.186.19.5', '1576472521', '__ci_last_regenerate|i:1576472521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('451eabebed95e0aabfa8906598aab90bd5f81045', '66.186.19.5', '1576553821', '__ci_last_regenerate|i:1576553821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('451fe9b547330cb2335ff0339f11a5575ae667a3', '66.186.19.5', '1576679461', '__ci_last_regenerate|i:1576679461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4520ee460325224842717fa91c08294bb6970c2f', '66.186.19.5', '1576536181', '__ci_last_regenerate|i:1576536181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45274638dbbf9833ab540557f25a6f70231e0368', '66.186.19.5', '1576538521', '__ci_last_regenerate|i:1576538521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('452d9b9787c27ee4427f6c27edf95af05bf14e76', '66.186.19.5', '1576493702', '__ci_last_regenerate|i:1576493702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4530554abb1454ed9c40311421fdcd99d29453f8', '66.186.19.5', '1576359902', '__ci_last_regenerate|i:1576359902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4537f7c9c468bdfe0ba609649882c36373cb847e', '80.82.70.206', '1579044349', '__ci_last_regenerate|i:1579044349;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('453df5e7b66bec886b74cb819d9bb63d642fac22', '66.186.19.5', '1576468981', '__ci_last_regenerate|i:1576468981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4541194e50f662661b8e1c1843145a647bfc759b', '66.186.19.5', '1576459681', '__ci_last_regenerate|i:1576459681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4544420bcb3e379ab5db8e295fcd0d37ac9b31f2', '66.186.19.5', '1576449781', '__ci_last_regenerate|i:1576449781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4544d4b64c803dae120d40852461bc53f750c99b', '66.186.19.5', '1576389601', '__ci_last_regenerate|i:1576389601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4546264850f7d9508e29db755061121731256799', '66.186.19.5', '1576399082', '__ci_last_regenerate|i:1576399082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45497f69f153fba42cb594dd1fcc2f7e87ce70c7', '66.186.19.5', '1576394881', '__ci_last_regenerate|i:1576394881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4550b51057fb9ac8f098f9a7cdb8954e03d17db9', '66.186.19.5', '1576425601', '__ci_last_regenerate|i:1576425601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45585beef37b39c4255ff27d25ca13c7f319a74d', '66.186.19.5', '1576330381', '__ci_last_regenerate|i:1576330381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('456370f629b36513d259a8162ab894e753b557bd', '66.186.19.5', '1576660261', '__ci_last_regenerate|i:1576660261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4573d67d3013e157e7e5e0c2cabf0e3411bdb725', '66.186.19.5', '1576347601', '__ci_last_regenerate|i:1576347601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4581080a48deb3ea0bda42811880d95902b9dd02', '66.186.19.5', '1576490942', '__ci_last_regenerate|i:1576490942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('458a84350fe84bc677704488eca469cc980feca7', '66.186.19.5', '1576351442', '__ci_last_regenerate|i:1576351442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4595b2d2ecd11bcdd9b757f1bb0cbe1f05ae249d', '66.186.19.5', '1576515241', '__ci_last_regenerate|i:1576515241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('459b6c3da1a8b1fb2848d0e18d25926ce3e72116', '66.186.19.5', '1576425001', '__ci_last_regenerate|i:1576425001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('459fff63bf81d016cfa23b6708aebd6ae1df3ab4', '66.186.19.5', '1576474082', '__ci_last_regenerate|i:1576474082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45a04f2e967b70f8efed81e89089a69307d74e4d', '66.186.19.5', '1576433821', '__ci_last_regenerate|i:1576433821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45a306af5673a665a448df65e696ae1e35820554', '66.186.19.5', '1576334161', '__ci_last_regenerate|i:1576334161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45a9648c1e945a7ee599c1baf43ec02568738d91', '45.189.116.18', '1591591377', '__ci_last_regenerate|i:1591591086;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45ac4fad950db2f94bddaf333dd7d5da18cb7b11', '66.186.19.5', '1576444501', '__ci_last_regenerate|i:1576444501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45aceb8b925834e26a1551246a61e41e3010252e', '66.186.19.5', '1576534021', '__ci_last_regenerate|i:1576534021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45b58a5a4b75e7379a389363b9afe5548498ab7c', '77.88.5.50', '1588826540', '__ci_last_regenerate|i:1588826540;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45bd0a4e4ecf19309be55ca396f563ad418e5272', '66.186.19.5', '1576286281', '__ci_last_regenerate|i:1576286281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45ce62993e569d57a901d6563272d1053f560c4c', '66.186.19.5', '1576665122', '__ci_last_regenerate|i:1576665122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45d41887d574c0f49bf4623318eaf91e89c18c87', '62.210.10.77', '1577941422', '__ci_last_regenerate|i:1577941422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45d5af6e3e8c08fcc1462ae95a5aa8d8c86584e8', '66.186.19.5', '1576666022', '__ci_last_regenerate|i:1576666022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45e5dc507c41b2c483aa6a53715bf233ee4cc33d', '66.186.19.5', '1576572722', '__ci_last_regenerate|i:1576572722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45e97c22b2e2f655466ba7fd0a6228393739e5c4', '66.186.19.5', '1576448102', '__ci_last_regenerate|i:1576448102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45e9e924cc44b37a365f0e5e55c00612933048cb', '173.252.83.17', '1585362035', '__ci_last_regenerate|i:1585362035;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45ea3388dbad0f1d0120477db712d47d9aea7624', '66.186.19.5', '1576653482', '__ci_last_regenerate|i:1576653482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45ef2a7896e59c371373ce43698f0ba644172e0a', '66.186.19.5', '1576519922', '__ci_last_regenerate|i:1576519922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460278f727c14cd11c473ce2131ca405adf8ae48', '66.186.19.5', '1576537561', '__ci_last_regenerate|i:1576537561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46054760f75e0bfd7cc7a9f3b71e2b01d07476fe', '66.186.19.5', '1576678921', '__ci_last_regenerate|i:1576678921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460b2c9c970e4342332f2fa9df3370aa37d26e5a', '66.186.19.5', '1576354981', '__ci_last_regenerate|i:1576354981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460db05b422c5bcab32d208b8c865f7921f1671b', '66.249.70.37', '1586694640', '__ci_last_regenerate|i:1586694640;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460eadb5f376566f041cee91cf3fbeca58047722', '66.186.19.5', '1576440421', '__ci_last_regenerate|i:1576440421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4611a100f96b51b9febe3b949240ba3d6e6b4469', '66.186.19.5', '1576294622', '__ci_last_regenerate|i:1576294622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46276a94629435a31a7e6fc3a8a467981d20ba5a', '66.186.19.5', '1576494782', '__ci_last_regenerate|i:1576494782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('462951338d9f5e2a33546648b053529731bab9ee', '66.186.19.5', '1576344541', '__ci_last_regenerate|i:1576344541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('462dbe52222f5bcbbd2071e241d588f03c12e470', '45.189.116.18', '1590794308', '__ci_last_regenerate|i:1590789357;local|s:1:\"1\";listaVenta|i:14;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('464c2a95dd1b247a9302b777236864185e6c480b', '66.186.19.5', '1576496822', '__ci_last_regenerate|i:1576496822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466d1430a41f9c64629be24cdc3dc6b11267a74f', '66.186.19.5', '1576421341', '__ci_last_regenerate|i:1576421341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46770f8324a4db14e2f9988f7c3b71fc8cfd5967', '138.246.253.15', '1592021951', '__ci_last_regenerate|i:1592021951;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46870821084a5d64b931de54eb75e43d48665c56', '66.186.19.5', '1576570622', '__ci_last_regenerate|i:1576570622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46877fc7d9d8fe8cf4a1417fe249d9cc8916763a', '209.17.96.90', '1577783393', '__ci_last_regenerate|i:1577783391;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('469b64cdc909bec4098381603324cc11f1241e62', '66.186.19.5', '1576538762', '__ci_last_regenerate|i:1576538762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('469bd57f45b22af44ad5958e619821d275d08502', '190.234.163.130', '1592187305', '__ci_last_regenerate|i:1592187164;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592163904\";last_ip|s:14:\"190.236.13.184\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfkey|s:8:\"D3V6ExqU\";csrfvalue|s:20:\"rF7yRe8P603XHOTjWK9f\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('469d6dc730c279560163bfb541d3864e3d166121', '66.186.19.5', '1576372562', '__ci_last_regenerate|i:1576372561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46abfc68632eecc6c2220cc6abf1d3376b9d1fea', '66.186.19.5', '1576363201', '__ci_last_regenerate|i:1576363201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b278c505b7c1e239dac5cd9f9fb11bf69c7784', '66.186.19.5', '1576412401', '__ci_last_regenerate|i:1576412401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b5c5d820e04dbb6978c7dcad4311895195c83c', '66.186.19.5', '1576401241', '__ci_last_regenerate|i:1576401241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b6f7e53911e73f387f7189b39b1f89f36be628', '66.186.19.5', '1576323241', '__ci_last_regenerate|i:1576323241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b832746703541f67961bd574766d95bf27eb43', '66.186.19.5', '1576334701', '__ci_last_regenerate|i:1576334701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46bf81b47806f2433ba678637a9cbefb2feb2623', '190.232.33.208', '1578595592', '__ci_last_regenerate|i:1578595592;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1578408854\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46c1a1e5b468773e7dcbba86070792054145d890', '66.186.19.5', '1576599901', '__ci_last_regenerate|i:1576599901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46c555b872431b65e52fedb02b790e368320a124', '66.186.19.5', '1576434961', '__ci_last_regenerate|i:1576434961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46d8d46b075495e2f44743ee98f4fc403a7ed71e', '46.101.252.40', '1585906252', '__ci_last_regenerate|i:1585906252;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46dca8f6c2e8559b94b52fe281fb1de99146e8ad', '66.186.19.5', '1576396082', '__ci_last_regenerate|i:1576396081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46e5787b32f741884b7e7118ea5d7c0a3d5b3a6d', '66.186.19.5', '1576549141', '__ci_last_regenerate|i:1576549141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46e9686f98c3bb0220a451794f8d072fa3e0a310', '66.186.19.5', '1576474802', '__ci_last_regenerate|i:1576474802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f4c8b256c28f3d9ade0aea4addee168dbe288b', '66.186.19.5', '1576667881', '__ci_last_regenerate|i:1576667881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f561ef43479d25adb114a5c91d55cfa72c8f8c', '190.232.33.208', '1576186064', '__ci_last_regenerate|i:1576186060;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576185241\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('470afddb288dfdf123fc7b45bbab5a127db77c7a', '66.186.19.5', '1576601342', '__ci_last_regenerate|i:1576601342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('470d352c5ca2ffb4349294e8440440920dc8d383', '66.186.19.5', '1576325821', '__ci_last_regenerate|i:1576325821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4715cf96d118ff0e49d042a9ab45fa4fdbf99c4d', '190.236.102.225', '1581445704', '__ci_last_regenerate|i:1581445075;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581351284\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4722e163a2e72336b7e95d96b8ab67ac337bc240', '66.186.19.5', '1576473482', '__ci_last_regenerate|i:1576473482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4723f54dbed618e77d5a9a8ea599bf655df82e2e', '66.186.19.5', '1576578062', '__ci_last_regenerate|i:1576578062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('472636b18f944c94d4f47bd6a81570d457b4ca39', '66.186.19.5', '1576420921', '__ci_last_regenerate|i:1576420921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('472ca265483e3bf33feb2148d4a2b3c758cc1200', '45.189.116.18', '1592094403', '__ci_last_regenerate|i:1592094403;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592089254\";last_ip|s:15:\"181.176.123.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4734a00cfa5a683bdf277454d1968418d77f0f96', '66.186.19.5', '1576611542', '__ci_last_regenerate|i:1576611542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47371b5b7afce9d6b82a30d83a16abbad0b5a12e', '66.186.19.5', '1576677542', '__ci_last_regenerate|i:1576677542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473aedeff3bbab4e8b46792a93f7455116fc17f8', '66.186.19.5', '1576555622', '__ci_last_regenerate|i:1576555622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47457c98ed53d5948a013af6366bf5c5b794f354', '66.186.19.5', '1576300802', '__ci_last_regenerate|i:1576300802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47466fb93067c211342b890d8f3de1a0e915ed50', '66.186.19.5', '1576432502', '__ci_last_regenerate|i:1576432502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('474ca5bbbe9ad6a6e745bb1bfe26574699108128', '66.186.19.5', '1576536722', '__ci_last_regenerate|i:1576536722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('474f762ebe1601fa01308dbcda1bbaa4ef5565a8', '66.186.19.5', '1576566601', '__ci_last_regenerate|i:1576566601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47569f245d10888bbf9e7cd979298d4dc0f24c76', '66.186.19.5', '1576371481', '__ci_last_regenerate|i:1576371481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47794af05e7b31a9f9af00dcc6735d6253796835', '66.186.19.5', '1576317961', '__ci_last_regenerate|i:1576317961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('478705ab0fe96b8f606ef8d79f5c7a561c2d8e7b', '66.186.19.5', '1576583521', '__ci_last_regenerate|i:1576583521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47979fd8894449e632bae350f1db120e822bc1f3', '66.186.19.5', '1576569121', '__ci_last_regenerate|i:1576569121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('479ba0055447cc657acc0b95b39069d97db464b5', '66.186.19.5', '1576503241', '__ci_last_regenerate|i:1576503241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('479c7da3783cadd82d4d091aba7fae02832222c0', '31.13.127.19', '1589088457', '__ci_last_regenerate|i:1589088457;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('479e5426f316af2ddd3810e55ffafce19e295c86', '31.13.127.1', '1586471423', '__ci_last_regenerate|i:1586471423;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47a5779c655c316f0cd9184894a0f82d54ec7aed', '66.186.19.5', '1576606322', '__ci_last_regenerate|i:1576606322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47abd632dfa347a80afdc83c339d179fb03e038a', '66.186.19.5', '1576475642', '__ci_last_regenerate|i:1576475642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47ae0525827f104208e2f9584c0a61949468702e', '66.186.19.5', '1576651141', '__ci_last_regenerate|i:1576651141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47b7324822d386503b8524d9e87290bc8010bd9f', '66.186.19.5', '1576399862', '__ci_last_regenerate|i:1576399862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47e163340df7fa3e82e38ae6a2f021df03318dd4', '66.186.19.5', '1576468502', '__ci_last_regenerate|i:1576468502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47e5036f9c202e38e3bc7a84432c679f503c4b2d', '66.186.19.5', '1576605001', '__ci_last_regenerate|i:1576605001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47ec4f89c6c40bfe5fe95c2688395b3138e01350', '190.113.210.211', '1583203700', '__ci_last_regenerate|i:1583203582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4803010c917a032f942630d216bf5faeb1870af6', '66.186.19.5', '1576464121', '__ci_last_regenerate|i:1576464121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('480bf25aeed5207f4de1d261ec9db483699b024f', '66.186.19.5', '1576358521', '__ci_last_regenerate|i:1576358521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4811a62e6bbb480c5f323670a4ac6daae37c1072', '66.186.19.5', '1576439822', '__ci_last_regenerate|i:1576439822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4818ce679f6d84e472e4873cbcdd7c887ddc5897', '66.186.19.5', '1576487462', '__ci_last_regenerate|i:1576487462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('481e6eabe6ccb812d89998a2fbb613923e01eeee', '173.252.79.5', '1579813416', '__ci_last_regenerate|i:1579813416;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48214c92bf4119d17d5723f83e58bef15ba1ddea', '66.186.19.5', '1576596122', '__ci_last_regenerate|i:1576596122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4826d7131cb1335273ac4bff1ff50150d4eee2ad', '66.186.19.5', '1576642021', '__ci_last_regenerate|i:1576642021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('482913f9943e911db34452012e968f287bc026b5', '66.186.19.5', '1576343102', '__ci_last_regenerate|i:1576343102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('482db1b4976b92fcfd71bf88544a48280a566446', '66.186.19.5', '1576428541', '__ci_last_regenerate|i:1576428541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('483c74ecce16f35dce0cef52ea870219cc99eae6', '66.186.19.5', '1576400942', '__ci_last_regenerate|i:1576400942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('483e3da04a52e8c8526cbc588399598c9fbdaf2f', '66.186.19.5', '1576670281', '__ci_last_regenerate|i:1576670281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('484671643ed9e5070f7a62f8f90c8c9c3dc87ca7', '66.186.19.5', '1576608482', '__ci_last_regenerate|i:1576608482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48529d284acb052a1389da9dfc9ae7a54a20fe3f', '66.186.19.5', '1576312622', '__ci_last_regenerate|i:1576312622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48546c51f2cdb8de7c4cb064068475c4b9297665', '195.154.62.232', '1577941418', '__ci_last_regenerate|i:1577941418;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4854d9eb1408aee3bf535234e21e4b5eec2f586c', '66.186.19.5', '1576491841', '__ci_last_regenerate|i:1576491841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4856b0eb809c479ca8a25dc93bb4735bade745d3', '66.249.66.42', '1582956575', '__ci_last_regenerate|i:1582956575;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4873cfc406878d3c30b169e90e3470ed03174e0f', '66.186.19.5', '1576630202', '__ci_last_regenerate|i:1576630202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487b692fda11efff4fb30de20b86ae1fab239429', '66.186.19.5', '1576468141', '__ci_last_regenerate|i:1576468141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48859118f8f2a54567b615f4ea54129f87067b1f', '66.186.19.5', '1576676342', '__ci_last_regenerate|i:1576676342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4888e38bbea3032adacd0e7ef4b780db5c19d10d', '66.186.19.5', '1576496641', '__ci_last_regenerate|i:1576496641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('488cad7c6de5843feb995d07d30602a35b433307', '46.101.252.40', '1585906435', '__ci_last_regenerate|i:1585906435;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a5c3312eb4d177e74749681e66fc14dc2389fb', '190.232.33.208', '1576603380', '__ci_last_regenerate|i:1576603372;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576603340\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:14:\"smtp.gmail.com\";smtp_user|s:22:\"sistpv.actec@gmail.com\";smtp_pass|s:88:\"AKY4sOQB1MmHoyOMcqIsV7qucC+ouEspLv6KlGxYYH5oQqWf2c+4fxK+CeUVwJQA/ZruT84DE7qSrTJv2iOaoA==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a7657bf53000f42ce11e75d2647a39d0c406a1', '66.186.19.5', '1576396741', '__ci_last_regenerate|i:1576396741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a782e7e7490be5aba31c43767dfbb42d7ff2be', '66.186.19.5', '1576410481', '__ci_last_regenerate|i:1576410481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48afd090308a3461a617e4c7e48b6752bd0554bb', '66.186.19.5', '1576389422', '__ci_last_regenerate|i:1576389422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48b08b2060c6e4df615902c2f5717912881ea8c9', '45.189.116.18', '1590786289', '__ci_last_regenerate|i:1590782071;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48c24e3cdd01adbeed36525cb679d502cf675c6f', '66.186.19.5', '1576664881', '__ci_last_regenerate|i:1576664881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48dd27a898f712621f0e4855ffb6658ccaefd55b', '138.246.253.15', '1585137784', '__ci_last_regenerate|i:1585137784;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48e0314ed788da657e312d038a7bd771bfec00fe', '66.186.19.5', '1576384982', '__ci_last_regenerate|i:1576384982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48e413bd95dcdca41b4703fc2316283506fe311b', '66.186.19.5', '1576313041', '__ci_last_regenerate|i:1576313041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48f888995699ff3eb4806acd29d8ca1f7aa7d3e9', '66.186.19.5', '1576673461', '__ci_last_regenerate|i:1576673461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('491ff4f664e978888efdd637a9306f4834962996', '66.186.19.5', '1576446122', '__ci_last_regenerate|i:1576446122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49303c7c04db441115052672119ce52c5d86e607', '66.186.19.5', '1576360621', '__ci_last_regenerate|i:1576360621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49311f4ccf9a3d1b40ee190b3453dd8951d33f83', '66.186.19.5', '1576649401', '__ci_last_regenerate|i:1576649401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4937691b59e6ee2f8ec7ab5b681cf01bdcdbdc1f', '94.102.52.77', '1584614136', '__ci_last_regenerate|i:1584614136;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49454f121c8c858f7ea6f92c27063290843ec0f7', '66.186.19.5', '1576443481', '__ci_last_regenerate|i:1576443481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4949c86351166b66c49a594fd84d8dff2cc033c8', '66.186.19.5', '1576526281', '__ci_last_regenerate|i:1576526281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('495ac07417bdc852115ddd24eb28b1dc15d9016f', '66.186.19.5', '1576326962', '__ci_last_regenerate|i:1576326962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('495af33d3c5b433927f165a68a08a786ef511cf0', '66.186.19.5', '1576514222', '__ci_last_regenerate|i:1576514222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4965c31b9551cd45a6e110ec5177e3f9cd7d4125', '66.186.19.5', '1576522262', '__ci_last_regenerate|i:1576522262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('496c56480656d40302d9b55750d320d99f4948a4', '66.186.19.5', '1576306081', '__ci_last_regenerate|i:1576306081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('497c21e17359063698a0d35043e5ad6fd461be46', '66.186.19.5', '1576573623', '__ci_last_regenerate|i:1576573623;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('497d53f2aadc84dc31772128cf8cc9201d117a19', '66.186.19.5', '1576411081', '__ci_last_regenerate|i:1576411081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('497db7e593e8f1a096f6e974ab4201b5202a1c1f', '66.186.19.5', '1576517822', '__ci_last_regenerate|i:1576517822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4984ee06bceb90de785125fe500d78be0b2a0a3e', '66.186.19.5', '1576556221', '__ci_last_regenerate|i:1576556221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('499750b1aa245da60dcf4e47ff9ccef75e193542', '66.186.19.5', '1576370942', '__ci_last_regenerate|i:1576370942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4998d29eab63610c9fc4b49719ddcd10a523b254', '66.186.19.5', '1576603442', '__ci_last_regenerate|i:1576603442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49ba4527ec4364e955537fb52c29dc94cc5b3995', '66.186.19.5', '1576314602', '__ci_last_regenerate|i:1576314602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c0a90b672b8cb6b206093c7bb8cdd87604a839', '45.189.116.18', '1590941679', '__ci_last_regenerate|i:1590941673;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c45dff2119cfccb952ad6f9ce1aa74719df387', '66.186.19.5', '1576566661', '__ci_last_regenerate|i:1576566661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c468cc5118e067623c40a96437a1f902b3256c', '66.186.19.5', '1576366741', '__ci_last_regenerate|i:1576366741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c47d3e44d890b7870313b96972b111e22b34ef', '66.186.19.5', '1576278181', '__ci_last_regenerate|i:1576278181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49cbf0c4bfa363e38b14371ee8d3d1da7e37f0a3', '66.186.19.5', '1576453681', '__ci_last_regenerate|i:1576453681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49d231b3110529a9c77b57f7ec29a1fcb1a9a863', '66.186.19.5', '1576568942', '__ci_last_regenerate|i:1576568942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49d61b2993027c581588b60e7d8c332b9d0f7581', '66.186.19.5', '1576455242', '__ci_last_regenerate|i:1576455242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49dca97e14d094107de6d6e42613ea31a5683100', '66.186.19.5', '1576430942', '__ci_last_regenerate|i:1576430942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49e90deeb3657f1099858bdc302f36e5a9d0a749', '66.186.19.5', '1576647902', '__ci_last_regenerate|i:1576647902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49f1194db24d69b66ed109803e4fea5282f0ee86', '66.186.19.5', '1576557781', '__ci_last_regenerate|i:1576557781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49f2c293cca6abdbdb17bc9390261cb22625293e', '66.186.19.5', '1576527362', '__ci_last_regenerate|i:1576527362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a01b033bd9e6d47fc67f1bf8acdb38d5a24633f', '66.186.19.5', '1576406281', '__ci_last_regenerate|i:1576406281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a0bba1a1f875733cd8b194a75d2164eaccce409', '45.189.116.18', '1591962451', '__ci_last_regenerate|i:1591962447;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591931063\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a2313c290bc933599b1670bfddb23aec05791c7', '66.186.19.5', '1576686001', '__ci_last_regenerate|i:1576686001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a2cb775a05d8c2b9447291f588a83a6666e7ee3', '66.186.19.5', '1576559882', '__ci_last_regenerate|i:1576559882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a397173a63b71f2e2115b79f320e7b90510d4f0', '66.186.19.5', '1576519681', '__ci_last_regenerate|i:1576519681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a4637b00b76bbdb9485d3ce580c9e696d8171df', '72.52.87.73', '1580859481', '__ci_last_regenerate|i:1580859271;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580784340\";last_ip|s:14:\"190.237.41.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a54763f8eb5747c3004cb17353ca78a29ebb736', '66.186.19.5', '1576283102', '__ci_last_regenerate|i:1576283102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a562d1b4b56c6a95e547eb7b765fc50982f1577', '66.186.19.5', '1576610822', '__ci_last_regenerate|i:1576610822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a583d12821e574e1120497319f5b757f6d0521c', '66.186.19.5', '1576384201', '__ci_last_regenerate|i:1576384201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a63657a01492dec297b7503e557c41f5e88fd15', '66.186.19.5', '1576683541', '__ci_last_regenerate|i:1576683541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a66853e72563319723e2a46f0fca244508e40a4', '66.186.19.5', '1576504442', '__ci_last_regenerate|i:1576504442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a6b710ed8cf9dfe07c06438b351e6943b504237', '66.186.19.5', '1576277462', '__ci_last_regenerate|i:1576277462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a7e26cef9fba0d674bf3b4c39311d993dec4ed2', '66.186.19.5', '1576587481', '__ci_last_regenerate|i:1576587481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a8616d8089c70ae5b50eb55cce9d8bbc8a94e7b', '66.186.19.5', '1576431302', '__ci_last_regenerate|i:1576431302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a872bc7b08e31f3dc896cfc5590a6d46ef8f6d6', '66.186.19.5', '1576519382', '__ci_last_regenerate|i:1576519382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a8858d2801d2eacf90544a5b553e6d48903e664', '66.186.19.5', '1576569302', '__ci_last_regenerate|i:1576569302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a93357cacb34b0a579bfc0e76bbcb8592d7b2d2', '66.186.19.5', '1576684082', '__ci_last_regenerate|i:1576684082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a9e514b3b831a5d165964d7195d697886285e7c', '66.186.19.5', '1576567201', '__ci_last_regenerate|i:1576567201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aa97583034a6c3df4a736026ff7909766c07792', '66.186.19.5', '1576278242', '__ci_last_regenerate|i:1576278242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aac0640b7a569fc40babcf6b6ca6bf7cd8da9d9', '66.186.19.5', '1576671302', '__ci_last_regenerate|i:1576671302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ac4162a57b97825d0ea1a0ca2e4c9423769553d', '66.186.19.5', '1576309982', '__ci_last_regenerate|i:1576309982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ac468e6a39427e76543debd5b74b8d312de77d4', '45.189.116.14', '1589996786', '__ci_last_regenerate|i:1589996785;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589906681\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ac4ae8d9f3bec4f0a11442e603f09634873300b', '66.186.19.5', '1576451942', '__ci_last_regenerate|i:1576451942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ad1deed68e04fb8c0f728380b11841b', '190.236.102.225', '1582258344', '__ci_last_regenerate|i:1582258344;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ad42e852b1979b1849071938876370b4c56b133', '66.186.19.5', '1576421461', '__ci_last_regenerate|i:1576421461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4adbc330bc7365cee797a299d41772fd261289d4', '66.186.19.5', '1576527722', '__ci_last_regenerate|i:1576527722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4adbe1308a6ac6887ba1b3f787d92e9c82b31355', '66.186.19.5', '1576320542', '__ci_last_regenerate|i:1576320542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ae1fb3ef33a505d024e5ea733cd0307e0573e64', '66.186.19.5', '1576559101', '__ci_last_regenerate|i:1576559101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ae9831826f71a18a24344bd826aca62b1237eb8', '66.186.19.5', '1576630742', '__ci_last_regenerate|i:1576630742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4affabad5fd827caedb116a283bf0b5f35f2e72f', '66.186.19.5', '1576407901', '__ci_last_regenerate|i:1576407901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b05e34575e56e19e1c1d462c49d0a70b406a4ee', '66.186.19.5', '1576635422', '__ci_last_regenerate|i:1576635422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b0967e5705c7fac03f7b59c547c88f7d3149564', '190.238.10.201', '1579300614', '__ci_last_regenerate|i:1579300613;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b0978e0f398a7a2af703258c6920d7bdc6ef5bf', '66.186.19.5', '1576686662', '__ci_last_regenerate|i:1576686662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b12666cdda03d4e912fde9494fab05d2245b836', '66.186.19.5', '1576474022', '__ci_last_regenerate|i:1576474022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b14a3f4e1cbd868a659fc9eb135eb69f2bbd435', '66.186.19.5', '1576366262', '__ci_last_regenerate|i:1576366262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b1e9044f8f954dc0eb321259abd18a8a05552d1', '66.186.19.5', '1576523942', '__ci_last_regenerate|i:1576523942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b2104692ddc3e144b7c9c25e85766ac3fbbd01e', '66.186.19.5', '1576630861', '__ci_last_regenerate|i:1576630861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b2165522c2975ca926489db9ce9db4ebf82d9d1', '66.186.19.5', '1576505102', '__ci_last_regenerate|i:1576505102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b364a4e5d9672e589384cab82f3fa39add825b0', '66.186.19.5', '1576317122', '__ci_last_regenerate|i:1576317122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b3766f74112ea5bf5277626b6e040a2664b3023', '181.176.102.151', '1587940561', '__ci_last_regenerate|i:1587940544;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1587921388\";last_ip|s:15:\"181.176.102.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b4df0ade807aa94d30b9a1494c879674d812d60', '66.186.19.5', '1576684622', '__ci_last_regenerate|i:1576684622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b4f85261a3e512981b7c81fb20fce3bede7aff8', '66.186.19.5', '1576475882', '__ci_last_regenerate|i:1576475882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b508a5088d62d9a1f6d15851a8a4c77e107689c', '66.186.19.5', '1576545182', '__ci_last_regenerate|i:1576545182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b5504e53102832d6c2ac2ba6a1c1a92f2a886aa', '66.186.19.5', '1576600021', '__ci_last_regenerate|i:1576600021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b5a101e829cd262e7d3b014ba0ca33f097292e8', '66.186.19.5', '1576515364', '__ci_last_regenerate|i:1576515362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b5ccb174bb7f57302ac19274fe394d22fbf57e9', '66.186.19.5', '1576379162', '__ci_last_regenerate|i:1576379162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b6318b089955e53cf517c63b2a452602c0c789d', '66.186.19.5', '1576402621', '__ci_last_regenerate|i:1576402621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b6a61d584688844936704f171f690c66e90c049', '66.186.19.5', '1576534082', '__ci_last_regenerate|i:1576534082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b701d18f734216257a9907f69967539463a378d', '66.186.19.5', '1576634882', '__ci_last_regenerate|i:1576634882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b72871da02f439cc486095ede2c459deec5279b', '66.186.19.5', '1576377121', '__ci_last_regenerate|i:1576377121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b878f6fd368c317576ff8990b37f9259fb3191d', '66.186.19.5', '1576458902', '__ci_last_regenerate|i:1576458902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b8bdf7d9f28da13bfe7c762d50f39ba3f4014a1', '66.186.19.5', '1576504081', '__ci_last_regenerate|i:1576504081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b8c1eff30acbb3bd8bbc16d2b1dfb61911fcd94', '66.186.19.5', '1576533901', '__ci_last_regenerate|i:1576533901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b8c2086828b041914cbc70a20d6e66bca4d4d04', '66.186.19.5', '1576422662', '__ci_last_regenerate|i:1576422662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b8c6001017095d5e67a9de5c4b37b4c0e0582c8', '66.186.19.5', '1576604702', '__ci_last_regenerate|i:1576604702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b90585408ac698e3220800fb1f6b10f7604ee5f', '66.186.19.5', '1576671962', '__ci_last_regenerate|i:1576671962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b91becf526204ca75f2537f17e91b03a0659692', '66.186.19.5', '1576511101', '__ci_last_regenerate|i:1576511101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b9c26ccd27e2dc62cd027f50e7c99d9f7e04fd1', '66.186.19.5', '1576507022', '__ci_last_regenerate|i:1576507022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ba436e95840254f258275acfb9426f1e0162da9', '66.186.19.5', '1576682821', '__ci_last_regenerate|i:1576682821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ba5764e1c9d662abc7fb8e0f5ffc124ef399004', '66.186.19.5', '1576609562', '__ci_last_regenerate|i:1576609562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ba6e230a50263b26f8e74fb386b37dc0ce5a061', '66.186.19.5', '1576580401', '__ci_last_regenerate|i:1576580401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ba7b72340d4b7cf35d5655503b7e316e70eda84', '201.230.158.73', '1579353531', '__ci_last_regenerate|i:1579353530;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4babfcfa56e6bbd91089f7ac3b289dac89e5d2d1', '66.186.19.5', '1576489621', '__ci_last_regenerate|i:1576489621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bb8672ac12e42f5c72d90b1fcbee1aaacae97e0', '66.186.19.5', '1576381021', '__ci_last_regenerate|i:1576381021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bb9598e6c068694202d5cd425ae75ea96e1bff9', '66.186.19.5', '1576568102', '__ci_last_regenerate|i:1576568102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bbc965ed8bb969c5c681801d31d3c1ab22acd27', '66.186.19.5', '1576497541', '__ci_last_regenerate|i:1576497541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bc268b8bd6d929cf5c761ca510c0225acf5cb4f', '66.186.19.5', '1576558441', '__ci_last_regenerate|i:1576558441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bc956f747b79f514fdd28c8be02866f47d16c16', '66.186.19.5', '1576347302', '__ci_last_regenerate|i:1576347302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bd122e539ad171c0a1bd760bb18cb8b9f86301b', '66.186.19.5', '1576481042', '__ci_last_regenerate|i:1576481042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bd7b098c298ab98d32a05a64d74ac473611e212', '74.82.60.75', '1580858947', '__ci_last_regenerate|i:1580858661;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580784340\";last_ip|s:14:\"190.237.41.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4beeca3a3a775dae4d59381448cafa4a6ad4db18', '66.186.19.5', '1576582562', '__ci_last_regenerate|i:1576582562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bf4e87db1e3acb1c3a02f378f96a6263d8ef958', '66.186.19.5', '1576570981', '__ci_last_regenerate|i:1576570981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bfd2b0935a87c307211bbf7977d78b89bd56a22', '66.186.19.5', '1576395542', '__ci_last_regenerate|i:1576395542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c002539f714c753b4b75e9b359ad0f88a5eb006', '66.186.19.5', '1576412341', '__ci_last_regenerate|i:1576412341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c09d1789cd2a64b422770eb71972aab3e21d3f0', '45.189.116.18', '1591677529', '__ci_last_regenerate|i:1591677529;local|s:1:\"2\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591582499\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c0e1f2aa66043f35c0f8b6410a4dd942c8a3649', '66.186.19.5', '1576345741', '__ci_last_regenerate|i:1576345741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c0f0e0892ba5c8f2962b1af42f6d36f9f324fed', '66.186.19.5', '1576605541', '__ci_last_regenerate|i:1576605541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c10725a6317d1a42b0455c32b576eb4ee191289', '66.186.19.5', '1576558502', '__ci_last_regenerate|i:1576558502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c25458504bb61869a9cd217da449ec0a5e4e427', '66.186.19.5', '1576422241', '__ci_last_regenerate|i:1576422241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2995177f54ce97de9585fbf4aacd21f93bbfd1', '66.186.19.5', '1576310161', '__ci_last_regenerate|i:1576310161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2a68c51e43d8c922d7ac31f43e08e9bcd947d9', '66.186.19.5', '1576613162', '__ci_last_regenerate|i:1576613162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2d5941de5e9d1d3a3e3ac4e29c7677ede75274', '66.186.19.5', '1576526161', '__ci_last_regenerate|i:1576526161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c309c05ab3eb8f2c083913ed79ac16b9e6b3ce9', '66.186.19.5', '1576354141', '__ci_last_regenerate|i:1576354141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c33a9bbbd6dfec85718b0341085a732352b8ddf', '66.186.19.5', '1576610282', '__ci_last_regenerate|i:1576610282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c4224ce5ae4497e584ab7627aaf34c071c50cbc', '66.186.19.5', '1576310402', '__ci_last_regenerate|i:1576310402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c49eba4fca90d6b2a0ab5ce5ed74dc5944c408e', '66.186.19.5', '1576481702', '__ci_last_regenerate|i:1576481702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c59f42d93d26ee8cd37dabac22ce5125d25316a', '66.186.19.5', '1576344722', '__ci_last_regenerate|i:1576344722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c5bea366918746a1e61b766ae1d6dbdebbd1017', '173.252.83.20', '1587334860', '__ci_last_regenerate|i:1587334860;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c6159a500de3618aba964433b24b3babfbae085', '66.186.19.5', '1576332482', '__ci_last_regenerate|i:1576332482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c64a52992ce7449c5e753fee570cf8b8263624f', '66.186.19.5', '1576345141', '__ci_last_regenerate|i:1576345141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c71d487c3be660e527417f39448451f2460a80b', '3.92.92.150', '1580858340', '__ci_last_regenerate|i:1580858340;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c88691ef2e44c31244f9f8c4764269879efc62b', '45.189.116.18', '1590794308', '__ci_last_regenerate|i:1590794308;local|s:1:\"1\";listaVenta|i:13;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c9f9c613dd984fe20f33a58d78941f4735e6316', '66.186.19.5', '1576532162', '__ci_last_regenerate|i:1576532162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ca40f9ab4376ca73973a3450897afa9883104cc', '66.186.19.5', '1576399922', '__ci_last_regenerate|i:1576399922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ca61cf409e0f6cc067b10527981bc65f5012e8a', '45.189.116.18', '1591582511', '__ci_last_regenerate|i:1591582499;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ca9c1163d9760799e51fa6057757e4107ae7793', '66.186.19.5', '1576487042', '__ci_last_regenerate|i:1576487042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb02fdbf6a23ad79f708fb2a62c0eb3b23f2be2', '173.252.111.5', '1584460294', '__ci_last_regenerate|i:1584460294;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb529b1f4822c9176e070c26c968d3c9650340f', '66.186.19.5', '1576349222', '__ci_last_regenerate|i:1576349222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cbc0a86bb3965001635377221acde85e923a89e', '66.186.19.5', '1576680721', '__ci_last_regenerate|i:1576680721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc4bc51e549db244f89962275aeebc44b11df8e', '209.17.96.242', '1590478128', '__ci_last_regenerate|i:1590478128;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ccd1cdbf89bbc68eb39b0a5ff37ebdf89f722fb', '66.186.19.5', '1576514941', '__ci_last_regenerate|i:1576514941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cd17850778622092361d927c692fec6c275520f', '66.186.19.5', '1576685522', '__ci_last_regenerate|i:1576685522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cd22a3ecfa1d5067eb8ac7fb4db1ba405d6d1fd', '66.186.19.5', '1576304042', '__ci_last_regenerate|i:1576304042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cdddfc1079d3e63c68ce0f7260e8cb41613a9f8', '66.186.19.5', '1576477562', '__ci_last_regenerate|i:1576477562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce2e916b4f1f008c50e0bada2bed8fadf7206d9', '66.186.19.5', '1576555142', '__ci_last_regenerate|i:1576555142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce9609963b190431948ea56b39341177244c878', '66.186.19.5', '1576406701', '__ci_last_regenerate|i:1576406701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cebf0860259073fea4ee27f8fef694e129baf31', '66.186.19.5', '1576434302', '__ci_last_regenerate|i:1576434302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d0662290f68de432b5ed4396b9ebb067f06bcdf', '66.186.19.5', '1576302421', '__ci_last_regenerate|i:1576302421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d08f86efa208d10ddcc2e7f86efaf1ed3b4ede1', '66.186.19.5', '1576456741', '__ci_last_regenerate|i:1576456741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d17c8977a777108f63cc5e9210c931e63a204d3', '66.186.19.5', '1576625101', '__ci_last_regenerate|i:1576625101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d2503f55701cdb2198963ac41b6b0227100e338', '66.186.19.5', '1576397221', '__ci_last_regenerate|i:1576397221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d2d5fb17655c7ff4c70029ab2b15ecad097177f', '66.186.19.5', '1576438981', '__ci_last_regenerate|i:1576438981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d2e6aa5e5e81ac0e83b6578be94bd4a9aa6b627', '66.186.19.5', '1576394581', '__ci_last_regenerate|i:1576394581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d3777b523db5abe54277e8a24d95f94f8c39765', '66.186.19.5', '1576585922', '__ci_last_regenerate|i:1576585921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d4a9ced5245026e1cf989802ead3e74ba436e42', '66.186.19.5', '1576614301', '__ci_last_regenerate|i:1576614301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d6f32313f90600bfc0dacd773c2c139d952c428', '66.186.19.5', '1576538882', '__ci_last_regenerate|i:1576538882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d703dc4bcb17b06bc877a3e203aa53626d264ea', '66.186.19.5', '1576443901', '__ci_last_regenerate|i:1576443901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d72ac16b7c62e1d28cfc3468e20c867ce17492e', '66.186.19.5', '1576610521', '__ci_last_regenerate|i:1576610521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d7cb212c9ffb95c4fc93fb863991f806fac35c1', '66.186.19.5', '1576595222', '__ci_last_regenerate|i:1576595222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d88e3263a525824b86f2f032f3c814b87fe8d9c', '66.186.19.5', '1576316281', '__ci_last_regenerate|i:1576316281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d940cbb1d0775371aa5fb6c5d9fc1eb2f5d51a7', '66.186.19.5', '1576468322', '__ci_last_regenerate|i:1576468322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d9e72eca29c7e8a3335892f06c433552ca58976', '66.186.19.5', '1576472942', '__ci_last_regenerate|i:1576472942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d9f000afb89394c8b793cbf9c563452f86b9670', '66.186.19.5', '1576493761', '__ci_last_regenerate|i:1576493761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4da7531fc6ee57281c1c8dd1fce7e961a925827f', '66.186.19.5', '1576347002', '__ci_last_regenerate|i:1576347002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4da785abb15e14b4958d147302e187cadc0063fa', '66.186.19.5', '1576448042', '__ci_last_regenerate|i:1576448042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4da8fe4b0673d97a609854dbaf41a76822f99c9e', '66.186.19.5', '1576302182', '__ci_last_regenerate|i:1576302182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dba3eb4445d1024f1332d025f27ba89d5a9f49e', '66.186.19.5', '1576646281', '__ci_last_regenerate|i:1576646281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dc00deb4deeddd6079a2c8e8973cf7428dfdbc2', '66.186.19.5', '1576470902', '__ci_last_regenerate|i:1576470902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dc0db38bd986afc337e32865c326aca09235e70', '66.186.19.5', '1576475582', '__ci_last_regenerate|i:1576475582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dcf1bea26a3ad22d193ef9c89157821378669b9', '66.186.19.5', '1576592281', '__ci_last_regenerate|i:1576592281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dcf8d8361ef4c73d1a43f4f2017ee3825729839', '66.186.19.5', '1576453861', '__ci_last_regenerate|i:1576453861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dd815949e9fcd8996e638a0f14042379df7e968', '66.186.19.5', '1576418341', '__ci_last_regenerate|i:1576418341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dda90607b70700da78377dbb2cc5126c71d3223', '66.186.19.5', '1576559822', '__ci_last_regenerate|i:1576559822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dde46d675f43474d22cb76357461fb75e4d61ee', '66.186.19.5', '1576517101', '__ci_last_regenerate|i:1576517101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4de11a3a2678560155ea04ba7251df665abd2973', '66.186.19.5', '1576325161', '__ci_last_regenerate|i:1576325161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4de3b5601cf9e827890eff9924b31fdbbd6ed3f1', '66.186.19.5', '1576391462', '__ci_last_regenerate|i:1576391462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4de99ae28b54a4a23daeec32f7d2c248dde568e7', '66.186.19.5', '1576355761', '__ci_last_regenerate|i:1576355761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e0fe0aa5d7141e16da0acdec76809a1ca002f34', '173.252.87.31', '1577824675', '__ci_last_regenerate|i:1577824675;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e136aa343a25eecdd1d6a1bdf3170203dda47a2', '66.186.19.5', '1576541641', '__ci_last_regenerate|i:1576541641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e2bd660f9625624263076746c8a53ef41286254', '66.186.19.5', '1576435981', '__ci_last_regenerate|i:1576435981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e2c140545707be8d4684fba9d642a5ddb3314de', '66.186.19.5', '1576409762', '__ci_last_regenerate|i:1576409761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e2c778c029772c0fa2bb6b83db7d738fa4b304f', '66.186.19.5', '1576530541', '__ci_last_regenerate|i:1576530541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e2f238c0efac83c506b01d33ea083cad53238de', '66.186.19.5', '1576629901', '__ci_last_regenerate|i:1576629901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e47f0492bb9fb7d427f57ddeaed1c9c2535bbcf', '66.186.19.5', '1576524482', '__ci_last_regenerate|i:1576524482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e528d07e781b37ad313e4bedbfef25cd2ea6283', '66.186.19.5', '1576667461', '__ci_last_regenerate|i:1576667461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e56b666bca2259216fe8ae576876b173ab319c8', '66.186.19.5', '1576555921', '__ci_last_regenerate|i:1576555921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e5a6d4fccd13e39086af708ddad9aec9db2d610', '66.186.19.5', '1576547341', '__ci_last_regenerate|i:1576547341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e5f9cca933586854a519a55831edfe8a8dd9534', '66.186.19.5', '1576679521', '__ci_last_regenerate|i:1576679521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e612ba6672540e346cde3e3c8ad73c166e15416', '66.186.19.5', '1576652041', '__ci_last_regenerate|i:1576652041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e6378f5dda41e4387d5e44d68041fcab9a77aee', '66.186.19.5', '1576506961', '__ci_last_regenerate|i:1576506961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e64a93c084d345907f0f54f724906a47e800bc4', '66.186.19.5', '1576641722', '__ci_last_regenerate|i:1576641722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e69e30e6956e951190dea216ccbb0e57a643b84', '66.186.19.5', '1576547821', '__ci_last_regenerate|i:1576547821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e6a32bbeb8b961545a00daed88a3a679e685220', '66.186.19.5', '1576330981', '__ci_last_regenerate|i:1576330981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e6ce4628afcf4f970c2245fe4c0451e8b515932', '66.186.19.5', '1576403941', '__ci_last_regenerate|i:1576403941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e6f6f12a127420b08d704821605dffc5e6d3b36', '66.186.19.5', '1576419662', '__ci_last_regenerate|i:1576419662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e84751ff0b978725627b8ae36a023679321f65d', '66.186.19.5', '1576399441', '__ci_last_regenerate|i:1576399441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e875a168fcb639e48f16791ce3f4fca4f018997', '66.186.19.5', '1576449301', '__ci_last_regenerate|i:1576449301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e92c5ba28ccf78ce0e55f663a0882d9f0c6e35a', '66.186.19.5', '1576348982', '__ci_last_regenerate|i:1576348982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e965d2be4960d46d7a33c00c4f7ac8a40beee77', '66.186.19.5', '1576455962', '__ci_last_regenerate|i:1576455962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ea8b8b1ce01d075e6cbe7104b13ddde4598dcfe', '66.186.19.5', '1576527961', '__ci_last_regenerate|i:1576527961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eaccd5c20d01f7be531369380b6b90855892b70', '66.186.19.5', '1576525622', '__ci_last_regenerate|i:1576525622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ecdc95cdac83463f395f0aeb4a7b747e8e15ced', '66.186.19.5', '1576467301', '__ci_last_regenerate|i:1576467301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ed5dd3f45ebe5e5d2b17309457e7e2ed0d7d642', '31.13.127.112', '1590030961', '__ci_last_regenerate|i:1590030961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eda26a5b3c82b9e7c85361d4cc89a52e6d218f6', '66.186.19.5', '1576512182', '__ci_last_regenerate|i:1576512182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eda76527f74665433cd8f314b00420e182f9ccf', '66.186.19.5', '1576436041', '__ci_last_regenerate|i:1576436041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ede2df4adc5816d18382da598858693c11456ee', '66.186.19.5', '1576664281', '__ci_last_regenerate|i:1576664281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee532437c4b9d56d600b7a853a5ab89200ed61c', '66.186.19.5', '1576413601', '__ci_last_regenerate|i:1576413601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee54bffdfd7b0ee387c06c2a945fd48b33786e0', '66.186.19.5', '1576576321', '__ci_last_regenerate|i:1576576321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee9625e6d8f5f5f7325d0e9d3ac49bacd6ce085', '66.186.19.5', '1576456681', '__ci_last_regenerate|i:1576456681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eec511b2e4fef3c1950cd54c01e0ee5aa3f0183', '31.13.127.14', '1580396453', '__ci_last_regenerate|i:1580396453;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eeebb93176d3c8042c9430d3ac2021f2972570a', '66.186.19.5', '1576436281', '__ci_last_regenerate|i:1576436281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef71e06f03d55f8927995122edd7e40b4aa11e1', '66.186.19.5', '1576369381', '__ci_last_regenerate|i:1576369381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f05769c080a49ebe2d78e34f84d36413065c6a7', '66.186.19.5', '1576649642', '__ci_last_regenerate|i:1576649642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f070092383354248fd3d15ebc28cdb8488b52e1', '45.189.116.18', '1591992544', '__ci_last_regenerate|i:1591992535;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f0e9ed2e3db47c0e08064659bf4a3eaff0d0f36', '66.186.19.5', '1576604042', '__ci_last_regenerate|i:1576604042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f0f303318afea101430af98a25c23b6e766d5aa', '66.186.19.5', '1576341602', '__ci_last_regenerate|i:1576341602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f11ec11eb7afd503850352f2d8ffde0bdd85861', '66.186.19.5', '1576286701', '__ci_last_regenerate|i:1576286701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f14c78cd49b90e07005245406197a4877a11b00', '66.186.19.5', '1576448522', '__ci_last_regenerate|i:1576448522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f1ed4d76ab65dd7d1b3c4d8a56e48685cabfcb1', '66.186.19.5', '1576422422', '__ci_last_regenerate|i:1576422422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f27e44bb5531dfaa08926c5f6d2073578c46afd', '66.186.19.5', '1576507202', '__ci_last_regenerate|i:1576507202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f2957dec398430ecbfca8e4e2af9c784ac982aa', '66.186.19.5', '1576666082', '__ci_last_regenerate|i:1576666082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f3860f1d67d23b88c26ac20754243167764fb0e', '66.186.19.5', '1576347541', '__ci_last_regenerate|i:1576347541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f3dbe6a41081a932eb9944b8035e6f0852715a8', '66.186.19.5', '1576321681', '__ci_last_regenerate|i:1576321681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f4baf0739c5e4f316cf911fa2c6c91092829efe', '138.246.253.15', '1592304759', '__ci_last_regenerate|i:1592304759;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f5e627bdddf04df0898210de8253f342c72d791', '66.186.19.5', '1576354802', '__ci_last_regenerate|i:1576354802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f679a8b58191d5f5edfd9df395ee89d001ad864', '66.186.19.5', '1576611182', '__ci_last_regenerate|i:1576611182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f735f56bd6ca03da4c4d4167181b4e174a525d5', '66.186.19.5', '1576371362', '__ci_last_regenerate|i:1576371362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7f7ab990e937d8a9d0dd393dbb3260bbee8d21', '66.186.19.5', '1576351321', '__ci_last_regenerate|i:1576351321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f8121299a7d68530725463d423049902c406a1d', '66.186.19.5', '1576626302', '__ci_last_regenerate|i:1576626302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f81b5a4172373d0815d4d04e0a19db5c02a4634', '66.186.19.5', '1576284842', '__ci_last_regenerate|i:1576284842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f8b8a04191fa262c29a9203108a8cba1d8f21be', '66.186.19.5', '1576601642', '__ci_last_regenerate|i:1576601642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f923b083a7917acceccf8b39dfe9062373cb349', '66.186.19.5', '1576416181', '__ci_last_regenerate|i:1576416181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f9afaeed4c0195f6c0d0999177d05d92079d98c', '66.186.19.5', '1576447622', '__ci_last_regenerate|i:1576447622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fa4283e74f25c3372c0fa4c8d3ce2776b4d6c69', '66.186.19.5', '1576362421', '__ci_last_regenerate|i:1576362421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fadb6ab970630d49ec98cf3dd99d3e719cf6b64', '66.186.19.5', '1576567442', '__ci_last_regenerate|i:1576567441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fbc3d89b4dba30994958e42b82dcf6b7dab52b7', '66.186.19.5', '1576595341', '__ci_last_regenerate|i:1576595341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fbd40939cbb37b0d8582767ec37f048c43f0fb9', '66.186.19.5', '1576563781', '__ci_last_regenerate|i:1576563781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fce01d794cb52101c7b1af5e2d58b98e89d1342', '45.189.116.18', '1590776729', '__ci_last_regenerate|i:1590776716;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fd66a720ad83c84bbaa0bbc4ef575006d38a600', '66.186.19.5', '1576433761', '__ci_last_regenerate|i:1576433761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fdd54f07e709a702889c93645d4fd9fca1bfb71', '66.186.19.5', '1576411141', '__ci_last_regenerate|i:1576411141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fde84d514e9ea1cd646e1b7b7685728d674085a', '66.186.19.5', '1576399502', '__ci_last_regenerate|i:1576399502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fe00cde99e17978f9584e1ec031d29ba295e03e', '66.186.19.5', '1576324801', '__ci_last_regenerate|i:1576324801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fe946ce5b0c797c55ebf9927bd3935b0eda2e1c', '66.186.19.5', '1576509181', '__ci_last_regenerate|i:1576509181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fed0f28d51f872571531953b9ee8a4a67cb20b3', '66.186.19.5', '1576335541', '__ci_last_regenerate|i:1576335541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fffc03e6ff1051d04f87fd8bfbfe21cdd564a5f', '173.252.107.18', '1585572447', '__ci_last_regenerate|i:1585572447;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50002f6728b7893d8375c3256112d2ae38b37f7b', '66.186.19.5', '1576344181', '__ci_last_regenerate|i:1576344181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500dd4d1e7451438b618314189334b65e6a51825', '66.186.19.5', '1576325522', '__ci_last_regenerate|i:1576325522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500e40e6470fdd7b74c85ad015088b135c880f71', '66.186.19.5', '1576486562', '__ci_last_regenerate|i:1576486562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50172c81e618ef8d0199132f1ee45dcffcceaba2', '66.186.19.5', '1576591741', '__ci_last_regenerate|i:1576591741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('501a1ac55d053c06815099ecdb31ec5f3f4fcfa9', '66.186.19.5', '1576637522', '__ci_last_regenerate|i:1576637522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50228f882dd223f8d4f18a438df5372d0cd67efe', '138.246.253.15', '1591154089', '__ci_last_regenerate|i:1591154089;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('502aae6c18477ca8dbd175c76b2bec3c665db330', '66.186.19.5', '1576520702', '__ci_last_regenerate|i:1576520702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5033744ca28377ad9b836f5147e5231aa2f1e405', '66.186.19.5', '1576360561', '__ci_last_regenerate|i:1576360561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50344e2932b40c5b5a5a8e2e192a303e28ae1860', '66.186.19.5', '1576451882', '__ci_last_regenerate|i:1576451882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('503eedf4c266618b6b95a8a6dffc8697a30c298f', '66.186.19.5', '1576314242', '__ci_last_regenerate|i:1576314242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5041ceeec83a0220721b0d8d8282cc5ef8aa6f77', '66.186.19.5', '1576574762', '__ci_last_regenerate|i:1576574762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5049fe608e2a6242d9d04cbeabaf35bf0b0ac71d', '66.186.19.5', '1576597441', '__ci_last_regenerate|i:1576597441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('504ed1d277d746bb05a95f6d3e70a7aba5389f69', '190.232.33.208', '1576187772', '__ci_last_regenerate|i:1576187392;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576187338\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50509be396fea658bf464f5eb9fbb428a0c5fe4d', '66.186.19.5', '1576404662', '__ci_last_regenerate|i:1576404662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505f45880caead748e982e208f83029eb137d06a', '66.186.19.5', '1576446241', '__ci_last_regenerate|i:1576446241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('506773c74bb101cf9e6616f52fc96f03137b7477', '66.186.19.5', '1576284421', '__ci_last_regenerate|i:1576284421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5069be105268f4aa92de4e5688760439f818b1b4', '66.186.19.5', '1576518301', '__ci_last_regenerate|i:1576518301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('507b7405bd569a1032fb4d8f4b5c30d9001b554c', '66.186.19.5', '1576568161', '__ci_last_regenerate|i:1576568161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50945a8dc249fc9680c191957fb668d333d1d79b', '66.186.19.5', '1576608001', '__ci_last_regenerate|i:1576608001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5099c8af209d3f5faa298143b6634220f7f89b5e', '66.186.19.5', '1576475402', '__ci_last_regenerate|i:1576475402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50aa05f5c4ef1ff45a11ec34b3f3e664884c99a1', '66.186.19.5', '1576483261', '__ci_last_regenerate|i:1576483261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50b1709d655d22d3ce92aba2f665f206951a9ccd', '66.186.19.5', '1576656782', '__ci_last_regenerate|i:1576656781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50bbcbafe527443f45f0e1e171aa1e6a5af4d8cc', '66.186.19.5', '1576653122', '__ci_last_regenerate|i:1576653122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50c27888f6678fe56277adfa49f73e9d98cd2050', '66.186.19.5', '1576663801', '__ci_last_regenerate|i:1576663801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50c70a940bfac868b6718a1af644a01bcd7c791a', '66.186.19.5', '1576485901', '__ci_last_regenerate|i:1576485901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50cc68a3e646c9f86d8ff3b882ee79d31e27671b', '45.189.116.18', '1592339141', '__ci_last_regenerate|i:1592339141;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592275180\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('510567a18d83e1fdcfe8f0522b8f2a35cb029281', '66.186.19.5', '1576567981', '__ci_last_regenerate|i:1576567981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('510de71d770c81619171ae728fc6940059e2da1b', '66.186.19.5', '1576438201', '__ci_last_regenerate|i:1576438201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('510fe636be076251ce994d8c7d8fde1ed3a36b68', '66.186.19.5', '1576628101', '__ci_last_regenerate|i:1576628101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51121c8cf3067db308429c01b686e343a828810f', '69.171.251.33', '1577830618', '__ci_last_regenerate|i:1577830618;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('511c2ebf00321132e957e5a318a25e8a775aff37', '66.102.8.149', '1579028412', '__ci_last_regenerate|i:1579028410;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('511c7b32a3b8d78353219051e39d5ec5f5002d71', '66.186.19.5', '1576316821', '__ci_last_regenerate|i:1576316821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('512502a3225a76129a01b7042ca196594b206240', '66.186.19.5', '1576359121', '__ci_last_regenerate|i:1576359121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51272337998b5f91f3a830bd428a7650a11e0e85', '66.186.19.5', '1576356121', '__ci_last_regenerate|i:1576356121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('512a369fda379c0a4f34e0f210c0206a6bddad57', '66.186.19.5', '1576441982', '__ci_last_regenerate|i:1576441982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('512c38defbc1b49d37dced2cdbf1203e5c859d40', '66.186.19.5', '1576338962', '__ci_last_regenerate|i:1576338962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('513346a95373e595ea8f55526146396b9bd00e42', '190.234.106.215', '1583180975', '__ci_last_regenerate|i:1583180975;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5138aabdc57694c86fc9fbb73a2c0efb4ce53dc0', '66.186.19.5', '1576560961', '__ci_last_regenerate|i:1576560961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('515096a516f2643ea5be3fbc682e72dc0ce0f628', '66.186.19.5', '1576651501', '__ci_last_regenerate|i:1576651501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5170a66312cb675eac163dc70044bc233ddb6f1c', '66.186.19.5', '1576299541', '__ci_last_regenerate|i:1576299541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('517799ee27392040a6cb74cfa77035d17d8af195', '66.186.19.5', '1576398962', '__ci_last_regenerate|i:1576398962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('519ef14ab764e21f9f8cb4737ed1d3475864f279', '66.186.19.5', '1576465981', '__ci_last_regenerate|i:1576465981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bb8de0a0fdd020cf47dedbcc47886825f55d27', '66.186.19.5', '1576627801', '__ci_last_regenerate|i:1576627801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bdceacfb55ea87c3705096ff336b972badc4fe', '45.189.116.14', '1590520076', '__ci_last_regenerate|i:1590520071;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51c431cbd8271f57598aab5511cceb24444c762b', '66.186.19.5', '1576303502', '__ci_last_regenerate|i:1576303502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51c58d29aa9adadc1247f98ff089170dd695a4dc', '173.252.111.13', '1584010228', '__ci_last_regenerate|i:1584010228;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51d95ac59f9e203f7b4ad97585958b1da2c69d81', '66.249.83.34', '1585943462', '__ci_last_regenerate|i:1585943462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51dbce0a93a405e7de1f27c2919f877ec28945bd', '66.186.19.5', '1576631521', '__ci_last_regenerate|i:1576631521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e1a1fe6833237cd150ea936b832af36f02cebd', '190.236.102.225', '1582750770', '__ci_last_regenerate|i:1582750768;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582738776\";last_ip|s:13:\"132.191.3.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e6e3577c5e3a96868556a5b6e5a34f30621f7d', '66.186.19.5', '1576497662', '__ci_last_regenerate|i:1576497662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e974b293414404b5a1bc36dbb43dede1d42c54', '66.186.19.5', '1576431842', '__ci_last_regenerate|i:1576431842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51ea220bf9158772ee1449766518c35cacefe583', '66.186.19.5', '1576331701', '__ci_last_regenerate|i:1576331701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51ee4362badee0e3b59028d53498c63eac83c2da', '173.252.83.8', '1588990060', '__ci_last_regenerate|i:1588990060;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51f41e96beb8787626c1372c3931807a3e5d2b0e', '66.186.19.5', '1576338781', '__ci_last_regenerate|i:1576338781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51faf2f0539cb362a18a2d467669e52f61b74787', '66.186.19.5', '1576659002', '__ci_last_regenerate|i:1576659002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52077aa1164a868bd89d8949827ef2a790c09f0d', '66.186.19.5', '1576296962', '__ci_last_regenerate|i:1576296962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5208d5be67789d5d9827f6b6f0c089f1b60e6ed6', '66.186.19.5', '1576285081', '__ci_last_regenerate|i:1576285081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52092c801d3ea54e58bec6e5319470b75f8ff1b1', '66.186.19.5', '1576581361', '__ci_last_regenerate|i:1576581361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5212309995d85e02f536b0bc866d6713a539dba2', '66.186.19.5', '1576627261', '__ci_last_regenerate|i:1576627261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('521477f6f8dc0da028cc649fb1c1ba9f3835f965', '66.186.19.5', '1576428781', '__ci_last_regenerate|i:1576428781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('521d9c29e72c0a893211d155e6822f7a3b83ff3d', '66.186.19.5', '1576599841', '__ci_last_regenerate|i:1576599841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('521f2172115059e5c66e87793f3d118c6fd657cb', '66.186.19.5', '1576489262', '__ci_last_regenerate|i:1576489262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('522a663d8554f7cc564c549843bcb194c172c7ab', '66.186.19.5', '1576689361', '__ci_last_regenerate|i:1576689361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('523247770c4da130d93ed09b6aa8fc591aa2c7aa', '66.186.19.5', '1576468621', '__ci_last_regenerate|i:1576468621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5245564f5ee2bc1c20e79b791f1db3bca158e62a', '66.186.19.5', '1576530302', '__ci_last_regenerate|i:1576530301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5245bac162a3016dfbe2b017e464aad997207f24', '66.186.19.5', '1576588682', '__ci_last_regenerate|i:1576588682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5246ecc5016d82a10f58a86d652945997d6d9f68', '66.186.19.5', '1576512001', '__ci_last_regenerate|i:1576512001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5252b704669c647a6f869e8f07523de3767c2a45', '66.186.19.5', '1576385101', '__ci_last_regenerate|i:1576385101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52574dcc942f05a67fae9a5507861353423692e8', '66.186.19.5', '1576290781', '__ci_last_regenerate|i:1576290781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('525ab956452c7c4b38014c7cfd8b12b2bfc457cc', '66.186.19.5', '1576299781', '__ci_last_regenerate|i:1576299781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('525cc04084e9efe061089889ed465c7230a0305d', '66.186.19.5', '1576447261', '__ci_last_regenerate|i:1576447261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('526e4d27fa5ba479c45b4403f7426f826c71b769', '209.17.96.202', '1590729630', '__ci_last_regenerate|i:1590729630;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5271e3c9e7966ce7c31d2893d0e640a3b6ad46af', '66.186.19.5', '1576393381', '__ci_last_regenerate|i:1576393381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5281725fc25684c398375f547932a70cb7de909d', '66.186.19.5', '1576687142', '__ci_last_regenerate|i:1576687142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5287dc7949921ad8f0192443e7e2a1ae160388b8', '66.186.19.5', '1576287302', '__ci_last_regenerate|i:1576287302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528a0006344b5af88246c27ccd287fa4fa4b46c3', '66.186.19.5', '1576436402', '__ci_last_regenerate|i:1576436402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528caa981e836c7c41d8d4592b607817da9beb99', '173.252.83.1', '1590631143', '__ci_last_regenerate|i:1590631143;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('529380ca7be05ec26f830e079367b2c47c5cf229', '66.186.19.5', '1576379101', '__ci_last_regenerate|i:1576379101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5295ce189c93fcd407c822bcdad635c5cc495bf6', '66.186.19.5', '1576515302', '__ci_last_regenerate|i:1576515302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('529b8ef16a06ee0e4763dc531e261b5350e841ed', '66.186.19.5', '1576427642', '__ci_last_regenerate|i:1576427642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52a2dd126164638b74210c869470bdc91532bbc5', '190.234.163.85', '1585358903', '__ci_last_regenerate|i:1585358903;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c84eae5fd1ed7d96aabaa320236ac90f556b50', '66.186.19.5', '1576506721', '__ci_last_regenerate|i:1576506721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c9f376588772f03b1f6cbd3d81a692be4616da', '66.186.19.5', '1576421522', '__ci_last_regenerate|i:1576421522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52d0a8c6a2f42cd0a203f38341591728cb283934', '66.186.19.5', '1576510381', '__ci_last_regenerate|i:1576510381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52d233139914a6c36169b705b26b611c18f04ccc', '66.186.19.5', '1576610102', '__ci_last_regenerate|i:1576610102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52dd421eef6acd73e2955da5f16f4153cea1c484', '66.186.19.5', '1576449182', '__ci_last_regenerate|i:1576449182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52f71e08405e9c4d1c94312383a3d34905aac31e', '66.186.19.5', '1576480561', '__ci_last_regenerate|i:1576480561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('530188b597879becf6c92a2fac18e2ceaad142e4', '66.186.19.5', '1576608841', '__ci_last_regenerate|i:1576608841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5303e6a444081fd80ed991636a3d418452df8400', '66.186.19.5', '1576461541', '__ci_last_regenerate|i:1576461541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('530cb3392966e27a5458d198cdcee3fe26e4e303', '66.186.19.5', '1576320181', '__ci_last_regenerate|i:1576320181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53149df659dcf268b22fd661ec9dce2b8a61395b', '173.252.111.12', '1582721749', '__ci_last_regenerate|i:1582721749;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53200faf66b65c6027e7ce0695b0259f60230c0b', '66.186.19.5', '1576652582', '__ci_last_regenerate|i:1576652582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('532a63d9886af2a02e2cd988eee95a3e8d37b5e8', '66.186.19.5', '1576300561', '__ci_last_regenerate|i:1576300561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('532b9edf0ecd3c483bd7a8e990c78255e2a0ca4a', '66.186.19.5', '1576286102', '__ci_last_regenerate|i:1576286102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('533314ca096979372fbc814aee2c2ab0008ee2a7', '66.186.19.5', '1576642982', '__ci_last_regenerate|i:1576642982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('533abad7e4bd033b5b2e4fc37bb32449c6f0de16', '173.252.83.14', '1587086573', '__ci_last_regenerate|i:1587086573;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('533df7629dc1dc9bb8c2015b1027b481d422c413', '66.186.19.5', '1576399561', '__ci_last_regenerate|i:1576399561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('533f7b9634a92d57d7558455ecc67af4deb2a91d', '66.186.19.5', '1576510261', '__ci_last_regenerate|i:1576510261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5348439c61c66a0526bbbc76108d343264d2b010', '66.186.19.5', '1576412042', '__ci_last_regenerate|i:1576412042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('535346fd3895e6fc61781479d85e74d41b27b1d9', '181.176.100.16', '1586798346', '__ci_last_regenerate|i:1586797636;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1586642382\";last_ip|s:14:\"181.176.97.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5354bf96dd1ae280c99980618c856deb647eb9d8', '66.186.19.5', '1576401481', '__ci_last_regenerate|i:1576401481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53584d688bcc34f3e63a38e7638da1c9791d9302', '66.186.19.5', '1576406821', '__ci_last_regenerate|i:1576406821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5360f93cf42118a9200a512b1310ab071f348ac3', '66.186.19.5', '1576542422', '__ci_last_regenerate|i:1576542422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5361c3ef12024d35be8e2dcdeb1c73b8338f25c9', '66.186.19.5', '1576543562', '__ci_last_regenerate|i:1576543562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5362c8551c4e346ee7ce540b61870ad2724a5cb0', '66.186.19.5', '1576524181', '__ci_last_regenerate|i:1576524181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('537f0771ac85f3e156ab2b75ced3fd3a9782cbbd', '66.186.19.5', '1576319221', '__ci_last_regenerate|i:1576319221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('539490a3ac369107f95ef6b875fb04f5f36e656d', '66.186.19.5', '1576376581', '__ci_last_regenerate|i:1576376581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5394a53b9757aecc73f894e79dec0e7aea76acdf', '66.186.19.5', '1576483322', '__ci_last_regenerate|i:1576483322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ac60c03aca4d266265d44855b20322da75b270', '66.186.19.5', '1576665961', '__ci_last_regenerate|i:1576665961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53b139dc470a378a82bac26ec2e214492f73c6ec', '66.186.19.5', '1576358641', '__ci_last_regenerate|i:1576358641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53b9c6da3e28686c2854812cab0feee436ba78c1', '66.186.19.5', '1576568462', '__ci_last_regenerate|i:1576568462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ba5b916fa011ed1d5ef033c19bbfc009eabdbb', '66.186.19.5', '1576305362', '__ci_last_regenerate|i:1576305362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ba9e0bcfb323c5d582a28c7d3288a0a8a08315', '66.186.19.5', '1576498622', '__ci_last_regenerate|i:1576498622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53c5a068e5939fad49e1c060ed785488861854b5', '66.186.19.5', '1576530842', '__ci_last_regenerate|i:1576530842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53c7497ddb85f239dec431ee38fe541f21eb129c', '66.186.19.5', '1576464422', '__ci_last_regenerate|i:1576464422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53d03b11efd4704bb73ef16954ca35deb14ac71b', '66.186.19.5', '1576440722', '__ci_last_regenerate|i:1576440722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53dbb90a738516631627b75b6500120d780d4610', '66.186.19.5', '1576399622', '__ci_last_regenerate|i:1576399622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53e78841ae21bb97d7e054ec15d8c48e0beb032d', '66.186.19.5', '1576445041', '__ci_last_regenerate|i:1576445041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53f26f90484b7c50395c04527834f9556180af8f', '66.186.19.5', '1576599421', '__ci_last_regenerate|i:1576599421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53f93d19a7639745c829f1dab37a6898febb869b', '66.186.19.5', '1576524721', '__ci_last_regenerate|i:1576524721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53fb7986359bb573f3396b6eed813ae4da466e05', '190.232.33.208', '1578597899', '__ci_last_regenerate|i:1578597897;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53feb4f8d21abc1bc5ca3f50bed0649508baddbe', '66.186.19.5', '1576302782', '__ci_last_regenerate|i:1576302782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('540288b08914217434930b347ce25a3fa2bea3bb', '66.186.19.5', '1576638181', '__ci_last_regenerate|i:1576638181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('541778e71f1eca7033e6c28e24167d49d811b5f4', '66.186.19.5', '1576411741', '__ci_last_regenerate|i:1576411741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('542bfe8347a87b31d0017ccdf3fe70226dd4dd5b', '66.186.19.5', '1576551782', '__ci_last_regenerate|i:1576551782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('542c9f7e6de59791a1278fdd03c1c94a9fbcd938', '66.186.19.5', '1576478341', '__ci_last_regenerate|i:1576478341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('542d692c0836971dffb96869a1faf93e799d1ee7', '66.186.19.5', '1576607101', '__ci_last_regenerate|i:1576607101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5434822a4d409fe6248e3c0f4d7519074d27dcd3', '66.186.19.5', '1576359721', '__ci_last_regenerate|i:1576359721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('543c708ce82f08688ce4319531822b2879fdb6cc', '173.252.127.48', '1584745464', '__ci_last_regenerate|i:1584745464;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5444df95a40d7f6821ff9dc29759b498d33088fb', '66.186.19.5', '1576320482', '__ci_last_regenerate|i:1576320482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('544a26a09a4535f36b5c597fe51fac38b12347d8', '66.186.19.5', '1576609861', '__ci_last_regenerate|i:1576609861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('544a3c9be8ea28f1804f905ff06538dd7514ffce', '66.186.19.5', '1576594262', '__ci_last_regenerate|i:1576594262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5453d3ad196c91b748f9df8686a951ae0c31c9dd', '66.186.19.5', '1576564982', '__ci_last_regenerate|i:1576564982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54574a1efcaef752face18d9b6fe6a74acb5fe33', '163.172.70.242', '1588950423', '__ci_last_regenerate|i:1588950423;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('545dbda04096890d831043074e43d90d6a4d95e9', '66.186.19.5', '1576680361', '__ci_last_regenerate|i:1576680361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54699b6f3d720a0cfa169fe97362cf9f8e07e6ce', '66.186.19.5', '1576465321', '__ci_last_regenerate|i:1576465321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('546b2bd0d6ccf5f8e0fb964ade5204f159e6e67c', '66.186.19.5', '1576348022', '__ci_last_regenerate|i:1576348022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('547030e5a45cc69f76c10fa6d99260b01a36db58', '190.232.33.208', '1576191504', '__ci_last_regenerate|i:1576191504;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576185344\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";error|s:83:\"La caja no está abierta, por favor introduzca el valor de la caja para la apertura\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('547805bad666d192eced722c713112f720657ef3', '66.186.19.5', '1576318742', '__ci_last_regenerate|i:1576318742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('547bdf39e11764ff80b024239bac8fc235f5be92', '66.186.19.5', '1576489742', '__ci_last_regenerate|i:1576489742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('547deda28f675b8b2c0418afb45a6a629fc1a160', '66.186.19.5', '1576509361', '__ci_last_regenerate|i:1576509361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54801a6349666b21bae0fdf62ac4d3f76f403e1c', '173.252.107.14', '1584327741', '__ci_last_regenerate|i:1584327741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54827daceee5a1d27c6c55341040a2bf314d11fa', '66.186.19.5', '1576350842', '__ci_last_regenerate|i:1576350842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54890e0e78097f8f130bcc2c52c3d57f328ac6a6', '66.186.19.5', '1576354321', '__ci_last_regenerate|i:1576354321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('548d2044bd26c7bda5592f6442367e7b7e35afca', '66.186.19.5', '1576379582', '__ci_last_regenerate|i:1576379581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('549f9040cc555badcb8ccf7d26dbcdc210cda29f', '66.186.19.5', '1576487762', '__ci_last_regenerate|i:1576487762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54ac16af0ca7ade39adcc0deb23ed961f130c178', '66.186.19.5', '1576346941', '__ci_last_regenerate|i:1576346941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54bc598e0b1b4430ecac575f6cb20dc99db5fc13', '66.186.19.5', '1576423981', '__ci_last_regenerate|i:1576423981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54c73072409066e7ae67d28bbc3aea0e2bc785b7', '66.186.19.5', '1576449901', '__ci_last_regenerate|i:1576449901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54ce1d86ea248bc584f0bfedfa34e8005ce0c03f', '66.186.19.5', '1576370462', '__ci_last_regenerate|i:1576370462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54dc391db37d5b339ed19dd789eaa0d063ba965e', '173.252.107.21', '1586182295', '__ci_last_regenerate|i:1586182295;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54df5e726059ec800360ba764328eb55b973b31b', '66.186.19.5', '1576326902', '__ci_last_regenerate|i:1576326902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54ec898ec7d60bad27ed15b535b96695d06b58b2', '190.236.102.225', '1582679159', '__ci_last_regenerate|i:1582679158;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f0c813294f7c6c43d0742cddce280001bd1f76', '190.239.111.151', '1583945106', '__ci_last_regenerate|i:1583945060;local|s:1:\"1\";listaVenta|i:6;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f3958fd4d2f06c3c1cbda6537052819f81c3e0', '66.186.19.5', '1576588442', '__ci_last_regenerate|i:1576588442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f6e6bc9504e70193d028d5dfd2f4c3b28c4279', '45.189.116.18', '1591942997', '__ci_last_regenerate|i:1591942990;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591931063\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('550b28c727fda66391e458168ba370994bab2daa', '66.186.19.5', '1576344302', '__ci_last_regenerate|i:1576344302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('551970c395de03f95b35cf1ea4df296c4b5e2e3e', '66.186.19.5', '1576590961', '__ci_last_regenerate|i:1576590961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('551e2bfe8630496ab63f5f2f97089d0f6625fcd3', '190.232.33.208', '1576519798', '__ci_last_regenerate|i:1576519536;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576519674\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:37:\"Configuración actualizada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552683c913534aa61af0776a63e5cf2928dd41aa', '66.186.19.5', '1576326482', '__ci_last_regenerate|i:1576326482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552c431038cb4c75aca51a2ae34208a7952f8eb1', '66.186.19.5', '1576577821', '__ci_last_regenerate|i:1576577821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552d4550767fab3e337e3c725458eb6d782aa620', '66.186.19.5', '1576360982', '__ci_last_regenerate|i:1576360982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('553472bf67799b2a19418195bf05bf98838ca1b3', '66.186.19.5', '1576627861', '__ci_last_regenerate|i:1576627861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5535dc9478ce55bfcff575b3a9398ff5732deaa8', '66.186.19.5', '1576557242', '__ci_last_regenerate|i:1576557242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5535fde769066a75aa9cf0e2f086073f09fc7b84', '66.186.19.5', '1576629121', '__ci_last_regenerate|i:1576629121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('553626556fc2befaaa653f6c74b247fb87c6a37b', '167.71.166.0', '1578348550', '__ci_last_regenerate|i:1578348549;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('553e76cdb8fae6420999b8d7643dc8c15d924130', '66.186.19.5', '1576658581', '__ci_last_regenerate|i:1576658581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55488abce822e29455ee4e609b143b0e72e43cb2', '66.186.19.5', '1576294382', '__ci_last_regenerate|i:1576294382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55490d76a3b9600e540da892e445d4cc330df294', '173.252.111.16', '1583336035', '__ci_last_regenerate|i:1583336035;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('554abd8fe1ac19f9ca0f0a6ea910b59943223892', '173.252.127.10', '1584745463', '__ci_last_regenerate|i:1584745463;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('554b785a0c658b8624ce89bcc88211a2c4719cf7', '66.186.19.5', '1576407541', '__ci_last_regenerate|i:1576407541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('554bbfba643375102d7fca52b7d8db0b1f22faae', '66.186.19.5', '1576609261', '__ci_last_regenerate|i:1576609261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('554cc8fa204816e47c3ae6136fb4ecf6acc58f69', '45.189.116.18', '1591659388', '__ci_last_regenerate|i:1591659185;local|s:1:\"2\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591582499\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5556248116f0504a08366df36da32c376b714965', '66.186.19.5', '1576658221', '__ci_last_regenerate|i:1576658221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('555cdd71f2e16a43203fe9818cb7368d21d1e7ee', '66.186.19.5', '1576423261', '__ci_last_regenerate|i:1576423261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('556282a144b2eadcc89ef8ecb06a277bdbd04ee6', '66.186.19.5', '1576633322', '__ci_last_regenerate|i:1576633322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5567a1a31ef8ec255a421bef77f072b53efe9455', '45.189.116.18', '1591593947', '__ci_last_regenerate|i:1591593661;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55685516983691378893e909b5f0f04c5b0b4a9e', '66.186.19.5', '1576450502', '__ci_last_regenerate|i:1576450502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('556f13ee6695f9e289131ab74c1b30e42c15bd60', '66.186.19.5', '1576292882', '__ci_last_regenerate|i:1576292881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55745c75e8e32bb3d9ba6ff47218cb0a8bee2a78', '66.249.85.49', '1576959463', '__ci_last_regenerate|i:1576959459;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5578d6b454052bcb4eeb41b13eaa01084bb49549', '132.251.2.250', '1590083651', '__ci_last_regenerate|i:1590083651;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590027777\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('557d94787ebad46db89ea4d2d1d15ccf43819355', '66.186.19.5', '1576565582', '__ci_last_regenerate|i:1576565582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55898fa3a95fd83f4cd63c879f09a49ff197f4e2', '66.186.19.5', '1576658521', '__ci_last_regenerate|i:1576658521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('558b1a58010e5baaa71e88c96f7dd0802672bcac', '173.252.83.1', '1587334860', '__ci_last_regenerate|i:1587334860;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('559964667053c3437c90e7de40941bd694c9af33', '45.189.116.14', '1590016509', '__ci_last_regenerate|i:1590016509;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589996785\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('559d7b0713d82ace079123ceb0ef7f7f9b18f78b', '66.186.19.5', '1576668602', '__ci_last_regenerate|i:1576668602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('559f408769813a2d46ceecc489d83f331568a3d5', '66.186.19.5', '1576603141', '__ci_last_regenerate|i:1576603141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55ac2070b989a2c0957b501fbd41ec3f16a07288', '66.186.19.5', '1576365421', '__ci_last_regenerate|i:1576365421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55b62cc71e2bde3b693406910f12fd9dfc853a98', '66.186.19.5', '1576324322', '__ci_last_regenerate|i:1576324322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55bf386142fc5c3d2166548fa7c8eb05d9aac123', '66.186.19.5', '1576533542', '__ci_last_regenerate|i:1576533542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55ca796a1c1a201119312c9890c20c91dcaadb30', '69.171.251.31', '1578328037', '__ci_last_regenerate|i:1578328037;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d791e108ffff4b850d17941e39eabd0c87d1a3', '173.252.95.112', '1590194707', '__ci_last_regenerate|i:1590194707;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55f7c01b849e58cd7dca22d523a062ed0c9ad471', '66.186.19.5', '1576567141', '__ci_last_regenerate|i:1576567141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55fe294fdcc41f4924be509f8469863c182edb2a', '141.8.188.192', '1585061595', '__ci_last_regenerate|i:1585061595;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('560b14e8ad0923416bcd5647cae5138c7f7b206a', '66.186.19.5', '1576647661', '__ci_last_regenerate|i:1576647661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('560c71006d626a58e649c7a1fb8781d9813a4aaa', '66.186.19.5', '1576576982', '__ci_last_regenerate|i:1576576982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5617034ccae3e19e50541edd5a91a74ac291db01', '66.186.19.5', '1576603382', '__ci_last_regenerate|i:1576603382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('561a40ef6db5e84de2b142f0f97153ecdb644055', '66.186.19.5', '1576309202', '__ci_last_regenerate|i:1576309202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('562138f4834ac196242e4f37d8a4da1621ac7e71', '66.186.19.5', '1576382101', '__ci_last_regenerate|i:1576382101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56235999d82c863a6572e8b66c6e46787c239257', '31.13.127.8', '1587013061', '__ci_last_regenerate|i:1587013061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5628a57f189db727770124fd5355fc5c41d5c0d5', '66.186.19.5', '1576597502', '__ci_last_regenerate|i:1576597502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('564bef91b412655d4528baa338d180d89ff6d1b0', '66.186.19.5', '1576378981', '__ci_last_regenerate|i:1576378981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('565f26dc8b2fbf75996c93f6867def0aaaf478d5', '66.186.19.5', '1576332902', '__ci_last_regenerate|i:1576332902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5663ddeee69824136e109cceb8cac26e8c038c75', '66.186.19.5', '1576559042', '__ci_last_regenerate|i:1576559042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5683966bafa9f6be3636f5596ce97d6c956c327a', '66.186.19.5', '1576675682', '__ci_last_regenerate|i:1576675682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5685894c31a8a66a31fc8a45fe1564b8644e67c6', '66.186.19.5', '1576569361', '__ci_last_regenerate|i:1576569361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56887187a16cd2f913cce2284977b5da9ccc73bd', '66.186.19.5', '1576503002', '__ci_last_regenerate|i:1576503002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56892b7474c10fef663bbc78329af19bad46744c', '66.186.19.5', '1576476541', '__ci_last_regenerate|i:1576476541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('569308f0d5a50c2d96208436f98583d334b2e3d9', '66.186.19.5', '1576464302', '__ci_last_regenerate|i:1576464302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56934594e9e80128d0e34620599b8f48d484a705', '66.186.19.5', '1576594441', '__ci_last_regenerate|i:1576594441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56935e6e1a526e6f984db3a8f402f6d7df6e5ddc', '66.186.19.5', '1576315261', '__ci_last_regenerate|i:1576315261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('569bffec9bbae32b444b5ccccb27735e3d7aab62', '66.186.19.5', '1576311662', '__ci_last_regenerate|i:1576311662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('569e29ff4139d9c4c0f9151adcd21575e5c17154', '66.186.19.5', '1576288501', '__ci_last_regenerate|i:1576288501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56a28e835363942ad82ee661cf6c81b405aa6bf0', '66.186.19.5', '1576452781', '__ci_last_regenerate|i:1576452781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56a86e66f97a589a845515f8c7f4eedce4bbf66c', '66.186.19.5', '1576662302', '__ci_last_regenerate|i:1576662302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56b3ca65b7585affae3a4a8a5de8382bb975f2fe', '66.186.19.5', '1576397042', '__ci_last_regenerate|i:1576397042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56b45c857b991b82442db7513baa93d8c79b33b8', '66.186.19.5', '1576513742', '__ci_last_regenerate|i:1576513742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56b78df10fc696150d578fe9715650850d2f0162', '66.186.19.5', '1576465682', '__ci_last_regenerate|i:1576465681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56c6c1b1ccd1d54dd828b6e3dda80aaca0955650', '66.186.19.5', '1576562881', '__ci_last_regenerate|i:1576562881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56c8dd767b0421e35b60d8c394e2549de55fbc49', '66.186.19.5', '1576663741', '__ci_last_regenerate|i:1576663741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56c9aab3955de427c986dee69cded85d32ed9b2d', '66.186.19.5', '1576597021', '__ci_last_regenerate|i:1576597021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56e6a4178fbdc9e1553e852eb0739207a01df33b', '66.186.19.5', '1576414202', '__ci_last_regenerate|i:1576414202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('570108ce6fe01ba3a7c23da08e6567488963d06f', '66.186.19.5', '1576636441', '__ci_last_regenerate|i:1576636441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5716da87f290f4156a7163140bff832aa16966b2', '66.186.19.5', '1576580041', '__ci_last_regenerate|i:1576580041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5717812309c233fbf6f0d13168dc8dd53eb68221', '138.246.253.15', '1583800963', '__ci_last_regenerate|i:1583800963;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5729362a0b0f8337aefbc32181b33d01af1a011b', '66.186.19.5', '1576337402', '__ci_last_regenerate|i:1576337402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('572d31303a87f9977aec370da146f813984c52da', '66.186.19.5', '1576667042', '__ci_last_regenerate|i:1576667042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57333f0f1c6ca76d4652627ebad61ff3c9f32468', '66.186.19.5', '1576445401', '__ci_last_regenerate|i:1576445401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('573687299be23d0d8de1bdbcfba588dd93c63f1c', '66.186.19.5', '1576482001', '__ci_last_regenerate|i:1576482001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57458dbdc5574b0bce550f314368a8ebab51efbf', '66.186.19.5', '1576279262', '__ci_last_regenerate|i:1576279262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5745dc47beaf245e8ca2721e420ca819c5f4a832', '66.186.19.5', '1576466401', '__ci_last_regenerate|i:1576466401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('574818d21b11975da0fb7c273a3fdf17a2df83e4', '66.186.19.5', '1576484762', '__ci_last_regenerate|i:1576484762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5748d56cf9346e0f9db7e8f1af6159c653e47f81', '66.186.19.5', '1576611121', '__ci_last_regenerate|i:1576611121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('574b3177aeeaaa920c9028ddee11cfadf0162a90', '66.186.19.5', '1576282082', '__ci_last_regenerate|i:1576282082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57514567a02d525c0a06a3e1dcbcc2581b9aa803', '66.186.19.5', '1576298521', '__ci_last_regenerate|i:1576298521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('575b0310eb7ac7ca968469b057819b69a68eacb0', '173.252.79.15', '1586723373', '__ci_last_regenerate|i:1586723373;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('576e3c30d983324385fa4638c17c24cf86234dbf', '66.186.19.5', '1576478282', '__ci_last_regenerate|i:1576478282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5777d9031954149828779611a6be534b4fe9c59e', '66.186.19.5', '1576312861', '__ci_last_regenerate|i:1576312861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('577b026a187793da3d9e420cef2a836e6f18c26b', '173.252.83.3', '1587747305', '__ci_last_regenerate|i:1587747305;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('577e238256e251b7f0c86004cf0843d4722d7a8e', '66.186.19.5', '1576339981', '__ci_last_regenerate|i:1576339981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579364c09dcad2b9ecb126c0c972a59b05e9c2e9', '66.186.19.5', '1576333802', '__ci_last_regenerate|i:1576333802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5796b4df5d3b66b7b19efe6d0fea873641e22e64', '190.12.92.216', '1576951772', '__ci_last_regenerate|i:1576951772;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579a15c9c5bbc6c6737c7d42436f1db64d92da6b', '66.186.19.5', '1576482722', '__ci_last_regenerate|i:1576482722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57a381ab53949682e6253e5f33a4dabeb2e9bf0a', '66.186.19.5', '1576531202', '__ci_last_regenerate|i:1576531202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57a583b33f515ea94c4a2460b1444d7567738dab', '66.186.19.5', '1576551962', '__ci_last_regenerate|i:1576551962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57bbd972f5c09363cad3dd3240e1378f1dde939f', '66.186.19.5', '1576624621', '__ci_last_regenerate|i:1576624621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57cdea333512f489058e269c96b2f6aa2103c12a', '66.186.19.5', '1576482662', '__ci_last_regenerate|i:1576482662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57d2d8518d4ccae1d131d58a0035e39481de3c1e', '190.236.13.184', '1592163914', '__ci_last_regenerate|i:1592163703;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592163717\";last_ip|s:14:\"190.236.13.184\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57db2196e8aeccdd54efd866e68fc4664d3353dd', '66.186.19.5', '1576642742', '__ci_last_regenerate|i:1576642742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57e5ac40bf5ff87adb1d69ab0ee0157bfee8f82b', '66.186.19.5', '1576677182', '__ci_last_regenerate|i:1576677182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57f5a1595eb4cabf86964363860bd4ae0db0c008', '66.186.19.5', '1576322821', '__ci_last_regenerate|i:1576322821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57f5bc32ed7088b9d1ef011a001e30523a473a54', '66.186.19.5', '1576508702', '__ci_last_regenerate|i:1576508702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580dde1030fd9ad4c2bbef3bb0a79773b00b8f25', '171.244.185.9', '1584502250', '__ci_last_regenerate|i:1584502250;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('581265aa6635a32af24c746438697f63f43ea667', '66.186.19.5', '1576640881', '__ci_last_regenerate|i:1576640881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5814284683d8b705a6339280f173b610a02e3ba6', '66.186.19.5', '1576328402', '__ci_last_regenerate|i:1576328402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58149d04a45faa903b53996cfaaba0f626ab9194', '66.186.19.5', '1576642501', '__ci_last_regenerate|i:1576642501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5816347494fb7ac18205c84e6d08a61c2f0a212d', '190.239.111.151', '1583901914', '__ci_last_regenerate|i:1583901913;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583430020\";last_ip|s:13:\"132.191.3.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58185a843570102800409945521b116e1de98cbd', '66.186.19.5', '1576532402', '__ci_last_regenerate|i:1576532402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5825ec4d361623e27cba98e76c697ab73e47f803', '190.236.102.225', '1582217087', '__ci_last_regenerate|i:1582216825;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582145793\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58293b321ef8e40696329057453674b0062223bc', '66.186.19.5', '1576282741', '__ci_last_regenerate|i:1576282741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('582e625942fe1050e1699bf54dd8436cbc47ca57', '190.238.52.115', '1593369677', '__ci_last_regenerate|i:1593369650;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1592419748\";last_ip|s:14:\"190.238.52.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('582f42ef4a9f82f1cecde406af00cc26dbe2844b', '190.236.102.225', '1581636773', '__ci_last_regenerate|i:1581636712;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581633897\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";rmspos|i:1;message|s:26:\"Venta efectuada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('583ccc97b50059cde67889eabe90553c9ebedef6', '66.186.19.5', '1576457342', '__ci_last_regenerate|i:1576457342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58463af35df349041668dcca1df35a9d7318c0fc', '201.230.158.73', '1579295920', '__ci_last_regenerate|i:1579295854;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579280139\";last_ip|s:13:\"186.1.145.139\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('584a057f975da09af16ab5915e54e7b06720955a', '66.186.19.5', '1576679281', '__ci_last_regenerate|i:1576679281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('584b4a2cf034602289445d0b42092727f7e5f1eb', '209.17.96.226', '1589021902', '__ci_last_regenerate|i:1589021902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5851c766fbcf67eda98603ec735d08e60e6b4116', '66.186.19.5', '1576391161', '__ci_last_regenerate|i:1576391161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5857df5f7121768200c0c35267fb04054cfbd3ec', '66.186.19.5', '1576630442', '__ci_last_regenerate|i:1576630442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('585a6caee29a0817623cc87f782cc3062169f9d1', '66.186.19.5', '1576449542', '__ci_last_regenerate|i:1576449542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58624f058da1db9f5fe1dffa62238981f4823e0f', '66.186.19.5', '1576352041', '__ci_last_regenerate|i:1576352041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58734f000ca329c527c3d75dc41715390595be66', '66.186.19.5', '1576349701', '__ci_last_regenerate|i:1576349701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5875164bc99a6cd5607e897cd56c59e65737496a', '66.186.19.5', '1576370761', '__ci_last_regenerate|i:1576370761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58775a4463756e17c6474ba1f7347a51cfcd3de8', '66.186.19.5', '1576367221', '__ci_last_regenerate|i:1576367221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5877de86aada101067c8173554648901b15f0a0c', '77.88.5.50', '1593125911', '__ci_last_regenerate|i:1593125911;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58864300c1a9186dc2db3bb21d89b4477699b877', '66.186.19.5', '1576545842', '__ci_last_regenerate|i:1576545842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58898928ff51611f3848c76d05ec18ba4842daa0', '66.186.19.5', '1576675502', '__ci_last_regenerate|i:1576675502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588d2ef630860e7c0e04c2266b69ae43382ed470', '66.186.19.5', '1576349401', '__ci_last_regenerate|i:1576349401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5891e587e8b97f04e5deff6f40fae2c667c569a5', '173.252.79.14', '1586723373', '__ci_last_regenerate|i:1586723373;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a1516eceb9677c488f76db1dd5cfbdc08287e0', '66.186.19.5', '1576298641', '__ci_last_regenerate|i:1576298641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a39205403dbbc9ec39f5de1938b7d82eedb80b', '66.186.19.5', '1576687322', '__ci_last_regenerate|i:1576687322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a5d49b17ecd9656398c6bb18fe1826f60c92a6', '66.186.19.5', '1576339141', '__ci_last_regenerate|i:1576339141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a79d951dea80f4f44a32c1f99ff3da77ca6e16', '66.186.19.5', '1576346521', '__ci_last_regenerate|i:1576346521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a879d56df41704398b84bc13367844765e3bc0', '66.186.19.5', '1576531742', '__ci_last_regenerate|i:1576531742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58ad7c4f492d29073b0d0c322e4005a147ae037b', '66.186.19.5', '1576476662', '__ci_last_regenerate|i:1576476661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58af793201efc44332f2acdc9816c195294a314d', '66.186.19.5', '1576663262', '__ci_last_regenerate|i:1576663262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58e4897f717a41cdd9bd5d97d1a358a71b0f858b', '66.186.19.5', '1576644541', '__ci_last_regenerate|i:1576644541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58ed4bbc4e9c74cd5306e40fa92e9f651cede51e', '66.186.19.5', '1576521662', '__ci_last_regenerate|i:1576521662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58f61352b8ed0589ffb2552150a35ce93539250b', '138.246.253.15', '1587840203', '__ci_last_regenerate|i:1587840203;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58f85c68d79e5a954ec9f708aae2734208c3a75b', '66.186.19.5', '1576510622', '__ci_last_regenerate|i:1576510622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('590a3e56fc92f30989ab4cdc6e5a5bdc795e1b79', '66.186.19.5', '1576408802', '__ci_last_regenerate|i:1576408802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('590dce2fd61cc78fe0f099546c1408367a2aa4cb', '66.186.19.5', '1576319762', '__ci_last_regenerate|i:1576319762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5914a5505538f74d3a01823d109902a634be6732', '66.186.19.5', '1576662782', '__ci_last_regenerate|i:1576662782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59239da6b57d4ac465f1b90bd9119c0470050cbd', '66.186.19.5', '1576633561', '__ci_last_regenerate|i:1576633561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59310c07d1c85dd86c1d86aad3e7fa741932938b', '66.186.19.5', '1576572301', '__ci_last_regenerate|i:1576572301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('594485bb1763981b4b73b33da5d216d16baadcfe', '66.186.19.5', '1576490881', '__ci_last_regenerate|i:1576490881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59458347067f1ae54e08f30a45b998e453d2ac49', '66.186.19.5', '1576348442', '__ci_last_regenerate|i:1576348442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('594c920778ca0aa49c5bf12a87a6e6cdeaed6e79', '66.186.19.5', '1576496581', '__ci_last_regenerate|i:1576496581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59627352a46e1646fbf1ef0e17133715130f4d2e', '66.186.19.5', '1576557362', '__ci_last_regenerate|i:1576557361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5964d8329e6aab4bc22d0ddc8a83dd1c7aa9a392', '66.249.83.34', '1584375752', '__ci_last_regenerate|i:1584375752;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('597ae930006d50e5d357947a312ffe90', '195.154.62.232', '1582380373', '__ci_last_regenerate|i:1582380373;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('598c150badd865b7cfe2d1a0e1d08cafe03671d5', '173.252.79.21', '1583267165', '__ci_last_regenerate|i:1583267165;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('598fbe8220c171368e882b9a40343a11c5d55ca3', '66.186.19.5', '1576301822', '__ci_last_regenerate|i:1576301822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59a1fc98862bd3361370efee008dcfe78deb4d70', '66.186.19.5', '1576519261', '__ci_last_regenerate|i:1576519261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59a730a6aef2e255646db70e4ead8ae87a8aa176', '66.186.19.5', '1576391642', '__ci_last_regenerate|i:1576391642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59c8cb6dce85d9e3973489aa697ee73102f8ab9d', '66.186.19.5', '1576350362', '__ci_last_regenerate|i:1576350362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59cb0719f7692182ffa8cf9151f934007d198470', '66.186.19.5', '1576648922', '__ci_last_regenerate|i:1576648922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59d17e42f9b4a9a1959cb85bb7860a6d4ade06c7', '66.186.19.5', '1576674602', '__ci_last_regenerate|i:1576674602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59dc609084576b5e32fd55e4cb479bbe7a06e755', '66.186.19.5', '1576311542', '__ci_last_regenerate|i:1576311542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59e2044839649c9b71bc9fb00da72d82e897820e', '66.186.19.5', '1576484041', '__ci_last_regenerate|i:1576484041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59e2f24cc20816632433772af4bd91edbd2fa90e', '40.84.236.133', '1589647167', '__ci_last_regenerate|i:1589647167;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59e31c88ccfa845546301cc1f2197887d0e71042', '66.186.19.5', '1576377421', '__ci_last_regenerate|i:1576377421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59e89dd1fa7b3a5e3336ac9bc1f019c857b0af37', '66.186.19.5', '1576460341', '__ci_last_regenerate|i:1576460341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59ebacd8e0c61225b0551a56de187dfc692c5b29', '66.186.19.5', '1576345682', '__ci_last_regenerate|i:1576345682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59f9e1bd198eb848cf089da4c7a325cb3743ab21', '66.186.19.5', '1576429441', '__ci_last_regenerate|i:1576429441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a08f446c3810ea2af71bb69c146255bf999454e', '66.186.19.5', '1576649881', '__ci_last_regenerate|i:1576649881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a0f0e561345744c0fade99bf0451967336ab2e0', '66.186.19.5', '1576394462', '__ci_last_regenerate|i:1576394462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a2004ff45c97c3f832fc873d8056def790582f9', '66.186.19.5', '1576503661', '__ci_last_regenerate|i:1576503661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a292551be9d1a1e22484d3db69943713d8d9b7d', '45.189.116.18', '1592101994', '__ci_last_regenerate|i:1592101991;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592089254\";last_ip|s:15:\"181.176.123.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a356d56d01235f38422b6c61be9bc1b911e3ea8', '66.186.19.5', '1576650182', '__ci_last_regenerate|i:1576650182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a3933be076c64d7874f2b09e1dce3e5b00b0996', '66.186.19.5', '1576404722', '__ci_last_regenerate|i:1576404722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a4603e38dc3cb71f6ca519453cc068213a952df', '66.186.19.5', '1576628402', '__ci_last_regenerate|i:1576628402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a4a836f3cc9ffa72b3ce0559d40da2fd0a5cdd3', '66.186.19.5', '1576551301', '__ci_last_regenerate|i:1576551301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a4bbc5cb0f51e8ed9f329b78547922cfca0acbd', '173.252.107.4', '1585406911', '__ci_last_regenerate|i:1585406911;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a613d48ef1829d0c4d955e2c0b27f007b1df6a8', '66.186.19.5', '1576573862', '__ci_last_regenerate|i:1576573862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a6dd27d8e70f923fc3eeb62d2ce971ef6eb3c04', '66.186.19.5', '1576431661', '__ci_last_regenerate|i:1576431661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a7052c9682ddb0e8228d1849030a7eca09be68f', '66.186.19.5', '1576337521', '__ci_last_regenerate|i:1576337521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a76b0da616b456f38116a3e76381a7c88e4fba9', '66.186.19.5', '1576652161', '__ci_last_regenerate|i:1576652161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a7e7df566ea29543512267f66935fef8d7048e3', '66.186.19.5', '1576499822', '__ci_last_regenerate|i:1576499822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a7fe892e115bf762dd117097806557d4ef9f390', '181.176.106.150', '1584501369', '__ci_last_regenerate|i:1584501073;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584133427\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a88e5486869814cdb9ce6e2432421ec550a8e51', '66.186.19.5', '1576640222', '__ci_last_regenerate|i:1576640222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aa3e02cb7a760aeb763ca16a6cb9101de0bfec5', '66.186.19.5', '1576640942', '__ci_last_regenerate|i:1576640942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aaa192549a3a0f66c26d27b25d406142664f0ef', '173.252.127.5', '1585049681', '__ci_last_regenerate|i:1585049681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab44a1f6736feeab908c2a1065680a3222cf384', '66.186.19.5', '1576479541', '__ci_last_regenerate|i:1576479541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac97278adc2981e01b20f1143706abb77d0a96a', '66.186.19.5', '1576531561', '__ci_last_regenerate|i:1576531561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5acc386eb85a5eb5434539e604a22c71e90183ff', '66.186.19.5', '1576410721', '__ci_last_regenerate|i:1576410721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad643c7026f9bde59498a143b164c6cffc6b1b4', '66.186.19.5', '1576329782', '__ci_last_regenerate|i:1576329782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad654f7ee4c26d8cc171824211e5c7e6fcf85de', '66.186.19.5', '1576501201', '__ci_last_regenerate|i:1576501201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aeb6dbadf18f74684f8f8b0437c9fad43ef2a40', '5.255.250.3', '1585061599', '__ci_last_regenerate|i:1585061599;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5af5a493e67b3cecc512ff5df92154de019ed553', '66.186.19.5', '1576611961', '__ci_last_regenerate|i:1576611961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5afbfd5b44809e6930dd6731523a42f7dcd65e5f', '66.186.19.5', '1576342861', '__ci_last_regenerate|i:1576342861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b065f8cfaee202de2c0217fa298c875f4afa38d', '66.186.19.5', '1576328282', '__ci_last_regenerate|i:1576328282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b2ff945da8986a06181599b468bf3a3228727d9', '66.186.19.5', '1576323062', '__ci_last_regenerate|i:1576323062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b359304450b773c079087653997f7b6996e3c4c', '66.186.19.5', '1576309861', '__ci_last_regenerate|i:1576309861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b36832785273030ddfc1bf5b9664d7f7f4d2e46', '66.186.19.5', '1576612201', '__ci_last_regenerate|i:1576612201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b37003bdfca88534cc7b8c5d908e0f23a9141cb', '66.186.19.5', '1576656001', '__ci_last_regenerate|i:1576656001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b4309259db62f2b08f8b7f8c037dea2a0dc292b', '66.186.19.5', '1576652465', '__ci_last_regenerate|i:1576652465;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b475b24ad2c24857650b5cf9da309a0a4849a20', '66.186.19.5', '1576458961', '__ci_last_regenerate|i:1576458961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b5a719e9904d367b411cdeda0754706b97b2f7f', '66.186.19.5', '1576418821', '__ci_last_regenerate|i:1576418821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b61cba016388648e6ec3130ed153ef406bfd838', '66.186.19.5', '1576521901', '__ci_last_regenerate|i:1576521901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b67a0ee1f4cf1025abfaa32e3cd9e36fcb4e190', '173.252.83.16', '1585259022', '__ci_last_regenerate|i:1585259022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b717f8ec2a373723eb70982ea0324b6f7021365', '66.186.19.5', '1576351082', '__ci_last_regenerate|i:1576351082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b751ef3268606c807d835cc5f24c200b93cab9b', '66.186.19.5', '1576674301', '__ci_last_regenerate|i:1576674301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b86a9a969b8986de3107e969ec8b9cdf7a26523', '66.186.19.5', '1576627202', '__ci_last_regenerate|i:1576627202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b9d1c35231cecc42b3374d7db207d3c61757c3e', '66.186.19.5', '1576302302', '__ci_last_regenerate|i:1576302302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ba05bf7ecb8a215ecc5ffa4941068b5ab0f1dec', '66.186.19.5', '1576386481', '__ci_last_regenerate|i:1576386481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bbc19d1a247d11b9bb06011f791f623c955f831', '66.186.19.5', '1576484882', '__ci_last_regenerate|i:1576484882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bc8e4c3be0727a498c6d293c9f93f25c012b7ee', '66.186.19.5', '1576580522', '__ci_last_regenerate|i:1576580522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bd0bd0b92c74007d4d43da1dad1a880e00643bf', '66.186.19.5', '1576659182', '__ci_last_regenerate|i:1576659182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bd2c190ac54d510c756e0aad1951a18672822fa', '66.186.19.5', '1576653181', '__ci_last_regenerate|i:1576653181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bd731fb055a362c8961f6550509b41ce108f525', '66.186.19.5', '1576506482', '__ci_last_regenerate|i:1576506482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5be4cd143f1cff77ea26e68e7eb64c0cbf70d981', '66.186.19.5', '1576328881', '__ci_last_regenerate|i:1576328881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5be61de1c9a4a9332f8b9ac45690f48d24e4b723', '66.186.19.5', '1576309262', '__ci_last_regenerate|i:1576309262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bf353386a65be50a138a7eaf0738bc13f08ac18', '66.186.19.5', '1576429082', '__ci_last_regenerate|i:1576429082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bf48e3e2dd367365b5daf0330548aeb7a86db98', '66.186.19.5', '1576596781', '__ci_last_regenerate|i:1576596781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c0585e1afa9b3f5b4c2fd4243c7e30e85c8f024', '66.186.19.5', '1576378321', '__ci_last_regenerate|i:1576378321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c10a9f32512bf398c9f8ea03f2f4ed52b3ace4f', '66.186.19.5', '1576289162', '__ci_last_regenerate|i:1576289162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c225d44c2c843a1d6f5828bcefecfd5edd8ecc0', '66.186.19.5', '1576602661', '__ci_last_regenerate|i:1576602661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c30a206f5ba3420d02368dcf7274c12c7c77edb', '161.35.172.29', '1593048446', '__ci_last_regenerate|i:1593048446;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c45c9debab11eb6a2fc0893f7cb1a3323a76fbc', '190.236.102.225', '1581355838', '__ci_last_regenerate|i:1581355838;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1580793400\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4a16fd0c0f5cd0c1873d2c58b9a658a2e58104', '190.236.102.225', '1582845181', '__ci_last_regenerate|i:1582845170;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582815726\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4cc71d7b5a632b0ecb90e6888564d36c929e4b', '66.186.19.5', '1576608302', '__ci_last_regenerate|i:1576608302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c5bd23f9c081f4010be2b1d395952e16e186a08', '66.186.19.5', '1576304221', '__ci_last_regenerate|i:1576304221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c645fd60c697c184eb1523113067476abdaf1f4', '66.186.19.5', '1576482962', '__ci_last_regenerate|i:1576482962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c6f515f2f3713c7657b532ce1261a9e94f78b97', '66.186.19.5', '1576467661', '__ci_last_regenerate|i:1576467661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c7783a923f7b34d086336ed2690c8ec22ae40b3', '138.197.79.191', '1585698892', '__ci_last_regenerate|i:1585698892;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c7d86bcdf1f4a9a208cec0a20e87e1a5ba4fda4', '66.186.19.5', '1576529521', '__ci_last_regenerate|i:1576529521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c803251fe3726c0e8711ac5098968f490e6f6e9', '66.186.19.5', '1576652102', '__ci_last_regenerate|i:1576652102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c8ce3b5be309ccd823262f2f0770035351095c8', '66.186.19.5', '1576381561', '__ci_last_regenerate|i:1576381561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c931b13dad5c7a77c0a8d79fd8e645b5aed4d2d', '66.186.19.5', '1576472341', '__ci_last_regenerate|i:1576472341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ca6c0641ddf3507ca0b795b1745b41d12366ee0', '66.186.19.5', '1576674061', '__ci_last_regenerate|i:1576674061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5caee089b5d5b6e7ef0e92f7b2b94f2874abe4a5', '66.186.19.5', '1576550702', '__ci_last_regenerate|i:1576550702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb13f37e60691167e19a3712b0bbcdf41b077c8', '66.186.19.5', '1576484465', '__ci_last_regenerate|i:1576484465;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cd508253ae555aa506ab172395a7977cc8cfc61', '66.186.19.5', '1576402201', '__ci_last_regenerate|i:1576402201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cd8e2c8396d279033dde312ebbcc7cd7e56800d', '66.186.19.5', '1576442042', '__ci_last_regenerate|i:1576442042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ce02351d016521135216381cda55e1db8ffb17e', '66.249.88.213', '1580343598', '__ci_last_regenerate|i:1580343598;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ce5ad29ba09ae4895a42e8e7fb5fa4a8ea53a1d', '66.186.19.5', '1576282442', '__ci_last_regenerate|i:1576282442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ce833fcfee05933a2668d5407cfecbc09646d6e', '66.186.19.5', '1576336142', '__ci_last_regenerate|i:1576336142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ce9a6c7e2ff48224e7c581488402ec4b8ae078d', '66.186.19.5', '1576593601', '__ci_last_regenerate|i:1576593601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cf63a6a05576e26701ee3c2e260c2146b7f6504', '66.186.19.5', '1576279622', '__ci_last_regenerate|i:1576279622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cfa1bb9fd39716c86d3ed99bcd4e33abc22cfa3', '66.186.19.5', '1576575782', '__ci_last_regenerate|i:1576575782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1a0eef60fb5b5a19449526c9c1f016fa7c1e56', '66.186.19.5', '1576471021', '__ci_last_regenerate|i:1576471021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1c2b6f2839c70faf6ed75193b4ead797634b5c', '66.186.19.5', '1576424882', '__ci_last_regenerate|i:1576424882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1f5ed88cd93bc4a01517686429bcb618d2a04d', '66.186.19.5', '1576488061', '__ci_last_regenerate|i:1576488061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d221b014a08bc81f6fb6d0ad2cee98ebf6ff7a3', '66.186.19.5', '1576353301', '__ci_last_regenerate|i:1576353301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d2f635655216e697245ff26d354853ebd19fd40', '66.186.19.5', '1576512121', '__ci_last_regenerate|i:1576512121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d324b4068782c437a906121d799b21527300628', '66.186.19.5', '1576632241', '__ci_last_regenerate|i:1576632241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d3a04c36aead22fb185ee685b0d697994e93824', '190.239.66.68', '1582911360', '__ci_last_regenerate|i:1582911360;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d3f338484a54e2859e005648407b6d86caa07a2', '66.186.19.5', '1576491181', '__ci_last_regenerate|i:1576491181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d45eca942cd81f5566977c33731f64f7a80af47', '66.186.19.5', '1576548182', '__ci_last_regenerate|i:1576548182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d4b086a3d78cc66bb6616dc72fc7bcd25b933d9', '66.186.19.5', '1576656422', '__ci_last_regenerate|i:1576656422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d4d474ac4d476d3cb9d9d8a9d8d6544c4c842cb', '45.189.116.18', '1591293018', '__ci_last_regenerate|i:1591292888;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591230201\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d4e641ad30a20444d5cd553607c7e964285e4fa', '66.186.19.5', '1576609621', '__ci_last_regenerate|i:1576609621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d5085ae8eec2667c9b97a450779e3f57bde7537', '66.186.19.5', '1576369141', '__ci_last_regenerate|i:1576369141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d50a16df7b28e744bdfcd5509f4a0d560eb02ec', '66.186.19.5', '1576438561', '__ci_last_regenerate|i:1576438561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d6499be7f9bc57f99a8adf1f2c086fd222b547f', '66.186.19.5', '1576684322', '__ci_last_regenerate|i:1576684322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d64e1bd2e143c69721b2cdfee19b0b5acd413da', '66.186.19.5', '1576512301', '__ci_last_regenerate|i:1576512301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d6e12c38b6ef023f27ac01a601cd5c839b0118c', '66.186.19.5', '1576406942', '__ci_last_regenerate|i:1576406942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d6ef070ba44a68e0f7c1e576f8699967aeb1586', '190.239.111.231', '1584678323', '__ci_last_regenerate|i:1584678271;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584581463\";last_ip|s:13:\"181.176.97.43\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d738e32516216f82a38ddb253b6b0b7b8d55b32', '66.186.19.5', '1576368961', '__ci_last_regenerate|i:1576368961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d7b683e297b69878e1dc9478dfe13733beffadf', '66.186.19.5', '1576288801', '__ci_last_regenerate|i:1576288801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d7be4770d5a8bfc7f4c14a253ef3465bad16192', '66.186.19.5', '1576481941', '__ci_last_regenerate|i:1576481941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d7e51234b09423d38cc74532a8fa912751b1cec', '66.186.19.5', '1576681981', '__ci_last_regenerate|i:1576681981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d972a1a981a8f7b8f7131fa95fd285fbdf6ef70', '66.186.19.5', '1576342621', '__ci_last_regenerate|i:1576342621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5da1cea37e8d4beb100d5d8eb7ccc222c82ed66a', '66.186.19.5', '1576444922', '__ci_last_regenerate|i:1576444922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5db2bea59ac508a5e7953e994522ec47c9849d46', '66.186.19.5', '1576669741', '__ci_last_regenerate|i:1576669741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5db358319835f6a30226df6f0a17246c99415715', '66.186.19.5', '1576556101', '__ci_last_regenerate|i:1576556101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5db6393998813c095588f6b010a6fd32abc22fd7', '66.186.19.5', '1576423381', '__ci_last_regenerate|i:1576423381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dbb817d459dd35346a9c87d06519045af3906ba', '66.186.19.5', '1576683842', '__ci_last_regenerate|i:1576683842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dbbb03211f3eb1a8079c83c968c4e2901596d45', '190.232.33.208', '1578514967', '__ci_last_regenerate|i:1578514871;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1578509310\";last_ip|s:14:\"190.236.131.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dbced37d811ae724d202c362cff578f9cb5fc88', '66.186.19.5', '1576327921', '__ci_last_regenerate|i:1576327921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dd0e6672dcb53c4b50f39c379e43cbe9b9a0bb7', '66.186.19.5', '1576297502', '__ci_last_regenerate|i:1576297502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dd2a39e2f3affb9e2eb3fceb1172d3b8f9990e4', '66.186.19.5', '1576342681', '__ci_last_regenerate|i:1576342681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dd666e5b7571e489414aaed3844b2d6ca8043f4', '66.186.19.5', '1576371902', '__ci_last_regenerate|i:1576371902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5de9dcbd971b55e70c4c8b84e8982659a10c1e15', '45.189.116.18', '1591595729', '__ci_last_regenerate|i:1591595527;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5df4d3d224615e1e925141c162b55262aa690ef5', '66.186.19.5', '1576458421', '__ci_last_regenerate|i:1576458421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dfa2a649ee0a2082d0bb4e1ccae6b8622723ad4', '66.186.19.5', '1576293602', '__ci_last_regenerate|i:1576293601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e010f205dcf0ae827ebadefebde52c7fb0847dd', '66.186.19.5', '1576460523', '__ci_last_regenerate|i:1576460523;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e1661754816ebb9b286130e4c6f1c0157a3605f', '66.186.19.5', '1576633861', '__ci_last_regenerate|i:1576633861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e1b42cb0fae5f46bb5ea99f0f987c536c109a85', '66.186.19.5', '1576591381', '__ci_last_regenerate|i:1576591381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e211982c100e2d6d90fab3b77ca72531e266693', '66.186.19.5', '1576553101', '__ci_last_regenerate|i:1576553101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e2333849e4e28ad67764f7087c049ae50365925', '66.186.19.5', '1576372503', '__ci_last_regenerate|i:1576372503;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e2af3f687957fe3bbe63f9ec267aeeaba0e5b6b', '66.186.19.5', '1576518001', '__ci_last_regenerate|i:1576518001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e42369f141591c180602afafc79e56495b3689f', '138.246.253.15', '1586322510', '__ci_last_regenerate|i:1586322510;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e460988707d2afb56979004e32e58937afb16e5', '66.186.19.5', '1576441501', '__ci_last_regenerate|i:1576441501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e4a13a07ef60db53c07b525169e0f766c503bb4', '190.232.33.208', '1578962031', '__ci_last_regenerate|i:1578962017;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1578961841\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e4a25f7fc4a6ce078ac6c63d00c69c8b110ceed', '66.186.19.5', '1576374421', '__ci_last_regenerate|i:1576374421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e4daf039e6cf3489a57dc34ca0d88d37ecba68f', '66.186.19.5', '1576649581', '__ci_last_regenerate|i:1576649581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e58278609423cb4e66be1acc6c06ce2cb9174ed', '66.186.19.5', '1576501081', '__ci_last_regenerate|i:1576501081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e63e87b4d44f4498c2a13ccb5f70ea3b0acfecf', '66.186.19.5', '1576641601', '__ci_last_regenerate|i:1576641601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e74fa14bfe725fb4ff5d819c65b55d884fc7065', '66.186.19.5', '1576590842', '__ci_last_regenerate|i:1576590842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e81666f190dc95cfb9d5e843f2ff215546d2358', '66.186.19.5', '1576647841', '__ci_last_regenerate|i:1576647841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e8e056bf4330c8f02289df5364c636557427c09', '66.186.19.5', '1576645501', '__ci_last_regenerate|i:1576645501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e8e3336419eaef7b57d2553503a2724612be49f', '66.186.19.5', '1576447022', '__ci_last_regenerate|i:1576447022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e90989e96fb2555621696eb15d5cb4d13814e3d', '66.186.19.5', '1576308722', '__ci_last_regenerate|i:1576308722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e95ecd08a721bb8465068d5c534e16766770e26', '66.186.19.5', '1576434001', '__ci_last_regenerate|i:1576434001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ea218b1034c90553bc01de4bd38a4b74bc9e2f8', '66.186.19.5', '1576529402', '__ci_last_regenerate|i:1576529401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ea3aa5e265d9831530a2372c0ddf94d31b249ee', '77.88.5.123', '1591633630', '__ci_last_regenerate|i:1591633630;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ea8ac49fd0e7a0ff82e521ed3aa79fa832bb6f8', '66.186.19.5', '1576283342', '__ci_last_regenerate|i:1576283342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ea8c21531fd6cd73e8be8a7176d37ef45029fb0', '66.186.19.5', '1576592882', '__ci_last_regenerate|i:1576592882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eb75c57dbed777fa5f2d60ba27c656dbb9cc578', '66.186.19.5', '1576342921', '__ci_last_regenerate|i:1576342921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ebe5c51c7f2384de2d5ccd3d803f68b4f9e517d', '66.186.19.5', '1576510502', '__ci_last_regenerate|i:1576510502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ecb16682f77021846b0c0ac88ba4779b4f27709', '66.186.19.5', '1576588981', '__ci_last_regenerate|i:1576588981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ecbabf508aa123c0d6e920ea78b5c829909e2d3', '66.186.19.5', '1576639201', '__ci_last_regenerate|i:1576639201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ed5f369234a329e28e763c43b4e9f7a37bbe407', '66.186.19.5', '1576298161', '__ci_last_regenerate|i:1576298161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ed6f85d65a5b17b645e13c00ec8b68902c77f9a', '66.186.19.5', '1576687621', '__ci_last_regenerate|i:1576687621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ef9c6803a5247e0e3ad622d53f3dcefbac1bac0', '66.186.19.5', '1576381441', '__ci_last_regenerate|i:1576381441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5efdd3f58327d0c03d153535ded44dd0e64fdfc8', '66.186.19.5', '1576360922', '__ci_last_regenerate|i:1576360922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f0c3eec4e058599a0ab4d1f3636c3df8b736b6f', '173.252.83.21', '1584914488', '__ci_last_regenerate|i:1584914488;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f0c75a2a5b99d7b543c5214b5889f4ef47e968c', '66.186.19.5', '1576361641', '__ci_last_regenerate|i:1576361641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f0db898c76cecd8e2a4a91a720be4ceb659e0a6', '181.64.11.254', '1579105389', '__ci_last_regenerate|i:1579105294;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f2879e47878473cbb37b71cb7b4ea7a36cda94d', '66.186.19.5', '1576408741', '__ci_last_regenerate|i:1576408741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f38e3da5bcba67e5320f9a89d9c3a89555ff9e0', '66.186.19.5', '1576337882', '__ci_last_regenerate|i:1576337882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f3f0bdc2196d09dede06ab7e41e0fe7c21a3185', '66.186.19.5', '1576591621', '__ci_last_regenerate|i:1576591621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f5560342f0575d4631841b0eb89657ef5df6e0d', '66.186.19.5', '1576463941', '__ci_last_regenerate|i:1576463941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f61beb0f825e168d1bbdf2207215420bd6f5999', '66.186.19.5', '1576610401', '__ci_last_regenerate|i:1576610401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f71219e55b9bf55ece71c7d2a6f3687b63a707c', '66.186.19.5', '1576682881', '__ci_last_regenerate|i:1576682881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f73a70783d2e5681e63e7090d72e70fdf810acb', '66.186.19.5', '1576639921', '__ci_last_regenerate|i:1576639921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f78f05ff4d4612326e6584b3a4e141afac99646', '45.189.116.14', '1590531339', '__ci_last_regenerate|i:1590531319;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590514026\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f7939e40f5209d177486d39031e336c356e2291', '66.186.19.5', '1576535641', '__ci_last_regenerate|i:1576535641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f80889d4dea9825ad2261b720120dcfd83519dd', '66.186.19.5', '1576411441', '__ci_last_regenerate|i:1576411441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f86ee4ccf2503add3e1669d7c9540decd0d3eb0', '132.191.1.151', '1583772903', '__ci_last_regenerate|i:1583772614;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583772366\";last_ip|s:13:\"132.191.1.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f8938f2fcae4443e7141d7707fd7a1b82ed4a9a', '173.252.107.3', '1585757284', '__ci_last_regenerate|i:1585757284;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f8f09d74ea9b0deb7183a4f10e684cedca746d2', '66.186.19.5', '1576355521', '__ci_last_regenerate|i:1576355521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f9bca10625e6c7e9984ebbcc553b8daf7c47e28', '66.186.19.5', '1576669922', '__ci_last_regenerate|i:1576669922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fa2f063e233480fd6c51a9348d4e7726457ffd1', '66.186.19.5', '1576610221', '__ci_last_regenerate|i:1576610221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fa7b2c6acf97377c2065d937c745cdf61b01afb', '66.186.19.5', '1576458122', '__ci_last_regenerate|i:1576458122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fac827ed946451ab704f6bd244ca8bcd702998e', '66.186.19.5', '1576672861', '__ci_last_regenerate|i:1576672861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5facde3a29e1125aff6d291d6e633d35e0309b50', '66.186.19.5', '1576594201', '__ci_last_regenerate|i:1576594201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fada7b7139eae42f5ad29bd21238352ac7df668', '66.186.19.5', '1576478042', '__ci_last_regenerate|i:1576478041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fbde8c3c5eee4aed57bf18dc066cb1627e0cd5a', '66.186.19.5', '1576339261', '__ci_last_regenerate|i:1576339261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fbedd0aa8e8c1e4947306eb469c9e83ccdb2815', '66.186.19.5', '1576562641', '__ci_last_regenerate|i:1576562641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fc0eff6fa31556409e759eee96f6a7be39cb95e', '66.186.19.5', '1576456502', '__ci_last_regenerate|i:1576456502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fc54fe68129cdf6fd25db5b3905555ead84aa6c', '66.186.19.5', '1576524242', '__ci_last_regenerate|i:1576524242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fc9135943cfae1de48bcb80b72e9376c4b73359', '66.186.19.5', '1576456561', '__ci_last_regenerate|i:1576456561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fdc3cafb586a65e8698d3290299316664ad6476', '45.189.116.18', '1590796720', '__ci_last_regenerate|i:1590796427;local|s:1:\"1\";listaVenta|i:13;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fe2d0e6d94f084241b93afa26aca94b10e76c46', '66.186.19.5', '1576389961', '__ci_last_regenerate|i:1576389961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fe3f6b3cfcbb55341597764e40abbc7bf759c9b', '66.186.19.5', '1576552142', '__ci_last_regenerate|i:1576552142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ff25fcb57a8522572dfcf9bc675dd5943e209a5', '66.186.19.5', '1576363501', '__ci_last_regenerate|i:1576363501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('600885152a3ff526afefd2975bfcccd3fb873e33', '66.186.19.5', '1576316522', '__ci_last_regenerate|i:1576316521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('600ea527ab370b83d6cc80e37db8841cabd17e0c', '66.186.19.5', '1576645801', '__ci_last_regenerate|i:1576645801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6013c11d7d78984a5c42522e5e85cd39ec11c601', '66.186.19.5', '1576443842', '__ci_last_regenerate|i:1576443842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6023ac10794cf72a1ca6faed69924d5c5f5eb86c', '66.186.19.5', '1576394402', '__ci_last_regenerate|i:1576394402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60317085dd73f82484ff39ecdca1f6117fde26e3', '66.186.19.5', '1576661281', '__ci_last_regenerate|i:1576661281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6034c0688585646cbf67daa72103924e386b52b7', '66.186.19.5', '1576611002', '__ci_last_regenerate|i:1576611002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6035bb1942b8bf928f0745cebb1557b94bbd75e5', '190.233.137.125', '1583636393', '__ci_last_regenerate|i:1583636171;local|s:1:\"1\";listaVenta|i:15;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1581280217\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";remove_spo|i:1;rmspos|i:1;message|s:26:\"Venta efectuada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60370ab82c578e0686ab04c01d34c9a6c76b7d05', '66.186.19.5', '1576571942', '__ci_last_regenerate|i:1576571942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('603a806018b8542e0f541d3297cca2976b642a0d', '66.186.19.5', '1576345921', '__ci_last_regenerate|i:1576345921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('603f29ceb4a85042541711409caac4fc27b69f1b', '66.186.19.5', '1576546082', '__ci_last_regenerate|i:1576546082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6042a03f3bb03302c50d3f573000941188695d0c', '66.186.19.5', '1576297261', '__ci_last_regenerate|i:1576297261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6048706104e35a66425d9c10458be7865c7fb470', '66.186.19.5', '1576370522', '__ci_last_regenerate|i:1576370522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('604f0c25f41807aeb67a1261e9ade3d2725f3e7d', '173.252.95.14', '1589006365', '__ci_last_regenerate|i:1589006365;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6061bf70a9ba7d0503f9383c6d891b437abc3144', '209.17.96.66', '1592403977', '__ci_last_regenerate|i:1592403977;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6068ff47b210efbf8ac9f2a5619f6dbc65bea242', '190.234.106.63', '1581701890', '__ci_last_regenerate|i:1581701889;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('609b86cc9af0326d946b7bda1eb711acda305da7', '66.186.19.5', '1576560602', '__ci_last_regenerate|i:1576560602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('609cca3e3b9df83c683d2dbb4023fcccc20f83ee', '66.186.19.5', '1576388041', '__ci_last_regenerate|i:1576388041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('609d776b3312ac45c73225e6c28660de6940c135', '66.186.19.5', '1576549322', '__ci_last_regenerate|i:1576549322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60b045561180437f4c926fbcbcbaa237894b8393', '66.186.19.5', '1576300441', '__ci_last_regenerate|i:1576300441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60b535c9e26cc4b0eed664a1fe72f0f23c2105e6', '66.186.19.5', '1576584181', '__ci_last_regenerate|i:1576584181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60b5be6330e4d798729e8b6aa7636b95d3b422ec', '66.186.19.5', '1576499402', '__ci_last_regenerate|i:1576499402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60c996c9ea6d872a3fa0bbc6ab839f987e152f5e', '66.186.19.5', '1576542721', '__ci_last_regenerate|i:1576542721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60d0f1b18efc9ca66a856b7efb5e35592d59d06c', '66.186.19.5', '1576597381', '__ci_last_regenerate|i:1576597381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60de4725b661e3cb3e88ba4adc4ffc95cc60b9af', '66.186.19.5', '1576328582', '__ci_last_regenerate|i:1576328582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60e665a3f0946e14148cdad80cd269e045eedd47', '66.186.19.5', '1576409462', '__ci_last_regenerate|i:1576409462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ea777094d579f307ba0a878e82ba98a407dd7d', '209.17.96.18', '1587116954', '__ci_last_regenerate|i:1587116954;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f662e2eeb195fd67a7f6f1fc6da6144f388279', '66.186.19.5', '1576321501', '__ci_last_regenerate|i:1576321501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f67afd482cd6cadb5f7320273d692865c4bbfb', '66.186.19.5', '1576531682', '__ci_last_regenerate|i:1576531682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('610078d40d077dfbf4946bf5d6fa525533e25784', '66.186.19.5', '1576537621', '__ci_last_regenerate|i:1576537621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6108b1151eb9f244e7e33832cf66ae5304f1667c', '173.252.83.17', '1578508613', '__ci_last_regenerate|i:1578508613;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('610f063a7402d06b691e15df84d05515676c443d', '66.186.19.5', '1576494362', '__ci_last_regenerate|i:1576494362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('611202d0d56d42f53e1a1f333f9f56be9f3a5880', '45.189.116.18', '1591311485', '__ci_last_regenerate|i:1591311471;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591292937\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6116f66edb51d55e1a004a0c7aac51030bdc11b8', '66.186.19.5', '1576309081', '__ci_last_regenerate|i:1576309081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('611c999a14154c7d0781b863214f7285fba90b9a', '66.186.19.5', '1576535401', '__ci_last_regenerate|i:1576535401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('611edc6e46d381e4f979c6f6394637dd0937da92', '66.186.19.5', '1576291081', '__ci_last_regenerate|i:1576291081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('612da07db068bfa1f95ed6fb24058a1cad93e44a', '66.186.19.5', '1576392662', '__ci_last_regenerate|i:1576392662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61307efa50676033928884a7a22b720b72a07053', '173.252.111.16', '1584196692', '__ci_last_regenerate|i:1584196692;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61312f131cf41969aa1d6bcacc543969fea4df14', '66.186.19.5', '1576608361', '__ci_last_regenerate|i:1576608361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('613648cf7f475b6123f5457974d66909e31d8f89', '66.186.19.5', '1576435862', '__ci_last_regenerate|i:1576435862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('614327f0a4df89d020f3dc984c47d7d4892e5543', '66.186.19.5', '1576544041', '__ci_last_regenerate|i:1576544041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6146bbc93f04ebd2687dbf762aa04934e44ec2f6', '66.186.19.5', '1576483802', '__ci_last_regenerate|i:1576483801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61477a6bea6d5fc1782150b3875b4558a90cccdd', '66.186.19.5', '1576686361', '__ci_last_regenerate|i:1576686361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('614927fffd80d574f6fdb3d62e702841dddc9c89', '66.186.19.5', '1576562401', '__ci_last_regenerate|i:1576562401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('614a46b3adc8b9dc35e334613e8533d89676e50d', '66.186.19.5', '1576638241', '__ci_last_regenerate|i:1576638241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6152f27fd83ca4efda948e45689f085f06cb5318', '66.186.19.5', '1576636922', '__ci_last_regenerate|i:1576636922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('615a5ae1131a6e2646720c00bb7f536bf17c8f2a', '66.186.19.5', '1576650121', '__ci_last_regenerate|i:1576650121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('615d576e9ca2a6ea76a8998976eeb14b8a8e30c6', '66.186.19.5', '1576626782', '__ci_last_regenerate|i:1576626782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('615ddc9aef3261cb185c0b225fea2ac1afd42bf6', '66.186.19.5', '1576520461', '__ci_last_regenerate|i:1576520461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('615e4d27c84aa70077f9a39f3eeeb115ac441ef8', '66.186.19.5', '1576323421', '__ci_last_regenerate|i:1576323421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61615f173445f31e5ac2d0e0b1707aa13734d4c5', '66.186.19.5', '1576441382', '__ci_last_regenerate|i:1576441382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6164e221b439ae79bf46ca612aed907e1cab6251', '66.186.19.5', '1576288201', '__ci_last_regenerate|i:1576288201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6168c12e6063b698892dd978ffafc0e8891a308e', '66.186.19.5', '1576628581', '__ci_last_regenerate|i:1576628581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6168f5e88cc59272d3c0dc074272ed3f0ee8875b', '66.186.19.5', '1576289822', '__ci_last_regenerate|i:1576289822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('616b1911b70b45f802e884bdd6a6a89a5eb1a89b', '66.186.19.5', '1576349041', '__ci_last_regenerate|i:1576349041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('616d14a02a1c4772ba2c6745b567f94a26138f4c', '66.186.19.5', '1576535222', '__ci_last_regenerate|i:1576535222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('617306fc118355d26e581395c05dc921949a886d', '66.186.19.5', '1576442941', '__ci_last_regenerate|i:1576442941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6173bee9320bf75078ceb757676d590011903ccf', '66.186.19.5', '1576468441', '__ci_last_regenerate|i:1576468441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6178fe08d0e68a803a15715c948beea8c960b077', '66.186.19.5', '1576576381', '__ci_last_regenerate|i:1576576381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('617bb0a1ec81ad49a5d53b492abfcba113ae5556', '66.186.19.5', '1576649281', '__ci_last_regenerate|i:1576649281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6187212ecc3015c41d9f82923552d4b5f9382d62', '66.186.19.5', '1576409701', '__ci_last_regenerate|i:1576409701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61880fd9e5dae690fa988bf5307b3a4498a78a1a', '167.0.220.69', '1584488858', '__ci_last_regenerate|i:1584488858;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6192c61a6a85dc56eda87d9e9615fa210babef64', '66.186.19.5', '1576479301', '__ci_last_regenerate|i:1576479301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6192dabbe80faa0e8a181fb4753b8c804a9a6448', '66.186.19.5', '1576633982', '__ci_last_regenerate|i:1576633982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61954d468642da32f4753018ffe291f3e1c4f511', '66.186.19.5', '1576495561', '__ci_last_regenerate|i:1576495561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61958bb91948928e43ce5d82c3b510071fbaab27', '66.186.19.5', '1576394101', '__ci_last_regenerate|i:1576394101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61bc2f215345c00ba88857d0853346d3964300a7', '66.186.19.5', '1576356181', '__ci_last_regenerate|i:1576356181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61caf17eee688e7b70bf364c7774b97ad2b6348a', '66.186.19.5', '1576415342', '__ci_last_regenerate|i:1576415342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61cedd91556a9b0a0f246ba5b55bf4c0c6b87538', '66.186.19.5', '1576635662', '__ci_last_regenerate|i:1576635662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61d4bc350a5d16bcfc975f5dec2c00b22fcc6de7', '66.186.19.5', '1576603321', '__ci_last_regenerate|i:1576603321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61d8e6b2649e97f8f847385cfbd8f277add52a6e', '66.186.19.5', '1576310822', '__ci_last_regenerate|i:1576310822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61f38816c4868eaae9cb8a96220d7f99c1898b67', '66.186.19.5', '1576388641', '__ci_last_regenerate|i:1576388641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61f38bfed95a46106be2792f77c8a1dbed2c5b4b', '66.186.19.5', '1576518362', '__ci_last_regenerate|i:1576518362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61f7355edd6be9a0552b6cd015cac5b8f821b3b4', '66.186.19.5', '1576338842', '__ci_last_regenerate|i:1576338842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62081bac7801f5331cf7f7ea901f0956825263e9', '181.176.97.178', '1586642441', '__ci_last_regenerate|i:1586642368;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1586567041\";last_ip|s:15:\"181.176.105.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('620863cd614a34bc580e9c234b8cf7d3b865d77b', '66.186.19.5', '1576329062', '__ci_last_regenerate|i:1576329062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('621f66091cb912526d2349a78072ac8c3490f0b5', '66.186.19.5', '1576657802', '__ci_last_regenerate|i:1576657802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6222a31abd3622f49af2001e9672098b90433101', '66.186.19.5', '1576582322', '__ci_last_regenerate|i:1576582321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6227aca20b3e51e3a9531e00a8d294e2b20ef36f', '66.186.19.5', '1576305181', '__ci_last_regenerate|i:1576305181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('622be648aeba01798f83eca98ccfdbb5ff836f60', '66.186.19.5', '1576680482', '__ci_last_regenerate|i:1576680482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('623447209e17a6cb3f76ff49602102c115c93590', '66.186.19.5', '1576383062', '__ci_last_regenerate|i:1576383062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6234a2600b94960447183c3195107173d093027b', '66.186.19.5', '1576325462', '__ci_last_regenerate|i:1576325462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('623a0f7a57a3dd5d043c69d5c7016af8e99181d1', '66.186.19.5', '1576425961', '__ci_last_regenerate|i:1576425961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('625018b996d82c349af109488a6c3989a0374d24', '66.186.19.5', '1576397401', '__ci_last_regenerate|i:1576397401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6276d4cd4a226ad5bb778bbdab577204ad499412', '45.189.116.18', '1591055155', '__ci_last_regenerate|i:1591055135;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591037932\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6277f34b1abcd064aa8d1881eff50c00a3b42782', '66.186.19.5', '1576431362', '__ci_last_regenerate|i:1576431362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6280c7330f4d4be65aafc360df4c19f297a13792', '66.186.19.5', '1576336082', '__ci_last_regenerate|i:1576336082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62814e997ba589e2a95ec1b39c433f496b511001', '66.186.19.5', '1576324381', '__ci_last_regenerate|i:1576324381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('628648d8e278f8c926e843946d26d1fac55716d9', '66.186.19.5', '1576577882', '__ci_last_regenerate|i:1576577882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62932a161fc71c32c4482cb0010e2178870b1973', '66.186.19.5', '1576342201', '__ci_last_regenerate|i:1576342201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62968ef2388a65509b23819a1f4ae0597c79fc77', '66.186.19.5', '1576569242', '__ci_last_regenerate|i:1576569242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62b1c77219a1a515792f826a76fe5e7644758eb4', '66.186.19.5', '1576457161', '__ci_last_regenerate|i:1576457161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62b26210b0901c5131384c44597c63e92f615bfc', '66.186.19.5', '1576557542', '__ci_last_regenerate|i:1576557542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ca1c769a5b625d6c561eb4f7710fd4eee0b340', '66.186.19.5', '1576508222', '__ci_last_regenerate|i:1576508222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62da93f4c414f9e9e47a28deb3f2e4bd6c17d489', '31.13.103.22', '1592751590', '__ci_last_regenerate|i:1592751590;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62e6aba61332377ca4e6636ada2237fcd500a21e', '66.186.19.5', '1576560121', '__ci_last_regenerate|i:1576560121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62f7a8c36f08c571f62a6209aa76fa4e0ba0c5cd', '66.186.19.5', '1576424762', '__ci_last_regenerate|i:1576424762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('630fd96da5c517b0360fe0df67801e6a01849aba', '66.186.19.5', '1576634281', '__ci_last_regenerate|i:1576634281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6312620dae2306bd783961bfb630393d2d9f6231', '66.186.19.5', '1576523221', '__ci_last_regenerate|i:1576523221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('631e6029a9fb61137d0daae8a0f18a0112eb33a2', '66.186.19.5', '1576321441', '__ci_last_regenerate|i:1576321441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('633ba8b9c775f32fe031592cd1cf33948c2d8467', '66.186.19.5', '1576322402', '__ci_last_regenerate|i:1576322402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63476cf249c4d19c1a579197f8e99150971d3f38', '66.186.19.5', '1576428061', '__ci_last_regenerate|i:1576428061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6356c67a27e602afd8f5423324c88628cbf51c22', '165.22.69.193', '1579095639', '__ci_last_regenerate|i:1579095639;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('635c2deacf7edc5c0b97970ca60c1db88cecd283', '66.186.19.5', '1576281781', '__ci_last_regenerate|i:1576281781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('635f08bf330355d212d3a80a24ecae8ea9018910', '66.186.19.5', '1576564622', '__ci_last_regenerate|i:1576564622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('636168c155ff66f77510d6b4e862a9c69ce0b5be', '45.189.116.18', '1591662375', '__ci_last_regenerate|i:1591662289;local|s:1:\"2\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591582499\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('637455ce759d4e56566262b677595ad08956c364', '66.186.19.5', '1576534982', '__ci_last_regenerate|i:1576534982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6374c0352079eebf41b5e6729f5507251e509edd', '181.176.106.149', '1585756370', '__ci_last_regenerate|i:1585756190;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1585359097\";last_ip|s:12:\"181.65.0.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6377353689b3775b4f2fd88c0eafcab45f1542e9', '66.186.19.5', '1576456801', '__ci_last_regenerate|i:1576456801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63781205a4b88943bfbe40016e8c7b4279d8cdf7', '31.13.103.3', '1592751590', '__ci_last_regenerate|i:1592751590;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('637c52027c15ee65c2a5598ff6fdb08d9b593ed6', '66.186.19.5', '1576357382', '__ci_last_regenerate|i:1576357382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('637d07a5dedf5e965dd22fc34e81586e2b5d45b3', '66.186.19.5', '1576579502', '__ci_last_regenerate|i:1576579502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63801ad523d286c3be2fe3ccb098b97f4a2b0656', '66.186.19.5', '1576608781', '__ci_last_regenerate|i:1576608781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('638891ae5537e12493e2572aa574bbaa135ba034', '66.186.19.5', '1576397461', '__ci_last_regenerate|i:1576397461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6388c9e7688675ca3eb718646c28973e87de810d', '66.186.19.5', '1576417801', '__ci_last_regenerate|i:1576417801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6393fe4754a57d2c41fc4145b0a817b234b1fc9a', '66.186.19.5', '1576287242', '__ci_last_regenerate|i:1576287242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6397614dcb216dd6c2d57f6b2f5c0bb15c05f5b2', '66.186.19.5', '1576671661', '__ci_last_regenerate|i:1576671661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639dca6334cd8195635f39b1087af0243fc29351', '66.186.19.5', '1576606502', '__ci_last_regenerate|i:1576606502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639e67b1c2c550025b2c72552ea07ef9959ea522', '66.186.19.5', '1576612022', '__ci_last_regenerate|i:1576612022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63a2a1d4122d391294086de3253ae7a3e91892d6', '173.252.83.9', '1591746471', '__ci_last_regenerate|i:1591746471;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63b3103eef8be64536a223d542ce2a7b8b7c46b8', '66.186.19.5', '1576590361', '__ci_last_regenerate|i:1576590361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63b4656b5e2ee51d617cc20c6e7207b95d7d6e88', '66.186.19.5', '1576596722', '__ci_last_regenerate|i:1576596722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63b4d0543b83d2ba0909cc59cba6869dd2f007ef', '66.186.19.5', '1576505342', '__ci_last_regenerate|i:1576505342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63b4fede68cd7fce30d92fc4dba3c6e58b1e46e2', '66.186.19.5', '1576303141', '__ci_last_regenerate|i:1576303141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63b6de1c9578c1594d10ff2972cee5c49df85a6b', '66.186.19.5', '1576602542', '__ci_last_regenerate|i:1576602542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63c2d230319c77918a7ddd48889372866f444a58', '66.186.19.5', '1576624742', '__ci_last_regenerate|i:1576624742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63d73f93888f1a5032731a9b951e64bbc95e8e4c', '66.186.19.5', '1576349462', '__ci_last_regenerate|i:1576349462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63da340993124e9e7ae61df06d3e17b0c54214a1', '66.186.19.5', '1576391581', '__ci_last_regenerate|i:1576391581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63df66ce0830dcf14b64b785047aedfc7d909028', '66.186.19.5', '1576612141', '__ci_last_regenerate|i:1576612141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63eedf19c4d5d3776b1cdb6ffec2cd71c5444404', '173.252.83.8', '1585101442', '__ci_last_regenerate|i:1585101442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63fce52a4f9d5cd274ec2043e24283f1afd8e30c', '66.186.19.5', '1576490581', '__ci_last_regenerate|i:1576490581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63fe9a2ec29aca18ee4929dd4477227f0c4c17db', '66.186.19.5', '1576467241', '__ci_last_regenerate|i:1576467241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('640123cbaeb3ff77a6c43bf0181628954c32a8d5', '66.186.19.5', '1576318501', '__ci_last_regenerate|i:1576318501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64040e4a371a2b9d7319b425e4c55f2982f3f454', '66.186.19.5', '1576464361', '__ci_last_regenerate|i:1576464361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('640752fdd4ffb7b74d9fee6f22c61d4cf366a3af', '66.186.19.5', '1576626122', '__ci_last_regenerate|i:1576626122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('641b0376622aacd26681b30a9ba9e042e7037842', '31.13.103.22', '1586400036', '__ci_last_regenerate|i:1586400036;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('641d8dcbda6220ef75699caa8b92c7c684db1169', '66.186.19.5', '1576358941', '__ci_last_regenerate|i:1576358941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6421d9b0aa05cb19a488a7be9d10bf17c4fad791', '66.186.19.5', '1576361342', '__ci_last_regenerate|i:1576361342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6422e6fd867f9f1ee7b92dcf49ae3b1217cdb2f4', '66.186.19.5', '1576394041', '__ci_last_regenerate|i:1576394041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('642ae0ae4b6fb9d760c51e949dcb6de6a040e388', '66.186.19.5', '1576609981', '__ci_last_regenerate|i:1576609981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6431caf1f696d3215e56215da41c0d12ee118eb3', '66.186.19.5', '1576548602', '__ci_last_regenerate|i:1576548602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('644ec851d20849d8f6b474fed14600e8b419e9e4', '31.13.115.15', '1582811158', '__ci_last_regenerate|i:1582811158;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6453fe69ff92e29bc5e820c73b1b98351a914254', '173.252.87.41', '1582978737', '__ci_last_regenerate|i:1582978737;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6458ee8c3806895a937a9d258ec0e87debe0efe9', '66.186.19.5', '1576457761', '__ci_last_regenerate|i:1576457761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('646e620e968bd369924adca8a88453dd94504a5d', '66.186.19.5', '1576312021', '__ci_last_regenerate|i:1576312021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('646f2654454e78701a866bd5d85c201a9652c8f1', '66.186.19.5', '1576317482', '__ci_last_regenerate|i:1576317482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('647c2ea129fb1dbcd4da5f2d436d098d323d5294', '190.234.163.130', '1591933645', '__ci_last_regenerate|i:1591933469;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591760840\";last_ip|s:15:\"181.176.118.160\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('647dc5d7e2546d5e2ab27da5d15f23c07e339e6e', '66.186.19.5', '1576418701', '__ci_last_regenerate|i:1576418701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('648134680206fd05cf95b78208a163b63814fec3', '66.186.19.5', '1576327802', '__ci_last_regenerate|i:1576327802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64989a3d7718b1c9946ab50b372e1f810e6ff7d8', '66.186.19.5', '1576316702', '__ci_last_regenerate|i:1576316702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6499e0efb6a33987092a3acbdad7756b04dbbcbc', '64.225.10.21', '1591386884', '__ci_last_regenerate|i:1591386884;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a4787200bce6340d4cc37e140033bd1cda3013', '66.186.19.5', '1576311301', '__ci_last_regenerate|i:1576311301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64aa4102d218b007df42e15a2b5ddc2fc5a09ff6', '66.186.19.5', '1576332721', '__ci_last_regenerate|i:1576332721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64ac74c98025d918a1e991b2a4bf4f448e96d492', '190.238.52.115', '1583636724', '__ci_last_regenerate|i:1583636624;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583633310\";last_ip|s:15:\"190.233.137.125\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64b85a20fc5c52b77d43b2b127e06763d4badbe6', '66.186.19.5', '1576641422', '__ci_last_regenerate|i:1576641422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64d0a8f0a124011080af3d69a4b64014870a97eb', '66.186.19.5', '1576664461', '__ci_last_regenerate|i:1576664461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64d18cea2d503573832a2d6bb72beeba494e0899', '66.186.19.5', '1576528022', '__ci_last_regenerate|i:1576528022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64d590b8e1fc930563ab4454cdde3fc99d2fc60e', '66.186.19.5', '1576546202', '__ci_last_regenerate|i:1576546202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64e1ade510e5cb10a32d6c3fe38dd77f812d6ab6', '66.186.19.5', '1576569841', '__ci_last_regenerate|i:1576569841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64e23088c825aa41a260819544ff5086c9253e1c', '66.186.19.5', '1576351682', '__ci_last_regenerate|i:1576351682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64e7ad2e25685d77f576796ea6ce573fd3a71154', '66.186.19.5', '1576322102', '__ci_last_regenerate|i:1576322102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64ef62b8e4b7889e286394895b1875f9aa2a4051', '66.186.19.5', '1576515122', '__ci_last_regenerate|i:1576515122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64f9c777d7f3371096d897574107fd80670705ca', '66.186.19.5', '1576511342', '__ci_last_regenerate|i:1576511342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64fca79dd4b39af4119ed8271ad0fac9cdabe247', '66.186.19.5', '1576587722', '__ci_last_regenerate|i:1576587722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64fd805314228cdfedc3e9e054ad0c3cb07345cb', '66.186.19.5', '1576639322', '__ci_last_regenerate|i:1576639322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('650328466afed69e4c4c57141c67b6d40e36b7ef', '66.186.19.5', '1576305901', '__ci_last_regenerate|i:1576305901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('650435ee88310a69c5f1eedde93e1b6d504cda6c', '190.239.111.151', '1583940646', '__ci_last_regenerate|i:1583940441;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6504b3d9046c54de432c54d99010030afc917849', '66.186.19.5', '1576383602', '__ci_last_regenerate|i:1576383602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6523ce1d3af2811acd20b963f7396513ff1eab9c', '66.186.19.5', '1576359241', '__ci_last_regenerate|i:1576359241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6525330f77c67621a71ce44bcd502362972ce76a', '66.186.19.5', '1576396682', '__ci_last_regenerate|i:1576396682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('652ea39d42ccd76c8576033d2a153dd2d113ae33', '66.186.19.5', '1576341121', '__ci_last_regenerate|i:1576341121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6533beeca7948b32b03d857645d203582fd54553', '31.13.127.18', '1588309413', '__ci_last_regenerate|i:1588309413;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6537fb2aa501fd859a76d2c5c1b97451ecfec4ff', '66.186.19.5', '1576290961', '__ci_last_regenerate|i:1576290961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('653939a2e99bbd969ea793ef2b0bcb66ba0b414a', '66.186.19.5', '1576686122', '__ci_last_regenerate|i:1576686122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65402758329ca8cddb9b414e31cf7621ed8e5cd1', '66.186.19.5', '1576443961', '__ci_last_regenerate|i:1576443961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6541715aed5dc02f2a41b99ea6bdd465e9441cd6', '66.186.19.5', '1576294142', '__ci_last_regenerate|i:1576294142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65481fc26c0223dd4560a16286164d2cff1e9a0f', '66.186.19.5', '1576394161', '__ci_last_regenerate|i:1576394161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('654e1a31556abe72fd00a0da151bd14d7e809cc3', '66.249.83.37', '1591376070', '__ci_last_regenerate|i:1591376070;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('654fadda27ba08cdda0d495ec34f4129f7fa3235', '66.186.19.5', '1576380721', '__ci_last_regenerate|i:1576380721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65540bc9641732e0a10a4e94d5bafa8f24dcf2db', '66.186.19.5', '1576683602', '__ci_last_regenerate|i:1576683602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6555fbfd9bbd7fca13337b0b0eb62e717bd8c584', '66.186.19.5', '1576598761', '__ci_last_regenerate|i:1576598761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6562d1691515641a29e01a9d196fd078b674a862', '66.186.19.5', '1576602602', '__ci_last_regenerate|i:1576602602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6568f38726732cb556ae2409cdee32d2a2a4babb', '66.186.19.5', '1576614361', '__ci_last_regenerate|i:1576614361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('657441da082574be246962de8d924a7d8a37cfaa', '66.186.19.5', '1576430883', '__ci_last_regenerate|i:1576430883;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('657548aa86d809e510ade9a96f3693c5e8503de3', '66.186.19.5', '1576502222', '__ci_last_regenerate|i:1576502222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6578402e579751f7309c9e7f2e62ac95dca7d504', '66.186.19.5', '1576553041', '__ci_last_regenerate|i:1576553041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6578cc5771e25c8b5915cd23c23ba1f71f97e21b', '66.186.19.5', '1576372202', '__ci_last_regenerate|i:1576372202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('657aacdcd4b2b9f0a5167026be0e406476c3facf', '66.186.19.5', '1576358461', '__ci_last_regenerate|i:1576358461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('657e78d3bd9d50e859f39e8c637dd7e46b454fc2', '66.186.19.5', '1576682161', '__ci_last_regenerate|i:1576682161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('657faab94ec38d73d5fc09d352985e3ed31259c5', '66.186.19.5', '1576657982', '__ci_last_regenerate|i:1576657982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('658028dd122c04b5fd3643c6d86bc557863ac317', '66.186.19.5', '1576296781', '__ci_last_regenerate|i:1576296781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65815e4da8097bbddfa2683160828b56886d5af7', '66.186.19.5', '1576489441', '__ci_last_regenerate|i:1576489441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65819c76b19a7d99a690c47cf8118ac0ae11573d', '66.186.19.5', '1576334222', '__ci_last_regenerate|i:1576334222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6583718178ee9985c7cb33b1045a7238705f6216', '66.186.19.5', '1576334461', '__ci_last_regenerate|i:1576334461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65923e22e2c47105a7baf17d2de73ed29373971d', '66.186.19.5', '1576613042', '__ci_last_regenerate|i:1576613042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65952b97f0842d8f7940b29dafa275601ba58e26', '66.186.19.5', '1576546142', '__ci_last_regenerate|i:1576546142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65af7f47564870cb177b54a02571b28abe69b67a', '190.232.96.48', '1583725613', '__ci_last_regenerate|i:1583725518;local|s:1:\"1\";listaVenta|i:23;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583635956\";last_ip|s:14:\"190.238.52.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65c82d991fcacffbb5fd1ced08cb8fbb409ed70e', '66.186.19.5', '1576427221', '__ci_last_regenerate|i:1576427221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65cdbff9dd5e3d56081cfcee39ac80cae4065a83', '66.186.19.5', '1576337702', '__ci_last_regenerate|i:1576337702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65ce3bbf301003eed33c95183120a03f186c20de', '66.186.19.5', '1576495742', '__ci_last_regenerate|i:1576495742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65d652ae0fe5891b3674b0b6998de0b4b1053061', '113.184.57.217', '1584615201', '__ci_last_regenerate|i:1584615200;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65e469a391f99df65e68a8f0426b437bf3173215', '181.176.100.16', '1586799476', '__ci_last_regenerate|i:1586799463;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1586642382\";last_ip|s:14:\"181.176.97.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65ec3d19b89b0c33c15552cbbd1b503b5a66fe58', '45.189.116.18', '1591310255', '__ci_last_regenerate|i:1591310249;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591292937\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65ecc9da0be637521bd3fde1409d3f2ebd517330', '31.13.127.20', '1585972270', '__ci_last_regenerate|i:1585972270;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65ed28bb3b9641b649944f073e807dc9639b1754', '66.186.19.5', '1576428302', '__ci_last_regenerate|i:1576428302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65fd90e5b8355d31134dbbd19a479b9d3c07b540', '66.186.19.5', '1576416841', '__ci_last_regenerate|i:1576416841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6605976d1d2adc1a71a08c5520f3d63d4a1b6689', '66.186.19.5', '1576669502', '__ci_last_regenerate|i:1576669501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('660825bd257e88e273fd40893fb067599472246c', '66.186.19.5', '1576656121', '__ci_last_regenerate|i:1576656121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6613767a7f28197a778e778ad8cb0faed51ef38a', '66.186.19.5', '1576370102', '__ci_last_regenerate|i:1576370102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6619e9b4c4005b71ea44b012597ea9159efc5044', '66.186.19.5', '1576600741', '__ci_last_regenerate|i:1576600741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6627441a855ad9a4b4945a4cb2a80951d140d9d2', '66.186.19.5', '1576537382', '__ci_last_regenerate|i:1576537382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('662c9f213c882f0c6a0e548d04f08a8b99fa6043', '66.186.19.5', '1576559942', '__ci_last_regenerate|i:1576559942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('663188d91fb7a1bfb88ae539cf19e019f2b2fcd3', '66.186.19.5', '1576412641', '__ci_last_regenerate|i:1576412641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66362744a7a3fdfe57c58601bfac0d3b55bf3782', '66.186.19.5', '1576552502', '__ci_last_regenerate|i:1576552502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('663eafb0bb90cbce766f5982c2c525f7b04c0fc7', '66.186.19.5', '1576419241', '__ci_last_regenerate|i:1576419241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('664614db36397b3e7f93ea9575e9aec700503e5a', '66.186.19.5', '1576373101', '__ci_last_regenerate|i:1576373101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66521cde9554b5dc37b610f7a135abbb66cf3e8a', '66.186.19.5', '1576685281', '__ci_last_regenerate|i:1576685281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('666296d94602aeb5f8bb65579b27f5632689f47d', '173.252.83.4', '1585259022', '__ci_last_regenerate|i:1585259022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6666bb6f59bf30c1a3166983a0b4ee1ebdddb13f', '66.186.19.5', '1576656242', '__ci_last_regenerate|i:1576656242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('666c7263b5929475ec7a5133f7ba9c523690623f', '66.186.19.5', '1576590601', '__ci_last_regenerate|i:1576590601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('666e9e5891b86414f874c32120a3b043fde9841e', '66.186.19.5', '1576361942', '__ci_last_regenerate|i:1576361942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('667098d10ea0d9e0abbd9633094494e7dbaa0990', '66.186.19.5', '1576491541', '__ci_last_regenerate|i:1576491541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6676391045af32221d5892dd3d59d9a763237390', '66.186.19.5', '1576368482', '__ci_last_regenerate|i:1576368482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6697f56a12acfdddb048c717f42627d9a7ccde2c', '66.186.19.5', '1576306622', '__ci_last_regenerate|i:1576306622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66995050a1d919ba442d64d0a856ea7bf91d2ca8', '66.186.19.5', '1576375141', '__ci_last_regenerate|i:1576375141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('669e2b5d56f4030d7e0989747e719c44e2db2094', '66.186.19.5', '1576591322', '__ci_last_regenerate|i:1576591322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66aef611fbacb88c6559281a25542e18195f57a8', '66.186.19.5', '1576469161', '__ci_last_regenerate|i:1576469161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66bc9d0a5ac1e21e3dd6ccc7d9ece4cbdb575a70', '66.186.19.5', '1576569661', '__ci_last_regenerate|i:1576569661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66cf8da03a6c5cc15fc6b35f7ba5308702840618', '66.186.19.5', '1576673941', '__ci_last_regenerate|i:1576673941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66d6418fb332250cab45633538d3e0da3e4e3c58', '66.186.19.5', '1576492142', '__ci_last_regenerate|i:1576492142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66d7022066479a909b3f46f3d0a11beb8c68ce7c', '66.186.19.5', '1576304401', '__ci_last_regenerate|i:1576304401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66ddcc15acba7d91d6c1542b14b16dcc1169806e', '66.186.19.5', '1576542242', '__ci_last_regenerate|i:1576542242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66eaaa4d450de42975f6755b01e188e788ab0ce4', '66.186.19.5', '1576431481', '__ci_last_regenerate|i:1576431481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66ec02412a1e21c3b30c161d28a0bb4e7c0b5f6b', '66.186.19.5', '1576565521', '__ci_last_regenerate|i:1576565521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66f537e0c171ba5a262fd3047ea3d6e9a62aae5d', '45.189.116.18', '1591593419', '__ci_last_regenerate|i:1591592637;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66f9de5ca5a2cc2f24e3f642a611784c3f4b2fd4', '66.186.19.5', '1576453201', '__ci_last_regenerate|i:1576453201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66fe47e6e97c553b1c9b539fe9aacddab2f0165b', '66.186.19.5', '1576461721', '__ci_last_regenerate|i:1576461721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66ffa5b68274ddf377df1ce065d30229ebf4d2e2', '74.82.60.75', '1580858469', '__ci_last_regenerate|i:1580858171;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580784340\";last_ip|s:14:\"190.237.41.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('670a38a5503bbebae74ca7dc593ef49642b3f07b', '66.186.19.5', '1576466581', '__ci_last_regenerate|i:1576466581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6711e84a089d0b5d4c1dc36a9b177d2c1f577599', '66.186.19.5', '1576406582', '__ci_last_regenerate|i:1576406582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6713a351d364111b88a295ce781a7d263aa65ebf', '66.186.19.5', '1576514641', '__ci_last_regenerate|i:1576514641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6719380ccbd6c813036e08f8ec0ba39010d9ebdf', '66.186.19.5', '1576557901', '__ci_last_regenerate|i:1576557901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('671ee81a99d805d5870847e1c0beed0095eb089e', '66.186.19.5', '1576314301', '__ci_last_regenerate|i:1576314301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67238661d7c09a929c8cfcd5f4b97c44e8662bfb', '66.186.19.5', '1576365181', '__ci_last_regenerate|i:1576365181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6725967a05c41cddf49e27f8271665473ae74eab', '66.186.19.5', '1576559221', '__ci_last_regenerate|i:1576559221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('672790d247dee313ccef3624dbbfd45f26c0e118', '66.186.19.5', '1576669141', '__ci_last_regenerate|i:1576669141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('672ef02cee57be587b6834cffa232136fbf12b21', '66.186.19.5', '1576345081', '__ci_last_regenerate|i:1576345081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67577edf3a0751fab45802c2c7805e455ef00f53', '66.186.19.5', '1576680541', '__ci_last_regenerate|i:1576680541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67578664bd253ae985c9ede55091915d73fce95b', '66.186.19.5', '1576466161', '__ci_last_regenerate|i:1576466161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6768c81bf7e670b385b65456197416fb8a067492', '138.246.253.15', '1587008884', '__ci_last_regenerate|i:1587008884;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67696db2d6eada5c6e69bbb22134ac001f8bd581', '66.186.19.5', '1576461961', '__ci_last_regenerate|i:1576461961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('676cbae00f652b0c698c0a9395fa6dd9705865b7', '66.186.19.5', '1576581723', '__ci_last_regenerate|i:1576581723;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('676d9390e47decda7c48cea456d1d8202651904b', '66.186.19.5', '1576445221', '__ci_last_regenerate|i:1576445221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('678c9cc3f22766e7cbe01522088883d898bed78c', '66.186.19.5', '1576481522', '__ci_last_regenerate|i:1576481522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6799603391546efd0b25d0503ea8a38c7979c7c4', '66.186.19.5', '1576407061', '__ci_last_regenerate|i:1576407061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67b6d33b83ee3199fd980a8878faec72d2320556', '66.186.19.5', '1576298222', '__ci_last_regenerate|i:1576298222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c1bc3a009ee39ee253e7a1c3522af39046ec0c', '181.176.102.151', '1587921456', '__ci_last_regenerate|i:1587921456;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c886f2c1f8f503339dee8b18ab813565b05317', '66.186.19.5', '1576595761', '__ci_last_regenerate|i:1576595761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67ced6e99f19ecda7bb95d1e6b821cff93ee34e8', '66.186.19.5', '1576468201', '__ci_last_regenerate|i:1576468201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67d6f60f959b9f346e441d13cbaa71900ebc57eb', '66.186.19.5', '1576413301', '__ci_last_regenerate|i:1576413301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67d7c9850db471c4371be5538bb31102bcaf4a1f', '66.186.19.5', '1576577222', '__ci_last_regenerate|i:1576577222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67d8d9afdd2d7d10e904eadc5d34a72c2b61cb88', '66.186.19.5', '1576633622', '__ci_last_regenerate|i:1576633622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67da67eca435cd81b52f0675ba53419313257d28', '66.186.19.5', '1576545781', '__ci_last_regenerate|i:1576545781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e0e80e267e99e1d9977b6c93c32108fad307a3', '66.186.19.5', '1576455001', '__ci_last_regenerate|i:1576455001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e3ae61f677e4d90b2f0c2e4140103b7365939a', '66.186.19.5', '1576313521', '__ci_last_regenerate|i:1576313521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67eb851fc1e4d73c2fbf98074208fd299d512d0f', '66.186.19.5', '1576456142', '__ci_last_regenerate|i:1576456142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67f92176210628909975bbfbc7b1296ef409a807', '66.186.19.5', '1576324502', '__ci_last_regenerate|i:1576324502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67fa307aa5fe2a11bd35b5db40dd04d0e17b542b', '66.186.19.5', '1576457882', '__ci_last_regenerate|i:1576457882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67fbcb865a55366b3f38b84c0b48f7f31a23991f', '113.184.57.217', '1584615199', '__ci_last_regenerate|i:1584615199;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67fef8941cb8883878fec3d17ece70364296287e', '66.186.19.5', '1576402142', '__ci_last_regenerate|i:1576402142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('680792b37ccd299a12f43812192d35f860f7b7e1', '66.186.19.5', '1576632781', '__ci_last_regenerate|i:1576632781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('680a166b50ea6abe426790fbd2a6f2547f25a2ac', '66.186.19.5', '1576302541', '__ci_last_regenerate|i:1576302541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68128313b3290e5aa536231c18ac8041c1988dba', '66.186.19.5', '1576351142', '__ci_last_regenerate|i:1576351142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6826dc9d925d2270f96dca2ba902c227761d0a30', '66.186.19.5', '1576363381', '__ci_last_regenerate|i:1576363381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68303dd0b25c714f94055c398659458a244265eb', '66.186.19.5', '1576551421', '__ci_last_regenerate|i:1576551421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6837d11d254eab8868d6d7338cb69e526e5bff9a', '66.186.19.5', '1576350962', '__ci_last_regenerate|i:1576350962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('683855f5d75483c2b20760076309de578f08a76d', '66.186.19.5', '1576646702', '__ci_last_regenerate|i:1576646702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6838c023b299a9d0bd7fa5c38fe40e62f5364211', '66.186.19.5', '1576681922', '__ci_last_regenerate|i:1576681921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('683c6e06970237090a3fcb81521d0b6403d3e940', '66.186.19.5', '1576688401', '__ci_last_regenerate|i:1576688401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6845a27ddd47ddc242edb506f913be9335cc8ca5', '66.186.19.5', '1576339201', '__ci_last_regenerate|i:1576339201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6857f4c48fd4a0c0e4fc5414e5756c1ca741ed16', '66.186.19.5', '1576324561', '__ci_last_regenerate|i:1576324561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68594f75936c984884278abdba4513cd7f460977', '66.186.19.5', '1576587842', '__ci_last_regenerate|i:1576587842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68599744c396d38e796e4d0ee1da864f242a3ff9', '66.186.19.5', '1576494002', '__ci_last_regenerate|i:1576494002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('685a18eb5b5c72aec03f819f2de1a36483ab9288', '66.186.19.5', '1576448882', '__ci_last_regenerate|i:1576448882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('685e276bb90d5d284c0b40fb0e80c4a17180bb40', '66.186.19.5', '1576458361', '__ci_last_regenerate|i:1576458361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68616cd14535cde303a3f040bfdfd99e150bdf51', '66.186.19.5', '1576364102', '__ci_last_regenerate|i:1576364102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6863fd789d500ca116df0ebe89473db351a85c06', '66.186.19.5', '1576409282', '__ci_last_regenerate|i:1576409282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6868eaa6053595fb9c1fc6fbdeaddb130ee4ff53', '66.186.19.5', '1576606682', '__ci_last_regenerate|i:1576606682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('686e0a623abe85dd2f3d5ce5a295d06aa0197c02', '66.186.19.5', '1576436162', '__ci_last_regenerate|i:1576436162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('688327d875cd1d54c275f427664a8c3908755cf2', '66.186.19.5', '1576566721', '__ci_last_regenerate|i:1576566721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6883f6c2d7685a6fbe75077aaef49df2400c9580', '66.186.19.5', '1576552201', '__ci_last_regenerate|i:1576552201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68928808a434ad818bf6e1fff7115b8234168f6a', '66.186.19.5', '1576331161', '__ci_last_regenerate|i:1576331161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6892d491bfa60ca644a8e3120bd0e77d39fa447b', '66.186.19.5', '1576682461', '__ci_last_regenerate|i:1576682461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6894585731b6594806436074f6ef9b32fd948d0d', '66.186.19.5', '1576393861', '__ci_last_regenerate|i:1576393861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6894abfd8bf098c72d8f4c632895345e87c6e5c0', '66.186.19.5', '1576296001', '__ci_last_regenerate|i:1576296001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68a19c267a8bdef4d7cfe3f9cb44a2def8890d56', '173.252.79.4', '1583267165', '__ci_last_regenerate|i:1583267165;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68b37089b5b702063c6a999ed28cecd695a0d14e', '66.186.19.5', '1576650841', '__ci_last_regenerate|i:1576650841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68b6c92f79bd25ef5e82bcf40f4f8a3027cf8b13', '66.186.19.5', '1576338422', '__ci_last_regenerate|i:1576338422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68b886d927c2963500c28ba3c828d04526e6de7f', '66.186.19.5', '1576309382', '__ci_last_regenerate|i:1576309382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68bf7d2dfcd9e3ba1e726455311c71eb9f670aa5', '66.186.19.5', '1576349642', '__ci_last_regenerate|i:1576349642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68c238a21840a978921b2dbf0382de39b4e04b42', '66.186.19.5', '1576308961', '__ci_last_regenerate|i:1576308961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68cf5728de07101eb69fb4b34b1fa585317a2711', '66.186.19.5', '1576334522', '__ci_last_regenerate|i:1576334522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68dea5db89affdcf9c67768bc1a666175bb3d896', '66.186.19.5', '1576546261', '__ci_last_regenerate|i:1576546261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68e9c8fb6c157e4a7eb4d14b554c56778c22975a', '66.186.19.5', '1576459741', '__ci_last_regenerate|i:1576459741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68e9ec6485107f7730dd6a6a838fa3616c1dc14b', '190.236.102.225', '1582145812', '__ci_last_regenerate|i:1582145783;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582128051\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68f7f06fcedc8c44e744e865d226b370b3d164ef', '66.186.19.5', '1576348321', '__ci_last_regenerate|i:1576348321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68ffc9fb0996a6acabc8e82f39ea4551fedd7bdb', '66.186.19.5', '1576536962', '__ci_last_regenerate|i:1576536962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69078961ac0fe798af119c8d54c620446b0be8be', '190.232.33.208', '1576196869', '__ci_last_regenerate|i:1576195837;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576195551\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('690888f0898b6febbbce8ba3e0d4242f9d2b09b3', '66.186.19.5', '1576664402', '__ci_last_regenerate|i:1576664402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69339736bb64f00d6552a970277761559c7fe507', '190.232.33.208', '1577811315', '__ci_last_regenerate|i:1577811200;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1577810733\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfkey|s:8:\"QWCEvIws\";csrfvalue|s:20:\"renLmvpsN3RBo0z7OVSl\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6938cc8fa72c90ce3f893c1fb637014b6d556a45', '66.186.19.5', '1576361101', '__ci_last_regenerate|i:1576361101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('693c04d7eddaec4e0710d5e452ac7f33ab996362', '66.186.19.5', '1576514762', '__ci_last_regenerate|i:1576514762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69513cca654d4e7cf3f270962941144d8f70876e', '66.186.19.5', '1576465622', '__ci_last_regenerate|i:1576465622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('697d8d39a962dbad1af192effa92711ed443e6bf', '66.186.19.5', '1576312202', '__ci_last_regenerate|i:1576312202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('697dfeb06b0d32cc4c168f94e3983f89d44f35d7', '66.186.19.5', '1576478521', '__ci_last_regenerate|i:1576478521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6982b0bf805dc994699e7f328d0fd0884228bac0', '66.186.19.5', '1576421041', '__ci_last_regenerate|i:1576421041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69885dfada0afb7869623ad7fadb25fdd5740c1b', '45.189.116.18', '1591597477', '__ci_last_regenerate|i:1591597477;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69946ac85a233e6ecb8df20bd57f24c6e9952227', '66.186.19.5', '1576296481', '__ci_last_regenerate|i:1576296481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('699e53d72972397a1573c9bc71dc36c4978ce6f7', '66.186.19.5', '1576628521', '__ci_last_regenerate|i:1576628521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('699f4c82a381e775ab13aca72faedff5afe5eb7d', '66.186.19.5', '1576501381', '__ci_last_regenerate|i:1576501381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a024f33dd551f8a9d1f2bca8c42c5ebb7a8a6a', '66.186.19.5', '1576570921', '__ci_last_regenerate|i:1576570921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a30b8d102a0d1f7adb93cda48f49763f1a9efe', '45.189.116.14', '1589921860', '__ci_last_regenerate|i:1589921860;local|s:1:\"1\";listaVenta|i:19;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589817111\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a42d4d984996e1e4bff6e8fa98e59192f1e327', '66.186.19.5', '1576389002', '__ci_last_regenerate|i:1576389002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69c53a9f872a67466ac54db1f54ff493a5e75516', '66.186.19.5', '1576625222', '__ci_last_regenerate|i:1576625222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69c905b398afa5963574b239d43d3a5635bf1c61', '66.186.19.5', '1576384682', '__ci_last_regenerate|i:1576384682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69d69cd94b383e3150615ce8e8d924da711714de', '66.186.19.5', '1576655281', '__ci_last_regenerate|i:1576655281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69db9ab88ec52ff9c1167dbaa465e8d3f506dd93', '66.186.19.5', '1576374481', '__ci_last_regenerate|i:1576374481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69debc4215817c7fa0a2f1498cbe757d90c5eb2a', '66.186.19.5', '1576376402', '__ci_last_regenerate|i:1576376402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69defdf9dcfaec47c5bc3b91adc89e6845d8adba', '66.186.19.5', '1576539721', '__ci_last_regenerate|i:1576539721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e100d64893e0cff7fb16389da4701796ef858f', '132.251.2.211', '1579026702', '__ci_last_regenerate|i:1579026625;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579026101\";last_ip|s:13:\"132.251.2.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e4f357091857cf14d9863a03b54dff9b22a293', '66.186.19.5', '1576549861', '__ci_last_regenerate|i:1576549861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ed830cca3b9f453142ddccd23440b0faa6ed6b', '66.186.19.5', '1576688821', '__ci_last_regenerate|i:1576688821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f5de6988e25f48f2fbd3afce239f2b1cfe812a', '66.186.19.5', '1576644781', '__ci_last_regenerate|i:1576644781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f5e77ccffe4470b89fd8e179674ddcb43124dd', '66.186.19.5', '1576575901', '__ci_last_regenerate|i:1576575901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f8c2b9daba420e53621b08afcef45072e16ed7', '190.234.163.130', '1591934472', '__ci_last_regenerate|i:1591934202;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591760840\";last_ip|s:15:\"181.176.118.160\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f8ecb8596d233d8c2eeec0955879f73015ede8', '66.186.19.5', '1576485122', '__ci_last_regenerate|i:1576485122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f96e93a5bbe686eb075b1d404ad04793e352c5', '66.186.19.5', '1576375801', '__ci_last_regenerate|i:1576375801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69faca4162176ee9c66b98a0ecf9bd14a6cc9aea', '66.186.19.5', '1576359602', '__ci_last_regenerate|i:1576359602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a249cbb153229b5111c2ccbddc81d03033ec91a', '66.186.19.5', '1576628221', '__ci_last_regenerate|i:1576628221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a30a61e463af4cb872a13f338d027a7fadcd370', '66.186.19.5', '1576357981', '__ci_last_regenerate|i:1576357981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a32a540e9a7e777f1d9fe005b8ea7c365a75c3f', '66.186.19.5', '1576540261', '__ci_last_regenerate|i:1576540261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a4312a215b1d12873d53f24e6b3c04e5b5217b0', '66.186.19.5', '1576666141', '__ci_last_regenerate|i:1576666141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a503ca56340718d23541c8bb5e5995370c40c0e', '66.186.19.5', '1576500662', '__ci_last_regenerate|i:1576500662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a5cc406d68fac4f5b6ac81879874e8ef1abdeb0', '66.186.19.5', '1576550342', '__ci_last_regenerate|i:1576550342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a5fc0a5013ade7eb722d6ab710f4d1f8dbb9c0b', '158.101.18.36', '1588310600', '__ci_last_regenerate|i:1588310600;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a5fd9a136fa31fceb7afe6842eef7b720233f48', '66.186.19.5', '1576317541', '__ci_last_regenerate|i:1576317541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a67d34a23e25d6b98640c7385aa44566b4f8c47', '66.186.19.5', '1576348682', '__ci_last_regenerate|i:1576348682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a7250c2f654968b7abc4b88517e5a56ab13f883', '66.186.19.5', '1576636861', '__ci_last_regenerate|i:1576636861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a79ccc17b76653a83cee8561456413d813a8bc0', '66.186.19.5', '1576373282', '__ci_last_regenerate|i:1576373282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a7e55286d81d27b4cd32fb0c9da08ce01f12207', '66.186.19.5', '1576360502', '__ci_last_regenerate|i:1576360502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a7e8c61118e0b4a1010ff7b9e763e3dc0986d75', '163.172.70.242', '1577941966', '__ci_last_regenerate|i:1577941966;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a87a579953e794188e6a6b102b0446e736d4ca3', '66.186.19.5', '1576634162', '__ci_last_regenerate|i:1576634162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a914a20390b23029aa9647adacc7422b6caaf1e', '66.186.19.5', '1576463822', '__ci_last_regenerate|i:1576463822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aae9453f377560ec3360c097e67681965f86df6', '66.186.19.5', '1576615143', '__ci_last_regenerate|i:1576615143;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ac2ed1829f24d29d8381e8c9448506303a02c6b', '66.186.19.5', '1576662361', '__ci_last_regenerate|i:1576662361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad0d949badbee3ae8ec21fda34b00c0c2fa81a5', '31.13.103.15', '1593253606', '__ci_last_regenerate|i:1593253606;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad51877bba7e8feac4dee4c40ec670946750907', '66.186.19.5', '1576361882', '__ci_last_regenerate|i:1576361882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6adc6dd7ed82bbe3251ee1e1bcc0f0df6db274e6', '66.186.19.5', '1576641062', '__ci_last_regenerate|i:1576641062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ade1fbb82af0282d3e96baca12bc03ee39962e5', '66.186.19.5', '1576316462', '__ci_last_regenerate|i:1576316462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ae20efd771c7864ad1cce11ced2524e9ad26e56', '66.186.19.5', '1576405202', '__ci_last_regenerate|i:1576405202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ae4e4be0585959425780b346cec407bda65adae', '66.186.19.5', '1576657861', '__ci_last_regenerate|i:1576657861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aed08153ed68934fc5db4b8517e5d5169c801ac', '66.186.19.5', '1576479602', '__ci_last_regenerate|i:1576479602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6af384ed5610a16da9628e3daabfca9ff9ffb00f', '66.186.19.5', '1576557962', '__ci_last_regenerate|i:1576557962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6af3a66a6efcfd8d056da9f2578adb368e5c5755', '66.186.19.5', '1576388401', '__ci_last_regenerate|i:1576388401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6af6028c186ec3bae344e3b8c86ddb5732f36702', '66.186.19.5', '1576626241', '__ci_last_regenerate|i:1576626241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6af8b2b884967b3af467e72545305eb59637a0c8', '66.186.19.5', '1576647602', '__ci_last_regenerate|i:1576647602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b0228262da9f71047f361230bac9477c8e18792', '173.252.83.21', '1584308517', '__ci_last_regenerate|i:1584308517;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b03631c5b317691c183b517bf224cab5e29447b', '190.238.52.115', '1583637483', '__ci_last_regenerate|i:1583637186;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583633310\";last_ip|s:15:\"190.233.137.125\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b0c9a907b716d7b41504e607fa7ee4da1cb3127', '66.186.19.5', '1576387921', '__ci_last_regenerate|i:1576387921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b18ae278264546c748d4c40f9b087950c3fa105', '66.186.19.5', '1576461661', '__ci_last_regenerate|i:1576461661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b18dd63e29187104e31edde611d02f088746485', '66.186.19.5', '1576523401', '__ci_last_regenerate|i:1576523401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b1a7e58146640a35357e75d691eaac5729b86fa', '66.186.19.5', '1576679941', '__ci_last_regenerate|i:1576679941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b2862268005a3d54039d9ab67b22c9efa5f93d0', '66.186.19.5', '1576365601', '__ci_last_regenerate|i:1576365601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b355f88166fc0e6c32cc14bf1ef84f1fd2ea543', '66.186.19.5', '1576403222', '__ci_last_regenerate|i:1576403222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b36bdaf815ae2193b366eb15afe6a5416a63db5', '66.186.19.5', '1576475221', '__ci_last_regenerate|i:1576475221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3d04a1215942381fc0fd254cd3ff91290b982a', '66.186.19.5', '1576631282', '__ci_last_regenerate|i:1576631282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b52a4ad5b1a6a2036a99c9b36fe57607c64a3e6', '190.237.145.229', '1579814955', '__ci_last_regenerate|i:1579814672;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579623874\";last_ip|s:13:\"181.64.57.249\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b55308112f44299d830e0842f72eb3f1b2eb2ed', '66.186.19.5', '1576429622', '__ci_last_regenerate|i:1576429622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b5b39dd1490b4e2912eefb1fabe4112aa50c57c', '66.186.19.5', '1576464181', '__ci_last_regenerate|i:1576464181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b5f3d41ba2aefde83deb420bd79d11d8a18e96d', '66.186.19.5', '1576521481', '__ci_last_regenerate|i:1576521481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b60be1d47d4748e04f50091e56fc82cf6d6d29d', '66.186.19.5', '1576662061', '__ci_last_regenerate|i:1576662061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b6166f17cef9805d8aa6434dbeb5ad05203d2c5', '66.186.19.5', '1576286521', '__ci_last_regenerate|i:1576286521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b65de7eb4b912ac3432b494b36fcdf1bfde5622', '66.186.19.5', '1576655041', '__ci_last_regenerate|i:1576655041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b670ece554c6da007df77c0a318a8a1a4acf160', '66.186.19.5', '1576679221', '__ci_last_regenerate|i:1576679221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b67752ea2ff58a9951cb55092d171e78b72023c', '66.186.19.5', '1576599721', '__ci_last_regenerate|i:1576599721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b8396713163bb730729d6fc73d3238abdf3e23c', '66.186.19.5', '1576490521', '__ci_last_regenerate|i:1576490521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b84d69d0fffd4fabd9665e759d3fd8de269d840', '66.186.19.5', '1576612741', '__ci_last_regenerate|i:1576612741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b8867bf3954235bbfd2458e8b8042b59cab59c2', '66.186.19.5', '1576340642', '__ci_last_regenerate|i:1576340642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba618d4c1f40ff3600330667b0ef107a96a7189', '66.186.19.5', '1576491061', '__ci_last_regenerate|i:1576491061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6babde6ace47cf0de8d0729394897574cd5aa34f', '66.186.19.5', '1576628941', '__ci_last_regenerate|i:1576628941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6babecf810a04b21e8dbd3752bac52c85f37851c', '66.186.19.5', '1576385042', '__ci_last_regenerate|i:1576385042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bacab51bb16c4caefc2d378ebfcd19f72026fc0', '66.186.19.5', '1576366081', '__ci_last_regenerate|i:1576366081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6baf7586424dffba035439aba1125271f004c438', '66.186.19.5', '1576403822', '__ci_last_regenerate|i:1576403822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bb16133519ec0bd2af57fc49e24a46818f1d00f', '167.71.81.96', '1588629653', '__ci_last_regenerate|i:1588629653;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bb773d7288fecf2eaf6915e8aebd7caa3f3b6f4', '66.186.19.5', '1576330441', '__ci_last_regenerate|i:1576330441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bbf996d742b796d72ca93ce5522259be06ec110', '66.186.19.5', '1576654081', '__ci_last_regenerate|i:1576654081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bd166bd6099c2aba91610cc68e5b3cc08a0be38', '66.186.19.5', '1576672742', '__ci_last_regenerate|i:1576672742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bde1acb26db4fb2a9a95e23a344007d2a7dd1f4', '66.186.19.5', '1576625701', '__ci_last_regenerate|i:1576625701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6be55047120428eef83cfb227ed12d66c98fede8', '66.186.19.5', '1576598702', '__ci_last_regenerate|i:1576598702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6be607ef8f1c13d209627b123ded2f187e048baa', '66.186.19.5', '1576654321', '__ci_last_regenerate|i:1576654321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6becafdb6cd4115b272fa3317dc6fd7de880aed9', '173.252.107.16', '1585205033', '__ci_last_regenerate|i:1585205033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bfc17bc0c4a0b534011cfef7a2a3c547552d9a7', '66.186.19.5', '1576564321', '__ci_last_regenerate|i:1576564321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bfc4fce5da1500816d7be6e6ac94eb5cfeb56c9', '66.249.83.62', '1588594679', '__ci_last_regenerate|i:1588594679;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bfc9204e20afc8bb0bf94b826fbb3ee229431b1', '173.252.83.2', '1590604696', '__ci_last_regenerate|i:1590604696;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c0792becdf8e2d1712620318a21c95d3a72c633', '66.186.19.5', '1576663981', '__ci_last_regenerate|i:1576663981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c0a4e11920029a7261da17670713990c733f9c2', '66.186.19.5', '1576541582', '__ci_last_regenerate|i:1576541582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c0a60baf75c3655b05ab879a3536db4922cf7ec', '66.186.19.5', '1576305721', '__ci_last_regenerate|i:1576305721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c101a50f388ef92c1dfa86b5dbd79e736ad13c8', '66.186.19.5', '1576543862', '__ci_last_regenerate|i:1576543861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c111ae4dba24c7f169d88a7a1210ee740b995cd', '66.186.19.5', '1576564381', '__ci_last_regenerate|i:1576564381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c1295c8525ccb556468cc883a67382d3f4ba429', '66.186.19.5', '1576474682', '__ci_last_regenerate|i:1576474682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c1c02a8d9cba1198f2f784f0b7a7729bc298f11', '66.186.19.5', '1576631221', '__ci_last_regenerate|i:1576631221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c1ea079ca28cae53b9780999f175ccf76ef0225', '66.186.19.5', '1576300741', '__ci_last_regenerate|i:1576300741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c203f2857e70c9fa0e573bbc61d569491a67965', '66.186.19.5', '1576361461', '__ci_last_regenerate|i:1576361461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c209f1a1df5f67e27497fa1258d33c027fb37e2', '138.246.253.15', '1588640475', '__ci_last_regenerate|i:1588640475;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c3b8a4bab5b67e05e22c21df9489dbf81378e6d', '66.186.19.5', '1576347061', '__ci_last_regenerate|i:1576347061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c464855cd4380fe2d0893f1f0458eb2bd717716', '66.186.19.5', '1576571822', '__ci_last_regenerate|i:1576571822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c469333889e2fd638a2e5dc5b4f16f97e373311', '66.186.19.5', '1576485961', '__ci_last_regenerate|i:1576485961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c4d981b5975abc544d5e84c29f7852cf718bfaf', '66.186.19.5', '1576369741', '__ci_last_regenerate|i:1576369741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c53a658fc01e91fabaf301349200aed87e14e30', '66.186.19.5', '1576322581', '__ci_last_regenerate|i:1576322581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c5e31c9b8ba5a8b71004b670deefc06c74890f4', '66.186.19.5', '1576435682', '__ci_last_regenerate|i:1576435682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c60346064cea61b7912e54d2dae8c9e6522d4b0', '66.186.19.5', '1576491781', '__ci_last_regenerate|i:1576491781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c659596044120efa8ad17baf06cfea63467fc45', '66.186.19.5', '1576568821', '__ci_last_regenerate|i:1576568821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c7674868153ef3f6560308ac560bfb521d94820', '173.252.111.2', '1577374403', '__ci_last_regenerate|i:1577374403;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c81847a42b25264fa38cb4b920a8829ca7b0b71', '66.186.19.5', '1576425842', '__ci_last_regenerate|i:1576425842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c8646a6f74de6c3ae73cd5f17208534746bec10', '66.186.19.5', '1576611602', '__ci_last_regenerate|i:1576611602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c8c81f80b5cfa860254267acb23d9df7b504969', '66.186.19.5', '1576493462', '__ci_last_regenerate|i:1576493462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cb435e9554294cdb8592441bd8bfed6a0f7b2b7', '66.186.19.5', '1576518122', '__ci_last_regenerate|i:1576518122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cb93a8ee1e8793e203a5267e2f76091', '104.248.15.131', '1582257042', '__ci_last_regenerate|i:1582257042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cbcc37d2944f6cbd92cbf52256b1b4451a37a0b', '66.186.19.5', '1576503721', '__ci_last_regenerate|i:1576503721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cd6931eb2db39282c9e29d51528f8eb9c40551b', '45.189.116.14', '1588356326', '__ci_last_regenerate|i:1588356313;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588180216\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ce033f7cd50b7cfd6aaefad98d6e6bb3761b26f', '66.186.19.5', '1576453622', '__ci_last_regenerate|i:1576453622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cfc1c6a242ef4502afa6b4db3f8b5457872a7ab', '66.186.19.5', '1576341062', '__ci_last_regenerate|i:1576341062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cfc8951f6d42dabb7afede42bffa6565ea03d77', '66.186.19.5', '1576426802', '__ci_last_regenerate|i:1576426802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cfe7795a3625f033d256911e422a09573193357', '66.186.19.5', '1576556401', '__ci_last_regenerate|i:1576556401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d02a205ae09db08f160511138bfc6bf1f1ab991', '66.186.19.5', '1576329961', '__ci_last_regenerate|i:1576329961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d14996af6c3bfcff20a5ce8dcd07b0287e497a5', '66.186.19.5', '1576651021', '__ci_last_regenerate|i:1576651021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d187de39535016b4f74a2c42b7c97fe94f2b90b', '66.186.19.5', '1576603981', '__ci_last_regenerate|i:1576603981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d27503bf968124cb012df753c25c95b7d0f6d01', '66.186.19.5', '1576370042', '__ci_last_regenerate|i:1576370042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d28735637f1922c7a40fddc9af9b5666a4c3125', '66.186.19.5', '1576445161', '__ci_last_regenerate|i:1576445161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d318c1f0dafbaebd73e80b0c0f0296dac050afe', '66.186.19.5', '1576429681', '__ci_last_regenerate|i:1576429681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d44a558e6eecca8bc9e0ac74d2e0aa4cf866325', '66.186.19.5', '1576631641', '__ci_last_regenerate|i:1576631641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d47a9cc45be21077667cc1f92dd1a9f0ccb101d', '66.186.19.5', '1576519801', '__ci_last_regenerate|i:1576519801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d4d95b2c2e68a7316892a1752d24065a053f889', '66.186.19.5', '1576574041', '__ci_last_regenerate|i:1576574041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d53c6757cf82fc3b1ffdc606ca5e438ab80845f', '66.186.19.5', '1576463521', '__ci_last_regenerate|i:1576463521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d577d1fc68edea85d5d6ac528a900597401fd95', '66.186.19.5', '1576549622', '__ci_last_regenerate|i:1576549622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d5a53128fb3b35a26b64e1488529ee859f8460f', '45.189.116.18', '1592091753', '__ci_last_regenerate|i:1592091559;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592089254\";last_ip|s:15:\"181.176.123.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d5d621150bf3eee5e6826fe1323c90d964d3125', '66.186.19.5', '1576288082', '__ci_last_regenerate|i:1576288082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d6c43e3251dbe6c919fe4084f732025d9972635', '66.186.19.5', '1576276741', '__ci_last_regenerate|i:1576276741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d6e6205def0147280ca811192c11800ae9a0a16', '66.186.19.5', '1576449421', '__ci_last_regenerate|i:1576449421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d859846edbb4652c6f9c01912b265d612067115', '66.186.19.5', '1576285681', '__ci_last_regenerate|i:1576285681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d9989d48a1937744345f214733b8ba6dc4994fa', '66.186.19.5', '1576401062', '__ci_last_regenerate|i:1576401062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d9db2b1ba0cdc98474e5851c7d0993ed5c97b9e', '66.186.19.5', '1576306382', '__ci_last_regenerate|i:1576306382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6da13a609d457858e9b0ff5153c5407b0cbec097', '181.176.100.16', '1586796107', '__ci_last_regenerate|i:1586796107;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6da26f43fcc465995e5ea3c6e1edb18020c15457', '66.186.19.5', '1576682342', '__ci_last_regenerate|i:1576682342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6da9e955da6db7a7f45f77b93ec148149731a2b6', '66.186.19.5', '1576292581', '__ci_last_regenerate|i:1576292581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6daae460075303a55a3289c680d955d0bfcec3df', '66.186.19.5', '1576519082', '__ci_last_regenerate|i:1576519082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dc819fa85eed8cd12cafb5712fe4c912b781da4', '66.186.19.5', '1576303321', '__ci_last_regenerate|i:1576303321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dd252ea75c928381682636effab3690506f4c56', '66.186.19.5', '1576671901', '__ci_last_regenerate|i:1576671901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dd30cb7dc85e38e46148a8bd7ed7f524cd90dc0', '66.186.19.5', '1576435022', '__ci_last_regenerate|i:1576435022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ddd9cf902aeec364c9b24f218a9208c8dc1f02c', '66.186.19.5', '1576463701', '__ci_last_regenerate|i:1576463701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dde13e947a1ae67f8acf3089455ed729746d836', '66.186.19.5', '1576289641', '__ci_last_regenerate|i:1576289641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6de3a3273c7a0e914a7af60f1f2e92238071877f', '66.186.19.5', '1576519142', '__ci_last_regenerate|i:1576519142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6de7fa334863768cdf78a62aab0dcd2dad7ba506', '66.186.19.5', '1576651921', '__ci_last_regenerate|i:1576651921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6df9ca1b5dcfda690181d176f8a42a95746808b6', '66.186.19.5', '1576596181', '__ci_last_regenerate|i:1576596181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dfa3b8976cc940a288961caa7cbfbb42302c136', '66.186.19.5', '1576320241', '__ci_last_regenerate|i:1576320241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e01394e47fb98ca6a2c7ca6a8da7fc84e4b912b', '190.236.102.225', '1581280952', '__ci_last_regenerate|i:1581280947;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580858207\";last_ip|s:11:\"74.82.60.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e07778a012cfa2df0f95c40a99d1a3a22a7d6d0', '66.186.19.5', '1576425181', '__ci_last_regenerate|i:1576425181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e09e104665e28242b88614232bdef52fdf61245', '66.186.19.5', '1576325222', '__ci_last_regenerate|i:1576325222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e136f1d1478735333beb1fa86efa4f760fa454a', '66.186.19.5', '1576488961', '__ci_last_regenerate|i:1576488961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e1d173426fa217b6240047eec7e6fb55ba7d251', '66.186.19.5', '1576554062', '__ci_last_regenerate|i:1576554062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e1f1221546b08586f472b8c28f37b1809bdf972', '66.186.19.5', '1576604821', '__ci_last_regenerate|i:1576604821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e348fe8aaa2e5171d63b18816c2553f040ca034', '66.186.19.5', '1576543381', '__ci_last_regenerate|i:1576543381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e45a7912c239b5985b5b326e945901e749cdf32', '66.186.19.5', '1576646642', '__ci_last_regenerate|i:1576646642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e5069451be966f7d4bef3c554369f725dac5ecb', '66.186.19.5', '1576442281', '__ci_last_regenerate|i:1576442281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e518619ad7fe2a549a02019be3f85c2ff628192', '66.186.19.5', '1576519021', '__ci_last_regenerate|i:1576519021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e546c94fd404b9ae4741e201fcddc5359ea7f72', '45.189.116.14', '1589928105', '__ci_last_regenerate|i:1589928105;local|s:1:\"1\";listaVenta|i:19;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589817111\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e592feef346bc8b3b11b366e88293dc074343a9', '66.186.19.5', '1576530061', '__ci_last_regenerate|i:1576530061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e6244704cd28ece30a6165468d5b2a9b7f4fa77', '66.186.19.5', '1576394942', '__ci_last_regenerate|i:1576394942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e63970a853aa287b5158c384589c272843a7e0f', '66.186.19.5', '1576584542', '__ci_last_regenerate|i:1576584542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e6659c53138a7102cb77a019bac644c99931ef3', '66.186.19.5', '1576510682', '__ci_last_regenerate|i:1576510682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e81344b87ec3875ae646158ecb311364de30fc3', '66.186.19.5', '1576540142', '__ci_last_regenerate|i:1576540142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e8ed6f142c23b52f0ddd12812898c40069dd4da', '66.186.19.5', '1576417681', '__ci_last_regenerate|i:1576417681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e9454ea4444458bb515a7d005ebb5c7e91bb495', '66.186.19.5', '1576331821', '__ci_last_regenerate|i:1576331821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e97f977e0b8709e2d85a6e69acf791b95084b5d', '66.186.19.5', '1576671781', '__ci_last_regenerate|i:1576671781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ea22c9f3c5792db3e10dad43655f59cd8c5bf1c', '66.186.19.5', '1576454761', '__ci_last_regenerate|i:1576454761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ea35bb0ad6b3ce753cd82693a92f621e245934a', '66.186.19.5', '1576531261', '__ci_last_regenerate|i:1576531261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ea4b11e56f6e368e6353b71aead299a27cc41dd', '66.186.19.5', '1576357741', '__ci_last_regenerate|i:1576357741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ea66e63f2d6195093c161652428a0171e682142', '66.186.19.5', '1576384141', '__ci_last_regenerate|i:1576384141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eca247087b9ec3262ba425791df941d06b13104', '66.186.19.5', '1576473601', '__ci_last_regenerate|i:1576473601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ecdb96f7fe698b44446942275bbe6359f14550b', '66.186.19.5', '1576290422', '__ci_last_regenerate|i:1576290422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed21f6acb95a136d7d28b0d0728b68e4b47bdbe', '3.92.92.150', '1580858340', '__ci_last_regenerate|i:1580858340;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ee130f263f7fc600252dc53fdb183190a807d88', '66.186.19.5', '1576553762', '__ci_last_regenerate|i:1576553762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ee4d826b2deb6617dc66165f4ee300d796217cb', '66.186.19.5', '1576360262', '__ci_last_regenerate|i:1576360262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ef46a951f0a137ebcbd0bbb0bb504cf70fb0561', '66.186.19.5', '1576600442', '__ci_last_regenerate|i:1576600442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6efb27a4b861a9d46724e2bab56474c0548bb40c', '66.186.19.5', '1576563482', '__ci_last_regenerate|i:1576563482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f0120ce483744298f54452b6469731ffacdf770', '66.186.19.5', '1576581062', '__ci_last_regenerate|i:1576581062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f02d1d7bbf4ea3ab5bf29fb7c45d8767361202c', '66.186.19.5', '1576462381', '__ci_last_regenerate|i:1576462381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f02faa71203d3818fb5674cd5766c75b1f33261', '66.186.19.5', '1576414501', '__ci_last_regenerate|i:1576414501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f094d1b0cdcc2aacf1ae2f4fbe890390b4a2076', '66.186.19.5', '1576326842', '__ci_last_regenerate|i:1576326842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f0cb0adb8adefe2257829c71df07d5a0dda8812', '66.186.19.5', '1576386542', '__ci_last_regenerate|i:1576386542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f1caabfed61e200187e93c111692f3704ba5a8e', '66.186.19.5', '1576570861', '__ci_last_regenerate|i:1576570861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f2054f73a2b4ea9da61d68f180f4b28fe272e05', '66.186.19.5', '1576464842', '__ci_last_regenerate|i:1576464842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f348b529f2f31ba27c17636a99a2fccec85d802', '66.186.19.5', '1576367941', '__ci_last_regenerate|i:1576367941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f3938ad097cf1ceba672892f593719cd7b330ff', '173.252.107.8', '1584327741', '__ci_last_regenerate|i:1584327741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f4189b37cf44260bf86a0897337d4b32d6b913b', '66.186.19.5', '1576545902', '__ci_last_regenerate|i:1576545902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f4d9028613c7ca72748cebadf6d6ef801e9a856', '201.230.158.73', '1579274106', '__ci_last_regenerate|i:1579274075;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579177974\";last_ip|s:15:\"190.113.208.196\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f5f98ad33caa24bde34647627bb6ce6bf51c6e1', '66.186.19.5', '1576670102', '__ci_last_regenerate|i:1576670102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f676f69a589bf7d9f5a26467882d60bb53cd90c', '66.186.19.5', '1576642202', '__ci_last_regenerate|i:1576642202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f68b28d59835737657f3b75e42c1ee924d3da2e', '66.186.19.5', '1576493222', '__ci_last_regenerate|i:1576493222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f791485d7273e2dee7297fdb6095ad0daf9e0f7', '66.186.19.5', '1576422482', '__ci_last_regenerate|i:1576422482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f86d0567115be94031c6b348050625dca84b2cf', '66.186.19.5', '1576602481', '__ci_last_regenerate|i:1576602481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f93f1b89679ea3dd74b95da5846a1925ea2dbd2', '209.17.96.226', '1592596220', '__ci_last_regenerate|i:1592596220;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f9a376e53314640504ee39dedd9b43996d3fd84', '190.236.102.225', '1582607380', '__ci_last_regenerate|i:1582607379;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fa4b088e51a9c79545ba666475d8a130c0a25de', '66.186.19.5', '1576599361', '__ci_last_regenerate|i:1576599361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fb46b9bfafe88d6e0fab8d3ad1278b9a2f5c614', '66.186.19.5', '1576291261', '__ci_last_regenerate|i:1576291261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fbe61f185fb497e0e4fd0cf88aa1eeb5cc2474a', '45.189.116.14', '1587742624', '__ci_last_regenerate|i:1587742549;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fc36abc1e8b8bc6e2c8e7a26464d5c35fc98d1f', '45.189.116.18', '1590797682', '__ci_last_regenerate|i:1590797621;local|s:1:\"1\";listaVenta|i:13;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fc558f9b0a97a165242d892c3fd77ab4a26a453', '178.79.152.119', '1588872097', '__ci_last_regenerate|i:1588872096;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fc8c90755999b4d7d9bb5080e032f131ff680f7', '66.102.8.147', '1579033102', '__ci_last_regenerate|i:1579033097;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fdeea10bae1e0cd8b1df773f646b03077a3a27b', '66.186.19.5', '1576362302', '__ci_last_regenerate|i:1576362302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ff28b65736b70f9f7c5380329e2755d3445c450', '66.186.19.5', '1576317662', '__ci_last_regenerate|i:1576317662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7006b29632969fdf05c5c4d4b7749c63cc913fc0', '66.186.19.5', '1576548301', '__ci_last_regenerate|i:1576548301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('700d85aa114a04a5d3b1f7af66c328ad8c281605', '66.186.19.5', '1576475101', '__ci_last_regenerate|i:1576475101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7013ca19f53d3acca66b58d320ebec7d286ba9b1', '66.186.19.5', '1576607941', '__ci_last_regenerate|i:1576607941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7013dfb56190d9fb790a6a274919065330aca4d0', '66.186.19.5', '1576491242', '__ci_last_regenerate|i:1576491242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70199a2657dabf82a05b03cc63b8ac796f92ff29', '66.186.19.5', '1576648621', '__ci_last_regenerate|i:1576648621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('701ce48f586079156cde79eeb26ea5502e044141', '66.186.19.5', '1576292642', '__ci_last_regenerate|i:1576292642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('702167a144bc038f356a46db90cabe5fd153ada7', '66.186.19.5', '1576542482', '__ci_last_regenerate|i:1576542482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7026e1c792cf302e304807adae79e040b3ccd281', '66.186.19.5', '1576507141', '__ci_last_regenerate|i:1576507141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('702b68c8df7b2268db7d95435cf2c91c230f6735', '66.186.19.5', '1576598461', '__ci_last_regenerate|i:1576598461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('704347950254fe2f4634415688b18e6113dbf34c', '31.13.127.14', '1580396454', '__ci_last_regenerate|i:1580396454;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70608b90e44f5d13e61e80fb8af2ce0ea0b98318', '66.186.19.5', '1576510921', '__ci_last_regenerate|i:1576510921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706b524163bd554e0ff4c21f8ef3b6bfee443417', '66.186.19.5', '1576662961', '__ci_last_regenerate|i:1576662961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706b8735f26c85ebcf29b9bf15a0241500739cda', '66.186.19.5', '1576509062', '__ci_last_regenerate|i:1576509062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706c36e20051701cce58e5abe667a2065f35a324', '66.186.19.5', '1576447742', '__ci_last_regenerate|i:1576447742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('707fef5761354e14684bd0711922122abeadcee9', '190.232.33.208', '1576193933', '__ci_last_regenerate|i:1576193919;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576192001\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70892faf327e5464973c32a523d731e78513be5a', '66.186.19.5', '1576500002', '__ci_last_regenerate|i:1576500002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('708df93da0f1179fa96c67f343065e5dea3217f5', '66.186.19.5', '1576541402', '__ci_last_regenerate|i:1576541402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70ab81b7034d3976978fb8072acdce4a49c53b5f', '66.186.19.5', '1576411921', '__ci_last_regenerate|i:1576411921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70ac0c2cf9d9d873b90e71ed42d88e9269a4d10c', '77.88.5.30', '1593037970', '__ci_last_regenerate|i:1593037970;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70b6fd5c169410aeee03c561a341b57e1ac0131c', '66.186.19.5', '1576420021', '__ci_last_regenerate|i:1576420021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70b99796547361615bac9db6dd48316aa364b69d', '66.186.19.5', '1576681561', '__ci_last_regenerate|i:1576681561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70b99d286ffe5789da872e256212537e1058d319', '66.186.19.5', '1576313401', '__ci_last_regenerate|i:1576313401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70bb29c26dae22d2117006e4a18e7c627a361f47', '66.186.19.5', '1576493042', '__ci_last_regenerate|i:1576493042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c3e38f5fcacba6fc019f746701ceb419b18598', '66.186.19.5', '1576449842', '__ci_last_regenerate|i:1576449842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c75092be217bfcaed13c2e25d499743778e0a2', '66.186.19.5', '1576466641', '__ci_last_regenerate|i:1576466641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70d46dd9b98fd21888051b60307040d3799fa73e', '66.186.19.5', '1576327621', '__ci_last_regenerate|i:1576327621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70e194774477e90393b58ae9cf149ef58bde54ed', '66.186.19.5', '1576605961', '__ci_last_regenerate|i:1576605961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70e683ca2f72211b21e8a14e6af1cb058b43a0b5', '66.186.19.5', '1576488422', '__ci_last_regenerate|i:1576488422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70ebeab2ca7157840806de5e5edee2166aca1267', '66.186.19.5', '1576387382', '__ci_last_regenerate|i:1576387382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70f27aad5d8e0b517b381e165ca62d1da7f3bf11', '66.186.19.5', '1576651381', '__ci_last_regenerate|i:1576651381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70f41dd141d4e9f695635e920ec4bb1b93dc79f7', '66.186.19.5', '1576424822', '__ci_last_regenerate|i:1576424822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70fb82dd952170962c250bcdd6c08dc470760805', '66.186.19.5', '1576302361', '__ci_last_regenerate|i:1576302361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70fb8ae2e68175e7f698efe20a6d4245e34d505a', '66.186.19.5', '1576654381', '__ci_last_regenerate|i:1576654381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70fcb994000f2e9836fcf3428375b8878b41564c', '66.186.19.5', '1576640403', '__ci_last_regenerate|i:1576640403;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70fceedc5933d9f6642ca2beb9e366a549e25981', '66.186.19.5', '1576432141', '__ci_last_regenerate|i:1576432141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70ff83183ed19c7cf4719c22bd9559784529ce01', '66.186.19.5', '1576310281', '__ci_last_regenerate|i:1576310281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71038422109ff3adf3ad93f9046b1af397039008', '66.186.19.5', '1576340581', '__ci_last_regenerate|i:1576340581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7104439d612cec97d55f1ba029a40c7ccaa7f956', '66.186.19.5', '1576553521', '__ci_last_regenerate|i:1576553521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71073368a015006c24efee73df6b7b97eac13f83', '66.186.19.5', '1576376821', '__ci_last_regenerate|i:1576376821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('710a524414b940c160599c73b71bdfa552818eed', '190.239.111.151', '1583905724', '__ci_last_regenerate|i:1583905724;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583430020\";last_ip|s:13:\"132.191.3.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('710dde305eeecaa7265387232536fda650a65af8', '66.186.19.5', '1576579381', '__ci_last_regenerate|i:1576579381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7113f9484df0459255a5d92011de0dc0e1c69f56', '66.186.19.5', '1576307761', '__ci_last_regenerate|i:1576307761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71350dba83f9e57e019b14147784144d22bf0395', '66.186.19.5', '1576341662', '__ci_last_regenerate|i:1576341662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7146a7652d63edef534eb4cb88fd7df24270090b', '66.186.19.5', '1576501621', '__ci_last_regenerate|i:1576501621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7148b979c68655563330bd20ddc02af684ede641', '66.186.19.5', '1576462861', '__ci_last_regenerate|i:1576462861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('714db701e6d08d3806b5cab129a6469aba0b21ad', '66.186.19.5', '1576412102', '__ci_last_regenerate|i:1576412102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('715266aa4fc61c79a378750046996156c4c5fe92', '66.186.19.5', '1576658282', '__ci_last_regenerate|i:1576658282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7155477206027a6e19b1bd08444b19d7a2d9a7a5', '66.186.19.5', '1576391282', '__ci_last_regenerate|i:1576391282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('716c24e98831cc6d29f33798ea62a8ad5d96de43', '66.186.19.5', '1576567561', '__ci_last_regenerate|i:1576567561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7171a0fac2b878d62ae7f81c1f677e9d1bfe8f48', '66.186.19.5', '1576425122', '__ci_last_regenerate|i:1576425122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('717fc80bb9c4249333e3c475588859b86fa53b99', '66.186.19.5', '1576304761', '__ci_last_regenerate|i:1576304761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('718b22c8dbdeb072f9253bbb7959cc838b3e2ac4', '66.186.19.5', '1576466701', '__ci_last_regenerate|i:1576466701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('719337423be66d07331538191d0c98d0454735e5', '66.186.19.5', '1576420562', '__ci_last_regenerate|i:1576420562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7195a73ea86ab8f1af8fad10b34586e73c2d875b', '66.186.19.5', '1576536782', '__ci_last_regenerate|i:1576536782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71a2631fa669ecaa3cd0343c87d7d431404ca48a', '66.186.19.5', '1576501021', '__ci_last_regenerate|i:1576501021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71a9634458e31676abd2333b609bad5aa2edab12', '66.186.19.5', '1576504622', '__ci_last_regenerate|i:1576504622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71b4e0b9d6ba4d6638cd0add78dadfa1d86900b6', '66.186.19.5', '1576518902', '__ci_last_regenerate|i:1576518902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71b7c630b5af7a4053748e2533ee0237f3a96b63', '66.186.19.5', '1576410422', '__ci_last_regenerate|i:1576410422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71c366df43a5f04dba78413f4a0ea50debfef5ad', '66.186.19.5', '1576581001', '__ci_last_regenerate|i:1576581001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71c51060acc9a13d180e540a841746b21930428a', '179.7.137.118', '1580226805', '__ci_last_regenerate|i:1580226680;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580226805\";last_ip|s:13:\"179.7.137.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71c5d4bc08c3499b565b55e75aff0e59c0ffb7fb', '66.186.19.5', '1576378262', '__ci_last_regenerate|i:1576378262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71c9e0e6b195d90b9488b1d23424759beeef6d2d', '66.186.19.5', '1576553402', '__ci_last_regenerate|i:1576553402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71cde859b81db1323d30d775d1197c766ddde2ed', '173.252.83.23', '1586813977', '__ci_last_regenerate|i:1586813977;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71d6471072b152d6e74a64ef4098b94409a0f9c1', '66.186.19.5', '1576531141', '__ci_last_regenerate|i:1576531141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71e2d46db4e54d77241d5707f4a4277ca23d9ee2', '66.186.19.5', '1576383781', '__ci_last_regenerate|i:1576383781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71f0e51377c54a4b4457caa0e98e06593db10ccc', '66.186.19.5', '1576408201', '__ci_last_regenerate|i:1576408201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71f236e9bbd0e63d7b686f5b4800edd4a411aab9', '66.186.19.5', '1576643161', '__ci_last_regenerate|i:1576643161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7204025185fb5771c9782a4eb3202b2ce55995a7', '66.186.19.5', '1576304102', '__ci_last_regenerate|i:1576304102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72159e661de0775120084df4a462bfb88ec46509', '66.186.19.5', '1576674541', '__ci_last_regenerate|i:1576674541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('721d6ddd9d2e8cb5e314272360f89a8a87002dad', '66.186.19.5', '1576374062', '__ci_last_regenerate|i:1576374062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('722adb7b2f05f00577ddfc3077867f597fd32ca6', '66.186.19.5', '1576666622', '__ci_last_regenerate|i:1576666622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7231a1d4f6537a0b634fe0faa6af8362b6887a86', '190.239.111.151', '1583945039', '__ci_last_regenerate|i:1583944749;local|s:1:\"1\";listaVenta|i:6;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7234ec8e3ae5fd28b98a8c611339e3080962691b', '66.186.19.5', '1576630381', '__ci_last_regenerate|i:1576630381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('725b2ba4f34b4bdbb3e494c2526a172baff4568a', '66.186.19.5', '1576544162', '__ci_last_regenerate|i:1576544162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('725cc2401dff61a14fbd63e4d5dcd7b80406ec14', '66.186.19.5', '1576655701', '__ci_last_regenerate|i:1576655701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7268bfc6e6c5489efac9463004bc0f54b6d636ae', '66.186.19.5', '1576368541', '__ci_last_regenerate|i:1576368541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('726adf30b4be433886497821f3b71da5abf4f204', '66.186.19.5', '1576284541', '__ci_last_regenerate|i:1576284541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('726f4dc1d247ea5173433b1a20accd042a4e5896', '138.246.253.15', '1586109459', '__ci_last_regenerate|i:1586109459;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('728cfa91cb931e6f7d763f6a8ee5ce9dd45a0e42', '66.186.19.5', '1576636742', '__ci_last_regenerate|i:1576636742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('729b6fe5e58a7d0adc6411fb49e62944b7c4515a', '66.186.19.5', '1576369562', '__ci_last_regenerate|i:1576369562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('729e2a0eda51f7685324c3faadbb2b74236e1f36', '66.186.19.5', '1576521962', '__ci_last_regenerate|i:1576521962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72a4ab06493d502c3475d8193b9932fe53ab2fb8', '66.186.19.5', '1576609021', '__ci_last_regenerate|i:1576609021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72b5320fc3d5c08d2296ca56c83c5f2c4ad5209e', '66.186.19.5', '1576477501', '__ci_last_regenerate|i:1576477501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72d0a5e0463737b9258f5b5b1b5afe47f3896ecf', '66.186.19.5', '1576477322', '__ci_last_regenerate|i:1576477322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72d37c2d997d95f39be9a3aa90078f0bf0b46a45', '158.101.18.36', '1588632889', '__ci_last_regenerate|i:1588632889;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72da93fa8f04bc4489cb472d9616bfa306bf5238', '190.233.137.125', '1583635278', '__ci_last_regenerate|i:1583635120;local|s:1:\"1\";listaVenta|i:14;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1581280217\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72dcb1bb7746f549909cf7a7295cae06fb5fd340', '66.186.19.5', '1576464961', '__ci_last_regenerate|i:1576464961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e019d692a12475feb528a28020b90292e443a4', '66.186.19.5', '1576395662', '__ci_last_regenerate|i:1576395662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e153f979190652c4c4459140f18122c6bcc274', '66.186.19.5', '1576308121', '__ci_last_regenerate|i:1576308121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e1a8e7e6bdf015924f9f45da662b4384d36ae8', '138.246.253.5', '1586022021', '__ci_last_regenerate|i:1586022021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e44b0637ab47a5630074a91622a07dfde6b311', '66.186.19.5', '1576605301', '__ci_last_regenerate|i:1576605301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e496d9eac426ba7c8b3b9d632c1c9516aefc75', '173.252.107.10', '1585572446', '__ci_last_regenerate|i:1585572446;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e62ffa5d86fb09ffe484fdf8337f7729600dd0', '66.186.19.5', '1576365001', '__ci_last_regenerate|i:1576365001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e874f3ceabd985a7a4d55e29f12cebacd86061', '66.186.19.5', '1576355461', '__ci_last_regenerate|i:1576355461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72f4c194261577bf0afd80c36bc3b85eb7cdf571', '66.186.19.5', '1576547642', '__ci_last_regenerate|i:1576547642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72f768f005bdd5ea15cdad5cfa829d743d1789b4', '66.186.19.5', '1576676702', '__ci_last_regenerate|i:1576676702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7324a54bc246e56666dda358f79f46bb4e3afa51', '66.186.19.5', '1576494181', '__ci_last_regenerate|i:1576494181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('732fc68a045d16e4963bb35bdc9f13dbcb2f8f09', '40.84.236.133', '1589647301', '__ci_last_regenerate|i:1589647301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7333878dd174c140f5217709d441c6e559b12de8', '66.186.19.5', '1576371721', '__ci_last_regenerate|i:1576371721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73355c2eaed66a8f4013d789c2d360c5b393e1d0', '66.186.19.5', '1576377781', '__ci_last_regenerate|i:1576377781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7337e4b21484e166f4f565788e026a7038d7e4e0', '66.186.19.5', '1576369501', '__ci_last_regenerate|i:1576369501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('733b3654c6929258904d7c045b0506884851b941', '66.186.19.5', '1576458062', '__ci_last_regenerate|i:1576458062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('733d08c6eb8705c1760475afd0b1d42bfb831124', '66.186.19.5', '1576527301', '__ci_last_regenerate|i:1576527301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('734abff9a5b1d1f781b39b46c9add9eaa3a3a888', '181.176.102.151', '1587939461', '__ci_last_regenerate|i:1587939275;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1587921388\";last_ip|s:15:\"181.176.102.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7353e77c7df53bae6f003af3885d74dbadfc7bb0', '66.186.19.5', '1576512901', '__ci_last_regenerate|i:1576512901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7361f3e39ffdd0dfcba4e8c3038e3cdeab879bca', '66.186.19.5', '1576670582', '__ci_last_regenerate|i:1576670582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('736dfefde0be098ec7e1930f6ee2789f43903e66', '66.186.19.5', '1576590781', '__ci_last_regenerate|i:1576590781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7372c7f1e5fa5c75c222ba3cd2c6167b8dea15e9', '66.186.19.5', '1576331342', '__ci_last_regenerate|i:1576331342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('737333552fff1908843f99bcb85d392b8dc2db97', '45.189.116.14', '1590514044', '__ci_last_regenerate|i:1590514026;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590267513\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('737af67f106bc685121c6948e34348549ab41b2f', '66.186.19.5', '1576551001', '__ci_last_regenerate|i:1576551001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7381829f35614bc46f8d0dac5ca15569a3fbec75', '66.186.19.5', '1576688641', '__ci_last_regenerate|i:1576688641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('738a85bf74a0c15754806421de037db375549262', '66.186.19.5', '1576636802', '__ci_last_regenerate|i:1576636802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('738de884b4039dc3818e923e1e383dbcd133f7bf', '66.186.19.5', '1576446062', '__ci_last_regenerate|i:1576446062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('739a06508f08dd8466282bd19688c9349408ce92', '66.186.19.5', '1576564262', '__ci_last_regenerate|i:1576564262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73a16f26cdc38a2cec882f672df574bc07e2a7ce', '66.186.19.5', '1576575181', '__ci_last_regenerate|i:1576575181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73b75b86599408830a1ea1034920362175f2e6ef', '66.186.19.5', '1576289702', '__ci_last_regenerate|i:1576289702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ced68c22d5c5000e2ccba20062e240442cedf9', '66.186.19.5', '1576612442', '__ci_last_regenerate|i:1576612442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d939b37a483ba9bb1ba39ce050179d2e417bbf', '66.186.19.5', '1576435622', '__ci_last_regenerate|i:1576435622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73dcbc7050ee877eb2112a1a2fc856ff17cad27e', '66.186.19.5', '1576317301', '__ci_last_regenerate|i:1576317301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73df96f42172543af5fa39ee6cd2d5343ade4164', '66.186.19.5', '1576596302', '__ci_last_regenerate|i:1576596302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e052e6f42d3bdb025c8137f43ded40a80e3606', '66.186.19.5', '1576410542', '__ci_last_regenerate|i:1576410541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e0e6810f64b168ecb29ec2a0048915110f9dfb', '66.186.19.5', '1576439222', '__ci_last_regenerate|i:1576439222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e1bc2e0420330fe3f8a3a9d18b72cc2f496b01', '66.186.19.5', '1576560782', '__ci_last_regenerate|i:1576560782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e8eb7608c6ed979cfbaac3a03c6bcf6c5a8afc', '66.186.19.5', '1576627081', '__ci_last_regenerate|i:1576627081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73eb052d39957d0496e08e598b92986414c04ce4', '66.186.19.5', '1576288441', '__ci_last_regenerate|i:1576288441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ece2b4944c89b9fd1f9e54c63e59b09c1e401d', '66.186.19.5', '1576646042', '__ci_last_regenerate|i:1576646042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f4389d7ba61beab00c04ea96ac4f401f07db28', '66.186.19.5', '1576371782', '__ci_last_regenerate|i:1576371782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f4bccb70d4b71a0241f8a20aff964f64808e85', '66.186.19.5', '1576392961', '__ci_last_regenerate|i:1576392961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f642d2dc03028e45d0c21372b64d7939216fa5', '173.252.83.12', '1589679724', '__ci_last_regenerate|i:1589679724;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('740320fa2f2a9a655f52b47505aa20f8b3ddbc37', '66.186.19.5', '1576568221', '__ci_last_regenerate|i:1576568221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7406b1dea001b714081d26417f22b8a1f8cf41ed', '66.186.19.5', '1576519981', '__ci_last_regenerate|i:1576519981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('740a9cd1fe96ed60b902f6c1e253d3a9bfb022c5', '66.186.19.5', '1576365242', '__ci_last_regenerate|i:1576365242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('740bbd1f5891e8909978ab496bf8bc08f7f04a90', '66.186.19.5', '1576532882', '__ci_last_regenerate|i:1576532882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74106a37c62cdac3d3aedc904682eae75ac624d4', '66.186.19.5', '1576597742', '__ci_last_regenerate|i:1576597742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('741234a33504bd50b1d20dc48635c5bce33dcae8', '66.186.19.5', '1576437241', '__ci_last_regenerate|i:1576437241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7414d237cfc4c6db53747ed418be7b43b2425b9d', '69.171.251.32', '1587612163', '__ci_last_regenerate|i:1587612163;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74158c6518c3b8f55cc742f440f16e45c81d61eb', '66.186.19.5', '1576307582', '__ci_last_regenerate|i:1576307582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7416bb5677ea9b005a96f85ac083a413820955b0', '66.186.19.5', '1576292821', '__ci_last_regenerate|i:1576292821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('741df3c65577e4633cb8303f836e91f6deb62f7a', '66.186.19.5', '1576539601', '__ci_last_regenerate|i:1576539601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('742b0e5843ef82d811fabafd7b30276a7bcb5723', '45.189.116.14', '1590166735', '__ci_last_regenerate|i:1590166561;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590098330\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('742bfa236f502f1f2fa691647cdf7a951e6199db', '66.186.19.5', '1576520821', '__ci_last_regenerate|i:1576520821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('743629fed19eb0e4071459060ee59b14024085a0', '66.186.19.5', '1576688701', '__ci_last_regenerate|i:1576688701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7440a939aeb961d4244f2011687d64ccf6a64f1f', '66.186.19.5', '1576428901', '__ci_last_regenerate|i:1576428901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7448d9a69f6b0147375dced50d2b4ede90c515e0', '66.186.19.5', '1576328222', '__ci_last_regenerate|i:1576328222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7451213bc51ab37440b3c638cb0072128f3dd9e3', '66.186.19.5', '1576606741', '__ci_last_regenerate|i:1576606741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('745383e3c510f7392bfbe20dd9bb1586c12b903b', '45.189.116.14', '1589817112', '__ci_last_regenerate|i:1589817111;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588356313\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('745f909d7a45366f0c2bc602a7f2501b8230921c', '66.186.19.5', '1576293782', '__ci_last_regenerate|i:1576293782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('747eedaa53af9a986397a2c23fc88a5430c117da', '66.186.19.5', '1576638542', '__ci_last_regenerate|i:1576638542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7480f856c3ffdb32318b791ec3b4992ce09d8467', '45.189.116.14', '1590696287', '__ci_last_regenerate|i:1590696287;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590621309\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7498f0b2edff0cdaf13a7e91567d520791fc5e2c', '66.186.19.5', '1576626661', '__ci_last_regenerate|i:1576626661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74a23a5925f9d9344097414712ba802de8c920e3', '45.189.116.18', '1590961009', '__ci_last_regenerate|i:1590961006;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590883301\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74a28f3744484fb19179f7b478bf2e7ce637f23e', '66.186.19.5', '1576626421', '__ci_last_regenerate|i:1576626421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74b292d8a35eeb0e64573c6598c80bc68977ec3d', '66.186.19.5', '1576572842', '__ci_last_regenerate|i:1576572842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74cf29b23be5ba04d6865becb30878e10a0b8784', '190.232.96.48', '1584074409', '__ci_last_regenerate|i:1584074409;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74cfebddda6ae5fd672aebc887db5fd624932980', '66.186.19.5', '1576568761', '__ci_last_regenerate|i:1576568761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d0e2deb2fabfbe2b0ee56f12057a4fb299a89d', '190.236.102.225', '1579818041', '__ci_last_regenerate|i:1579817980;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1578962019\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d31c389e06348040fcb34657c8f785503a04a6', '66.186.19.5', '1576366982', '__ci_last_regenerate|i:1576366982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d8102b5a60d44972b54cfaa5a30d012fe1aa87', '66.186.19.5', '1576541461', '__ci_last_regenerate|i:1576541461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e70987ff56cb6de4f0c15ebbd4f3a1b6c524e9', '66.186.19.5', '1576604341', '__ci_last_regenerate|i:1576604341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74f0668925db7962d1d8164637b534269d954561', '66.186.19.5', '1576391701', '__ci_last_regenerate|i:1576391701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74f5703a4318230f43a5234c8cf36044e5a29dc5', '66.186.19.5', '1576350661', '__ci_last_regenerate|i:1576350661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74fe8cc9b21b37625d79cade07304bec2a99b180', '190.232.33.208', '1576520222', '__ci_last_regenerate|i:1576519922;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576519674\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7501ab2607453b18bf3eec31d9a81491fa2a3a11', '190.116.37.98', '1580396724', '__ci_last_regenerate|i:1580396474;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580343490\";last_ip|s:15:\"190.113.214.252\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75048bd379947984d35b37b731aacaa99706a045', '66.186.19.5', '1576601042', '__ci_last_regenerate|i:1576601041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7504a574d45f33196d243bf1a0a6ca232f16689d', '190.232.33.208', '1576275285', '__ci_last_regenerate|i:1576275098;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576195857\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('750c213b417c724cc3fd95a3c8e08995e7de821b', '66.186.19.5', '1576550581', '__ci_last_regenerate|i:1576550581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('752af842aec27277214390f3449bec0a036db106', '190.234.163.130', '1591932761', '__ci_last_regenerate|i:1591932474;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591760840\";last_ip|s:15:\"181.176.118.160\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('752afcd3a3087953f454fd8a222054f94af0d879', '138.246.253.5', '1584612761', '__ci_last_regenerate|i:1584612761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7533b8329dc1985f9f965e4ed3d6fdd5c4a0e2c7', '66.186.19.5', '1576396442', '__ci_last_regenerate|i:1576396442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('754e496ee0d2951dcf19160d4014c0cb872b6ac2', '190.239.111.151', '1583939939', '__ci_last_regenerate|i:1583939693;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('755275bbdcc4046c81f99650a8e631f13283aeb8', '66.186.19.5', '1576341241', '__ci_last_regenerate|i:1576341241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7554ffb56b340f9ace04edd6b99700ecbea7a2b4', '66.186.19.5', '1576407962', '__ci_last_regenerate|i:1576407962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('755e494d30bb4334e72619f5733d5d688d683390', '66.186.19.5', '1576376702', '__ci_last_regenerate|i:1576376702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7562e437ebadd3f20034ac4267bc45167147d9d3', '66.186.19.5', '1576551482', '__ci_last_regenerate|i:1576551482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7564abcc22d29292fd88d86ac4e1d50b5aca84d4', '66.186.19.5', '1576443662', '__ci_last_regenerate|i:1576443662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('757051c1cb85603816d732c8d4b0d58e2ebda5f7', '66.186.19.5', '1576559581', '__ci_last_regenerate|i:1576559581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('757557dca9a31a6a2bb3e13e1a1738715d2f0a18', '66.186.19.5', '1576596841', '__ci_last_regenerate|i:1576596841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75766068a923929e4f67e10cc27e0592f721a4c2', '77.88.5.208', '1590459627', '__ci_last_regenerate|i:1590459627;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('757d84f3e908033833fc402962be182fbfd734a0', '173.252.79.12', '1577374407', '__ci_last_regenerate|i:1577374407;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('759e30d4e7ead70f0d60212b136e05be62006ef8', '66.186.19.5', '1576462441', '__ci_last_regenerate|i:1576462441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75a9c64280c734456934d6d7857dfe6622297054', '66.186.19.5', '1576315801', '__ci_last_regenerate|i:1576315801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75acda413284d771dd77133131c739d4ab1463ed', '66.186.19.5', '1576668721', '__ci_last_regenerate|i:1576668721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75b692db07ce05e5620e6a63901facc873a65998', '66.186.19.5', '1576594322', '__ci_last_regenerate|i:1576594322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75bcb91fd8a06186ea9b82d9125592d94e33b7a0', '66.186.19.5', '1576277343', '__ci_last_regenerate|i:1576277343;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75bf25e128d67cdc13bd867df46a78c12a5e33b7', '66.186.19.5', '1576313822', '__ci_last_regenerate|i:1576313822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75c68412ceebeb269b65bd2b62b0eb824787ee4d', '66.186.19.5', '1576470782', '__ci_last_regenerate|i:1576470782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75e9daf8387b5b6bb6ceb100125a8298000cc992', '66.186.19.5', '1576648021', '__ci_last_regenerate|i:1576648021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75f71a8e79e9d806c69e5ac60e5a606b72ae513b', '66.186.19.5', '1576458842', '__ci_last_regenerate|i:1576458842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75f7a2ca389d0f65aac407ca0ab7c7c56d82b278', '66.186.19.5', '1576614901', '__ci_last_regenerate|i:1576614901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75faa42344c29259e650d1c8f8864858a1d2625d', '173.252.107.14', '1585757284', '__ci_last_regenerate|i:1585757284;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7606fe642f77ae96666d587dd118fd42eecbb6f7', '66.186.19.5', '1576655762', '__ci_last_regenerate|i:1576655762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76170d40d0147c2a47daa5c2eb469cb8988719f7', '45.189.116.18', '1592276099', '__ci_last_regenerate|i:1592275175;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592262337\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('761e5eb22390d2cac0e4047e1d61a1d372f8a3ca', '66.186.19.5', '1576679341', '__ci_last_regenerate|i:1576679341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('761e6a0c0337f2c0b5434fff1dd67fcb94437cb9', '181.176.118.160', '1591760901', '__ci_last_regenerate|i:1591760830;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591760800\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7624435bbdeb01ef826b8c59cfab04b598146e42', '173.252.95.1', '1584577470', '__ci_last_regenerate|i:1584577470;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76282ad1d457dbd9666e1a8687419ee5fd3f4013', '181.176.97.43', '1584600887', '__ci_last_regenerate|i:1584600884;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76330d848e7d6d652a47763d2deff14795973120', '66.186.19.5', '1576452122', '__ci_last_regenerate|i:1576452122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7639d6382f94f743a0d04763c1078857f8b41c5a', '66.186.19.5', '1576424941', '__ci_last_regenerate|i:1576424941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('764994c58f99037c1f48d93b3500c7fe3b3fb2c6', '66.186.19.5', '1576495502', '__ci_last_regenerate|i:1576495502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('764b538c4a7c45d77b8bb82ef5b103bc1c1e2b54', '66.186.19.5', '1576294022', '__ci_last_regenerate|i:1576294022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('764f2287415feebcece184dc9eb05b703b408e32', '66.220.149.12', '1591839375', '__ci_last_regenerate|i:1591839375;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7650b6f9a10369b2987ac1abb96151e317ba1a08', '66.186.19.5', '1576573022', '__ci_last_regenerate|i:1576573022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7651b18e3dd42c56fee7a6e78c228fad578fc7b9', '66.186.19.5', '1576401181', '__ci_last_regenerate|i:1576401181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7653c652279889c176adce313b742266f7162758', '66.186.19.5', '1576513141', '__ci_last_regenerate|i:1576513141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76690a9e4d1d76212738c89ada522c2b84339cf8', '66.186.19.5', '1576560062', '__ci_last_regenerate|i:1576560062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('766f6c926633b0ac98e302918ac8f11765743d14', '66.186.19.5', '1576550881', '__ci_last_regenerate|i:1576550881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7675e0380069480de08015b690cb42cfe61acb1c', '77.88.5.123', '1589961933', '__ci_last_regenerate|i:1589961933;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7680779d5f63c0026ee73e209f12c1c25d8c2bb3', '66.186.19.5', '1576364282', '__ci_last_regenerate|i:1576364282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7684a7c536ed4443abd2a6ae22026a3424d86173', '66.186.19.5', '1576311841', '__ci_last_regenerate|i:1576311841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7684d684b0c5d5d7aab55621239f09c1ea2147bb', '190.236.102.225', '1583190309', '__ci_last_regenerate|i:1583190140;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582841847\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76934f4a97f67676559d6fbcf9c2c8cdff72261f', '66.186.19.5', '1576579561', '__ci_last_regenerate|i:1576579561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('769745143fda09bba20d65773cce63d7970e62fb', '45.189.116.18', '1590976038', '__ci_last_regenerate|i:1590976038;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590960040\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('769a8b5e63d86bab2b0d0966af8e107756cf7739', '66.186.19.5', '1576457462', '__ci_last_regenerate|i:1576457462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76ac3214acd3aefccdb9d72594c4aae97b5e1431', '66.186.19.5', '1576509121', '__ci_last_regenerate|i:1576509121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76c6eea17064ad0caa3f2f03bbc9ebb7874612db', '66.186.19.5', '1576587242', '__ci_last_regenerate|i:1576587242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76ccdf4ccb9f10f55318bf94959b28cc7eb80ecf', '66.186.19.5', '1576302602', '__ci_last_regenerate|i:1576302602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76d75c78fe78616a2e9c5952b73a9ae96a35bf02', '66.186.19.5', '1576679822', '__ci_last_regenerate|i:1576679822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76e010439797d44629ecf71860f87d4b6f801f9c', '66.186.19.5', '1576430101', '__ci_last_regenerate|i:1576430101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76e1730c6c8df9b3a9aa60210d1d5e34dc05aa6c', '134.122.81.145', '1586966576', '__ci_last_regenerate|i:1586966576;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76f3304c3252cf2e0297265a7885731c67d5d665', '173.252.83.22', '1589679724', '__ci_last_regenerate|i:1589679724;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77047c04e5cfa4caadf605a99870193cdf2effa3', '190.239.111.151', '1584030828', '__ci_last_regenerate|i:1584030822;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583955929\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7706d4d80897c7a32c405cecdd035bd40f51b425', '66.186.19.5', '1576278482', '__ci_last_regenerate|i:1576278482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('771fe92594411241c4eacd54cb8a754cfa4ca134', '66.186.19.5', '1576397521', '__ci_last_regenerate|i:1576397521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7724eb8316a2a1a158714a40f9c3ea30044743da', '66.186.19.5', '1576632061', '__ci_last_regenerate|i:1576632061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7737e23b096a42f9b806eba177a144cb28c3bbb6', '66.186.19.5', '1576589102', '__ci_last_regenerate|i:1576589102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7767426e54f6303a37b75aab5809d684e55b9167', '66.186.19.5', '1576328162', '__ci_last_regenerate|i:1576328162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('776bc5c11d28ff9b91fb49a54f1fd0fa3c923537', '45.189.116.14', '1587580773', '__ci_last_regenerate|i:1587580769;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1586797669\";last_ip|s:14:\"181.176.100.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77795f64477a946e8770e109226398482b8cc0f2', '173.252.83.11', '1586294265', '__ci_last_regenerate|i:1586294265;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('777ea0930a212a53ffde6b5d23efa5f7586c9dbd', '209.17.97.50', '1589020926', '__ci_last_regenerate|i:1589020926;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('778acfe28d10081fb6e7c54a54d1ef47d642236d', '66.186.19.5', '1576412282', '__ci_last_regenerate|i:1576412282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('778fb17f98cc22eea70467081b753ad074521029', '66.186.19.5', '1576667941', '__ci_last_regenerate|i:1576667941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77953509b03255ad56cb666e2963fa7dbadd0e30', '66.186.19.5', '1576585501', '__ci_last_regenerate|i:1576585501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('779c57f1dbea8b80c9cce1606d18701e9f19fd21', '181.176.106.150', '1584502404', '__ci_last_regenerate|i:1584502370;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584133427\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77a8ae4dd4d7f58b026dabd38e1948d78507dd69', '66.186.19.5', '1576479241', '__ci_last_regenerate|i:1576479241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77ab75dd3d325b9be3727807d670f1ac5ea83fb2', '66.186.19.5', '1576614242', '__ci_last_regenerate|i:1576614242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77b5c6ba11920e52cb3d086013187620f3e252d3', '66.186.19.5', '1576369021', '__ci_last_regenerate|i:1576369021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77b69d5bde854c29eb224b8bc9129e9afc3f0a22', '66.186.19.5', '1576352162', '__ci_last_regenerate|i:1576352162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77bb04a23051efdaff21b87eca2b33dd67854748', '66.186.19.5', '1576508282', '__ci_last_regenerate|i:1576508282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77c3fbf8d858790febf01d696971eacf7c9bdd7b', '190.236.102.225', '1582842956', '__ci_last_regenerate|i:1582842908;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582815726\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77c3fc91013ca183811b41d6dc49fe1368b7ec1f', '66.186.19.5', '1576541222', '__ci_last_regenerate|i:1576541222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77c86a6f584aab4cacc16ef85cab6dac4a413498', '66.186.19.5', '1576372441', '__ci_last_regenerate|i:1576372441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77d1a4f7a7e356b00c1c3e0913a608262868a893', '66.186.19.5', '1576638481', '__ci_last_regenerate|i:1576638481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77d83a1f7f637711fad160dd69f221d03482057e', '138.246.253.5', '1584778972', '__ci_last_regenerate|i:1584778972;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77e3cbe0470e67ca10ba1902a88b82d64602b39f', '66.186.19.5', '1576424701', '__ci_last_regenerate|i:1576424701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77ec1baeecb8368e284926ef3d880f4155866ea3', '66.186.19.5', '1576332061', '__ci_last_regenerate|i:1576332061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77eda4ed6a379b58e4622303d13caefeab986c89', '66.186.19.5', '1576676042', '__ci_last_regenerate|i:1576676042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f6ed545de58bf5023224b185fccb5852ced170', '66.186.19.5', '1576421102', '__ci_last_regenerate|i:1576421102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7800c790b56793891d19f21a65c828f682966e75', '66.186.19.5', '1576519742', '__ci_last_regenerate|i:1576519742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78095674ea81be2b67bcb7b2eb9ece0462751efb', '66.186.19.5', '1576447442', '__ci_last_regenerate|i:1576447442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('780a55e7fec48a734081f21d2d6e8fd46612bdad', '66.186.19.5', '1576585442', '__ci_last_regenerate|i:1576585442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('780c1226103b5008c093badcab99f10b1e560cb9', '66.186.19.5', '1576583342', '__ci_last_regenerate|i:1576583342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('780cd720982eddec36a8ff2e8e97c572896eb5cb', '66.186.19.5', '1576361221', '__ci_last_regenerate|i:1576361221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7825f00bc9925b8bdae402eb7c9e1e575b97343f', '66.186.19.5', '1576308601', '__ci_last_regenerate|i:1576308601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7826ad81ad78a1421c160e7c62f46f15764d1187', '66.186.19.5', '1576472402', '__ci_last_regenerate|i:1576472402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('782b0754cd58fc9d898b352a5975eb667c842df5', '66.186.19.5', '1576469881', '__ci_last_regenerate|i:1576469881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('782c0b2b71f692933ed870c26a4d0102c53ed361', '66.186.19.5', '1576491902', '__ci_last_regenerate|i:1576491902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7839d5335fbbf24fc84064265efc75f5a296f64b', '66.186.19.5', '1576606861', '__ci_last_regenerate|i:1576606861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('784587a4fdcbf975af43dd230b64c5545e158bf7', '66.186.19.5', '1576410781', '__ci_last_regenerate|i:1576410781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('784fed9f103c82dba92677f8a35a6014', '190.232.33.208', '1576185147', '__ci_last_regenerate|i:1576185147;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7850328cca98d6949e7e6b87941de342d53df679', '66.186.19.5', '1576495441', '__ci_last_regenerate|i:1576495441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78504f8c86986bd138c5c01684ee2da0740f0e34', '66.186.19.5', '1576574942', '__ci_last_regenerate|i:1576574942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('785095976ec09c263d9114357d3ea9b768c5aed7', '66.186.19.5', '1576552802', '__ci_last_regenerate|i:1576552802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7857631a53e234a86603a7944e9174e43b9acbb4', '66.186.19.5', '1576676642', '__ci_last_regenerate|i:1576676642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('785767ce0a3498c4783994fc0d4e39279cacc8c6', '66.186.19.5', '1576392421', '__ci_last_regenerate|i:1576392421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('785a6ece4f322f93562f73f7fc283d21e451291c', '66.186.19.5', '1576374301', '__ci_last_regenerate|i:1576374301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('786b46c670ede602e61bbe89b9b641c03d4d34e9', '66.186.19.5', '1576677662', '__ci_last_regenerate|i:1576677662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('787367e22006f6af5c600be358f1b58e743730b3', '173.252.83.4', '1577824597', '__ci_last_regenerate|i:1577824597;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7874b07ba848c2f3c19f3cd754cb7d22fdb30467', '66.186.19.5', '1576358401', '__ci_last_regenerate|i:1576358401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('787a8ee6327530d24d4484cc4142efdec8e0e37b', '66.186.19.5', '1576524302', '__ci_last_regenerate|i:1576524302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78843059d48786c219ce48a804938eeec909b13e', '66.186.19.5', '1576326721', '__ci_last_regenerate|i:1576326721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7886d4f2ffe57fa513b3f35b5eb23b5912398d94', '66.186.19.5', '1576349522', '__ci_last_regenerate|i:1576349522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('788d97c7b1651c101b45a7d686bcae5bf7253efa', '66.186.19.5', '1576408081', '__ci_last_regenerate|i:1576408081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7891e515cfbf9e2dad8810c2480104c5a5eb0fea', '66.186.19.5', '1576282861', '__ci_last_regenerate|i:1576282861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('789940e15e18af64dcc967db160fd9ec189e9883', '66.186.19.5', '1576583701', '__ci_last_regenerate|i:1576583701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78997de7afe35f574e20bb3dccb0fce33e6467b2', '66.186.19.5', '1576584361', '__ci_last_regenerate|i:1576584361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('789a0fae0a19eb410d7f0c15f59d1d677f07213d', '66.186.19.5', '1576459981', '__ci_last_regenerate|i:1576459981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78a86f1a6374b09a305e84102360a3df99138f44', '190.236.102.225', '1582818282', '__ci_last_regenerate|i:1582818282;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582748363\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78aa2dff1e7ac8fdc521c3451518bdb67fc87894', '66.186.19.5', '1576574641', '__ci_last_regenerate|i:1576574641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78aceab56f221733b0626940e5044d7539e51aa8', '66.186.19.5', '1576645262', '__ci_last_regenerate|i:1576645262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78cefe11decb508ad7696056aec2063e509991d1', '66.186.19.5', '1576515181', '__ci_last_regenerate|i:1576515181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78d294ebb1024269f9a36339857cec3103918b35', '190.234.163.130', '1591760874', '__ci_last_regenerate|i:1591760781;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591760786\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78df624e21fd38e6f7b2691808662ddc9750781c', '66.186.19.5', '1576626001', '__ci_last_regenerate|i:1576626001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78e4d834ca65c1bed7d24117eb3b134ace1816e4', '66.186.19.5', '1576497182', '__ci_last_regenerate|i:1576497182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78efbccfc05834f4e33937e7748601616a9d665b', '66.186.19.5', '1576295461', '__ci_last_regenerate|i:1576295461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78f59cf20aa3a1777316e1b252ffd7df23a9bd30', '66.186.19.5', '1576475701', '__ci_last_regenerate|i:1576475701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7917ff2a04cbb98c037f8150d164d4f39f0444a8', '66.186.19.5', '1576649521', '__ci_last_regenerate|i:1576649521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79188edf77ce8fde4af54568bf526ea2513fb41c', '66.186.19.5', '1576499282', '__ci_last_regenerate|i:1576499282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7919a9eff6eca53949f5e6769697026c062f3a4c', '66.102.8.149', '1579039812', '__ci_last_regenerate|i:1579039811;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('791c9fbaad6a5d54be1dbf5f881fd6dd5bf40dff', '66.186.19.5', '1576657261', '__ci_last_regenerate|i:1576657261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('791e3b76747f33cf5bd870febf6e6292feea31d3', '66.186.19.5', '1576574282', '__ci_last_regenerate|i:1576574282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79222b465864b1f2f38b6935dfb49221dc2ef810', '66.186.19.5', '1576595462', '__ci_last_regenerate|i:1576595462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79236fd07f03672c648a1118d7a9bf4aa255f661', '66.186.19.5', '1576639082', '__ci_last_regenerate|i:1576639082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('792a80c1e78fdfdc7b3ad454219a77d2bc65b986', '66.186.19.5', '1576681502', '__ci_last_regenerate|i:1576681502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79566a6e47ab10b9d29c2480167482679c991e2a', '69.171.251.119', '1589581687', '__ci_last_regenerate|i:1589581687;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('795cc3bcad9e4f2446d0a6fce7e5f4e9ad521386', '66.186.19.5', '1576673401', '__ci_last_regenerate|i:1576673401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7961c56d2dd54232fd0382f5d618beb1796c9f67', '66.186.19.5', '1576466821', '__ci_last_regenerate|i:1576466821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7963e4b486c61d73dd4d78e056e1e9eff5e7f2f3', '66.186.19.5', '1576508821', '__ci_last_regenerate|i:1576508821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79704a2c4c9435dbe3e3f3ba13aec934c15d72df', '66.186.19.5', '1576598522', '__ci_last_regenerate|i:1576598522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79706821cc1abeda1058832153ff03b14846ffe4', '190.234.163.130', '1592072753', '__ci_last_regenerate|i:1592072735;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592000686\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('797c84353fca205986020fc2d9d2d4baad1e9965', '66.186.19.5', '1576424041', '__ci_last_regenerate|i:1576424041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('797e783dfab3ea455984a24ebe78bf7eda19c844', '173.252.111.21', '1577374404', '__ci_last_regenerate|i:1577374403;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('797fcc2870c209d32b68c240af977100fd69030c', '66.186.19.5', '1576446842', '__ci_last_regenerate|i:1576446842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7996d045ddab68f77eef1d61cf7797a373d03458', '66.186.19.5', '1576493102', '__ci_last_regenerate|i:1576493102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('799a8813b67605a5c8767490abc3e7d6574ad6d5', '66.186.19.5', '1576306681', '__ci_last_regenerate|i:1576306681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79a6353d63a527977462a75da8a9c7a2fae1e953', '66.186.19.5', '1576571581', '__ci_last_regenerate|i:1576571581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79aa8ca54abd14b48d8b2006aa546d0f26658014', '66.186.19.5', '1576368182', '__ci_last_regenerate|i:1576368182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b8e24352b2233094d2bef77e6a2fdf59c53c44', '66.186.19.5', '1576559701', '__ci_last_regenerate|i:1576559701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79bb278ae3b7b9fd20c30f98722131fcf6b8a26c', '66.186.19.5', '1576505402', '__ci_last_regenerate|i:1576505402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79cb929ebfa034feda656ab8bcae49886a667c35', '66.186.19.5', '1576567502', '__ci_last_regenerate|i:1576567502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79d897c4f6ff56bde80a74cb93be530aa0a909de', '66.186.19.5', '1576639502', '__ci_last_regenerate|i:1576639502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79f4f31012395d27eda492d324708daa9553ac0d', '66.186.19.5', '1576586582', '__ci_last_regenerate|i:1576586582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79f5c15e569cc136e74fe6bbf6ce8775faf21952', '66.186.19.5', '1576483981', '__ci_last_regenerate|i:1576483981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a0a023b1514d2fc66ecb841831d11f73360333d', '66.186.19.5', '1576345442', '__ci_last_regenerate|i:1576345442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a13d8580b7688daefd6fa4df55e12c321d56a21', '66.186.19.5', '1576388581', '__ci_last_regenerate|i:1576388581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a18f8e1334e96f69ba0cb4d723dc1f526c5cce4', '66.186.19.5', '1576663682', '__ci_last_regenerate|i:1576663682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a1e4603b91adc7124521c7a631e216548e1f12a', '139.255.134.59', '1584502164', '__ci_last_regenerate|i:1584502164;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a211ed7e26cbe62183c0b4e239b94656fb73771', '66.186.19.5', '1576613701', '__ci_last_regenerate|i:1576613701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a2980dba1d2e4dcb7b7a62018d3bfe7b65ec5a5', '66.186.19.5', '1576330322', '__ci_last_regenerate|i:1576330322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a38b9dda20e057502f04ad247be25b594a34546', '66.186.19.5', '1576536301', '__ci_last_regenerate|i:1576536301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a391c2e2dc88bca61091ed7450184a1bccbf76f', '66.186.19.5', '1576492021', '__ci_last_regenerate|i:1576492021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a51a8bbe4852aeeb1eaca2612924ed7115cc85a', '66.186.19.5', '1576283221', '__ci_last_regenerate|i:1576283221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a5bc253985c3de9784a7d454a8dcd41540c2a57', '66.186.19.5', '1576470242', '__ci_last_regenerate|i:1576470242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a62757ca88aad60be0de29d76961fcc688acce0', '66.186.19.5', '1576632182', '__ci_last_regenerate|i:1576632182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a64d9150b31734e77afddfde071cf67334c7b48', '190.232.33.208', '1576191450', '__ci_last_regenerate|i:1576191450;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576187338\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a677e770eb86ed19b8495c7a8e894bbef0a02a7', '66.186.19.5', '1576587002', '__ci_last_regenerate|i:1576587002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a67f6f32d9a07cf1e679b419dfc37d0bafb4028', '66.186.19.5', '1576342981', '__ci_last_regenerate|i:1576342981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a6e4c555c4bcf0cf390773a13434d6787c88ec9', '66.186.19.5', '1576310882', '__ci_last_regenerate|i:1576310882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a83f10d4974ccae3e69ddebf086b956aeec681a', '66.186.19.5', '1576577522', '__ci_last_regenerate|i:1576577522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a883b6c4009ab627e6f09fe8047b369eb4da09e', '66.186.19.5', '1576435081', '__ci_last_regenerate|i:1576435081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a91f33dc86fb7602e322d54fb95d5cb42eb760b', '66.186.19.5', '1576278661', '__ci_last_regenerate|i:1576278661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a9604297a99435eaaf6beae7732b89526472783', '66.186.19.5', '1576528502', '__ci_last_regenerate|i:1576528501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a970ffe08032d009bb8dabe3e79c9be4a2e5318', '31.13.127.3', '1591495671', '__ci_last_regenerate|i:1591495671;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aa3b8d26577787d7a53c39ea9d9986b502676fa', '66.186.19.5', '1576365901', '__ci_last_regenerate|i:1576365901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ac73dbd1dd64f3f0e65cbef178c047d8029dd3e', '190.236.102.225', '1580083167', '__ci_last_regenerate|i:1580083036;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1579817983\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ae652c97bb16141271a9cb0cfea45ca1e56308b', '66.186.19.5', '1576364341', '__ci_last_regenerate|i:1576364341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7affa3a192ecc8c6c930f088c36953b50ea6ac8b', '66.186.19.5', '1576289402', '__ci_last_regenerate|i:1576289402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b14c5f40c8dc4bda836bbd52e214da05654dd27', '66.186.19.5', '1576570802', '__ci_last_regenerate|i:1576570802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b44f6a76b52652102ee4c59223d194988bb9704', '66.186.19.5', '1576501321', '__ci_last_regenerate|i:1576501321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b4a88c74a22f9972eac7a9ce48621b80dec7bb6', '66.186.19.5', '1576503841', '__ci_last_regenerate|i:1576503841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b4b6b4a657ffc713389d630e64bcce557833829', '66.186.19.5', '1576643521', '__ci_last_regenerate|i:1576643521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5bbeccb5c76e6ca7f7f80416ebbcad8871f9ba', '66.186.19.5', '1576610761', '__ci_last_regenerate|i:1576610761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5c8427e3e7c57cbda1287908cdc393b9175435', '66.186.19.5', '1576486622', '__ci_last_regenerate|i:1576486622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5f1c365987030996863a4b4f248ea5568745e8', '66.186.19.5', '1576321141', '__ci_last_regenerate|i:1576321141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b8c24bac55829ac9965cd0d106afa7d97d27c7e', '45.189.116.14', '1589840105', '__ci_last_regenerate|i:1589840105;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588356313\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b8d339585670bddb59685e09eca874f36460d20', '66.186.19.5', '1576414021', '__ci_last_regenerate|i:1576414021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b99de023debe7e6f24b8a006ceb5bf814b2afad', '66.186.19.5', '1576663081', '__ci_last_regenerate|i:1576663081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b9c9f30e7b90a66dde7ef8be419b07838c2b90e', '66.186.19.5', '1576291621', '__ci_last_regenerate|i:1576291621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b9ded3615caf1232bd6a91c7f3d9e0cb22e4635', '66.186.19.5', '1576687922', '__ci_last_regenerate|i:1576687922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b9e7eb2054c9d62fc1d1a2f3bba9a2af720c645', '66.186.19.5', '1576323781', '__ci_last_regenerate|i:1576323781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ba2745dd47e3977c5ee9d6ac65dcc9065a1dcdf', '66.186.19.5', '1576593781', '__ci_last_regenerate|i:1576593781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ba4048208f27268d8a0f831416e1ecf90b4a36c', '190.12.92.216', '1576599409', '__ci_last_regenerate|i:1576599409;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bb29156d1640fa1cf5bbc25b17ead015a6ff8e6', '66.186.19.5', '1576393321', '__ci_last_regenerate|i:1576393321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bbe940c284b041a2b1bc7c9ed9b7d2f7a68ecc5', '23.105.252.146', '1584614138', '__ci_last_regenerate|i:1584614138;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bc1b20e3148ba8f76dfdd371c586b45d2822513', '31.13.103.116', '1593026397', '__ci_last_regenerate|i:1593026397;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bc34a2e87a70d824a680dc480d34e176acf3640', '66.186.19.5', '1576667341', '__ci_last_regenerate|i:1576667341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bdf02b1ce8301b9ef50db315f9f0e694f57653b', '66.186.19.5', '1576326361', '__ci_last_regenerate|i:1576326361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7be2317f6fb4602af41b994ca01efba0986ffc10', '66.186.19.5', '1576392841', '__ci_last_regenerate|i:1576392841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7be4d85089fe32102ae9f92f2538af1bf4de3351', '181.176.106.150', '1584502008', '__ci_last_regenerate|i:1584501715;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584133427\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7becf345092fdd24991f9e76b62b4856e8878abb', '66.186.19.5', '1576327021', '__ci_last_regenerate|i:1576327021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7befd885c9d18ac20c9c9c5146a67f89ef368456', '66.186.19.5', '1576344122', '__ci_last_regenerate|i:1576344122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bf56cc1e41d7515d55757ebad9f1559c833734a', '66.186.19.5', '1576365542', '__ci_last_regenerate|i:1576365542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c012413a8060db238a73a0f355f085785313fb9', '66.186.19.5', '1576442342', '__ci_last_regenerate|i:1576442342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c06584493cca708ae4758fd6203d66cf0163185', '66.186.19.5', '1576523161', '__ci_last_regenerate|i:1576523161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c075a09099b72d38e8096adbb24704bbed31ad3', '66.186.19.5', '1576465921', '__ci_last_regenerate|i:1576465921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c09e0e1b88aceaf28dfdafd353c3422f157cbf3', '66.186.19.5', '1576364042', '__ci_last_regenerate|i:1576364042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c10d8d204a3624146790339c397737fb32c8b44', '66.186.19.5', '1576318982', '__ci_last_regenerate|i:1576318982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c1aea555f79327e2c6e50b6c8c068cdc67a5989', '66.186.19.5', '1576360201', '__ci_last_regenerate|i:1576360201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c1fff360249b7d5655d9ed72b561cd9d7adc677', '66.186.19.5', '1576421581', '__ci_last_regenerate|i:1576421581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c35f0080bc160b39a2c7bcf5f94dccd892b5913', '66.186.19.5', '1576362781', '__ci_last_regenerate|i:1576362781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c4d380e9a59bb9adec445cbdbc3c519a72208fd', '66.186.19.5', '1576674362', '__ci_last_regenerate|i:1576674362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c528b110a7a6365bc56bd951725be7c04bfd3fc', '66.186.19.5', '1576544282', '__ci_last_regenerate|i:1576544282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c536ec65002dc4d2aa098a540bf53bc943bd6e8', '66.186.19.5', '1576304702', '__ci_last_regenerate|i:1576304702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c5aaa0bf718537fb3eef1bed051503036f6ca7b', '66.186.19.5', '1576341002', '__ci_last_regenerate|i:1576341002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c622d2cc3511012d37a73fbf2e72cc16fb35023', '132.251.2.250', '1590080113', '__ci_last_regenerate|i:1590080083;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c8c65d5f7520759b6f1459a99895284088a91ec', '181.64.11.254', '1579106513', '__ci_last_regenerate|i:1579106513;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579105357\";last_ip|s:13:\"181.64.11.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ca6d2be641eadbfb3880ab9587d7bab74c47971', '66.249.88.209', '1580343609', '__ci_last_regenerate|i:1580343363;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580343414\";last_ip|s:15:\"190.113.214.252\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7caacd9a916f442a9eca5b3b4d41836cd92ed746', '66.186.19.5', '1576389541', '__ci_last_regenerate|i:1576389541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cae5a4c47b2fa08eb86760a4762a72023e86c8e', '66.186.19.5', '1576649702', '__ci_last_regenerate|i:1576649702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cb64ec786480020740395443b4f92a5198fe6c9', '66.186.19.5', '1576666682', '__ci_last_regenerate|i:1576666682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cb860aeba924bffa594e132cb1faad6fdf8c78c', '209.17.96.82', '1592302368', '__ci_last_regenerate|i:1592302368;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cb921397dc6f55837776bc3f3fc4fda1c52bfcb', '66.186.19.5', '1576454522', '__ci_last_regenerate|i:1576454522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cc8973b911af884e7a1aa41212d1bf754fe5f09', '66.186.19.5', '1576309741', '__ci_last_regenerate|i:1576309741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cca0782343ddd5ebca42533f9e46c2e83dde621', '66.186.19.5', '1576542182', '__ci_last_regenerate|i:1576542182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cd076f675b5b900d4410baa012c6ac9766ada4a', '66.186.19.5', '1576501682', '__ci_last_regenerate|i:1576501682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cd5267871d92a484de1b0a55507f3b48c030d90', '66.186.19.5', '1576663381', '__ci_last_regenerate|i:1576663381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ce74953a926564aa98660c40452af067ac6cf4b', '66.186.19.5', '1576501742', '__ci_last_regenerate|i:1576501742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ce77b59dbe5b837274706ee117dfde6553c408d', '66.186.19.5', '1576450442', '__ci_last_regenerate|i:1576450442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ce842959add84be8079c1499603ded66afce901', '66.186.19.5', '1576678022', '__ci_last_regenerate|i:1576678022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cef36c058bd6fa5480a79fb924d7b54103931c4', '66.186.19.5', '1576359541', '__ci_last_regenerate|i:1576359541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d0564237921a5731f6ff5867d909936249cfc12', '66.186.19.5', '1576548721', '__ci_last_regenerate|i:1576548721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d09192dccd255c73522c0aa867e6fa3e5f34491', '66.186.19.5', '1576675082', '__ci_last_regenerate|i:1576675082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d0d104f5055e5e7541bafad7d26b0fd2e970a05', '66.186.19.5', '1576315142', '__ci_last_regenerate|i:1576315142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d1232841cd56c00f0d5a5ce661df1403427988c', '66.186.19.5', '1576486981', '__ci_last_regenerate|i:1576486981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d129801bfa5b8954a2b17254d6c38b4c1ae490f', '66.186.19.5', '1576404421', '__ci_last_regenerate|i:1576404421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d1b2bfc87851ab35e9df59a40bd22d6da43a9f5', '66.186.19.5', '1576436761', '__ci_last_regenerate|i:1576436761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d1f9756296669602015501ab0ae6a25d846568b', '66.186.19.5', '1576388822', '__ci_last_regenerate|i:1576388822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d25b51ffd43807a202160ef67542428cd2ecfa2', '66.186.19.5', '1576570502', '__ci_last_regenerate|i:1576570502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d27268d58e8442ff7f32c7e355820ca658322a9', '66.186.19.5', '1576484641', '__ci_last_regenerate|i:1576484641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d2d69c5b1c0e9fcfd9cade0e328684b47b47926', '66.186.19.5', '1576354561', '__ci_last_regenerate|i:1576354561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d349719f3ccae33af2530c169191426594d00de', '66.186.19.5', '1576517521', '__ci_last_regenerate|i:1576517521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d4427c03156701e1c1e8ead1e5ea799ac0b2267', '66.186.19.5', '1576420441', '__ci_last_regenerate|i:1576420441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d5798712138198dad9f7b397d4fd078e39d1d00', '66.186.19.5', '1576508161', '__ci_last_regenerate|i:1576508161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d5f52a43b527b804b5f7f89293cc1d7772b4514', '77.88.5.50', '1589459458', '__ci_last_regenerate|i:1589459458;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d63657c16e1685f433cc3b51d6e867260fe0f3f', '66.186.19.5', '1576351621', '__ci_last_regenerate|i:1576351621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d6f1f82f77f9ad49192e034174baca007da6b45', '66.186.19.5', '1576419961', '__ci_last_regenerate|i:1576419961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d777e5b40ad3058f57b36e0e66e4fe111920b48', '66.186.19.5', '1576534261', '__ci_last_regenerate|i:1576534261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d78805cc28c0021c681cb3ad3e3daa6a4b6cfd7', '66.186.19.5', '1576437601', '__ci_last_regenerate|i:1576437601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d7958561fd00f81f2c77d727cbd7278e0ee6dff', '66.186.19.5', '1576329122', '__ci_last_regenerate|i:1576329122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d82499a4da07dddb2cd7cf39dd8f48555b0d9dc', '66.186.19.5', '1576613821', '__ci_last_regenerate|i:1576613821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d8d234e960114815c3b60318143dee3b60697d9', '66.186.19.5', '1576666442', '__ci_last_regenerate|i:1576666442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d8dd19584a587253b7ef311127b8511b3aa437e', '66.186.19.5', '1576498261', '__ci_last_regenerate|i:1576498261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d90ff108cda1a25c9d90f6a8b86ba1549ebf1e1', '66.186.19.5', '1576355581', '__ci_last_regenerate|i:1576355581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d92479e652956a0ff2a433a179e068faf53c9a6', '66.186.19.5', '1576367461', '__ci_last_regenerate|i:1576367461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d928b2600d53dbe4c9384ff7c82e53885377a76', '66.186.19.5', '1576456261', '__ci_last_regenerate|i:1576456261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d92c28cf4918fa352996976e3d4afd8f8504031', '66.186.19.5', '1576339082', '__ci_last_regenerate|i:1576339082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d9f67fa95b9a5c5397ef447d4a6dc6e3060aab4', '66.186.19.5', '1576481461', '__ci_last_regenerate|i:1576481461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7da375dc581209abc3bbbe7a5d9e28e7a96230b2', '66.186.19.5', '1576466521', '__ci_last_regenerate|i:1576466521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dae716103883db7828bf1e0e8f6762d0506443e', '66.186.19.5', '1576486741', '__ci_last_regenerate|i:1576486741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dbf6d624288735873791306b640dabcf2e09cf2', '66.186.19.5', '1576562101', '__ci_last_regenerate|i:1576562101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dbfc93457be29d0afd27e3ba915890ed0e88c33', '66.186.19.5', '1576381261', '__ci_last_regenerate|i:1576381261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dc32b27eb08fd5db506fbd66d093b4c811f1f4e', '66.186.19.5', '1576289222', '__ci_last_regenerate|i:1576289222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dc44b8ca67a2ba77886f43b7b8314d89405d676', '66.186.19.5', '1576291442', '__ci_last_regenerate|i:1576291442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dd02854a9d185f3035aaeb71b931afe4a1753ae', '66.186.19.5', '1576346042', '__ci_last_regenerate|i:1576346042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dd6f88b70504d647682581f343dfd7c1c9c48f0', '66.186.19.5', '1576655341', '__ci_last_regenerate|i:1576655341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7de5bc2367e68d29fdf6ab4d7c8fac86f0709e04', '66.186.19.5', '1576283941', '__ci_last_regenerate|i:1576283941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7decea5a247935fd1076bb4d1063338a99792dba', '66.186.19.5', '1576373222', '__ci_last_regenerate|i:1576373222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7df2c83c39dce8329a4c9c20bcb12cc4eef4e2ff', '66.186.19.5', '1576482601', '__ci_last_regenerate|i:1576482601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dfc64f910d6350796262525ff3f6f3673a656b9', '66.186.19.5', '1576593421', '__ci_last_regenerate|i:1576593421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e013c52b4f40eae01177018362a63f34c96799a', '66.186.19.5', '1576377301', '__ci_last_regenerate|i:1576377301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e072ec9e9f09160b5f6eb174adb6acf3e711ad8', '66.186.19.5', '1576546021', '__ci_last_regenerate|i:1576546021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e089e19dd1b010dbb0f444426b1c83585f4168a', '66.186.19.5', '1576422001', '__ci_last_regenerate|i:1576422001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e0ceb00060cd9288066d3b5c64bdffd41ca4377', '66.186.19.5', '1576557841', '__ci_last_regenerate|i:1576557841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e1419865643f27a1ac732a4445f53f6bfddd7b0', '66.186.19.5', '1576542361', '__ci_last_regenerate|i:1576542361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e17b5e078192a742b383d1efd52af68eb089f8a', '173.252.79.23', '1583874292', '__ci_last_regenerate|i:1583874292;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e2214c75494b829f47ac2682fa267ca60fe1c11', '66.186.19.5', '1576515866', '__ci_last_regenerate|i:1576515866;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e2e46bc1d019f2d607c2a6650bce3b52ee8ace6', '66.186.19.5', '1576492322', '__ci_last_regenerate|i:1576492322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e31fb43505a4361661c200dc11adb3c4da8e0b1', '66.186.19.5', '1576635181', '__ci_last_regenerate|i:1576635181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e32744fc81a78be47bceaa76c5d958fc8115323', '134.122.6.168', '1588705215', '__ci_last_regenerate|i:1588705215;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e33e6cf44f0259dbd85412e727e70b994c46784', '66.186.19.5', '1576677781', '__ci_last_regenerate|i:1576677781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e35350df8d8f360a9ed30a98d79c183fa4ad0d2', '66.186.19.5', '1576292102', '__ci_last_regenerate|i:1576292101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e35787f6548c0b33ebeb13fa4ca1df40cff79e3', '66.249.73.66', '1586962846', '__ci_last_regenerate|i:1586962846;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e3e442f85b1292fe21b28ff24d2f128cc0a62b4', '66.186.19.5', '1576592221', '__ci_last_regenerate|i:1576592221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e52522c264654250734232cdfb42b5261b14952', '66.186.19.5', '1576606561', '__ci_last_regenerate|i:1576606561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e552190b4e2be7728056ef196f662763411b7fe', '66.186.19.5', '1576347662', '__ci_last_regenerate|i:1576347662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e55f47d2c5dab7a3c98e74597d52f9b1018a186', '66.186.19.5', '1576403401', '__ci_last_regenerate|i:1576403401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e624fb64ed31d294f7bc1d1ec9cb6050c80a10c', '66.186.19.5', '1576280281', '__ci_last_regenerate|i:1576280281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e626e97ccfb8149bc8e05da3e83ca502232247b', '66.186.19.5', '1576394282', '__ci_last_regenerate|i:1576394282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e62711c2dc5a62c35b09edb8b3cb298827f9182', '66.186.19.5', '1576686422', '__ci_last_regenerate|i:1576686422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e6834b0c3c9a46036dab094bf4343e5795da6cd', '66.186.19.5', '1576333381', '__ci_last_regenerate|i:1576333381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e69deb349f3d8c2f68b4e1d33d635169c9a5951', '66.186.19.5', '1576289342', '__ci_last_regenerate|i:1576289342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e6af6f1f1213c1c1b6f086128eb71f78df6723b', '66.186.19.5', '1576637762', '__ci_last_regenerate|i:1576637761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e70bc3703551c4f65ab4854601ba8795afe1853', '66.186.19.5', '1576470362', '__ci_last_regenerate|i:1576470362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e7218fb3692eaf794fa6a93860a942645927cfd', '66.186.19.5', '1576365962', '__ci_last_regenerate|i:1576365962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e792906ba69394684314bc028eab6864ae18c67', '173.252.95.1', '1584577470', '__ci_last_regenerate|i:1584577470;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e8cd781ef6dfb421226a9a6f9ea16871f439eb2', '66.186.19.5', '1576355821', '__ci_last_regenerate|i:1576355821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e9e2a2b58cdd0e5988a625550ee6e2420444b4c', '66.186.19.5', '1576508582', '__ci_last_regenerate|i:1576508582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e9e9a925dc0df4cba2c7a8aa033c1fa8fcdea14', '66.186.19.5', '1576590062', '__ci_last_regenerate|i:1576590062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eb1561015d5056efee5218b96e34a29d80953ac', '66.186.19.5', '1576276802', '__ci_last_regenerate|i:1576276802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ec192e5cd9ea56e5b1847bd5f1ebc506dac9a24', '66.186.19.5', '1576500121', '__ci_last_regenerate|i:1576500121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ec232aa1034c0a6e36dd436872412102db194a0', '66.186.19.5', '1576613882', '__ci_last_regenerate|i:1576613882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ed4f7407e1833fccd14ee18da0afae00a7e590e', '66.186.19.5', '1576327381', '__ci_last_regenerate|i:1576327381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ede972975d401369ab8ed10dcee062d7e5778a5', '66.186.19.5', '1576345201', '__ci_last_regenerate|i:1576345201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7edea8dbed79d991b40164f0f3d90ce301db6075', '190.12.92.216', '1576598409', '__ci_last_regenerate|i:1576598339;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576532972\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:14:\"smtp.gmail.com\";smtp_user|s:22:\"sistpv.actec@gmail.com\";smtp_pass|s:88:\"AKY4sOQB1MmHoyOMcqIsV7qucC+ouEspLv6KlGxYYH5oQqWf2c+4fxK+CeUVwJQA/ZruT84DE7qSrTJv2iOaoA==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ef859fc7b4d3bdf8bb8525465542a956e0aaf46', '66.186.19.5', '1576631761', '__ci_last_regenerate|i:1576631761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f040314a7036804fa2ea34a452922eaf8d2bf18', '66.186.19.5', '1576681142', '__ci_last_regenerate|i:1576681142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f1145965aba6efe249f0c3f5275edd1d0e66f3f', '66.186.19.5', '1576651262', '__ci_last_regenerate|i:1576651262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f11cca9d494133bb1f6c091192eb4e6482acc50', '66.186.19.5', '1576592461', '__ci_last_regenerate|i:1576592461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f198d56e10857d167df123d84ad509e61686480', '66.186.19.5', '1576474142', '__ci_last_regenerate|i:1576474142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f1bfddfa847752bd2949a8ad90424ddd02a2fdc', '66.186.19.5', '1576443361', '__ci_last_regenerate|i:1576443361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f1f73922deb56d35212ea08d2a0a81d60c3a972', '66.186.19.5', '1576439282', '__ci_last_regenerate|i:1576439282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f21cb8a9d4bb77ae11968630e9e0f98b662a2e8', '66.186.19.5', '1576632422', '__ci_last_regenerate|i:1576632422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f283f99ac9612596ffb06ff96875e47e16e21e7', '66.186.19.5', '1576294802', '__ci_last_regenerate|i:1576294802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f34e56b4bacc0050714c17391703dd0072e61c8', '66.186.19.5', '1576563422', '__ci_last_regenerate|i:1576563422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f3a487be95d05f164570e9f10bbef35efa4a795', '77.88.5.7', '1586238857', '__ci_last_regenerate|i:1586238857;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f470e31c196344547d2731a55f092ddc5a47cfe', '66.186.19.5', '1576667641', '__ci_last_regenerate|i:1576667641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f4a1f8d4cc916d4a8dedf696e132f4db02f81c7', '66.186.19.5', '1576480201', '__ci_last_regenerate|i:1576480201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f4f984b5194a1dc6472802c3b2951db8c481ef1', '66.186.19.5', '1576480022', '__ci_last_regenerate|i:1576480022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f5327a6ff3009efedb86af15a13d96dc498fab4', '190.239.111.151', '1583946002', '__ci_last_regenerate|i:1583945706;local|s:1:\"1\";listaVenta|i:6;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";remove_spo|i:1;error|s:43:\"El comprobante ya tiene una nota de credito\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f5d25c887cc586aba72102746ae6dd74370fb25', '66.186.19.5', '1576593722', '__ci_last_regenerate|i:1576593722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f61326c5f34e6cc266beafb6e48ab4feda2c926', '66.186.19.5', '1576398421', '__ci_last_regenerate|i:1576398421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f819f561b3196c36f9809231ffce9ac75f47ae4', '66.186.19.5', '1576474501', '__ci_last_regenerate|i:1576474501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f8ab879c9dfac549c812795e2c2c519f92bae52', '66.186.19.5', '1576630801', '__ci_last_regenerate|i:1576630801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f9061e868c39435ae2b6934040668a11722236a', '45.189.116.18', '1591596137', '__ci_last_regenerate|i:1591596069;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f95d9f9f9f679d4acff681095ae9b1e8693fdc0', '45.189.116.14', '1590693271', '__ci_last_regenerate|i:1590693271;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590621309\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa4e5ea284fe84978947f07d81fcdc4ee84acd2', '66.249.88.211', '1580343597', '__ci_last_regenerate|i:1580343597;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa9b915198522bb3b0e6b4c2797da4687d231f4', '66.186.19.5', '1576307821', '__ci_last_regenerate|i:1576307821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fabadd48a157f6d371aae6d6c527cab41f99358', '66.186.19.5', '1576670161', '__ci_last_regenerate|i:1576670161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fb2d95cb755f02447d46a63f51466d28820a383', '66.186.19.5', '1576425542', '__ci_last_regenerate|i:1576425542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fb773cdfecb6ecb3bfb9fb50b9210672042e857', '66.186.19.5', '1576371301', '__ci_last_regenerate|i:1576371301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fbb5fda719324711df3dd468e559fce7ce3e77f', '66.186.19.5', '1576340401', '__ci_last_regenerate|i:1576340401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fc3088298dde6bb9f5e58eaddd752295ab39272', '66.186.19.5', '1576526341', '__ci_last_regenerate|i:1576526341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fd11d8521451dc4659c79b5c6dafc470f29b4e1', '66.186.19.5', '1576601222', '__ci_last_regenerate|i:1576601222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fe36222793ea2c837f1b5cb42215daa4220b285', '66.186.19.5', '1576604282', '__ci_last_regenerate|i:1576604282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fe40d2d9aac2ff4352f47627c6098c61f63a136', '167.71.92.218', '1583364248', '__ci_last_regenerate|i:1583364248;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fec547d22a3eb8e932ccda5231253f3118bb249', '209.17.97.34', '1593160249', '__ci_last_regenerate|i:1593160249;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ffd6e00469c521dd7184c33a7e7aea52cc502e7', '66.186.19.5', '1576572601', '__ci_last_regenerate|i:1576572601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8000b793f69eb1d5a2032e79b6ee11d6e49a6621', '66.186.19.5', '1576389841', '__ci_last_regenerate|i:1576389841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8001fcac52319e7a0e69a87d5410d1d389f5ccd7', '66.186.19.5', '1576459802', '__ci_last_regenerate|i:1576459802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('800fdfeb8e5ded46500a9438671b81e5502f5c53', '66.186.19.5', '1576333982', '__ci_last_regenerate|i:1576333982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8013040e2cd0a2bd3f42f232a1a02445248a2584', '66.186.19.5', '1576425901', '__ci_last_regenerate|i:1576425901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8022f407a45445070e185d0586aff6f3980265a5', '66.186.19.5', '1576596361', '__ci_last_regenerate|i:1576596361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8033d5ac1c3ffc239c677a37e4fab85f4b961891', '66.186.19.5', '1576612982', '__ci_last_regenerate|i:1576612982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8034bb7728e519248e07dcab54c577b0afd7b0b8', '66.186.19.5', '1576565402', '__ci_last_regenerate|i:1576565402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8036f3e7d5da9e9e981c46718f49a6c0883da908', '66.186.19.5', '1576661581', '__ci_last_regenerate|i:1576661581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('803f38af0df18097e3bf92b9be9fa20ffdc37944', '66.186.19.5', '1576608661', '__ci_last_regenerate|i:1576608661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8047215acc9f7df5cb0e24b4c769343367898b5a', '66.186.19.5', '1576287602', '__ci_last_regenerate|i:1576287602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('804dcadb572b0414f91f6f8cee00bfafd2e6fa1b', '66.186.19.5', '1576545662', '__ci_last_regenerate|i:1576545662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8062fa410e9e651243c7bef82db4869d6e2c86fb', '66.186.19.5', '1576526582', '__ci_last_regenerate|i:1576526582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80642cc74435c61d3429f12c7a9a85874879be77', '66.186.19.5', '1576334582', '__ci_last_regenerate|i:1576334582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('806b4e1832844e476024f76b9005566fa426b2f6', '66.186.19.5', '1576534562', '__ci_last_regenerate|i:1576534562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('806defeca1d6999648dac542d76d0bd5e5457b32', '66.186.19.5', '1576362602', '__ci_last_regenerate|i:1576362602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8096b42aa26583329405f9203bd48e99589fc882', '66.186.19.5', '1576427041', '__ci_last_regenerate|i:1576427041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80990b10731fe3a34b1b25f98a2e38ef20b48741', '66.186.19.5', '1576596241', '__ci_last_regenerate|i:1576596241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('809b03e4b36deed583d57a30bb72e24e22a7f745', '66.186.19.5', '1576417622', '__ci_last_regenerate|i:1576417622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a494e86b2c9ba3d5e14f6b2dd7c4628efc84c6', '45.189.116.14', '1590692313', '__ci_last_regenerate|i:1590689860;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590621309\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80acab0a7730fde696d32482997bc16529ceac36', '66.186.19.5', '1576570321', '__ci_last_regenerate|i:1576570321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80be8515c8ce0a90450f27451dfb1e36ed17eff0', '66.186.19.5', '1576486141', '__ci_last_regenerate|i:1576486141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80c1badbc6cb547339977e6be4870f194e6d194a', '190.232.33.208', '1576276162', '__ci_last_regenerate|i:1576275914;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576195857\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80cbc8014e6eea8f4d2d00e2fa46a889fcfe3ef7', '66.186.19.5', '1576314542', '__ci_last_regenerate|i:1576314542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d637a3c3072b3ff48be3d2a6a36bda466649ab', '66.186.19.5', '1576427881', '__ci_last_regenerate|i:1576427881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d702e4ca8bd40c61f13ba37a90c475c9cdc008', '158.101.18.36', '1587796982', '__ci_last_regenerate|i:1587796982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d8c9ee5f2ecb5f9438772d164e81288cc8c8d5', '66.249.85.53', '1577129387', '__ci_last_regenerate|i:1577129387;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80da653dfe5e61323e120da2fa65ca9a523ced2d', '66.186.19.5', '1576489322', '__ci_last_regenerate|i:1576489322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80daa3e4ebfaf328138c355cb5c383aa0ce22376', '66.186.19.5', '1576406642', '__ci_last_regenerate|i:1576406642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80e038c45e11bec29230aa9c9e59b30af03c91c6', '66.186.19.5', '1576282142', '__ci_last_regenerate|i:1576282142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80e414545eb1354d97469a407751eb00dc68b7ad', '190.239.111.151', '1583902431', '__ci_last_regenerate|i:1583902429;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583430020\";last_ip|s:13:\"132.191.3.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80ecc779eaef91ce0c09079a5c3206413837c7c2', '18.228.205.53', '1577547108', '__ci_last_regenerate|i:1577547108;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80f38f9bbd52d6948a7a629214d43fdd5e79dac8', '66.186.19.5', '1576347482', '__ci_last_regenerate|i:1576347482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('811a34a144558b14504133a2d592353350359dc5', '66.186.19.5', '1576587182', '__ci_last_regenerate|i:1576587181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('813954829fa274badcdb5fa348fcab2e43fc9416', '66.186.19.5', '1576506001', '__ci_last_regenerate|i:1576506001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('813e19a0cb305724a34bd3f9cb8aaa627889b4d7', '66.186.19.5', '1576568522', '__ci_last_regenerate|i:1576568522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('814b5edbf5d86ce3e85c5b881f18feff6fc7ba02', '66.186.19.5', '1576642681', '__ci_last_regenerate|i:1576642681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('815e9e0d1303f8508b80cfa9768251efe3e198a1', '66.186.19.5', '1576315082', '__ci_last_regenerate|i:1576315082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8162b01e6807c10f14ea6759a8b3cb2650d9a0b2', '66.186.19.5', '1576301282', '__ci_last_regenerate|i:1576301282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('816427f5de6dc88ac71690f469cd32f7fd5abd6c', '66.186.19.5', '1576629482', '__ci_last_regenerate|i:1576629482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('816826c226d934336070a54ed2cf9098ead42ae0', '66.186.19.5', '1576685581', '__ci_last_regenerate|i:1576685581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('817354e8629bf806c7e1c097a526d7757d7cfa72', '66.186.19.5', '1576366921', '__ci_last_regenerate|i:1576366921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81742d96746d5bd01f5a6fb816f558a231a04f43', '66.186.19.5', '1576404542', '__ci_last_regenerate|i:1576404542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('817acafa4b81d672fb3fa729305a5bd22df64432', '66.186.19.5', '1576473721', '__ci_last_regenerate|i:1576473721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818c787c16b3455aee75c5c7b4a95381f224b9e9', '190.239.64.241', '1581277773', '__ci_last_regenerate|i:1581277765;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818e6b9240ae944e25fbe93ca7e73e799f97c4de', '66.186.19.5', '1576657501', '__ci_last_regenerate|i:1576657501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8192c94150ae508ba32fc4cdc460638edfd0f591', '179.6.204.155', '1583764074', '__ci_last_regenerate|i:1583763796;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583723365\";last_ip|s:13:\"190.232.96.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";rmspos|i:1;message|s:26:\"Venta efectuada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8196f33db59717e1981c57b0cd691a37106a02f5', '66.186.19.5', '1576416663', '__ci_last_regenerate|i:1576416663;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81a29771b78a5ccdfe07f8960f8c1c0f4e31e891', '66.186.19.5', '1576580941', '__ci_last_regenerate|i:1576580941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81bb476cbf7aabb53401c86a90de82661a1628c0', '173.252.83.3', '1587334860', '__ci_last_regenerate|i:1587334860;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81bbc644d324de8fbb42c1d7ec398e352711dfba', '66.186.19.5', '1576660381', '__ci_last_regenerate|i:1576660381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81bc2150717ebc8e5c92bad34d9e5bee3a8c37b0', '45.189.116.14', '1589817027', '__ci_last_regenerate|i:1589816807;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81bfc77ca54759df51a2e22a2ac29158f5b00e35', '66.186.19.5', '1576359002', '__ci_last_regenerate|i:1576359002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81c2c07af92bc65d9bc95398ee13539062b477af', '66.186.19.5', '1576390322', '__ci_last_regenerate|i:1576390322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81c591ca638b4dca492284a160727f217990ef5c', '66.186.19.5', '1576490761', '__ci_last_regenerate|i:1576490761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81dc3f09ee9c45a745f9dbfe5df3956bdc50eafb', '66.186.19.5', '1576537981', '__ci_last_regenerate|i:1576537981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81e58509c2c5740c150e0d71052b78681317cb81', '66.186.19.5', '1576370581', '__ci_last_regenerate|i:1576370581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81ef053660799aedef0f23003c97939389c7dfa6', '138.246.253.15', '1585235500', '__ci_last_regenerate|i:1585235500;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81fd9c676fec83775413fb08a8c6619d6325e55c', '66.186.19.5', '1576582022', '__ci_last_regenerate|i:1576582022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8202e35efde119a7be463a989bbdaa39923238f4', '209.17.96.210', '1587743617', '__ci_last_regenerate|i:1587743617;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('821674216437b53a2e80246de2adb716b6a1b1e1', '66.186.19.5', '1576677601', '__ci_last_regenerate|i:1576677601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('821c422c231525aef1029e6465bbc466030bd451', '66.186.19.5', '1576633081', '__ci_last_regenerate|i:1576633081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('821ef7d97519c6e62ca640d8c08c172ca905aae5', '66.186.19.5', '1576439461', '__ci_last_regenerate|i:1576439461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82203b1a74a70c013d96c5437d47f482106bea7b', '66.186.19.5', '1576576802', '__ci_last_regenerate|i:1576576802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8241914f095ed4f927c7101d68880fb9c649a847', '66.186.19.5', '1576668482', '__ci_last_regenerate|i:1576668481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82430c0a16edb91e5f8d7cac12ad7d0c4335e1c8', '66.186.19.5', '1576605182', '__ci_last_regenerate|i:1576605182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8248bd72f4fadb272817a4ab52e0043c0f6d8690', '66.186.19.5', '1576306561', '__ci_last_regenerate|i:1576306561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8253030842549e4dc2b3f3eafdcfeba05e4f1b32', '190.239.111.151', '1583934216', '__ci_last_regenerate|i:1583933945;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('825eac02059889fbf701598c214ee5f5ebfc3a51', '66.186.19.5', '1576488541', '__ci_last_regenerate|i:1576488541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82604c9c0243ed1828c109181ec0908104e30f2f', '66.186.19.5', '1576410302', '__ci_last_regenerate|i:1576410302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8272533aec972bb7415344361a5460fb98136070', '66.186.19.5', '1576404181', '__ci_last_regenerate|i:1576404181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('827407b32f3db1001a64cbc632a759911689a4ff', '45.189.116.18', '1590798075', '__ci_last_regenerate|i:1590797997;local|s:1:\"1\";listaVenta|i:13;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('827e9cf0ea035c757302442adcb49301b4aeeb80', '165.22.73.19', '1579068746', '__ci_last_regenerate|i:1579068746;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82941aefbc8c50ee433eb7fe7093bf7d01fb6938', '66.186.19.5', '1576634821', '__ci_last_regenerate|i:1576634821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82a7659747cebdf5814a53927e4d0d64f97d174d', '66.186.19.5', '1576544402', '__ci_last_regenerate|i:1576544402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82b36bb0aee33a585d66042b1aaa36fce2ab4af1', '66.186.19.5', '1576632902', '__ci_last_regenerate|i:1576632902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82c743834c58ee78ce7efc066e00f5252e8a6729', '66.186.19.5', '1576285861', '__ci_last_regenerate|i:1576285861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82c8e9eb6ea5402f084b004bc9861a260949446b', '66.186.19.5', '1576382162', '__ci_last_regenerate|i:1576382162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82d0d1b6ac2edda5ea5147680cbb99b1ef53ff35', '66.186.19.5', '1576513801', '__ci_last_regenerate|i:1576513801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82d3892a4507833e5185c5f1d43b49a5a09f87e5', '66.186.19.5', '1576353421', '__ci_last_regenerate|i:1576353421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82d8ae5ab64c75d96a998bb01012731b5fa88edf', '66.186.19.5', '1576575061', '__ci_last_regenerate|i:1576575061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82e4f40771455a5b2617975a9fdc042385731297', '66.186.19.5', '1576582501', '__ci_last_regenerate|i:1576582501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f6fbdce7830bd6368c1b98668a7d98a74c1699', '197.50.232.28', '1584488969', '__ci_last_regenerate|i:1584488969;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83106149f0eef558f15a49e6c8cbc644b7f1e353', '66.186.19.5', '1576596062', '__ci_last_regenerate|i:1576596062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('831cff8542b63c2f674fe509e9a3ca3dd43b02b0', '66.186.19.5', '1576360082', '__ci_last_regenerate|i:1576360082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('831d246430d3441f6a71ba8c791e8a7114ae2a15', '66.186.19.5', '1576676881', '__ci_last_regenerate|i:1576676881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('833d74e420078d0a83be5d3b1230cab13a49d844', '31.13.127.2', '1585462360', '__ci_last_regenerate|i:1585462360;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8342aff9ac1e2cd124139af7f29f58f637ababf1', '66.186.19.5', '1576592702', '__ci_last_regenerate|i:1576592702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('835c7094998e18c182f38676b6434bd9357fcccf', '66.186.19.5', '1576536481', '__ci_last_regenerate|i:1576536481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8363dc9474d04aa5464fb4cc1ff37056b7747423', '66.186.19.5', '1576501261', '__ci_last_regenerate|i:1576501261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83722037fb1b77bb4b378d104ac38449258797e7', '66.186.19.5', '1576300682', '__ci_last_regenerate|i:1576300682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83859ec6845c6f8284232dc4f3c6cb6d846050ff', '66.186.19.5', '1576555022', '__ci_last_regenerate|i:1576555022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8385f3589aeb33314d4c65747cf5dd59073d473b', '66.186.19.5', '1576602361', '__ci_last_regenerate|i:1576602361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8390c6480c26cf087c58dc4dd838594b7d2748d2', '66.186.19.5', '1576317842', '__ci_last_regenerate|i:1576317842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8391d9bdcfb9ebed8ab80a559fd06bbee716f7c3', '66.186.19.5', '1576525742', '__ci_last_regenerate|i:1576525742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('839dccc8e71810d0a377391047070a25b6ac9044', '66.186.19.5', '1576591982', '__ci_last_regenerate|i:1576591982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83adf89ad617490e0f324c2b62b5a7818bb12e3b', '66.186.19.5', '1576632542', '__ci_last_regenerate|i:1576632541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83c20af7d7da5cc33f7f648efcd1c95c2f1284ba', '190.239.111.151', '1583948814', '__ci_last_regenerate|i:1583948814;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583933607\";last_ip|s:15:\"181.176.102.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83c4a72f6d05c41440c94e9d958bb74681496562', '66.186.19.5', '1576431961', '__ci_last_regenerate|i:1576431961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83c9090453f79b5c3c2c7b53508dcebb5243bc44', '66.186.19.5', '1576368602', '__ci_last_regenerate|i:1576368602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83cfdce8b6b8699f40391489486db7102023af61', '66.186.19.5', '1576529341', '__ci_last_regenerate|i:1576529341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83fdec1d07c758fa31ee32677fc8ab5cfb39ce4a', '66.186.19.5', '1576399022', '__ci_last_regenerate|i:1576399022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8402c4aa3e7aef40002811fd339c22529950e836', '66.186.19.5', '1576641902', '__ci_last_regenerate|i:1576641902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('840df817d7ca782bbe263ae575a6f2e4b0169cec', '66.186.19.5', '1576415761', '__ci_last_regenerate|i:1576415761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('840e666a6cff16807317539f80aa5e46221b981e', '66.186.19.5', '1576486921', '__ci_last_regenerate|i:1576486921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8413d425c3dc8e03e66f4f4bf85730031c5ec360', '66.186.19.5', '1576419421', '__ci_last_regenerate|i:1576419421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84262b1633023abf210c41208d711021137c6e50', '66.186.19.5', '1576303561', '__ci_last_regenerate|i:1576303561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('842eb94b917c674adae6908b529ae4d3a4578c25', '66.186.19.5', '1576336622', '__ci_last_regenerate|i:1576336622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('843432c51c82fd324570649bab0da635b5c7da4e', '66.186.19.5', '1576656662', '__ci_last_regenerate|i:1576656662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8437cdc77ce37cd62dd3dbcb3df652d671642d87', '190.236.102.225', '1582605546', '__ci_last_regenerate|i:1582605546;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8444347492e342bc5b49a66a37a39425aa8b60a7', '66.186.19.5', '1576374662', '__ci_last_regenerate|i:1576374662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8449081668cd3be4d781024402d23de2bfa1c9e4', '190.12.92.216', '1576599439', '__ci_last_regenerate|i:1576599438;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8451f185ca2cc469b8ce51adf3ed4f5c27dc5552', '66.186.19.5', '1576379821', '__ci_last_regenerate|i:1576379821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8452b46ab9065b5a5d8dc47b781e880133ff96ff', '66.186.19.5', '1576329662', '__ci_last_regenerate|i:1576329662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8455f047f2891dc88177ac759989809a78f4896e', '66.186.19.5', '1576400821', '__ci_last_regenerate|i:1576400821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('845aaddc1fdb4f47608c9d9dd229cb6a9ed8d81d', '66.186.19.5', '1576576862', '__ci_last_regenerate|i:1576576862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('846192678a3e8f35f646e566e11cf922d4d84ba9', '66.249.64.227', '1592669338', '__ci_last_regenerate|i:1592669338;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8470e84ab37bdec1a1744ed09a1f14f2de8ef84e', '66.186.19.5', '1576395002', '__ci_last_regenerate|i:1576395002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('847c6701970f21e98297c1cb48518ded6a7cce64', '45.189.116.18', '1590861952', '__ci_last_regenerate|i:1590861944;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590776716\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('848744542bd8461db89df1e4de95d68d7a3e50a5', '66.186.19.5', '1576684441', '__ci_last_regenerate|i:1576684441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84883cc6187a68852da950e30c64272736029491', '66.186.19.5', '1576303621', '__ci_last_regenerate|i:1576303621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8495e70cd2a5b0f605e66db999e4330c71d83de8', '66.186.19.5', '1576683661', '__ci_last_regenerate|i:1576683661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8496f6d2f1f23e5add4b51d81bba7b913f92b1c1', '66.186.19.5', '1576678261', '__ci_last_regenerate|i:1576678261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84a327fcf853efdb66b1e19ccc1aa831741b4268', '190.232.33.208', '1576519402', '__ci_last_regenerate|i:1576519390;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576274778\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84a6aef0e2cc231930b6c0dcad8130341045d524', '66.186.19.5', '1576566842', '__ci_last_regenerate|i:1576566842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84b3695ffe87bb976d91e9d23e723e9b53a5e3e5', '66.186.19.5', '1576306142', '__ci_last_regenerate|i:1576306142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84b6c29e897c01553c903b7f47a76cdc51da2183', '66.186.19.5', '1576505281', '__ci_last_regenerate|i:1576505281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84cae75a55d5637b892a1a3dbbf2cc4d9e99dd51', '66.186.19.5', '1576672922', '__ci_last_regenerate|i:1576672922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84cd6cbe2609531e1fe2d156a0f7f6371aa32d1e', '66.186.19.5', '1576353181', '__ci_last_regenerate|i:1576353181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84d1702735d44dd31aa44b7ccdbe65ba632e2717', '66.186.19.5', '1576333321', '__ci_last_regenerate|i:1576333321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84d741134d5f8bedd3f4aa106be17b10b6b4e554', '66.186.19.5', '1576649162', '__ci_last_regenerate|i:1576649162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84dd62a1696d28b9e8b4ba0d783564a12714bbfc', '66.186.19.5', '1576308181', '__ci_last_regenerate|i:1576308181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84e3fb64b151fc999bbf77f3df64c9f48d1662b8', '66.186.19.5', '1576296362', '__ci_last_regenerate|i:1576296362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84e921dca70d4a6f08127f08938b91d63d5421dd', '66.186.19.5', '1576463161', '__ci_last_regenerate|i:1576463161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84f7cf42d59c26ca5cf49e1f5dee43a1c6aa8ecc', '66.186.19.5', '1576487701', '__ci_last_regenerate|i:1576487701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84f925ae3bace1c3fa1509ab4276d35e0998f186', '66.186.19.5', '1576628762', '__ci_last_regenerate|i:1576628762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('850e998399c1c0d1b9ad1d4a3b72cf04b15267ac', '66.186.19.5', '1576468082', '__ci_last_regenerate|i:1576468082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('851568824a76e46065e7f36ba68f7532187eeceb', '66.186.19.5', '1576337582', '__ci_last_regenerate|i:1576337582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('852fe5687ee05e41fad2875b4c731d21b192f116', '93.158.161.135', '1582940513', '__ci_last_regenerate|i:1582940513;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8534cf061c32b67005e422111ec10dacc04b94e1', '66.186.19.5', '1576462742', '__ci_last_regenerate|i:1576462742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('854642aa6631411e3f3814324b112911979b6a18', '66.186.19.5', '1576360441', '__ci_last_regenerate|i:1576360441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85472d4ea808dbf925e4bf25ef4c32505eda4df5', '66.186.19.5', '1576375262', '__ci_last_regenerate|i:1576375262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('857793cb742076d4e896ba293837296b2f717aeb', '66.186.19.5', '1576340942', '__ci_last_regenerate|i:1576340942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('857caf2eb13dcbd3d4bcad1f3a4283f388bbc3e1', '66.186.19.5', '1576329602', '__ci_last_regenerate|i:1576329602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('859328fb263aae88c18f94ed675a2c99375e983c', '66.186.19.5', '1576548782', '__ci_last_regenerate|i:1576548782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('859a83f1fc9e74c9dfe2792af50a494589856ecf', '66.186.19.5', '1576611301', '__ci_last_regenerate|i:1576611301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85a8443e5c5be8eb976379f4492c78986949bc35', '173.252.127.27', '1580226845', '__ci_last_regenerate|i:1580226845;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b0d772ca79120c0a65d00d62f0ac4da532ccd1', '66.186.19.5', '1576654981', '__ci_last_regenerate|i:1576654981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b5a18a744d56d025086fc6b1024db3a650b227', '66.186.19.5', '1576665662', '__ci_last_regenerate|i:1576665662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b7a5ea39da69063ddd4504ef902ddc1f069f57', '66.186.19.5', '1576390441', '__ci_last_regenerate|i:1576390441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85bd1b841227399ef08c7eb4f9b8f95e1287b1e2', '66.186.19.5', '1576656061', '__ci_last_regenerate|i:1576656061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85bef0c5363a0046ae4bdfd1c966595379c4eb65', '66.186.19.5', '1576459561', '__ci_last_regenerate|i:1576459561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85c3e730acdf892ec035f52c0e3ce129ef1e1a06', '66.186.19.5', '1576504682', '__ci_last_regenerate|i:1576504682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85c8253e75d1a18eb894466c629c64908ce1e473', '66.186.19.5', '1576406042', '__ci_last_regenerate|i:1576406042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85c9aac10a7a20f62037d14403871e48786f4678', '66.186.19.5', '1576369201', '__ci_last_regenerate|i:1576369201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ca267cba44cc249fcef159e5c4576e2e8091c5', '66.186.19.5', '1576685882', '__ci_last_regenerate|i:1576685882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85d08e48a2a62babeb7bc13f7d91215fa5f66724', '66.186.19.5', '1576664162', '__ci_last_regenerate|i:1576664162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85d14d6df52758cef261db310e1887d338a9d59b', '45.189.116.18', '1590978097', '__ci_last_regenerate|i:1590978097;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590960040\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85d73682d2b4811f78fd7be0e7b5d1323b6f73f1', '66.186.19.5', '1576349821', '__ci_last_regenerate|i:1576349821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85e5ad2ac667fcedcc081c5572d050ae980485b4', '66.186.19.5', '1576530121', '__ci_last_regenerate|i:1576530121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ef24f40692dba3bbcc3201520588cfeaf7e666', '66.186.19.5', '1576408922', '__ci_last_regenerate|i:1576408922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8601d97bc93f4ae49fb94fe19f1b4b6c8f5e953b', '66.186.19.5', '1576457042', '__ci_last_regenerate|i:1576457042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('860299aa2e7c98fa831fe2106b988608a33d30e6', '66.186.19.5', '1576657322', '__ci_last_regenerate|i:1576657322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('860b9d1d6d54e3672231a7333e322518b6571c9a', '66.186.19.5', '1576598162', '__ci_last_regenerate|i:1576598162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('860d95f1f5d36b59fc6384f923bf164e0f8854f8', '66.186.19.5', '1576578301', '__ci_last_regenerate|i:1576578301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('861036e55f1f966838242f835e22eacaaa40e89a', '197.50.232.28', '1584488970', '__ci_last_regenerate|i:1584488970;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8619ec077778136da60ac95c732e926f2d890349', '66.186.19.5', '1576335122', '__ci_last_regenerate|i:1576335122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('861d70a9bc96d005417864effd76e1ad70b92bab', '66.186.19.5', '1576312141', '__ci_last_regenerate|i:1576312141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86211b2d504ea901f2e9364164fce644488c22e0', '66.186.19.5', '1576659841', '__ci_last_regenerate|i:1576659841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8623c14ff145984f4d8b6f294d4cb6d182a25295', '66.186.19.5', '1576624801', '__ci_last_regenerate|i:1576624801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8624be259606a660005cf9e30d6148115692db5c', '173.252.79.9', '1585521260', '__ci_last_regenerate|i:1585521260;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86261667cf68491e261cd3a47c4bba92ef8c82eb', '66.186.19.5', '1576534622', '__ci_last_regenerate|i:1576534622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('862b88d5a59ca8a75a2ddd236fd0043ea0820356', '66.186.19.5', '1576600982', '__ci_last_regenerate|i:1576600981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('862c751b3e3b66022c2436c39ae318119f11033d', '173.252.83.13', '1583197497', '__ci_last_regenerate|i:1583197497;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('862eac3711cf79fcfa1769e6ad1a4ba16ef0e380', '173.252.111.11', '1584276082', '__ci_last_regenerate|i:1584276082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('862efe19a57b57416ab118fd8456b6ac224561b2', '66.186.19.5', '1576410841', '__ci_last_regenerate|i:1576410841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('862f5be2b26497981f4849c814743e4a103eea74', '45.189.116.18', '1591695544', '__ci_last_regenerate|i:1591695544;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8639c08658f82478c804489ecd196880297d182d', '66.186.19.5', '1576422601', '__ci_last_regenerate|i:1576422601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('863c1c1a240ace63408a634f9d1088945625d8be', '66.186.19.5', '1576305601', '__ci_last_regenerate|i:1576305601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8644c89ed4d4030782d7c80433a917f9106c96ff', '31.13.103.14', '1586400037', '__ci_last_regenerate|i:1586400037;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8644f0e4a5ff011306f6a1986ed1e2d15fb68c6a', '134.122.81.145', '1587323865', '__ci_last_regenerate|i:1587323864;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86499952f4dc4f17948a0984a7b8300221710fa2', '45.189.116.14', '1587578188', '__ci_last_regenerate|i:1587574399;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1586797669\";last_ip|s:14:\"181.176.100.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8658c0348db30eaf7ac1da43f61b6596b9cee323', '66.186.19.5', '1576368782', '__ci_last_regenerate|i:1576368782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('865e50e40c3d8ea73da3a8b9028c0ff06869ebc0', '45.189.116.14', '1589919482', '__ci_last_regenerate|i:1589917179;local|s:1:\"1\";listaVenta|i:19;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589817111\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('867ba930edbb27a79addee2050e215db7db010dc', '66.186.19.5', '1576454281', '__ci_last_regenerate|i:1576454281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('867c6520902a8e364adc15e0be04a0fbe97a0a77', '66.186.19.5', '1576446722', '__ci_last_regenerate|i:1576446722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('868ec946a8b6887eff639e821ab5c5b1779412bc', '66.186.19.5', '1576561741', '__ci_last_regenerate|i:1576561741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86927cbd0f0a664934269391c7f43a8f0e0c2119', '173.252.83.16', '1589474948', '__ci_last_regenerate|i:1589474948;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8696f0caa38c78b85b9d2c0505b7715d014dfe4e', '159.203.83.140', '1580226620', '__ci_last_regenerate|i:1580226620;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a165972266ca25a024f66dc543a67e1fa05263', '173.252.83.14', '1578503673', '__ci_last_regenerate|i:1578503673;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a3d4a1d6a9c7ba77a3ff622bd8b98996fc744e', '66.186.19.5', '1576554601', '__ci_last_regenerate|i:1576554601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86aa16c341b28b6b2d8e93b05c2a5f59b52c4c2e', '66.186.19.5', '1576638001', '__ci_last_regenerate|i:1576638001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86aca63e3738d86a6a336bb25653c334a6ed11f9', '66.186.19.5', '1576524841', '__ci_last_regenerate|i:1576524841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86bf60f19ba71a14678d79a59177c85b9157bbd2', '66.186.19.5', '1576278902', '__ci_last_regenerate|i:1576278902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86c8b5a191302e240fc4aae4e17ffd0c651ac8ce', '66.186.19.5', '1576488242', '__ci_last_regenerate|i:1576488242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86cb4b647548cdca427a905f6377dd000c9b49ce', '66.186.19.5', '1576649342', '__ci_last_regenerate|i:1576649342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86d0829d67662b1db335d3d8a13e6ef97f6acae3', '66.186.19.5', '1576447141', '__ci_last_regenerate|i:1576447141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86d4eb804eb5ad8023ab690b85ed8b0b50f08fdf', '179.6.204.155', '1583764103', '__ci_last_regenerate|i:1583764103;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583723365\";last_ip|s:13:\"190.232.96.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86d665ab97b33f75a5b2fee6a8f18cac620a7ef5', '66.186.19.5', '1576469461', '__ci_last_regenerate|i:1576469461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86d93c841b66bdb6f5ba7a06b7c1b93017d9fb4c', '66.186.19.5', '1576528562', '__ci_last_regenerate|i:1576528562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86dd019eab65a938762c4ecb8ddcccd24e26a454', '66.186.19.5', '1576357681', '__ci_last_regenerate|i:1576357681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86de6ca4c8abc600dfcf939f1fe4db284c3f22ed', '66.186.19.5', '1576564141', '__ci_last_regenerate|i:1576564141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86e36acc380ea7302d09b85d5050fd36ba224c97', '66.186.19.5', '1576577401', '__ci_last_regenerate|i:1576577401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86eeb690b6836c900075fb2204694e453d5b9f9a', '66.186.19.5', '1576509601', '__ci_last_regenerate|i:1576509601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86efce2e1ee1381fdb7287c3a48bd6aa305c6386', '66.186.19.5', '1576538942', '__ci_last_regenerate|i:1576538942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86f15b7a0b46dc48b142902353b6a71fecb1d183', '66.186.19.5', '1576572421', '__ci_last_regenerate|i:1576572421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86f8e65fb0c9c7b2189bbd4e757a67a41099edba', '66.186.19.5', '1576492802', '__ci_last_regenerate|i:1576492802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87054c39307f808c07e19bdb487b6231c9afeb0b', '66.186.19.5', '1576429382', '__ci_last_regenerate|i:1576429381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('871904d55a5e65b3991e795a64964aaca3a6a425', '66.186.19.5', '1576355222', '__ci_last_regenerate|i:1576355221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87278a3e6e67ffaf17f691b46c02654564b085d6', '66.186.19.5', '1576483382', '__ci_last_regenerate|i:1576483382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8727e0408c4b5e6b5066a3162af8783eccd5565f', '66.249.88.181', '1578412620', '__ci_last_regenerate|i:1578412620;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8742a28c0f7bf77b8685b681854d97f16b201f05', '66.186.19.5', '1576404902', '__ci_last_regenerate|i:1576404902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('874663a3cab6ce7053554a960e42a46fce9bac47', '66.186.19.5', '1576604401', '__ci_last_regenerate|i:1576604401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87471949016e0aa654c6271ac0bf4c804fbb1830', '66.186.19.5', '1576317721', '__ci_last_regenerate|i:1576317721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87481f86916967c808c995e63f51f26eaeda09a5', '66.186.19.5', '1576655102', '__ci_last_regenerate|i:1576655102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('874a078abcf96ac9307a23f9052ffff59114a18e', '190.238.52.115', '1583637766', '__ci_last_regenerate|i:1583637487;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583633310\";last_ip|s:15:\"190.233.137.125\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('875631a29041100f8b0e0e9e39b6f4d43f1b3b56', '66.186.19.5', '1576653302', '__ci_last_regenerate|i:1576653302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('875839ec07f377bdd5a33bf1d2acfaa0fa08cd18', '66.186.19.5', '1576561502', '__ci_last_regenerate|i:1576561502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('875fe01b7df93bd02b0284c4ecff1551de945a56', '66.186.19.5', '1576550162', '__ci_last_regenerate|i:1576550162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8767e20f4e40a0184ebabf2e24ca79d3251a7a5a', '66.186.19.5', '1576337761', '__ci_last_regenerate|i:1576337761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('877fbcac939cba65e08f547c180bddec154892f8', '66.186.19.5', '1576489922', '__ci_last_regenerate|i:1576489922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8798aefd1b8882730a2405e12be89da085a9df68', '66.186.19.5', '1576539482', '__ci_last_regenerate|i:1576539481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87bcea149095d93f8ee219bac26046d0ae8c484b', '66.186.19.5', '1576680181', '__ci_last_regenerate|i:1576680181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87bf77044e9a211494be092c9b91e9e66d4aaf5b', '66.186.19.5', '1576402682', '__ci_last_regenerate|i:1576402682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ce434f736005edbe07866394976c3d52c1d0ee', '45.189.116.14', '1589824379', '__ci_last_regenerate|i:1589824379;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588356313\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87cee70b3213234490020aa5497e21cbb246df63', '66.186.19.5', '1576569721', '__ci_last_regenerate|i:1576569721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ddf7976508f18b4b8266f5f1bb1efe41a31a55', '66.186.19.5', '1576571641', '__ci_last_regenerate|i:1576571641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87de235fafd38216b3b2e656f49055d5bccb5d9f', '66.186.19.5', '1576288382', '__ci_last_regenerate|i:1576288382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87e89f95bfe458e8b524b9e31dd3afa7610b0138', '66.186.19.5', '1576348561', '__ci_last_regenerate|i:1576348561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ec7707e21a3265f9bc6b55b9bf2faeac720724', '66.186.19.5', '1576521302', '__ci_last_regenerate|i:1576521302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87eda131242fe2937b466bd4f1b205f8ccb24b17', '66.186.19.5', '1576593841', '__ci_last_regenerate|i:1576593841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87f30a3c7df9f6b4e00a2ed7699ffde3ac5b487a', '66.186.19.5', '1576385341', '__ci_last_regenerate|i:1576385341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87fa6300a2f2107ad2136bdeef154772bad9d730', '66.186.19.5', '1576609142', '__ci_last_regenerate|i:1576609142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ff4fa1520838459292f3dbc640ed461783440d', '66.186.19.5', '1576548481', '__ci_last_regenerate|i:1576548481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8805f35f8da1299f0eed8ba4b9a61738419ac3e6', '66.186.19.5', '1576307041', '__ci_last_regenerate|i:1576307041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('880fc3bc31f1921af9b34d807e0304007915e8bf', '66.186.19.5', '1576675141', '__ci_last_regenerate|i:1576675141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('881203af66d89fda589241bde54c7c380a6ac228', '66.186.19.5', '1576625162', '__ci_last_regenerate|i:1576625162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('881488fb1c9c527a3d04737b17d2f9ae305c9a9e', '66.186.19.5', '1576573502', '__ci_last_regenerate|i:1576573502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('882ba75bc28b1a42abaa2bfa37eeddb7506cf7fb', '66.186.19.5', '1576432622', '__ci_last_regenerate|i:1576432622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('883ab74c30e1e77e3d0c274fd6744b1f70aa47fd', '66.186.19.5', '1576440842', '__ci_last_regenerate|i:1576440842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('883b53566c43330b6b2114a0352dec9741771430', '66.186.19.5', '1576603262', '__ci_last_regenerate|i:1576603262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('884312f01b5dd385d236f4e9d265baf13115e7ba', '66.186.19.5', '1576347902', '__ci_last_regenerate|i:1576347902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('884fc0de8292cf6e7f305cb647b50b19496913b4', '66.186.19.5', '1576552622', '__ci_last_regenerate|i:1576552622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('885f76d82fd199ec3bfe367e31ee442825806767', '190.232.33.208', '1577129425', '__ci_last_regenerate|i:1577129268;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576951755\";last_ip|s:13:\"190.12.92.216\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8863e5f0a084e7823945463b3024ae04ba58aa07', '66.186.19.5', '1576561681', '__ci_last_regenerate|i:1576561681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8866815e237160d11f0c9fdae09419caa6fcfa36', '66.186.19.5', '1576297141', '__ci_last_regenerate|i:1576297141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88691dc5f070c8bb200a7f20af41d97fbdeca16e', '66.186.19.5', '1576478221', '__ci_last_regenerate|i:1576478221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88745cef5395999fe41f2ca4d3dd771f5f118c40', '66.186.19.5', '1576609382', '__ci_last_regenerate|i:1576609382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8875d13e66e3b8911a8c2577a5223f6bb4b95414', '66.186.19.5', '1576300861', '__ci_last_regenerate|i:1576300861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8879005e1a24647a46299b8a39e00d998fc98e6e', '66.186.19.5', '1576684502', '__ci_last_regenerate|i:1576684502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('887e1b07be64023e89b35c79929ed00a72df62b1', '66.186.19.5', '1576367822', '__ci_last_regenerate|i:1576367822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8882692b9ed901411d27a7dd17a2b34bd291b722', '66.186.19.5', '1576445462', '__ci_last_regenerate|i:1576445462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88891e03ecf44fc60fd2d4e75005d4fefddd0021', '66.186.19.5', '1576444741', '__ci_last_regenerate|i:1576444741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('888d23fd790d06003ee944d7a58edde2183b35ab', '66.186.19.5', '1576416242', '__ci_last_regenerate|i:1576416242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('889aee376cdfcf996ba4b3211c088087397e2861', '66.186.19.5', '1576311722', '__ci_last_regenerate|i:1576311722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88a0060fe863b5d5a175977c304188f84cf61574', '66.186.19.5', '1576563721', '__ci_last_regenerate|i:1576563721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88acff233e249f598040f339184f71b0c89e71f2', '66.186.19.5', '1576289522', '__ci_last_regenerate|i:1576289522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88b2dbcc6ef20efa44f8afc88a95b2f53747dee9', '66.186.19.5', '1576299482', '__ci_last_regenerate|i:1576299482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88be4e1f7d4fced31ea047dbe2023e7f70b6f81d', '66.186.19.5', '1576440121', '__ci_last_regenerate|i:1576440121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88bfee5724c9a41e423b7a46187afda15f9e0fe0', '66.186.19.5', '1576572362', '__ci_last_regenerate|i:1576572362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88c8639f8026c5ab5da9f84329f2df55941a2f9c', '66.186.19.5', '1576482242', '__ci_last_regenerate|i:1576482242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88cdc3b2dcd8140c51382d60755c4033e5525a38', '66.186.19.5', '1576330742', '__ci_last_regenerate|i:1576330741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88d9ea533e7edd7bf0375a5fb84d5921e5b78dde', '66.186.19.5', '1576527062', '__ci_last_regenerate|i:1576527062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88def72bb7ea547b4ed83c272e93724381cb22b4', '66.186.19.5', '1576520761', '__ci_last_regenerate|i:1576520761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88e28059dc7905b6fc2e8ef49b2b7563c09ae6a3', '66.186.19.5', '1576300381', '__ci_last_regenerate|i:1576300381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88e64c58cc5aa3f77a8ae01946f01ea71aa6f110', '66.186.19.5', '1576512481', '__ci_last_regenerate|i:1576512481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88fa1c7e77ac8d6c4e2544d700a6f4192aaacc23', '66.186.19.5', '1576339381', '__ci_last_regenerate|i:1576339381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89035dbde53ecc743e4e09b65f24b6e08b852aa0', '66.186.19.5', '1576513561', '__ci_last_regenerate|i:1576513561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('891141328c0bfa72b4bd1afec083d9d6b330bcad', '45.189.116.18', '1592329786', '__ci_last_regenerate|i:1592329780;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592275180\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89122b937c6308ba19b689de0208008d181a9f84', '45.189.116.14', '1590098394', '__ci_last_regenerate|i:1590098324;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590083651\";last_ip|s:13:\"132.251.2.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('891267e52492e3f1cdc57321ec1ec759e88ca001', '66.186.19.5', '1576285561', '__ci_last_regenerate|i:1576285561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8914894756db9df3a9e8b43dd823619e44bf22f8', '66.186.19.5', '1576536602', '__ci_last_regenerate|i:1576536602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89199ba05fb5e0f9c68132d7baa63675d0637154', '181.176.123.241', '1592089752', '__ci_last_regenerate|i:1592089570;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592070777\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('891bbfd4dd92004ac4fb3d769a5f42cbbd67d4f0', '77.88.47.82', '1583233943', '__ci_last_regenerate|i:1583233943;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89411a9b5b6207fbc613cbf834ab394bc0fd4603', '66.186.19.5', '1576631102', '__ci_last_regenerate|i:1576631102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8950deecf07766fdce320091de53726a8b118648', '66.186.19.5', '1576614481', '__ci_last_regenerate|i:1576614481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89590cac885809b2444bac85660fd8c8f87388f9', '66.186.19.5', '1576287421', '__ci_last_regenerate|i:1576287421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('895be5a2048ec994e909047a97d2c6c91cac6feb', '66.186.19.5', '1576626962', '__ci_last_regenerate|i:1576626962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8967678523503711373b58b1a999f0209d9ca784', '66.186.19.5', '1576685821', '__ci_last_regenerate|i:1576685821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('896ec14c849b8775a8d98be933425809d5198b95', '45.189.116.18', '1590969401', '__ci_last_regenerate|i:1590969383;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590960040\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897cbf6b444a8d78da23a23b68d847dc6b70302c', '66.186.19.5', '1576453922', '__ci_last_regenerate|i:1576453922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('898d7bb1d64b992932a253c7f67aecc6ea4b0928', '66.186.19.5', '1576419601', '__ci_last_regenerate|i:1576419601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89978747194f43359ab7c5b1133226927e718a30', '66.186.19.5', '1576542961', '__ci_last_regenerate|i:1576542961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89a6744ac94f5288407701b788a28435da1c7f83', '66.186.19.5', '1576284961', '__ci_last_regenerate|i:1576284961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89ae75cd4e9e0db0fca34ee54f88938ccb1dc695', '93.158.161.135', '1584437045', '__ci_last_regenerate|i:1584437045;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c6fd3bfb7e6e701389d1dca1812149582c3375', '66.186.19.5', '1576396381', '__ci_last_regenerate|i:1576396381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89cb06f3b1c46aee4f510005fc8a59a949a7912f', '66.186.19.5', '1576377361', '__ci_last_regenerate|i:1576377361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89d0b66279e7a7c80be4ba524df3329bc9f4358f', '66.186.19.5', '1576686841', '__ci_last_regenerate|i:1576686841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89d9f24c69048087fd8409c69eee730393846fa9', '66.186.19.5', '1576583642', '__ci_last_regenerate|i:1576583642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89e192035c898d72c20c81142de814e206aa6134', '66.186.19.5', '1576613461', '__ci_last_regenerate|i:1576613461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89eb9dfee261aaeaba1fcd3641bcabf0d424d557', '66.186.19.5', '1576382042', '__ci_last_regenerate|i:1576382042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89fa23bcc3cc318966588266e7ec600e572ea5fe', '66.186.19.5', '1576425302', '__ci_last_regenerate|i:1576425302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a04674ccce25cb51830087235553fa20ee8f91b', '66.186.19.5', '1576614422', '__ci_last_regenerate|i:1576614422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a19ca26bd545c21b7b0eff7b3b1e8e9ef6c3ba5', '66.186.19.5', '1576519322', '__ci_last_regenerate|i:1576519322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a20fa93e122fc510afff481d1ffc5d015d82817', '66.186.19.5', '1576659782', '__ci_last_regenerate|i:1576659782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a2318d80ecdf649d9a086879782a78557446129', '66.186.19.5', '1576277941', '__ci_last_regenerate|i:1576277941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a233b10b9e36fc268e58cc77456e2c71c1f3227', '66.186.19.5', '1576427762', '__ci_last_regenerate|i:1576427762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a27f809cb2d8dae130c94056ec883c19786ec89', '66.186.19.5', '1576496102', '__ci_last_regenerate|i:1576496102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a28ab36ecc340502fdd5da44ea4ff84757b4cf6', '77.88.5.178', '1591618824', '__ci_last_regenerate|i:1591618824;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a28cbfc382ba89035bd8ee044f45c2502701583', '66.186.19.5', '1576626901', '__ci_last_regenerate|i:1576626901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a2a276544c0ad1ce3de4ab901885f777f17dfa8', '66.186.19.5', '1576481881', '__ci_last_regenerate|i:1576481881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a3913df118841bbfb55ba059ddec87580d0d236', '173.252.83.15', '1591659958', '__ci_last_regenerate|i:1591659958;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a43b0e82b2211dcb1920790ce836931c0d44147', '66.186.19.5', '1576588261', '__ci_last_regenerate|i:1576588261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a44405491bb467d2cfaffd1e736eab2d467e0f4', '66.186.19.5', '1576330261', '__ci_last_regenerate|i:1576330261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a541fb512475be734e0a553311df4ed78360574', '66.186.19.5', '1576573801', '__ci_last_regenerate|i:1576573801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5b85a89ae2a64fcbd8586baad25e905958ecf9', '66.186.19.5', '1576543262', '__ci_last_regenerate|i:1576543262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a64ded4b3f14f6206829a9742aeb43d3e4fcf08', '66.186.19.5', '1576374602', '__ci_last_regenerate|i:1576374602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a65151a6033cb99dd586e18ccf2d43f73864d2c', '173.252.83.12', '1585157352', '__ci_last_regenerate|i:1585157352;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a65e2cda41b9854032cd4d75a046d82df30dbeb', '66.186.19.5', '1576588742', '__ci_last_regenerate|i:1576588742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a6975cefe7ff7d520ce099d7ba76ff127539cf5', '66.186.19.5', '1576419481', '__ci_last_regenerate|i:1576419481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a707f01b104eb11e851f567217f54bb159b696a', '66.186.19.5', '1576658822', '__ci_last_regenerate|i:1576658822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a7502ac7c751987a012be43c7dee19ef715cf5b', '66.186.19.5', '1576299962', '__ci_last_regenerate|i:1576299962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a7a4e92b67d5837213f0fbdaab977a1389cfd3e', '66.186.19.5', '1576528201', '__ci_last_regenerate|i:1576528201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a7ba1e1954f118ad95147e6b86a67b96dd567f7', '66.186.19.5', '1576492562', '__ci_last_regenerate|i:1576492562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a8d66893ff09b7ed55c6c98e76f3dc39f7259d7', '66.186.19.5', '1576422781', '__ci_last_regenerate|i:1576422781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a900f43601fc0cf173321c825a90d5f881f74dd', '66.186.19.5', '1576685761', '__ci_last_regenerate|i:1576685761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a9274fce407ead3108867cfdbaaec310d7f9b9b', '66.186.19.5', '1576644362', '__ci_last_regenerate|i:1576644362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a92872cfe474388a1d7531ba30e96e7f77d6695', '45.189.116.18', '1591667419', '__ci_last_regenerate|i:1591664498;local|s:1:\"2\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591582499\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a947520411c263f45b58b2bafab9acd64adf145', '104.248.20.145', '1579096104', '__ci_last_regenerate|i:1579096104;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a95532adcc82f2d15c17640207664e97757530b', '66.186.19.5', '1576633381', '__ci_last_regenerate|i:1576633381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aaa2bdde86ca44718c0646532892b59220b828f', '66.186.19.5', '1576405922', '__ci_last_regenerate|i:1576405922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ab9809434853b28fac067efe8963c4558e81dcb', '45.189.116.14', '1589818877', '__ci_last_regenerate|i:1589818877;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588356313\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8abbbee69f6783fc7a5fcbda362fb474c864b34d', '66.186.19.5', '1576528381', '__ci_last_regenerate|i:1576528381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ac21a81d37923f68e3748a2d6512fa20d8d132e', '66.186.19.5', '1576585321', '__ci_last_regenerate|i:1576585321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ac6f26e4232be01a88f4ef7f70d1a3bf6ed7e02', '181.176.105.102', '1586567392', '__ci_last_regenerate|i:1586567015;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1585756302\";last_ip|s:15:\"181.176.106.149\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad3d165a2fc841f39159aa0831c20b4280a6432', '66.186.19.5', '1576353002', '__ci_last_regenerate|i:1576353002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad4ca41845afa7d2fd50c5cc9e51d35590ae68a', '66.186.19.5', '1576667402', '__ci_last_regenerate|i:1576667402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad70b73a90d424e238fb3cea633e1d34328c80b', '66.186.19.5', '1576351261', '__ci_last_regenerate|i:1576351261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8af92cae1ee9f723624e42f2ad7b90edabb67719', '66.186.19.5', '1576645021', '__ci_last_regenerate|i:1576645021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8affe7f1be3b2380151392b07a9b9774af341495', '66.186.19.5', '1576639441', '__ci_last_regenerate|i:1576639441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b041d3cc03f05da15dcebb0949f8c063e295828', '66.186.19.5', '1576522322', '__ci_last_regenerate|i:1576522322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b1254983c640a2a023af84257a017eec0784e85', '66.186.19.5', '1576627441', '__ci_last_regenerate|i:1576627441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b19cf5a66177054f21db16f2d06331fbb65c325', '45.189.116.14', '1588180241', '__ci_last_regenerate|i:1588180197;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1587939429\";last_ip|s:15:\"181.176.102.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b23831ad474d39863d29cd457accf3ed35e8515', '132.251.2.250', '1590083299', '__ci_last_regenerate|i:1590083254;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b2d39a2e5a7f6e8ed980a8689c17c3c3015058c', '66.186.19.5', '1576325402', '__ci_last_regenerate|i:1576325402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b391911418fc5d772062e1cae86910d0f5188df', '66.186.19.5', '1576560001', '__ci_last_regenerate|i:1576560001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b4789a528511801725860d938c111ebec3be8ba', '66.186.19.5', '1576477382', '__ci_last_regenerate|i:1576477382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b47b2d25827256d934848d8b42df1b14106eba1', '66.186.19.5', '1576286162', '__ci_last_regenerate|i:1576286162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b4aeece2e905c39a8eef7e8ff12e216f8c813ec', '66.186.19.5', '1576429921', '__ci_last_regenerate|i:1576429921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b52ae1365144d6ce5823cadbfe301a505773093', '66.186.19.5', '1576477081', '__ci_last_regenerate|i:1576477081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b587db33e2522d7e641feca0eaac2509c193ab2', '66.186.19.5', '1576476001', '__ci_last_regenerate|i:1576476001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b65f66da3855cac5a3ee067f39cabe8efdf6029', '66.186.19.5', '1576364941', '__ci_last_regenerate|i:1576364941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b734933dc386c0a8850542567c07a1bda979b22', '66.186.19.5', '1576628041', '__ci_last_regenerate|i:1576628041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b86968b85083c334c2959ae05fef1fbcb31322f', '66.186.19.5', '1576417862', '__ci_last_regenerate|i:1576417862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b8bf6dc46f7c7552f9785dafc6351ee5c88fbaa', '66.186.19.5', '1576455721', '__ci_last_regenerate|i:1576455721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b9552dba9315b6b5b6f62e39dd7c9357f75d2ce', '190.232.33.208', '1576865691', '__ci_last_regenerate|i:1576865631;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576603943\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b963b1cac47a6551b12a3e9f1edfbd8d3f8e163', '66.186.19.5', '1576361281', '__ci_last_regenerate|i:1576361281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b96e6976d92c50e23162507449b2f8f374bc207', '66.186.19.5', '1576413661', '__ci_last_regenerate|i:1576413661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b9cfe4871e1ac3f4cbbd9259ec07f5f2398c519', '66.186.19.5', '1576513262', '__ci_last_regenerate|i:1576513262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ba12487f91f3cd8b83dcff66cb346319cbfe386', '173.252.111.1', '1583336035', '__ci_last_regenerate|i:1583336035;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ba1cedbd9180673d3a383db3724ebee8b6e99bf', '66.186.19.5', '1576375082', '__ci_last_regenerate|i:1576375082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bb00c8c0199253fff0a9a998fd4220e5cbdc378', '66.186.19.5', '1576311181', '__ci_last_regenerate|i:1576311181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bb0a952764d098d32534648b92b3a268a09621a', '31.13.127.118', '1591495671', '__ci_last_regenerate|i:1591495671;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bb45e17220be91ebcc47d7cfe7d1bb2ba618005', '66.186.19.5', '1576464061', '__ci_last_regenerate|i:1576464061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bb5217a558f6ee83dfb16b8c47fe8ab0592b6ab', '66.186.19.5', '1576540442', '__ci_last_regenerate|i:1576540442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bc32de669c9238c35e6ed93541c01d8fa7d105a', '66.186.19.5', '1576497781', '__ci_last_regenerate|i:1576497781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bcadb457922f21aa2425322f47f7c80613f9f33', '66.186.19.5', '1576586342', '__ci_last_regenerate|i:1576586342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd5e7560d8284dc4ea2c0dc8178ed47a4d80b13', '66.186.19.5', '1576521721', '__ci_last_regenerate|i:1576521721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd656842893833b1072f3d15bfe5e8bb16cf244', '66.186.19.5', '1576518481', '__ci_last_regenerate|i:1576518481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bda63de43d23413937b7dbff3e57034c445fcfc', '66.186.19.5', '1576517702', '__ci_last_regenerate|i:1576517702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c05b0267fc117f6e28dc33f3a6c045ac17b58c0', '190.239.111.151', '1583955929', '__ci_last_regenerate|i:1583955924;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583944491\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c08ce2473f78d23cf513190939f22652fc8f259', '66.186.19.5', '1576562041', '__ci_last_regenerate|i:1576562041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c126096cbc919d39c8b095269bc062b3a6e2a78', '66.186.19.5', '1576499521', '__ci_last_regenerate|i:1576499521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c14fbc3abc5c32b8be94d5e7086d6eb34cd691f', '132.191.0.28', '1592438271', '__ci_last_regenerate|i:1592438270;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c179fdf301404f20a01ca64b358165d5ace8c22', '66.186.19.5', '1576314062', '__ci_last_regenerate|i:1576314062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c194bafe24dc0c3d621cc9177378efbc706e106', '66.186.19.5', '1576506302', '__ci_last_regenerate|i:1576506302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c2b13d92aedd0d2c09af52110e9a083a0dbc5e5', '66.186.19.5', '1576422121', '__ci_last_regenerate|i:1576422121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c2d05a604362f104911a517615908c3825d3e77', '66.186.19.5', '1576382761', '__ci_last_regenerate|i:1576382761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c3c5ca1ebd940693a609bdfc111e40d05c7dc20', '66.186.19.5', '1576632842', '__ci_last_regenerate|i:1576632842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c3db768bc9a4a55b5f465d8eb999307cc66dba4', '66.186.19.5', '1576484822', '__ci_last_regenerate|i:1576484822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c3fa5f07fd8cd83db29d5a702336d53e8cd09e8', '66.186.19.5', '1576309921', '__ci_last_regenerate|i:1576309921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c4f3aeb462b626ed63f2fb24c22ed2c6ed34d8b', '66.186.19.5', '1576534442', '__ci_last_regenerate|i:1576534442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c55ef62cbc0d32ca1f35a8693dc277a07c1f112', '66.186.19.5', '1576476422', '__ci_last_regenerate|i:1576476422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c5d0ffeae161eee6ffcfd2088f549dbd6bad104', '66.186.19.5', '1576508041', '__ci_last_regenerate|i:1576508041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c702412041360f78cc0d1f039eecb9fb4aa71dd', '66.186.19.5', '1576555681', '__ci_last_regenerate|i:1576555681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c7b5852e00a54f4ffffe2718ddd11130f89f0e6', '66.186.19.5', '1576451161', '__ci_last_regenerate|i:1576451161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c7b6a83a4d880a2206036e519604b4b4031593a', '66.186.19.5', '1576665722', '__ci_last_regenerate|i:1576665722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c7eb50c1eab7ed237ecad1ecdedb02ca5afe278', '66.186.19.5', '1576518541', '__ci_last_regenerate|i:1576518541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c7ee8aad401d6ad11b2b12800ae75a1707d7b9e', '66.186.19.5', '1576595282', '__ci_last_regenerate|i:1576595282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c95a0c6ddd178af1ac04edf6de0f15f6510408f', '103.209.52.227', '1584488973', '__ci_last_regenerate|i:1584488973;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ca1a65681279435ddb7075a2f44685e7a514703', '66.186.19.5', '1576330142', '__ci_last_regenerate|i:1576330142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ca28f6cc05af27a0006ce1a317fcb0444b61ce1', '66.186.19.5', '1576440182', '__ci_last_regenerate|i:1576440182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ca6ffeb93817e848cc5232ae0e9c77ee4a42467', '66.186.19.5', '1576351022', '__ci_last_regenerate|i:1576351022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cad04a0e94b1a9c29f3d8ac8214f7dab93700e8', '66.186.19.5', '1576326301', '__ci_last_regenerate|i:1576326301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cb4e7ea4b6f08ec9997b1d4c5cbf79a5866a803', '66.186.19.5', '1576628282', '__ci_last_regenerate|i:1576628282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cb5d74d7545b72f7e008e62fd21943a6b09d61c', '66.186.19.5', '1576391882', '__ci_last_regenerate|i:1576391881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cbd833aa17edb9978f13956b7ce09072fcc8dfd', '66.186.19.5', '1576514281', '__ci_last_regenerate|i:1576514281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ccaa2de5ecbcb2497f1b3724fbe835ef3258e80', '66.186.19.5', '1576600141', '__ci_last_regenerate|i:1576600141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cd0159062eac29cb6f7a8de672196c65f1fc65c', '66.186.19.5', '1576320362', '__ci_last_regenerate|i:1576320362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cd58f8ec4e3b69c6d5f6755f2c8ac4c0cd3fbbb', '66.186.19.5', '1576415882', '__ci_last_regenerate|i:1576415881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cdfad6a2f874f11ec942ff3c68bc65fa21bbb23', '66.186.19.5', '1576682042', '__ci_last_regenerate|i:1576682042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ce3f405bc8d7e9ad2c7ee06bf5e5c20604274dc', '66.186.19.5', '1576346761', '__ci_last_regenerate|i:1576346761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ceae4412eff9fa37e5f98dfb9b8bc37681c632b', '66.186.19.5', '1576303982', '__ci_last_regenerate|i:1576303982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cf66e5626ed42b3a05408065db69c687a448fac', '66.186.19.5', '1576389181', '__ci_last_regenerate|i:1576389181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cfff667046f69a7c2218013d4103f24942411c8', '66.186.19.5', '1576336321', '__ci_last_regenerate|i:1576336321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d09243c41cd5b0211a1010b5c6064bdc5f86f93', '66.186.19.5', '1576678381', '__ci_last_regenerate|i:1576678381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d2b989b57dbd83df490536e27e2dc924f6eded1', '66.186.19.5', '1576536121', '__ci_last_regenerate|i:1576536121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d2d82b677f8efe4e71ae932f7dbfc65b5132bb1', '66.186.19.5', '1576418581', '__ci_last_regenerate|i:1576418581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d45031567749583d0506ef16840b2fb1169c42d', '66.186.19.5', '1576582381', '__ci_last_regenerate|i:1576582381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d47192830fe7ca75c901384adeb2461f60e1c1e', '66.186.19.5', '1576674841', '__ci_last_regenerate|i:1576674841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d474128f07f3d3ada734ef61c5de9d378c21ef5', '66.186.19.5', '1576666862', '__ci_last_regenerate|i:1576666862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d66ea7911762ae821bc13feeea2bc161f5baf4d', '66.249.83.62', '1584465670', '__ci_last_regenerate|i:1584465670;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d6a4851cc1ac1d28a9e41991510e306a421cbcc', '66.186.19.5', '1576625641', '__ci_last_regenerate|i:1576625641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d6eb31d357553f45b4c2c7fdcc04514cfeafb25', '69.171.251.2', '1590754443', '__ci_last_regenerate|i:1590754443;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d70f949b931fb5a6632fafcc35eee17864552e1', '66.186.19.5', '1576417441', '__ci_last_regenerate|i:1576417441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d74d179715dde3399ef924281169dca07bcde5a', '66.186.19.5', '1576423621', '__ci_last_regenerate|i:1576423621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d80f129b110487cc257ff7f4e0619ec5b7621a3', '66.186.19.5', '1576441201', '__ci_last_regenerate|i:1576441201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d85cf13eb147913f2589df525541ed9e03879ed', '173.252.83.7', '1585157352', '__ci_last_regenerate|i:1585157352;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d90fd5b9bdafb1d8097d1841b9c42dbffe590a9', '66.186.19.5', '1576531982', '__ci_last_regenerate|i:1576531982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8da11574b6b707314a38b5ed35d09e2b825a9ab6', '66.186.19.5', '1576419302', '__ci_last_regenerate|i:1576419302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dad3c9285bd8697da5fa26098a06bcd37bf685c', '66.186.19.5', '1576500841', '__ci_last_regenerate|i:1576500841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dbcd839e134864572088932e98ea19fec67437d', '66.186.19.5', '1576383901', '__ci_last_regenerate|i:1576383901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dcd34bbc4b1882ea568c2b1b027f3884b4bdae2', '66.186.19.5', '1576581242', '__ci_last_regenerate|i:1576581242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dd3c27c596135e1302bd07936affa43577551fc', '66.186.19.5', '1576683782', '__ci_last_regenerate|i:1576683782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de2e80ecc389f67a5c51befc1295209bd20aa77', '66.186.19.5', '1576336201', '__ci_last_regenerate|i:1576336201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8def7baa3bf83999a7feccfb45c70af1c1101cfb', '66.186.19.5', '1576554421', '__ci_last_regenerate|i:1576554421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dfb081e3a6eaaa95e9ffa6cca62701aceee95ca', '66.186.19.5', '1576686541', '__ci_last_regenerate|i:1576686541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dfb34431ed1457fd5f86165c79a0c7c2dba8b1a', '66.186.19.5', '1576372021', '__ci_last_regenerate|i:1576372021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e0413dc0af79c60a0a9bca15b9d7fe30498ff81', '66.186.19.5', '1576364761', '__ci_last_regenerate|i:1576364761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e09a81ecbe2f2ef7570e774b17250cf32d1fa1e', '66.186.19.5', '1576651322', '__ci_last_regenerate|i:1576651322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e0bdc75391d1feedea22db54192bae6a45352de', '66.186.19.5', '1576537861', '__ci_last_regenerate|i:1576537861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e0c8b9697f02e60ea66514ccf5501601c3ec029', '66.186.19.5', '1576666741', '__ci_last_regenerate|i:1576666741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e3ac6e3a61422e17a7bd542532ad68fceb470de', '66.186.19.5', '1576492982', '__ci_last_regenerate|i:1576492982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e402972d752f75c2a01078b7437d8ca9099cfd8', '66.186.19.5', '1576513382', '__ci_last_regenerate|i:1576513381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e459a3252c4403d743bd0071ebb8659b7392583', '66.186.19.5', '1576589042', '__ci_last_regenerate|i:1576589042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e4952233f6ea6fd4622ff5e118d561d69553dc9', '66.186.19.5', '1576305422', '__ci_last_regenerate|i:1576305422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e4e8876f3527e3bf1b776f98483df0f8f74d201', '66.186.19.5', '1576680781', '__ci_last_regenerate|i:1576680781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e4ea58cd5296afe7af71394a3b79c49beb97371', '66.186.19.5', '1576368062', '__ci_last_regenerate|i:1576368062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e4f1059fa1556b0f8b2eab98187fbd8de4d16af', '66.186.19.5', '1576527782', '__ci_last_regenerate|i:1576527782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e5842a8dd150403a9533643c5809445363547f0', '45.189.116.18', '1590981567', '__ci_last_regenerate|i:1590981564;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590960040\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e5f5484a19da9e222716088da0e06d8c6c1135f', '66.186.19.5', '1576602001', '__ci_last_regenerate|i:1576602001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e646aac959be96c10192a9964d9eeb026d5fe80', '66.186.19.5', '1576556762', '__ci_last_regenerate|i:1576556762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e723baa4ec93ad0df8f361d5c68e361135eb027', '66.186.19.5', '1576293721', '__ci_last_regenerate|i:1576293721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e746c05d1a8917189ce7e428408e2db61931fe4', '181.176.106.150', '1584500327', '__ci_last_regenerate|i:1584500327;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584133427\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ea011a6e6cec021c55af011cbce9b0c25640c28', '66.186.19.5', '1576390202', '__ci_last_regenerate|i:1576390202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ea1616edaf57b11f9e6af9ee3a353ad02f15b0c', '104.248.129.237', '1579068840', '__ci_last_regenerate|i:1579068840;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ea4984f56eeb786d635c966d49f172b9029da19', '66.186.19.5', '1576597262', '__ci_last_regenerate|i:1576597262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eac0e97c3f7e92d878dcb200d27b1e99ac72d09', '66.186.19.5', '1576440482', '__ci_last_regenerate|i:1576440482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eb6b3673a54952484f0f8d5e004e9e9576e31ba', '66.186.19.5', '1576589341', '__ci_last_regenerate|i:1576589341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eb9a742da2e34a9cf7069eaca27fa540bba4520', '66.186.19.5', '1576500901', '__ci_last_regenerate|i:1576500901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ebc46b31851fbf9828385e1ca24192eb0edaffa', '66.186.19.5', '1576537081', '__ci_last_regenerate|i:1576537081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ebe1d0baabaf2d9557234341027ca830a44570f', '66.186.19.5', '1576449002', '__ci_last_regenerate|i:1576449002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ebe807e4a176b2bb8b53c1660bd5a9c09d8c605', '132.251.2.211', '1579026604', '__ci_last_regenerate|i:1579026305;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579026101\";last_ip|s:13:\"132.251.2.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ec2ce4d698e40a315ad3d1e51f29c7ee14dae8b', '66.186.19.5', '1576449241', '__ci_last_regenerate|i:1576449241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ec5e0d135f1677836a9b1473567c56d4ddcec1a', '66.186.19.5', '1576462201', '__ci_last_regenerate|i:1576462201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ecb090c08c0d5d9904673047812597cb8578e2a', '66.186.19.5', '1576431782', '__ci_last_regenerate|i:1576431782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ed4c502f66308b6d5d4e90fdf44b963b8e564ad', '66.186.19.5', '1576326782', '__ci_last_regenerate|i:1576326782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ed812c5fac9b65a44de8e151dcf049dcb1e7601', '66.186.19.5', '1576471082', '__ci_last_regenerate|i:1576471082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eddc45aee0ed2a6e443dc5d979e97a72de08815', '66.186.19.5', '1576378681', '__ci_last_regenerate|i:1576378681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eef5e743716df20dba2c328638efb351511cda8', '66.186.19.5', '1576574581', '__ci_last_regenerate|i:1576574581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef0ed80dbe5a34c2b32fe3e660f2325ba0ad0f0', '66.186.19.5', '1576635842', '__ci_last_regenerate|i:1576635842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef1c6b691b6deae339531256503dfa1d2f87ae2', '66.186.19.5', '1576300982', '__ci_last_regenerate|i:1576300982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f08551a906f4636e25d8b5178588f50', '185.78.79.51', '1582316592', '__ci_last_regenerate|i:1582316592;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f08a175964133d1b6eab05b3f7d8133c15e9723', '173.252.87.18', '1577824674', '__ci_last_regenerate|i:1577824674;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f0ee8f9ba0fcd9497a0f8685643b056f5197ceb', '66.186.19.5', '1576343642', '__ci_last_regenerate|i:1576343642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f1272485d3015d031f24a967b3969ba7080cb21', '66.186.19.5', '1576351561', '__ci_last_regenerate|i:1576351561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f206dce5f750c872622e1c164cc14f4c36c6b20', '66.186.19.5', '1576369681', '__ci_last_regenerate|i:1576369681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f40e35a656aef7647437d5fe751db805d8bdcce', '66.186.19.5', '1576278062', '__ci_last_regenerate|i:1576278062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f46c88c214350faee71c1063a298a9f1eb4c3c8', '66.186.19.5', '1576480921', '__ci_last_regenerate|i:1576480921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f4acf54159a10432a4dbbdad1afa0ecb3233bc0', '66.186.19.5', '1576526221', '__ci_last_regenerate|i:1576526221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f545cff7a3a7b535d8226093eb061300c56e9b5', '66.186.19.5', '1576385402', '__ci_last_regenerate|i:1576385402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f68420142bb2a05abd48cc803db83ca739d5d96', '66.186.19.5', '1576672081', '__ci_last_regenerate|i:1576672081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f6da7474ccc52abae23ccdda2a3aded846c2c65', '18.234.229.172', '1578181649', '__ci_last_regenerate|i:1578181648;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f82c871334c806ae66b37ceb88acd7f9c76fa8f', '66.186.19.5', '1576467842', '__ci_last_regenerate|i:1576467842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f8acc5da2f9c565f75357624619a4bb690dd028', '66.186.19.5', '1576301161', '__ci_last_regenerate|i:1576301161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fa205181c5e54a600f231be488a392195eadf2d', '66.186.19.5', '1576415101', '__ci_last_regenerate|i:1576415101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fa77acb6f0d07c6a222b4355e0328d68b167586', '66.186.19.5', '1576494962', '__ci_last_regenerate|i:1576494962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fd01464d779cc65a40880387a4aa8a1301192d3', '66.186.19.5', '1576331941', '__ci_last_regenerate|i:1576331941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fd0a12c9b59789f36cde00eca7f8fd4ef9cfdbd', '190.232.33.208', '1576191657', '__ci_last_regenerate|i:1576191567;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576191469\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fdb0d4404f867cdd239eeb5584b53d23117edd4', '66.186.19.5', '1576510022', '__ci_last_regenerate|i:1576510022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fdf7e222f529b06c99f3c982e19e0b4716400bc', '66.186.19.5', '1576518241', '__ci_last_regenerate|i:1576518241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fe23cae6f3d1ccdfd7924956051b5821ce5a402', '66.186.19.5', '1576637221', '__ci_last_regenerate|i:1576637221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fe8087054e1f6870a23385df6c566bfbc9a5229', '66.186.19.5', '1576312261', '__ci_last_regenerate|i:1576312261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ff1767be79f026f2a32e2c41b361824a508415e', '66.186.19.5', '1576504261', '__ci_last_regenerate|i:1576504261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ff5f6a85e86062aa65700d947706674ca67762f', '66.186.19.5', '1576441322', '__ci_last_regenerate|i:1576441322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ff9249a7c8de6f524b59b5f41235a79d7d3918a', '197.234.221.103', '1584488838', '__ci_last_regenerate|i:1584488838;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ffa462f2e9577a31d1c9256c9804d01ee21f78e', '66.186.19.5', '1576674902', '__ci_last_regenerate|i:1576674902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ffb1e36351c57f8c2b28abffb54ee8f45d99598', '66.186.19.5', '1576486501', '__ci_last_regenerate|i:1576486501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ffe9cb39f7e9f03591a69bc7dcce7329a854677', '66.186.19.5', '1576413241', '__ci_last_regenerate|i:1576413241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9007ac466bd086adc840befd0bdd135501665767', '66.186.19.5', '1576404841', '__ci_last_regenerate|i:1576404841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('900fe5d051678f3360020ff09918dd3679a48a45', '66.186.19.5', '1576668121', '__ci_last_regenerate|i:1576668121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('902a2a52437ba99ae4cbcee8b62ae56e1e3d7246', '66.186.19.5', '1576625582', '__ci_last_regenerate|i:1576625582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('902f86b3f80beb2edc9cf1bd287397c7ae284d22', '31.13.103.12', '1586400036', '__ci_last_regenerate|i:1586400036;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('903032be05799648dcafac54cd39ef23eaa5c715', '66.186.19.5', '1576547041', '__ci_last_regenerate|i:1576547041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90409afcfa46c1de0b2b2e2650f342e345b41367', '132.191.3.200', '1583430557', '__ci_last_regenerate|i:1583430533;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583206828\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9041a5c604f9a7f8cd7d9d0e4baada2a68953d23', '66.186.19.5', '1576299421', '__ci_last_regenerate|i:1576299421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90448a0717ff493dd7b44d407e252f8295fc2e77', '190.236.102.225', '1582737129', '__ci_last_regenerate|i:1582736851;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582690929\";last_ip|s:15:\"181.176.119.246\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('904f8aee53ccbc558e3a1da61ba544830c572929', '66.186.19.5', '1576460042', '__ci_last_regenerate|i:1576460042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('906143111e3a1bf78073c13c47af2cd9b8c07956', '66.186.19.5', '1576671721', '__ci_last_regenerate|i:1576671721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9063710ff3534794fb6ebf719aa05109a2d3444a', '66.186.19.5', '1576590001', '__ci_last_regenerate|i:1576590001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9070cf7c50001b957ceae4843651aae83654ee57', '66.186.19.5', '1576609801', '__ci_last_regenerate|i:1576609801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90728d8130f4a5ec4b098848e1988ef4df3c8ffd', '66.186.19.5', '1576578902', '__ci_last_regenerate|i:1576578902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('907c3d4542be3061e7a96e7934b69a38f7417b01', '66.186.19.5', '1576682701', '__ci_last_regenerate|i:1576682701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9083d9a5f7f7675214588d3f74ff16c7357df016', '66.186.19.5', '1576583942', '__ci_last_regenerate|i:1576583942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90926f4a4b5590795c9b7eb7758aebad2e7ce1d0', '66.186.19.5', '1576588021', '__ci_last_regenerate|i:1576588021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9094bf3deb265be61a430c520d3a4dfb19653c53', '66.186.19.5', '1576524361', '__ci_last_regenerate|i:1576524361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90995e4385a75286624d0ac8c8fcbc70adc2e996', '66.186.19.5', '1576642861', '__ci_last_regenerate|i:1576642861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('909c446b6f29c7025a3fecb706e76bf24a1843c7', '45.189.116.14', '1590027822', '__ci_last_regenerate|i:1590027770;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590016047\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90a572d4855f0e1e0c1c2c2ad7e068b7c8871730', '209.17.97.2', '1576247633', '__ci_last_regenerate|i:1576247633;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90aa6112fa5b53fad582e5cad38e701c4506420a', '66.186.19.5', '1576442581', '__ci_last_regenerate|i:1576442581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90b948bee697fe9559d9afd41b777d26a5df4c0e', '66.186.19.5', '1576299842', '__ci_last_regenerate|i:1576299842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90c4a9d01ffb60463f4f1342041d8204b99ab2ca', '66.186.19.5', '1576533961', '__ci_last_regenerate|i:1576533961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90e83afc653615715673850edfe721f70c7c30de', '66.186.19.5', '1576343221', '__ci_last_regenerate|i:1576343221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90ec1549587ab926134e2f95d77924ce90ae6a3e', '66.186.19.5', '1576669021', '__ci_last_regenerate|i:1576669021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90f45f6aab53be430d4d25a2fdeaa45b388217ac', '66.186.19.5', '1576476301', '__ci_last_regenerate|i:1576476301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90f8e281a602dd2a5104d06be7ecb42c4a930fc8', '66.186.19.5', '1576654021', '__ci_last_regenerate|i:1576654021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('910b9f7c716356178e831b80ac0beb3dabc5c552', '66.186.19.5', '1576689061', '__ci_last_regenerate|i:1576689061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9110a869d9a1f3f5348bd6cc9be5514fe9d1d9c2', '66.186.19.5', '1576322881', '__ci_last_regenerate|i:1576322881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('911820de1c83db37327eb9ef96e01099ad4324b3', '66.186.19.5', '1576452661', '__ci_last_regenerate|i:1576452661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('911fe3d705e31aa05551e097c85d8cf4c61b63b3', '66.186.19.5', '1576530661', '__ci_last_regenerate|i:1576530661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9139d9d3bb9c1ad0bd6a65d9b1f30d06e85f5e8f', '66.186.19.5', '1576668182', '__ci_last_regenerate|i:1576668182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9140a120fd1733477f270982e83097babd094500', '66.186.19.5', '1576479962', '__ci_last_regenerate|i:1576479962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('914f8d1042ce90f324a2d92f519b85aa62e208d3', '66.186.19.5', '1576545121', '__ci_last_regenerate|i:1576545121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91520692c45c1e7aadc1109e850dc59f71364d72', '66.186.19.5', '1576479362', '__ci_last_regenerate|i:1576479362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91574a1f85958082e803983d8bffae87228b6089', '66.186.19.5', '1576453561', '__ci_last_regenerate|i:1576453561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91682e467ed64bb6e3cf8b181df60a4b97645085', '66.186.19.5', '1576370641', '__ci_last_regenerate|i:1576370641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('916a7609c2843aa945c18bf71303125b7098e3ae', '66.186.19.5', '1576532522', '__ci_last_regenerate|i:1576532522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9189714a687099c9ef41386d88239aa2d208bfa4', '66.186.19.5', '1576428421', '__ci_last_regenerate|i:1576428421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91a651be115f523e2b3b52c7504bf68e98893f21', '66.186.19.5', '1576339501', '__ci_last_regenerate|i:1576339501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91a7513484bc7e97f9e986469fd44822ca71742c', '66.186.19.5', '1576462021', '__ci_last_regenerate|i:1576462021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91a89cd0c68989b7457550a40a68edd5c745e426', '66.186.19.5', '1576486381', '__ci_last_regenerate|i:1576486381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91abb8d56c5ade9ef1906ca4309cea1e58852d17', '66.186.19.5', '1576611902', '__ci_last_regenerate|i:1576611902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91b22a5a942b8ba846b7004545b27003e5a64d78', '66.186.19.5', '1576604521', '__ci_last_regenerate|i:1576604521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91b766889a18a086caaed35afc8e1bfe2adc016d', '66.186.19.5', '1576279861', '__ci_last_regenerate|i:1576279861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91c5954441cd3c102d1102251492be8171bd9430', '66.186.19.5', '1576408681', '__ci_last_regenerate|i:1576408681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91d4089e1c2960d5de2ae28ea0fe6239e5055570', '66.186.19.5', '1576499642', '__ci_last_regenerate|i:1576499642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91df535cb2f874f4334b264b46f0f9be64a80785', '66.186.19.5', '1576295701', '__ci_last_regenerate|i:1576295701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91e567508591141fe9d6b490426de6ca3f2e9831', '66.186.19.5', '1576297861', '__ci_last_regenerate|i:1576297861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91f50b41fe672e08702aab01d1be40fb2c911d49', '38.240.11.16', '1577057482', '__ci_last_regenerate|i:1577057482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9201324b16cb62bd4d89c903d173cf819623e612', '66.186.19.5', '1576680302', '__ci_last_regenerate|i:1576680302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('920beb0d2b90ba5d8a7289e698e4bbe78609cdca', '66.186.19.5', '1576523642', '__ci_last_regenerate|i:1576523642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('921313bac63d480a2d9e3add2ead5e1a2d09ac0e', '66.186.19.5', '1576477922', '__ci_last_regenerate|i:1576477922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92188eb4b0544fc7eca0507a6153410da594fe5f', '66.186.19.5', '1576644001', '__ci_last_regenerate|i:1576644001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9218e7f44513a699472fce5826ca76d5725d02a9', '45.189.116.18', '1591206176', '__ci_last_regenerate|i:1591206132;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92406b5e51274ea8e552301bb60837a1856fb40e', '66.186.19.5', '1576511282', '__ci_last_regenerate|i:1576511282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('924a8070825694499b3f57889b912afb6a1b8c1c', '66.186.19.5', '1576541761', '__ci_last_regenerate|i:1576541761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9255f95154ab4424a10880525417ad5df633d45d', '66.186.19.5', '1576357921', '__ci_last_regenerate|i:1576357921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9272c52901bae019b5431ba0ea38c5bdfb14d5b3', '190.232.33.208', '1576520254', '__ci_last_regenerate|i:1576519938;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576518712\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9275a58caa83d896849f3b78d425ea952638665e', '66.186.19.5', '1576315442', '__ci_last_regenerate|i:1576315442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('927add10e04e81809a196907dad05fc3f440c74f', '66.186.19.5', '1576558801', '__ci_last_regenerate|i:1576558801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('927afd691f80083002862fdc99a8f9b79f64ba9d', '66.186.19.5', '1576310461', '__ci_last_regenerate|i:1576310461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92852446b5cd04a6881dcea30aade9a296ba0643', '66.186.19.5', '1576503301', '__ci_last_regenerate|i:1576503301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('928839ce4f1e216030069e2388a1af3a27aeb552', '66.186.19.5', '1576392302', '__ci_last_regenerate|i:1576392302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9288a233baf827331fb99573cdcca1504ff28811', '66.186.19.5', '1576687381', '__ci_last_regenerate|i:1576687381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('928e9714e6cc99f6b7202f7742ab85b5afb94d84', '66.186.19.5', '1576389361', '__ci_last_regenerate|i:1576389361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9297c8dac7a6d834592c94fe8c7d20f811c4c32f', '66.186.19.5', '1576297081', '__ci_last_regenerate|i:1576297081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('929b849f96d8912fc9793442f79201974b297e58', '190.236.102.225', '1580158982', '__ci_last_regenerate|i:1580158982;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1580083148\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('929e48b7de8e0bb484ca64e1f00e8a7ce02ff172', '66.186.19.5', '1576321082', '__ci_last_regenerate|i:1576321082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92ad7669384dcd34e088683a0fcc57abca74dc86', '66.186.19.5', '1576446482', '__ci_last_regenerate|i:1576446482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92b3cc60894ed9813c57a95a81cc148e3a68cd40', '66.186.19.5', '1576533721', '__ci_last_regenerate|i:1576533721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92c7d9858d58db48504fd90149073dba8898b948', '66.186.19.5', '1576342081', '__ci_last_regenerate|i:1576342081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92c8d15003b5a685743dbce1d313182b0d38cb37', '66.186.19.5', '1576554002', '__ci_last_regenerate|i:1576554002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92d3c33e6d90b149c46d5a65be6b252b3506827e', '66.186.19.5', '1576547701', '__ci_last_regenerate|i:1576547701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92d4b946adcb8505e32b45e019c98a7a5a65429e', '66.186.19.5', '1576625821', '__ci_last_regenerate|i:1576625821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92d962eb4ad8e93a30eda14553302f074e51f3d4', '66.186.19.5', '1576470182', '__ci_last_regenerate|i:1576470182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92e0d62e0743ef233c57c600966d079ea2e92e1e', '66.186.19.5', '1576573382', '__ci_last_regenerate|i:1576573382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92ec7a8fcab5544ef725c74ed1cbe451cae942c4', '66.186.19.5', '1576355041', '__ci_last_regenerate|i:1576355041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92fc4b9e13807fa906ab03ce646b6d566d63ce59', '66.186.19.5', '1576429742', '__ci_last_regenerate|i:1576429742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('930b6dcec3ad95b303d6380fb1c7199c4fde5803', '190.236.102.225', '1583190559', '__ci_last_regenerate|i:1583190558;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582841847\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('930d474ce6e55cb99e394fa7a89cf9b57b013804', '66.186.19.5', '1576549501', '__ci_last_regenerate|i:1576549501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('930dcde5ae626b377df64a82ac2b75a4d736bae8', '66.186.19.5', '1576663863', '__ci_last_regenerate|i:1576663863;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('930f4edd0ea4550544e310ac672ef2b45c3a83ae', '66.186.19.5', '1576485782', '__ci_last_regenerate|i:1576485782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93130661f06cdc6dbda6822ca0ec0b225cca9538', '66.186.19.5', '1576406401', '__ci_last_regenerate|i:1576406401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('931befce5dce9d0a1a47a60b558c167a5f419d60', '66.186.19.5', '1576366321', '__ci_last_regenerate|i:1576366321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('932760306b3dc730211841eae8742a8387e91ea1', '66.186.19.5', '1576434182', '__ci_last_regenerate|i:1576434182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('932c1e731695770ca663d7e21b8134327ecb9b68', '45.189.116.14', '1588432515', '__ci_last_regenerate|i:1588432441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93492ac3082b87d1d0fc28417a119f7a589e5836', '175.176.184.55', '1584489025', '__ci_last_regenerate|i:1584489025;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9352e585f2b3a51d1bec23009ee4bfac5f338da0', '66.186.19.5', '1576605422', '__ci_last_regenerate|i:1576605422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('937a55525bcb87d7334bd9b19229e108f98fdb52', '45.189.116.18', '1590857631', '__ci_last_regenerate|i:1590857629;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('937bf783f25272beef404d8f87ba9a4cb33cd9b2', '66.186.19.5', '1576673102', '__ci_last_regenerate|i:1576673102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9381e36193a513aa3e225336830bf4204732fc56', '66.186.19.5', '1576627322', '__ci_last_regenerate|i:1576627322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('938595468e53e5f6199f62f59845cad455052e76', '66.186.19.5', '1576560721', '__ci_last_regenerate|i:1576560721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('938baf446f4ad39f5578b961435428a7208dc88d', '66.186.19.5', '1576633741', '__ci_last_regenerate|i:1576633741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('939200f2cde83fdfbf19fca67d4da014b7f56b40', '66.186.19.5', '1576645382', '__ci_last_regenerate|i:1576645382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93d4da003020579ddeea562903d8ecbdfdf8528d', '66.186.19.5', '1576357262', '__ci_last_regenerate|i:1576357262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93d84e78aa1c5cf6da02ddaa8dcbdbd297c3a968', '209.17.96.194', '1591203366', '__ci_last_regenerate|i:1591203366;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93d8bbe3f0033063184b5f30310215eaa209c9a7', '66.186.19.5', '1576287362', '__ci_last_regenerate|i:1576287362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93da43ab98370848e388d4aef5f75e97af85b48e', '66.186.19.5', '1576354382', '__ci_last_regenerate|i:1576354382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93df7e7846c0841708f9471fdf1f88396f793012', '66.186.19.5', '1576521002', '__ci_last_regenerate|i:1576521002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e2acecfb1dc98354e2d2077e43411be5f81a8e', '66.186.19.5', '1576504202', '__ci_last_regenerate|i:1576504202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e32bf230ddafb2d70e12a1b7904c188456c5fb', '66.186.19.5', '1576379881', '__ci_last_regenerate|i:1576379881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e613cbe84da06df204175ce9513793af8ca350', '190.232.33.208', '1576865312', '__ci_last_regenerate|i:1576865311;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93f137b93f27b120ba9d5201f948e3bb2b3f1071', '66.186.19.5', '1576546922', '__ci_last_regenerate|i:1576546922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('941531b1a39da288960bc59f2775b8d8c5357100', '66.186.19.5', '1576577341', '__ci_last_regenerate|i:1576577341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94181141d78a1a6bc48fdd0d221c784dfdd3f133', '66.186.19.5', '1576280642', '__ci_last_regenerate|i:1576280642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9429e4e90f0a2490963f13e33a0c7598319fb36b', '66.186.19.5', '1576648741', '__ci_last_regenerate|i:1576648741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('942d6795861a2722abf9710e50af121918c9aa18', '66.186.19.5', '1576686901', '__ci_last_regenerate|i:1576686901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943a213d87b211fbb94c333441b7d61c9fba18b5', '66.186.19.5', '1576383541', '__ci_last_regenerate|i:1576383541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943e1e27182aeb58971bb085b304e447258f6044', '66.186.19.5', '1576601102', '__ci_last_regenerate|i:1576601102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('944aca9b4311ef405592cca8ab5962e4b4f8e91e', '66.186.19.5', '1576550462', '__ci_last_regenerate|i:1576550462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('945af1d74436fb9c3b7b346135384223c83526ca', '45.189.116.14', '1590177238', '__ci_last_regenerate|i:1590177235;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9462e4a0276cb6c3788c4e3bed69b3d895bb0557', '66.186.19.5', '1576463762', '__ci_last_regenerate|i:1576463762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('947e63f3760c628aadfe4e174727d34994d4bb50', '66.186.19.5', '1576600861', '__ci_last_regenerate|i:1576600861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('947f496ec707b968944d07e0bd99fbe182f18331', '66.186.19.5', '1576290842', '__ci_last_regenerate|i:1576290842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948871d057a8995e0f4de8b39faf9bd2964a034e', '66.186.19.5', '1576356842', '__ci_last_regenerate|i:1576356842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948e9ed16f92a66a1132afede3ad350b75d053cc', '66.186.19.5', '1576447201', '__ci_last_regenerate|i:1576447201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9492c3d4a7a54404a9cab243d1318748f4b3e128', '66.186.19.5', '1576346221', '__ci_last_regenerate|i:1576346221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94992fba94da31efb5cf3dd572fdd79de84ff06e', '66.186.19.5', '1576597681', '__ci_last_regenerate|i:1576597681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94a83e8da670a038ac76d7861edf8b44712ea3ca', '66.186.19.5', '1576665002', '__ci_last_regenerate|i:1576665002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94afcea2e0bfbb77b2620a620624f3a3c4937e41', '66.186.19.5', '1576652941', '__ci_last_regenerate|i:1576652941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94b3f304cc038cc19f0710bd9633eab81b833064', '66.186.19.5', '1576671422', '__ci_last_regenerate|i:1576671422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94c4ee03f3a14ac9ab5da4bb1d7bc9fcf16415e9', '66.186.19.5', '1576477142', '__ci_last_regenerate|i:1576477142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94c9a35bff4d569b256f0a971e06f4abd6dc48ed', '66.186.19.5', '1576494542', '__ci_last_regenerate|i:1576494542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94cec87d093b3e9abc805adc39be51acb1e22a0f', '132.191.1.108', '1590775783', '__ci_last_regenerate|i:1590775771;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94d41d12bd6fec3eff610a882aeaa5359893e526', '66.186.19.5', '1576444561', '__ci_last_regenerate|i:1576444561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94dc43f6ee83adb87ec471bda951ed1ba99f175b', '66.186.19.5', '1576661942', '__ci_last_regenerate|i:1576661942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94df5c7c51adc249646cfb07c0b94e13d77fc051', '66.186.19.5', '1576527481', '__ci_last_regenerate|i:1576527481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94e019fa82992d015fc665f816dbce74b74a097f', '66.186.19.5', '1576316401', '__ci_last_regenerate|i:1576316401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94e17aba7e1fa197d72a6cee27dbef43334285ee', '66.186.19.5', '1576342322', '__ci_last_regenerate|i:1576342321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94f03897acbe4aea88082a3b224c75ad3427f0c1', '66.186.19.5', '1576514101', '__ci_last_regenerate|i:1576514101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94f7bf2aff296e0ac661b533717cb2fbf38b6515', '66.186.19.5', '1576375502', '__ci_last_regenerate|i:1576375502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('950eb9c465d22b91894a527a4e018e725375dc0d', '173.252.107.14', '1584327741', '__ci_last_regenerate|i:1584327741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95185ef51d299588baee027639cf5650ba4f4145', '66.186.19.5', '1576278541', '__ci_last_regenerate|i:1576278541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('951ef28807675a981e3c05427aa5b350c3c5226c', '69.171.251.4', '1584788994', '__ci_last_regenerate|i:1584788994;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('952286a9f534dfeb93295d5b96dc1aa92f6cc41a', '66.186.19.5', '1576416422', '__ci_last_regenerate|i:1576416422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9527aa59902fde59d5ddafec3f7bb8d93c9d7424', '66.186.19.5', '1576350542', '__ci_last_regenerate|i:1576350542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95288e3ba4407adad56e43e44e460ce0c88a6f03', '66.186.19.5', '1576613281', '__ci_last_regenerate|i:1576613281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95298c854ce0a6eb4a575bcec1693e560078ca2b', '66.186.19.5', '1576530721', '__ci_last_regenerate|i:1576530721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9529fb279d832f22a7f2f34086e95fa361c44c4b', '66.186.19.5', '1576375862', '__ci_last_regenerate|i:1576375862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('952c191d02b992ebbc3ca67f38b2bc307a292ffc', '66.186.19.5', '1576676522', '__ci_last_regenerate|i:1576676522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9536095f8c8608d143898cbcdf8ccedb5c7f0ee0', '134.209.40.189', '1577876380', '__ci_last_regenerate|i:1577876380;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9538d5e174a013f6b7d3337bc8d0ceaae07d95a9', '45.189.116.18', '1590780793', '__ci_last_regenerate|i:1590780782;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('953c9eb8c3a5489f03d09d62ed3cbffe6ae5ba42', '66.186.19.5', '1576482842', '__ci_last_regenerate|i:1576482842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('954a45edbde99a6cb5d5427ba763a6af7ad82777', '66.186.19.5', '1576554722', '__ci_last_regenerate|i:1576554722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95559f588de6fe2b9047efcbed91f2a989b97adb', '66.186.19.5', '1576343282', '__ci_last_regenerate|i:1576343281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('955bdb00ab8a7086a189e2f2f50336427609ed6a', '66.186.19.5', '1576451702', '__ci_last_regenerate|i:1576451702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('955e1216230cb3260fbf055d83565b0f2c08147e', '66.186.19.5', '1576672142', '__ci_last_regenerate|i:1576672142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('956e1e443e3bff38c10d69fb32848ebad7533e36', '192.95.29.220', '1590712094', '__ci_last_regenerate|i:1590712094;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95800fe549b63d69cfb042617f65b976d4340eba', '66.186.19.5', '1576475521', '__ci_last_regenerate|i:1576475521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95882a3bdcf9f52895f25b1f9f92fe74ceba0aa0', '173.252.83.20', '1583448766', '__ci_last_regenerate|i:1583448766;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('958ac199f316bb908392f3cf648dcd0e141ce938', '66.186.19.5', '1576569541', '__ci_last_regenerate|i:1576569541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9594e0172335d756e43a1cac6f4ec5ec39c5daa7', '66.186.19.5', '1576576022', '__ci_last_regenerate|i:1576576022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9596f613f3bb09f8ec8500505a43a2ec47fa43ad', '66.186.19.5', '1576295221', '__ci_last_regenerate|i:1576295221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('959741e6bccc0ee3c11cbb1a7eb435b6a4c2a75b', '186.1.145.139', '1579280325', '__ci_last_regenerate|i:1579280114;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579278319\";last_ip|s:14:\"190.238.10.201\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9599fe43cd92062943e32ac21f2c2d6db6df0d2a', '66.249.88.209', '1580343597', '__ci_last_regenerate|i:1580343597;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('959f42bc5f452b4132637069c2c55c933034e1d7', '66.186.19.5', '1576498681', '__ci_last_regenerate|i:1576498681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95acc94a28a77cc9b89ef75c963f2232af9b82b5', '66.186.19.5', '1576306801', '__ci_last_regenerate|i:1576306801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95bde3cb1554da2bea1b74b983a883a318440fee', '66.186.19.5', '1576607462', '__ci_last_regenerate|i:1576607462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95c493e06b392cf0693289e7b47af93f7c62bee8', '66.186.19.5', '1576404602', '__ci_last_regenerate|i:1576404602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95d2f6398c747ea6105802cdaa2b43d993595a3f', '66.186.19.5', '1576397582', '__ci_last_regenerate|i:1576397582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95db82254d0c428bb5172bee8cc6e0eb3b9fb32c', '66.186.19.5', '1576499941', '__ci_last_regenerate|i:1576499941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95e771307771cab54f8c11fd8768c2d9db0aefcd', '66.186.19.5', '1576318201', '__ci_last_regenerate|i:1576318201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95e7ede85afb4b1a47e3670e5bdc1bc81369e464', '66.186.19.5', '1576640041', '__ci_last_regenerate|i:1576640041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95eb2380eb2d1bd7a71e6e732b839daef30b897f', '66.186.19.5', '1576626721', '__ci_last_regenerate|i:1576626721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95f62d1e05323c4ebb2f9834287490e261db7f54', '66.186.19.5', '1576448341', '__ci_last_regenerate|i:1576448341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9628bbf1a7fe05fd9d2596b778300b53c2fce2d1', '66.186.19.5', '1576535282', '__ci_last_regenerate|i:1576535282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('962962c98234453b0021f921f72b3a971cf9b4c8', '66.186.19.5', '1576403342', '__ci_last_regenerate|i:1576403342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('962e57ec0c3006d046966ecd045d26cd370fabcc', '66.186.19.5', '1576355281', '__ci_last_regenerate|i:1576355281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9640041a7b4c9dc301c6df2b1b3375cdf5d07990', '138.246.253.15', '1583717886', '__ci_last_regenerate|i:1583717886;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96405c5b504f823daa09c39f334cc8094c220fc4', '66.186.19.5', '1576593062', '__ci_last_regenerate|i:1576593062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('964ffd90a1e3e1b00f8f8123ec8e5bd950a9f0da', '66.186.19.5', '1576500422', '__ci_last_regenerate|i:1576500422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9657cc58b0f25d6b246e0cd8ec5d195478fb0223', '66.186.19.5', '1576286042', '__ci_last_regenerate|i:1576286042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96666d564a99bd3e91cd7e4fedcd6c3d9ed0b52c', '66.186.19.5', '1576676761', '__ci_last_regenerate|i:1576676761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('969218ff44ebf21f623701be1b18af3f97697296', '66.186.19.5', '1576392541', '__ci_last_regenerate|i:1576392541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96951aa5994024e2e48a2515eadba6b54960e031', '66.186.19.5', '1576282261', '__ci_last_regenerate|i:1576282261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('969730be256c27d33b5e216c5cb8d4901361ffe7', '45.189.116.14', '1590685907', '__ci_last_regenerate|i:1590685907;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('969ce69c8d7f0aea903deedb086ae23d972a31f5', '66.186.19.5', '1576669681', '__ci_last_regenerate|i:1576669681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96a465f1f2c77608366fe7945d5a60d946648a18', '66.186.19.5', '1576676281', '__ci_last_regenerate|i:1576676281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96aa5279904acf401fcf5410ecc8534c57aea520', '66.186.19.5', '1576278301', '__ci_last_regenerate|i:1576278301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96aee0c6237888401555df613a6930610d9b2008', '66.186.19.5', '1576484702', '__ci_last_regenerate|i:1576484702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96c283d4e5f27af1cd55328f2683b1ad92f3c76e', '66.186.19.5', '1576286222', '__ci_last_regenerate|i:1576286222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96c3c562b94a1aeb178305d4084384f7abe87e47', '66.186.19.5', '1576502162', '__ci_last_regenerate|i:1576502162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96e5c5cb7f696cd8a9c49d445bdfb5a65af3498a', '66.186.19.5', '1576454102', '__ci_last_regenerate|i:1576454102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96f459b47bead53e74acd9c67a655e7e04822092', '173.252.83.9', '1585362035', '__ci_last_regenerate|i:1585362035;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96fa0671473d78eedda18f79f357eeea57502c47', '77.88.5.123', '1591758554', '__ci_last_regenerate|i:1591758554;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96fc88cfa18d70116fd16b049cbea6fa21f9b72f', '66.186.19.5', '1576403161', '__ci_last_regenerate|i:1576403161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('970019dab8f5ca9689b01c1fce17367390d5c957', '179.6.204.155', '1583763368', '__ci_last_regenerate|i:1583763366;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('970669700b8f914b7f3ceee3a134aeea80ce926e', '66.186.19.5', '1576457702', '__ci_last_regenerate|i:1576457702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9707c8db24e6e6992e7ade832638ddeaabcb2eea', '66.186.19.5', '1576527421', '__ci_last_regenerate|i:1576527421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9709be6f3aebffd343922b215c6c6040cbebdf00', '66.186.19.5', '1576350242', '__ci_last_regenerate|i:1576350242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9709cec455e7a3346c0f3649eb677c9e09b5ae7a', '66.186.19.5', '1576433161', '__ci_last_regenerate|i:1576433161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('970d89b26aa9aa373cb2cd5a719a1f2da90eef83', '66.186.19.5', '1576406102', '__ci_last_regenerate|i:1576406102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97114e71354452196c005b6d250bd374e16bf668', '66.186.19.5', '1576408322', '__ci_last_regenerate|i:1576408322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('971b5e79b6c14acc788bd60ff26101268bf01fb6', '66.186.19.5', '1576456981', '__ci_last_regenerate|i:1576456981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('971fa0e11ef739925926517c7cffdf80e5597e86', '66.186.19.5', '1576399801', '__ci_last_regenerate|i:1576399801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('972691f50d351cb15ebecd632fb6b9f73938eeea', '66.186.19.5', '1576594681', '__ci_last_regenerate|i:1576594681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9727419f09d8743d8eeec67a8f605faef47ea3d0', '66.186.19.5', '1576389782', '__ci_last_regenerate|i:1576389782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9729793de2cf9796f4595946e0953540eb876233', '66.186.19.5', '1576498202', '__ci_last_regenerate|i:1576498202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9736a9db8f429689fa7efea216943a22fe9bb991', '66.186.19.5', '1576400101', '__ci_last_regenerate|i:1576400101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('973bf53fe8fb8abc8fac7c012cccc536b1bcbace', '66.186.19.5', '1576540382', '__ci_last_regenerate|i:1576540382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('973e361c619f858a9ce0a92de0d7713cb519fd25', '66.186.19.5', '1576329362', '__ci_last_regenerate|i:1576329362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('973f8f774cb83400fb2957a4c095480a586ea01f', '66.186.19.5', '1576626181', '__ci_last_regenerate|i:1576626181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97538113fa121db87e3dd197b622cbfb41ebe217', '66.186.19.5', '1576408862', '__ci_last_regenerate|i:1576408862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9786a0f3e1d198223a2b5f53aac934bbd69512ae', '66.186.19.5', '1576277281', '__ci_last_regenerate|i:1576277281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97893b47265c8c132b4dbd22f52c67943beb7d22', '66.186.19.5', '1576402561', '__ci_last_regenerate|i:1576402561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('978e16fa2fdd44bd3da5cdd5db3bf1ef76338a02', '66.186.19.5', '1576578662', '__ci_last_regenerate|i:1576578662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('978f5f9608716491470aebc27cc7c8a7b8af140d', '45.189.116.18', '1591940785', '__ci_last_regenerate|i:1591940744;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591931063\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97a535f8e4e8cada13782e7de987c796119b9493', '66.186.19.5', '1576468862', '__ci_last_regenerate|i:1576468862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97add731538257bad39ab46ee80f88155e30164d', '66.186.19.5', '1576318862', '__ci_last_regenerate|i:1576318862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b3f9512236f79aef3415121b590cc04e697659', '66.186.19.5', '1576335902', '__ci_last_regenerate|i:1576335902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97be4af619c9eb1df564637be0775daec201a3d5', '66.186.19.5', '1576310342', '__ci_last_regenerate|i:1576310342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c3ed8a847c62ee5c6d7cd63a116a2c9fd1aaac', '190.236.102.225', '1582815778', '__ci_last_regenerate|i:1582815722;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582748363\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c4f9e7cdf604a1ee5b832bc50d25e93a001118', '66.186.19.5', '1576627381', '__ci_last_regenerate|i:1576627381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97d1b1b981ca23d96c382b704ee2ada59301cc0c', '66.186.19.5', '1576518601', '__ci_last_regenerate|i:1576518601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97dc6460803dcc037d79ac7bb832642466968366', '93.158.161.115', '1585637178', '__ci_last_regenerate|i:1585637178;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97e7251941ee3068cfcf168fc62c07d89b1109cc', '66.186.19.5', '1576551542', '__ci_last_regenerate|i:1576551542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('980701c668371cc3ad53fa5671a989ae09035a98', '66.186.19.5', '1576366142', '__ci_last_regenerate|i:1576366142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('980e82b5f2177be92ecb1b6a56ac0544112bf099', '66.186.19.5', '1576651442', '__ci_last_regenerate|i:1576651442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98117864ea4c80d0eca90932539f6e3f95819a93', '66.186.19.5', '1576673581', '__ci_last_regenerate|i:1576673581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9814a82880f5b37cb01d56d558c8ed2df6122493', '66.186.19.5', '1576391221', '__ci_last_regenerate|i:1576391221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('982a2daafc3e3aa460fcd36170537ecef226c8fb', '66.186.19.5', '1576662121', '__ci_last_regenerate|i:1576662121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9845d99dae8b8e636bd6cc2130cd2640a770f221', '66.186.19.5', '1576525141', '__ci_last_regenerate|i:1576525141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('984690dc48bf6d259ccc9833cdb64d75a92b1bba', '66.186.19.5', '1576471802', '__ci_last_regenerate|i:1576471802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('984f0d98f6a50d906b95cf5304efbbdb5439e2bb', '66.186.19.5', '1576446901', '__ci_last_regenerate|i:1576446901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('986097ebe33260b1d17a906c9ef5a83665bb4033', '181.65.0.223', '1585359166', '__ci_last_regenerate|i:1585359043;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1585349238\";last_ip|s:15:\"181.176.124.100\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9863913e8394f9e5365f4ee33db6078febce75c3', '66.186.19.5', '1576543921', '__ci_last_regenerate|i:1576543921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('986e16196b3672c40aefd969ecf1a95d99d37d72', '66.186.19.5', '1576562462', '__ci_last_regenerate|i:1576562462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9871dafa1dbf1c8d2b610f8f6357dca57df13c3a', '66.186.19.5', '1576459861', '__ci_last_regenerate|i:1576459861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('988123beb1e5b2f7cc9ffe1eb18396095459ad90', '66.186.19.5', '1576463222', '__ci_last_regenerate|i:1576463222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98a54f5441e33f911bea6837a8f581feb8abebb1', '66.186.19.5', '1576294321', '__ci_last_regenerate|i:1576294321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98a9cbdfefe11e5be43795f010f89580ec0eb86a', '66.186.19.5', '1576356301', '__ci_last_regenerate|i:1576356301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98b17b9359949cdbad0e74916cdbf829e59fc81c', '66.186.19.5', '1576672321', '__ci_last_regenerate|i:1576672321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98b297ed17c700e9aaa40d58124b8db0a784fd78', '66.186.19.5', '1576344002', '__ci_last_regenerate|i:1576344002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98bd0dabfe7e5fcb0f0eb4d89e850cd654cebf43', '45.189.116.18', '1591698162', '__ci_last_regenerate|i:1591697878;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591657225\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98bebf9913fac188d244b0a45c125d24d0827462', '66.186.19.5', '1576679762', '__ci_last_regenerate|i:1576679762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98bf725f181f4ad2846fe807578f7e5f7ac9f9c5', '66.186.19.5', '1576591681', '__ci_last_regenerate|i:1576591681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98c50a4f5a64df1e2162353d75c39f0f10a50a6b', '66.186.19.5', '1576486442', '__ci_last_regenerate|i:1576486442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98ca5305ad28bbe9baeafc666ce0dd2ed7741b09', '66.186.19.5', '1576668661', '__ci_last_regenerate|i:1576668661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98d350d8c94737a1b7e7a85521df748dd386f8a7', '66.186.19.5', '1576666981', '__ci_last_regenerate|i:1576666981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98d4329210ce1b0c1e5716c35d75d7694036c96a', '66.186.19.5', '1576448282', '__ci_last_regenerate|i:1576448282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98e98cd954ee838c27bd59343b129c9c1d65e53c', '66.186.19.5', '1576349102', '__ci_last_regenerate|i:1576349102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98fa8419839694aa1c4c56e36eec439812657211', '66.186.19.5', '1576557302', '__ci_last_regenerate|i:1576557302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9901748a49f7f0a5d1a57595778c19caf0f26560', '173.252.111.5', '1584460294', '__ci_last_regenerate|i:1584460294;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9901cea737a558681d344e96895968756d2b9f42', '37.9.87.167', '1583930561', '__ci_last_regenerate|i:1583930561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9912ef2252ff2e47cfc677be4bb438b039cf0f63', '66.186.19.5', '1576342381', '__ci_last_regenerate|i:1576342381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9931e3409219ea8d1de045013b244fe5d4712529', '66.186.19.5', '1576595401', '__ci_last_regenerate|i:1576595401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9934bda408a7ac5d13c3ccc25f7b7b626d00944f', '66.186.19.5', '1576373041', '__ci_last_regenerate|i:1576373041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9936ff211e826eba1e0832d085116f2b41255914', '66.186.19.5', '1576372621', '__ci_last_regenerate|i:1576372621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9939380a4f86bf5b7473d6c459b15817890d1faf', '66.186.19.5', '1576650481', '__ci_last_regenerate|i:1576650481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('993b0267bfc1a54d1ab15d889095e401cb37dcf4', '66.186.19.5', '1576383662', '__ci_last_regenerate|i:1576383662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('994139bf0b018247e9cea20d1d2d084f5610f8e0', '66.186.19.5', '1576326002', '__ci_last_regenerate|i:1576326002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9942f486a86ee496777d0bc250ded9ef18fcaaf7', '66.186.19.5', '1576663022', '__ci_last_regenerate|i:1576663022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('994530a932b7c0026f02020f0c928bff37a2f43a', '66.186.19.5', '1576583042', '__ci_last_regenerate|i:1576583042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99575e5b0c5a60fce60e6049317a6ef5c1ed57cc', '173.252.83.10', '1587431157', '__ci_last_regenerate|i:1587431157;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99602ac5a8dfe8bcd0b7390602ae705d9e1d97ea', '66.186.19.5', '1576298941', '__ci_last_regenerate|i:1576298941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9960cb7a469f48ee404909f1779ed7f0376ca4c1', '66.186.19.5', '1576461242', '__ci_last_regenerate|i:1576461242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9966af1ea19d15bd79f299c9af37070c37af3c45', '66.186.19.5', '1576543681', '__ci_last_regenerate|i:1576543681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99762c357d39c8690ae9c03acb5595cc9b7c5785', '66.186.19.5', '1576630262', '__ci_last_regenerate|i:1576630261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9978ea8d7493546240c6162b0ea543a575ffdda2', '66.186.19.5', '1576342561', '__ci_last_regenerate|i:1576342561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9979a6ed7c615c2683806aec016ce2970630ffe8', '66.186.19.5', '1576561262', '__ci_last_regenerate|i:1576561262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9984ec783a80bb279ca6dedacb7f26fda07cb9aa', '190.232.33.208', '1576519016', '__ci_last_regenerate|i:1576518709;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576274778\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9995dd6803e68aa32e0fb389132d992d28e0b24b', '66.186.19.5', '1576483142', '__ci_last_regenerate|i:1576483142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('999ef68d6362c7345d5958c749448b4d68123bdc', '66.186.19.5', '1576564501', '__ci_last_regenerate|i:1576564501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99a2a2cdaf2971229ed011bb9bb2caa7d40c9ba0', '66.186.19.5', '1576597621', '__ci_last_regenerate|i:1576597621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99a8583139d5e7e8ad9cad76f60ba976ab080097', '66.186.19.5', '1576592941', '__ci_last_regenerate|i:1576592941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99a9a82392e95e5bf9e698365903ce48abe83663', '66.186.19.5', '1576430522', '__ci_last_regenerate|i:1576430522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99ac685aa5d24532586dbce91b701cf6ae92363d', '66.186.19.5', '1576586941', '__ci_last_regenerate|i:1576586941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99ad355c7f7f4f554c8daf09bab758493ea89678', '31.13.127.14', '1585462360', '__ci_last_regenerate|i:1585462360;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99af262e515c0c41067b218073a7ab9c5a25a98a', '66.186.19.5', '1576580342', '__ci_last_regenerate|i:1576580342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99b7b4d0c17c508a4ab3731ef9757b0c9e10e866', '66.186.19.5', '1576571762', '__ci_last_regenerate|i:1576571762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99b81a9f5680a7117f97120e6af9262afb6c4c40', '66.186.19.5', '1576607522', '__ci_last_regenerate|i:1576607522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99d671292a88da7255cd5b5196f920e999bd9889', '66.186.19.5', '1576389721', '__ci_last_regenerate|i:1576389721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99da9ad2342eb69e34ef019fdbfe364bbe919bfa', '66.186.19.5', '1576434662', '__ci_last_regenerate|i:1576434662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99dab51f273dc29243df69ff870771c3bf2d5d1e', '66.186.19.5', '1576333441', '__ci_last_regenerate|i:1576333441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99de1f999bbc7c42f048a6f5eab668b48ee06176', '190.232.33.208', '1576195197', '__ci_last_regenerate|i:1576195197;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99e1d887e0bbf5b5db8f9c0567e472bd015b68db', '173.252.111.3', '1584276082', '__ci_last_regenerate|i:1584276082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f1c11fd2bf385d86267ed41beae9461178d74c', '173.252.111.8', '1584196692', '__ci_last_regenerate|i:1584196692;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f7d0f883de5892bf6d18f018808e1b253391ce', '66.186.19.5', '1576423141', '__ci_last_regenerate|i:1576423141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a069c82e011fe4a56a3b66e638edd24563c8cfc', '66.186.19.5', '1576658342', '__ci_last_regenerate|i:1576658342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a191f06345c90291ba08689a84ed83b92a93b48', '66.186.19.5', '1576603022', '__ci_last_regenerate|i:1576603022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a2ceb66553b102495eb222134ce3278a0e417fa', '66.186.19.5', '1576330861', '__ci_last_regenerate|i:1576330861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a2ecf392d4cf03d610d836045c3390d36f5a29e', '66.186.19.5', '1576654202', '__ci_last_regenerate|i:1576654202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a45071c4a0f63173f7bceaeb5edcf08cea8f8d5', '66.186.19.5', '1576578422', '__ci_last_regenerate|i:1576578422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a4976dc6f60ed9133bb950aa2b8f6e4992d3d48', '66.186.19.5', '1576470662', '__ci_last_regenerate|i:1576470662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a4e4e51aa5ec222ac39e1c71194ef3039bacb10', '66.186.19.5', '1576432861', '__ci_last_regenerate|i:1576432861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a5b01ceec844178b569489ba6bcb64c364b292d', '66.186.19.5', '1576469942', '__ci_last_regenerate|i:1576469942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a5d174a02cd7526c4865571ceb3b05a1fd6256e', '66.186.19.5', '1576352521', '__ci_last_regenerate|i:1576352521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a5f302b239e7a39cfd93f9e577858be86b1d18a', '66.186.19.5', '1576493582', '__ci_last_regenerate|i:1576493582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a6850f239c61faa7c409f2d539d59a96e2a10d9', '66.186.19.5', '1576685041', '__ci_last_regenerate|i:1576685041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a6d2af9cedadc511ee252008f8cc0451ff85241', '66.186.19.5', '1576369861', '__ci_last_regenerate|i:1576369861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a7f9199eccc1d9fdd462696e27f54d239a106cb', '66.186.19.5', '1576308002', '__ci_last_regenerate|i:1576308002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a85cc98d6124969d8419efb050bdc2686150d25', '45.189.116.18', '1591600573', '__ci_last_regenerate|i:1591600342;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a896dd40c5c279d24f905beba067bb1cc041247', '66.186.19.5', '1576407001', '__ci_last_regenerate|i:1576407001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a96aa2bcf1f5467414080aeb1f054cc22574b5b', '66.186.19.5', '1576636321', '__ci_last_regenerate|i:1576636321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a9d191f194b1b524f103e584223c14621bd4d84', '66.186.19.5', '1576313581', '__ci_last_regenerate|i:1576313581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aa024ce1ee567c09c35d7b0f7aa7e900ec6fa56', '190.232.33.208', '1576519374', '__ci_last_regenerate|i:1576519352;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aa757a3a320a7c68c70f76b1a08699d185351b1', '66.186.19.5', '1576411681', '__ci_last_regenerate|i:1576411681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aade804a0634b85240d62526808c3f92b5d0713', '66.186.19.5', '1576392121', '__ci_last_regenerate|i:1576392121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab0185a25bd994c89ff784e342863283cf82651', '66.186.19.5', '1576349281', '__ci_last_regenerate|i:1576349281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab1659b9e6b5e32604d15c6911bfeb6de3df049', '66.186.19.5', '1576644901', '__ci_last_regenerate|i:1576644901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab21723e820597299a455cbe5af52d61a9449ab', '66.186.19.5', '1576650061', '__ci_last_regenerate|i:1576650061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab8d5ddfc0d62227e131227d0fe5967e646f19a', '66.186.19.5', '1576435921', '__ci_last_regenerate|i:1576435921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab9c07ba98186742af17ebf859a38b1bc2c3600', '66.186.19.5', '1576315982', '__ci_last_regenerate|i:1576315982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9abdd4563731c378cc425421df369dd5f8a6b560', '66.186.19.5', '1576644841', '__ci_last_regenerate|i:1576644841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ac80c8f1006464cb8e4f9a102a73a0e512846da', '66.186.19.5', '1576651861', '__ci_last_regenerate|i:1576651861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aca5e1601ae16bffc6994c651a035e3fee7dfa5', '66.186.19.5', '1576510322', '__ci_last_regenerate|i:1576510322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aca6007c178e216297cb6cf8c6b09b0de7dc564', '66.186.19.5', '1576301461', '__ci_last_regenerate|i:1576301461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9acbe151a6ac0d2c962cbc92d94a49f5a966f81d', '66.186.19.5', '1576653542', '__ci_last_regenerate|i:1576653542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9accd78c84bef08d9ede89d81e32f2d183f32f4b', '104.248.129.237', '1579068839', '__ci_last_regenerate|i:1579068839;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ad207938e1bed884531e014ec459628bd1075ae', '66.186.19.5', '1576367161', '__ci_last_regenerate|i:1576367161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9adcc3ce125f6ebc0b594267fc3531a272f58a51', '66.186.19.5', '1576392063', '__ci_last_regenerate|i:1576392063;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ae0216ce64ae3c3d71bf0d8e9c6d4a400baa045', '66.186.19.5', '1576450561', '__ci_last_regenerate|i:1576450561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ae4b86e9be1531ee1c0f0e76fe358a4a76a61d9', '66.186.19.5', '1576444202', '__ci_last_regenerate|i:1576444202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aee3cd1b6006a48411874b3c204fdd3d801b4c2', '66.186.19.5', '1576336681', '__ci_last_regenerate|i:1576336681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9af5de001f642ec055d5cfeb794f381f04b7bba4', '89.248.160.152', '1580070164', '__ci_last_regenerate|i:1580070163;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9af91623a82d34f95625530a83ac4adbb0946779', '66.186.19.5', '1576653781', '__ci_last_regenerate|i:1576653781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b00afa07bc4876615fc7e02e6f44ee57dd27129', '181.66.17.109', '1579022206', '__ci_last_regenerate|i:1579022198;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b0af8a05def7afa6be2f12eddd2cbbb85d2e47e', '66.186.19.5', '1576540861', '__ci_last_regenerate|i:1576540861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b106e2b30a271aee94fc4a0769087a7e143b101', '173.252.79.12', '1591564048', '__ci_last_regenerate|i:1591564048;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b1bfa29d4be574762d4462221a58184516c4c88', '66.186.19.5', '1576414622', '__ci_last_regenerate|i:1576414622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b26d48749d33fd87e2125ff25eb0e96a372b0c5', '66.186.19.5', '1576376881', '__ci_last_regenerate|i:1576376881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b33198977fa1d0df5b13b3e4e2c15ef9d3aad8b', '45.189.116.18', '1592096737', '__ci_last_regenerate|i:1592096734;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592089254\";last_ip|s:15:\"181.176.123.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b40f0b36bb2762d537b376c1174e049493f23a4', '66.186.19.5', '1576462262', '__ci_last_regenerate|i:1576462262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b4b58c7562399b2deaa72d959363bd861aa9f18', '66.186.19.5', '1576281242', '__ci_last_regenerate|i:1576281242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b5b06b5d37c4dbb7cb64dc102286d0386e7e28f', '66.186.19.5', '1576394762', '__ci_last_regenerate|i:1576394762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b6a28bfede5130a54b25ddd4a75c6c1eb0f852e', '66.186.19.5', '1576567681', '__ci_last_regenerate|i:1576567681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b83beaf7297f0327dfae487bf5fab32b55f47d5', '66.186.19.5', '1576447382', '__ci_last_regenerate|i:1576447382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ba11fe5915a6c96e90d6b03b4992b923f03f69f', '66.186.19.5', '1576387082', '__ci_last_regenerate|i:1576387081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ba4cff341df6a63924b847e422f5a46e9296cfb', '138.197.79.191', '1585698897', '__ci_last_regenerate|i:1585698897;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9baba5bca37a411261c7364b65ff1d398e4dbd4e', '66.186.19.5', '1576321021', '__ci_last_regenerate|i:1576321021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bbb005571d017c5955a6ad5ae9a80fb6553a92e', '66.186.19.5', '1576575481', '__ci_last_regenerate|i:1576575481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bc8e55686f5564b805f36e17d176d0bc31ca376', '66.186.19.5', '1576543741', '__ci_last_regenerate|i:1576543741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bce23157d7dc87e45d1fecbfea78eafa486f63f', '66.186.19.5', '1576544942', '__ci_last_regenerate|i:1576544942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bceed692bbd983b4abcb43f1e9f866498d9a94a', '66.186.19.5', '1576343821', '__ci_last_regenerate|i:1576343821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bdef6d6f986870cab05f3c869df7c9f0605269f', '66.186.19.5', '1576528082', '__ci_last_regenerate|i:1576528082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be1b88646e0cfe3d72d1ecfab4364d7c7b0c274', '66.186.19.5', '1576409642', '__ci_last_regenerate|i:1576409642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be931747691b8cb1c9b78ebf357d016213f65c9', '66.186.19.5', '1576513502', '__ci_last_regenerate|i:1576513502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9befa387c3d5beb94f4003cedf0ea31a45f023be', '66.186.19.5', '1576352342', '__ci_last_regenerate|i:1576352342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bf45376883242ab8c8a4864d1de226d0e05092d', '66.186.19.5', '1576383961', '__ci_last_regenerate|i:1576383961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bf5c460b86f20d969321f5ddd0dd06dd9da2365', '66.186.19.5', '1576681082', '__ci_last_regenerate|i:1576681082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bfce97f6da7aa54c4de673c0c13c1b3f30a82d2', '66.249.85.53', '1578480397', '__ci_last_regenerate|i:1578480391;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bfe53d2141d91fa4272ca1746528a6c2971d9e5', '66.186.19.5', '1576665601', '__ci_last_regenerate|i:1576665601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c077c320231922b6c5eab7536f0a205816e7a1c', '66.186.19.5', '1576550642', '__ci_last_regenerate|i:1576550642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c0be938e2a0e707b9981354036fb5f14dadc8c5', '66.186.19.5', '1576579021', '__ci_last_regenerate|i:1576579021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c18d453b5d3b646dccf0e59e84107e8f68f90ae', '190.232.33.208', '1576185387', '__ci_last_regenerate|i:1576185340;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576185241\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c1b80404599d35390c92ef6f34f75e698dd1326', '66.186.19.5', '1576524541', '__ci_last_regenerate|i:1576524541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c2c33681bec5413d2a87def02671a3b45251296', '66.186.19.5', '1576323841', '__ci_last_regenerate|i:1576323841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c32eaf2a9ab6c6766efe21e80daec967bddc282', '66.186.19.5', '1576581122', '__ci_last_regenerate|i:1576581121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c33967e6d524ad7e2766d98a3f044fa82e6f92f', '66.249.83.34', '1584729180', '__ci_last_regenerate|i:1584729180;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c3c5201ebdce99903333ea0e08f76283620a9cb', '66.186.19.5', '1576454882', '__ci_last_regenerate|i:1576454882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c42e2bf9c67b7e5f36dee417ce583209481cf85', '5.255.250.3', '1585597445', '__ci_last_regenerate|i:1585597445;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c48cd4cf9fd628c36983b655b753ccb3043cb0f', '66.186.19.5', '1576470421', '__ci_last_regenerate|i:1576470421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c5cd7b2ba7fef65b49e7ff111c9eb1b33d9dde6', '66.186.19.5', '1576489802', '__ci_last_regenerate|i:1576489802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c63a9b39317d69b025f86ff97319e8c26ce15a1', '66.186.19.5', '1576626842', '__ci_last_regenerate|i:1576626842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c68253b464f89ffe92f07ccaecab9454bc71485', '66.186.19.5', '1576522442', '__ci_last_regenerate|i:1576522442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c6a27ac54add5b0c9e5a830a7e3a05a98305ef2', '66.186.19.5', '1576319283', '__ci_last_regenerate|i:1576319283;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c6caa6865579cbbe7ed9a16de58b3eb8ebb4767', '66.186.19.5', '1576477981', '__ci_last_regenerate|i:1576477981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c72a9e84a80fd2b748b6b19fb1d5d074df000a6', '66.186.19.5', '1576371602', '__ci_last_regenerate|i:1576371602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c7955115d7ba6616c150ca2ddd235016a58540d', '66.186.19.5', '1576403042', '__ci_last_regenerate|i:1576403042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c7db09d336475abfa0a882aaadd45114f62dec0', '66.186.19.5', '1576561861', '__ci_last_regenerate|i:1576561861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c7f6c31177913fef0657b46d82d16364f03ece1', '66.186.19.5', '1576405022', '__ci_last_regenerate|i:1576405022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c81cf9916fb8914c02192b3ca9790d98e8ee081', '66.186.19.5', '1576437301', '__ci_last_regenerate|i:1576437301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c83351e657821b07efb6037b9424ad7501cbd6e', '66.186.19.5', '1576665061', '__ci_last_regenerate|i:1576665061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c88b0ebbadba714fb1050ed87818d0565ff6efe', '173.252.107.19', '1587612163', '__ci_last_regenerate|i:1587612163;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c894a45837d321339bf6f5b351823cda4f39008', '66.186.19.5', '1576304821', '__ci_last_regenerate|i:1576304821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c8d52f58dbe93be147e07012f20a366844555c6', '66.186.19.5', '1576372322', '__ci_last_regenerate|i:1576372322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9a8a5250bf2de9162f16657807b6b5cc1d8737', '66.186.19.5', '1576632662', '__ci_last_regenerate|i:1576632662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9d1d827c67b64b7c179212a113417f19e79467', '66.186.19.5', '1576655401', '__ci_last_regenerate|i:1576655401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cbeea276ec7817cbd34141248a866b2d034bfc9', '66.186.19.5', '1576281602', '__ci_last_regenerate|i:1576281602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cca3bd981ad6f43137a0b70044fe7209d856cc6', '173.252.83.10', '1587176180', '__ci_last_regenerate|i:1587176180;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cef0bf699036e9a8c56b0fbd7e9f65d05339e68', '66.186.19.5', '1576415401', '__ci_last_regenerate|i:1576415401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cef26712356fb99b0511115cf711fadc3d802cc', '66.186.19.5', '1576477862', '__ci_last_regenerate|i:1576477862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d044bb0e5314ef4bf1443faae8778d0b66b892a', '66.186.19.5', '1576284781', '__ci_last_regenerate|i:1576284781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d201466858506a7f7d82edbf5198cc6497a2a6c', '66.186.19.5', '1576510561', '__ci_last_regenerate|i:1576510561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d216fbc4538fc9ffb7ffcbbb592089e00fa22f9', '66.186.19.5', '1576512662', '__ci_last_regenerate|i:1576512662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d344fb6bd73d2c91febaa1864f0cae649b2ba96', '66.186.19.5', '1576565702', '__ci_last_regenerate|i:1576565702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d3518b0bba37e9435fe45a6d4aec734c25dac5f', '66.186.19.5', '1576525321', '__ci_last_regenerate|i:1576525321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d4a1126b717f9d1d007a956b4a5e5ee7069f5bf', '66.186.19.5', '1576367342', '__ci_last_regenerate|i:1576367342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d51fb8262eaaa37d3dcd4063d02570b907ba2ba', '66.186.19.5', '1576519441', '__ci_last_regenerate|i:1576519441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d533b458e0f34bd0cf66d2f532191afaa9eea50', '66.186.19.5', '1576280522', '__ci_last_regenerate|i:1576280522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d5caedc73da4c76515b132a4084716a8efb8f23', '66.186.19.5', '1576549681', '__ci_last_regenerate|i:1576549681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d6c5b2e677b8aaea99510f870ca2f05590ea641', '66.186.19.5', '1576409222', '__ci_last_regenerate|i:1576409222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d6e0f65452aab6aa70d52746df59ccaa54198a2', '66.186.19.5', '1576391401', '__ci_last_regenerate|i:1576391401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d81ef80808ac73f0db5b8789fc5a876738158e9', '66.186.19.5', '1576419781', '__ci_last_regenerate|i:1576419781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d87af7d9c18bc7a389e74958bedae757a8ed94c', '66.186.19.5', '1576498985', '__ci_last_regenerate|i:1576498985;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d88850d3a814acbe5c67239f9caa28d9bb39c76', '66.186.19.5', '1576322222', '__ci_last_regenerate|i:1576322222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d8ffb50a9f92584c068d17712d3101a67908555', '66.186.19.5', '1576315022', '__ci_last_regenerate|i:1576315022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d9c0148a7358be0ddf6a625dd6ea26b10325352', '66.186.19.5', '1576454582', '__ci_last_regenerate|i:1576454582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9da89b1a4ea1fd4b043fd729ffe2c4255ead752b', '66.186.19.5', '1576288022', '__ci_last_regenerate|i:1576288022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dab33e17ccaa873c72648441581c484eec18f67', '66.186.19.5', '1576520521', '__ci_last_regenerate|i:1576520521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db0bb651a5eeef212692e1e80972161ad7d80da', '66.186.19.5', '1576372261', '__ci_last_regenerate|i:1576372261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db23706ff6ac01bf0cab13dbe4a5ebb26b5e9a2', '66.186.19.5', '1576482181', '__ci_last_regenerate|i:1576482181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dc6b481a3b52a3bb392c6b4bcdc9550ad1bcb53', '66.186.19.5', '1576506842', '__ci_last_regenerate|i:1576506842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dcf2738f1e4026f512643d8fce0275779cb5f3b', '190.12.92.216', '1576598319', '__ci_last_regenerate|i:1576598316;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9de0785823c9ee2857ceb87d83c11ad41c87cd7f', '66.186.19.5', '1576389241', '__ci_last_regenerate|i:1576389241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9de5195cf7dc71ba38a03b7b949ceab8d87d9d6b', '66.186.19.5', '1576458001', '__ci_last_regenerate|i:1576458001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9debce13f7eb4515d2a69d78af2153f0bda854e4', '66.186.19.5', '1576590421', '__ci_last_regenerate|i:1576590421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dec0e4c3caf85e71bdf46170f53d12b77e43560', '66.186.19.5', '1576306742', '__ci_last_regenerate|i:1576306742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e192e9c631ae6eafbfbb8d70c68a0d95eedc006', '66.186.19.5', '1576392001', '__ci_last_regenerate|i:1576392001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e198c7770fd65f67de4785e064539c3d4025fc5', '66.186.19.5', '1576629421', '__ci_last_regenerate|i:1576629421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e1b93877589fc6ef0f50344c6dae27ed6a710a2', '66.186.19.5', '1576323362', '__ci_last_regenerate|i:1576323361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e2608bfa73c190e0371d873584374cee9e4130a', '66.186.19.5', '1576368362', '__ci_last_regenerate|i:1576368362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e35e0cc8eebb5da42e2e463c04e9c9b9215a7e6', '66.186.19.5', '1576496161', '__ci_last_regenerate|i:1576496161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e3c20cd770a30fa7dc8645f42f23a34b12292f0', '66.186.19.5', '1576556821', '__ci_last_regenerate|i:1576556821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e5877cfa751498c78ec0f927cec9e4785b292f3', '66.186.19.5', '1576313462', '__ci_last_regenerate|i:1576313462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e59c8011e9ca5ed2a933cc3b6b2de92a9e25643', '66.186.19.5', '1576547101', '__ci_last_regenerate|i:1576547101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e5e003cf95734821d2dd00331abfc15fa9b0e33', '66.186.19.5', '1576635601', '__ci_last_regenerate|i:1576635601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e6f93a54c62fa0213563acbb7a1224a46f71741', '66.186.19.5', '1576674782', '__ci_last_regenerate|i:1576674782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e78c0fe2138a283dc19fb92ce699d9c4be47da5', '66.186.19.5', '1576350121', '__ci_last_regenerate|i:1576350121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e837f8ae353a5239e576c776ddb37635b860bd7', '66.186.19.5', '1576474562', '__ci_last_regenerate|i:1576474562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e8c8f0897e0442139e62d6188cf1ab7f0b0e2f7', '66.186.19.5', '1576582082', '__ci_last_regenerate|i:1576582082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e90b1131ce489304baea40fdbd21a076fee0d9b', '190.232.33.208', '1576519263', '__ci_last_regenerate|i:1576519035;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576274778\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";remove_spo|i:1;message|s:12:\"PDF generado\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e98724c91e63961d243af6e14f0be68afde3f19', '77.88.5.21', '1592417492', '__ci_last_regenerate|i:1592417492;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e9e1fdfb8c55bf2ad270b7a3f86d0006dd723fc', '66.186.19.5', '1576517642', '__ci_last_regenerate|i:1576517642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eb4ce648c4cdf49996353a633eef2a6d58977d0', '190.236.102.225', '1582698741', '__ci_last_regenerate|i:1582698740;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eb843a7182eaa0d3dda3e11dc7afa7aabf2bf62', '66.186.19.5', '1576364642', '__ci_last_regenerate|i:1576364642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eb8a138f4f1159bbe9aa27e1edcd352408a3f60', '66.186.19.5', '1576545722', '__ci_last_regenerate|i:1576545722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ebef0c933f95d265172b8dabc281049eeb985a1', '66.186.19.5', '1576310222', '__ci_last_regenerate|i:1576310222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ec3059796a33b30812c691f915fc09226d6d42e', '66.186.19.5', '1576345621', '__ci_last_regenerate|i:1576345621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ec4691b020061d935a7020b1eaa6c5224b26dca', '66.186.19.5', '1576637821', '__ci_last_regenerate|i:1576637821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eeec3b1d155d7564ebdbe557ce248a5659cf383', '66.186.19.5', '1576349942', '__ci_last_regenerate|i:1576349942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ef50ee27ad7b0a1308f9b1ba7542e6d86c83b54', '66.186.19.5', '1576531022', '__ci_last_regenerate|i:1576531022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ef9c6b332eac36e0438c95b6a81531eabc030f1', '66.186.19.5', '1576312561', '__ci_last_regenerate|i:1576312561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f0401045973c365a58002ac1a7569ec9adccea6', '66.186.19.5', '1576671062', '__ci_last_regenerate|i:1576671062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f055a9e6fb8fd130f34b7afe2f289be993bcec4', '66.186.19.5', '1576591502', '__ci_last_regenerate|i:1576591502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f06d4a1500d6f7039f3d1a5aeeb97d9b5caf2da', '66.186.19.5', '1576688462', '__ci_last_regenerate|i:1576688462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f09864378d3f7e7055c123a5bbc91a5e6bfcfd4', '66.186.19.5', '1576532102', '__ci_last_regenerate|i:1576532102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f11c298069d52cb681a0d39a53825d7840740c9', '66.186.19.5', '1576350002', '__ci_last_regenerate|i:1576350002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f12aacf288073ddd512e1521e676c41f4c350a2', '66.186.19.5', '1576607162', '__ci_last_regenerate|i:1576607162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f22131b03ed5aea88460352eb0eabea4b08f08b', '66.186.19.5', '1576402861', '__ci_last_regenerate|i:1576402861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f2a4509e5ab2562bc96d9234d3c57dbe6601f5a', '66.186.19.5', '1576400401', '__ci_last_regenerate|i:1576400401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f392b029b6f3e02478210b11d4adf1dd976029c', '66.186.19.5', '1576495201', '__ci_last_regenerate|i:1576495201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f446cef3c609551c34232032bc7bd4f548aa3eb', '66.186.19.5', '1576529881', '__ci_last_regenerate|i:1576529881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f51993b0ab07e1e4a6f664c26ec5cd107b87e6f', '66.186.19.5', '1576326121', '__ci_last_regenerate|i:1576326121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f566d01d9773c4bc7fc3db1500147e11c0d5380', '66.186.19.5', '1576470721', '__ci_last_regenerate|i:1576470721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f58be0b498ca3df8b5afa5ce765a1c2e208ec83', '66.186.19.5', '1576371181', '__ci_last_regenerate|i:1576371181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f5b77873ca2ea70ef23f35f335d07c3faacbe74', '66.186.19.5', '1576445701', '__ci_last_regenerate|i:1576445701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f6760fd0dc8f9d4e622ee46d63eeaabf23dc177', '18.217.223.118', '1585182494', '__ci_last_regenerate|i:1585182494;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f727736d507d22f3ce10ce37af1400ebb4e4228', '66.186.19.5', '1576276621', '__ci_last_regenerate|i:1576276621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f761124a79c5a4f19187ba6054e0da1ad586cad', '66.186.19.5', '1576414442', '__ci_last_regenerate|i:1576414441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f84b3eafc7be73241d65ab2f4556d0284ec6e9b', '66.186.19.5', '1576593362', '__ci_last_regenerate|i:1576593362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f85d978634ed67ace9e4b2abd2d61144dbe1a60', '209.17.96.138', '1590131085', '__ci_last_regenerate|i:1590131085;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fa96e6e6445fcdda15541ee9e76c09936d3866e', '66.186.19.5', '1576427462', '__ci_last_regenerate|i:1576427462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fbf6bd1013bb2a2036b5ba99bf5fffe4aa71431', '66.186.19.5', '1576602121', '__ci_last_regenerate|i:1576602121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fc6071a3e92683e7901fb7a79b6898b6595b88b', '66.186.19.5', '1576661702', '__ci_last_regenerate|i:1576661702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fcb806f158d06baffa9a54e9ceff8c377be0a69', '66.186.19.5', '1576490702', '__ci_last_regenerate|i:1576490702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fcbce2c4d30b13026476651f0978dea2ddbdbe1', '66.186.19.5', '1576646101', '__ci_last_regenerate|i:1576646101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fdfd1abec5b4a234e8fe15381a735aba7691b30', '66.186.19.5', '1576572481', '__ci_last_regenerate|i:1576572481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fe08b2fe6c4b2294306167da0cbc65fef3c2282', '66.186.19.5', '1576629301', '__ci_last_regenerate|i:1576629301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fe316c0891a1cf3c0e4d26989964a56646394d8', '66.186.19.5', '1576450382', '__ci_last_regenerate|i:1576450382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fe51791dcab2075b947fa5a1e307e95c8564588', '66.186.19.5', '1576591441', '__ci_last_regenerate|i:1576591441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fee21a9a7ef953589116cd17387bf65088758dc', '66.249.83.62', '1587241573', '__ci_last_regenerate|i:1587241573;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ff0331e48b5e7aadb8e72987d921741a75f8251', '66.186.19.5', '1576452721', '__ci_last_regenerate|i:1576452721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ff7c5b68f95393b041ae042abcda438c5797afd', '66.186.19.5', '1576472461', '__ci_last_regenerate|i:1576472461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0050cf087e28565983d92999e914a71b442c1ef', '66.186.19.5', '1576306982', '__ci_last_regenerate|i:1576306982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a006751036ce19e01407bfc63567b3c90bf1fb05', '66.186.19.5', '1576594742', '__ci_last_regenerate|i:1576594742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a017ae410090c87c00a4f65bd1b6643249aea54b', '66.186.19.5', '1576592582', '__ci_last_regenerate|i:1576592582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a033dc89c98415a58a4ec717cb08c9bfd5d5f2f6', '66.186.19.5', '1576290242', '__ci_last_regenerate|i:1576290242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0395a2b6d55a41d876362898ae19f45892964c9', '66.186.19.5', '1576385462', '__ci_last_regenerate|i:1576385462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a03d9b467b3ec4cfed930ae088b361d250c7e3f7', '66.186.19.5', '1576395902', '__ci_last_regenerate|i:1576395902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04b54a592b88b8cd535942e1052217a98715c8f', '66.186.19.5', '1576545422', '__ci_last_regenerate|i:1576545422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04d8550f4d3c8abb51a9adfe9688d31ab728926', '66.186.19.5', '1576592821', '__ci_last_regenerate|i:1576592821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04e7c3e8d687808932bcbaf7921a71c066b5403', '66.186.19.5', '1576437722', '__ci_last_regenerate|i:1576437722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a05a8817e3e05ce91ebb8f4348a150ca032c2ecc', '66.186.19.5', '1576385822', '__ci_last_regenerate|i:1576385822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0617bc254cc6173625e4cb8e5f21b16d5aac339', '66.186.19.5', '1576431181', '__ci_last_regenerate|i:1576431181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a066cff6ee33a6e2e3f86bf6f1a0ef533138119a', '66.186.19.5', '1576669381', '__ci_last_regenerate|i:1576669381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0683333dd60b6d7f262f30f568a597f5d5f11c0', '66.186.19.5', '1576657441', '__ci_last_regenerate|i:1576657441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a06a53500d9923ebc242a504137bfd162e3af17b', '66.186.19.5', '1576359841', '__ci_last_regenerate|i:1576359841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a08622874f7754d811e14589a8b2e8756363a67b', '66.186.19.5', '1576481582', '__ci_last_regenerate|i:1576481582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a092674a0ab102091edca0dcf8f5d9206d1f0a12', '66.186.19.5', '1576458542', '__ci_last_regenerate|i:1576458542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a092736eb07865d13113c9ad6b130b02b1ac6ce5', '66.186.19.5', '1576483861', '__ci_last_regenerate|i:1576483861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a09dbbc1f37a89e6b33417fe99f91d52c4194181', '66.186.19.5', '1576567022', '__ci_last_regenerate|i:1576567022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0ac724205d5b8fe5b7adb68dadcc92b3715b6a2', '209.17.96.194', '1577495684', '__ci_last_regenerate|i:1577495684;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0aeec1ad999be1c22235894c62c0d23bbc14ee3', '181.176.100.16', '1586803256', '__ci_last_regenerate|i:1586803256;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1586642382\";last_ip|s:14:\"181.176.97.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0bf331606b8f1cf2e38634da255525718923ee6', '66.186.19.5', '1576325281', '__ci_last_regenerate|i:1576325281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0c33e30c2a06131558ab0dc7bad33cffa506388', '66.186.19.5', '1576419121', '__ci_last_regenerate|i:1576419121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0c63b2e382874c416258d72d31490e490e0e71e', '190.232.33.208', '1577208826', '__ci_last_regenerate|i:1577208790;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1577129424\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0cc5a2cc121a7bdfca7b11e4ad02fde8838fe33', '66.186.19.5', '1576530482', '__ci_last_regenerate|i:1576530481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0d43fa7b7d34d326ec0c320a758b87602baf6a6', '66.186.19.5', '1576413721', '__ci_last_regenerate|i:1576413721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0d46e673b7d9f161d8d42518b8fd376c7fe95de', '66.186.19.5', '1576350302', '__ci_last_regenerate|i:1576350302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0e2ba35823eb059cc21fa4f6e9fb2d2d7e47111', '190.232.33.208', '1576520306', '__ci_last_regenerate|i:1576520291;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576519674\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0ea89a55096e9bc08ec9085e53ed6019adc9652', '66.186.19.5', '1576449482', '__ci_last_regenerate|i:1576449482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0f3417d5fc1632ce9ce7c14e3313110d45928eb', '66.186.19.5', '1576319521', '__ci_last_regenerate|i:1576319521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0f77f7f4c2736c1af5572136449001c188c065c', '66.186.19.5', '1576657741', '__ci_last_regenerate|i:1576657741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1015aa1f8a0eb066fa174e6e992ecd38181dd5e', '66.186.19.5', '1576294262', '__ci_last_regenerate|i:1576294262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a129fddb9d4f7186dce2c6ea94692a89f1f2439a', '66.186.19.5', '1576297562', '__ci_last_regenerate|i:1576297562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a12a62c7d9d3db7295261b9026a417b8e02816c0', '66.186.19.5', '1576381381', '__ci_last_regenerate|i:1576381381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a12b53a130d58e8de4888132921f749a531b900a', '66.186.19.5', '1576402381', '__ci_last_regenerate|i:1576402381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a12c08ad45beaecd981036509e756076c3bfa0a5', '66.186.19.5', '1576384861', '__ci_last_regenerate|i:1576384861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a131fa7a0240ee6c4270945cc3fef4c0e05f0c30', '66.186.19.5', '1576428962', '__ci_last_regenerate|i:1576428962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1342063f8342b73164127d2c36fd933c9aa7004', '209.17.96.194', '1578062867', '__ci_last_regenerate|i:1578062867;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a136464c33a7a1543b581542fb1488f8089c223b', '66.186.19.5', '1576365782', '__ci_last_regenerate|i:1576365782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a144a585550a758dd4238bd9113ec0dcafce9052', '66.186.19.5', '1576391042', '__ci_last_regenerate|i:1576391042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1496521e07c35f8819e3c20c191c824323c4223', '66.186.19.5', '1576444861', '__ci_last_regenerate|i:1576444861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a14c16dc44db2dc32c082f21f23dc87d11927425', '173.252.79.8', '1578517727', '__ci_last_regenerate|i:1578517726;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a14ccbdcb6137a3d040260fdbb752fbe954b439f', '66.186.19.5', '1576539242', '__ci_last_regenerate|i:1576539242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a15961cf41302ce06e1afba63097a5d41593ec9a', '66.186.19.5', '1576505522', '__ci_last_regenerate|i:1576505522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a15ff22807486d9ba0858bb15101b3f3a2622efd', '66.186.19.5', '1576656901', '__ci_last_regenerate|i:1576656901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a17240d826ef4784e06beac66f3ddd91007b0b87', '190.236.102.225', '1581351201', '__ci_last_regenerate|i:1581351200;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a17f599ced0d1004cc3f67a6d4dc647e', '190.236.102.225', '1582258345', '__ci_last_regenerate|i:1582258345;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a18115bc5d24beb0215536cfba1ffa83302cfd08', '66.186.19.5', '1576333141', '__ci_last_regenerate|i:1576333141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1868a9af17ca327301081a5fa3cdb3bf8cb5b16', '66.186.19.5', '1576543082', '__ci_last_regenerate|i:1576543082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a18e499ff7ed904357cceef99589d2fb36c59760', '66.186.19.5', '1576663202', '__ci_last_regenerate|i:1576663202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a191514b1354ded2e5a05734c1c79b7a5224bf5d', '173.252.111.16', '1584460295', '__ci_last_regenerate|i:1584460295;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a194bf88ef60057908745bd94f897127cfe0085a', '66.186.19.5', '1576639862', '__ci_last_regenerate|i:1576639862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a19c3ff9332fe181a932363c73697776f9dbcc4c', '66.186.19.5', '1576291742', '__ci_last_regenerate|i:1576291742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a19e8865b2c41bfef34d5b620748219976a5de00', '66.186.19.5', '1576309442', '__ci_last_regenerate|i:1576309442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1a2ca4b5f785c5e8b47497aa96a55c47a0a6720', '190.234.163.130', '1592187088', '__ci_last_regenerate|i:1592186856;local|s:1:\"1\";listaVenta|i:0;error|s:64:\"<p>Error de inicio de sesión, por favor inténtelo de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1a3b360da42e84f4f8c8c86cc9fb7decd87fee7', '66.186.19.5', '1576624862', '__ci_last_regenerate|i:1576624862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1afa25598a0d1337ab638fda6a67325014ae927', '66.186.19.5', '1576574881', '__ci_last_regenerate|i:1576574881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1b045ffb7810527f2e66647efb4699f5b5ce914', '66.186.19.5', '1576663622', '__ci_last_regenerate|i:1576663622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1baa7f26387315a51b65b9e99e0205293491859', '45.189.116.14', '1590689839', '__ci_last_regenerate|i:1590687582;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590621309\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1bdf7824cc20819503a2f63cde8eac67719317d', '190.238.52.115', '1592188836', '__ci_last_regenerate|i:1592188669;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1592187338\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1c519be867d60be66cae3a3246204232b04e87d', '66.186.19.5', '1576306321', '__ci_last_regenerate|i:1576306321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1c569c4812d918acdcdfb9fdfad3d2b8ae399b0', '66.186.19.5', '1576303681', '__ci_last_regenerate|i:1576303681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1d2a512e78c88b99398287f32f2a76686782448', '66.186.19.5', '1576685342', '__ci_last_regenerate|i:1576685342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e3708d4370ca834ca4e9fd7c6bea80ae6f8413', '167.172.25.63', '1583152463', '__ci_last_regenerate|i:1583152463;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e8c2ff7deb1e316962ba641e0b009e8a427aeb', '66.186.19.5', '1576664221', '__ci_last_regenerate|i:1576664221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a200d906d9203308bfac0b68010ad5d71fd957a2', '66.186.19.5', '1576673702', '__ci_last_regenerate|i:1576673702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a208b3f7f0c9bcad8f023d3a132bbc63b8ae5a82', '66.249.70.34', '1587487119', '__ci_last_regenerate|i:1587487119;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a21c5ff1909bfe2fa60a8b8241be7a04a4381d66', '190.236.102.225', '1582736814', '__ci_last_regenerate|i:1582736539;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582690929\";last_ip|s:15:\"181.176.119.246\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a21fb53452947053edcc335af731d89909c8a1e7', '66.186.19.5', '1576426982', '__ci_last_regenerate|i:1576426982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a226e616983d5f2eeb6e6040a2c753c954fbecc7', '66.186.19.5', '1576516982', '__ci_last_regenerate|i:1576516982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a22dc864e15d5298506b5eb46533fe9497b3dfed', '66.186.19.5', '1576568881', '__ci_last_regenerate|i:1576568881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2369d25b582e19c18769d4ca568193c74c1c6b7', '66.186.19.5', '1576512362', '__ci_last_regenerate|i:1576512362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a23c925d783e12cb143c1e1d4be44b7647c79d06', '66.186.19.5', '1576590481', '__ci_last_regenerate|i:1576590481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a23e00962746c9783d128a8c39af7453a9b78ef2', '66.186.19.5', '1576307642', '__ci_last_regenerate|i:1576307642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a23e32ebded23fa038738e1122e400767db45d46', '66.186.19.5', '1576525381', '__ci_last_regenerate|i:1576525381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a244bd31b18a268216c7725ce359c83e13fb01ba', '66.186.19.5', '1576373581', '__ci_last_regenerate|i:1576373581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a247e34069659b245bab27a055f5240af582a45b', '66.249.88.179', '1578412621', '__ci_last_regenerate|i:1578412620;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a24c8e61b453888ebac80bbeaab5cccc7cb7a4f0', '66.186.19.5', '1576489082', '__ci_last_regenerate|i:1576489082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a25aadee0b93c13097fb9ed1e1a67b13d4682b74', '66.186.19.5', '1576447322', '__ci_last_regenerate|i:1576447322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2612238774ee2336fa783e9aced6334c0417cce', '66.186.19.5', '1576476781', '__ci_last_regenerate|i:1576476781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a263f9872655e6f3f48aa9ba80547442f58d9b3e', '66.186.19.5', '1576628162', '__ci_last_regenerate|i:1576628162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a26cf215bb6cb946b84a5ed14a0c32f5ceea97d8', '190.238.52.115', '1583636589', '__ci_last_regenerate|i:1583636320;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583633310\";last_ip|s:15:\"190.233.137.125\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";message|s:30:\"Registro cerrado correctamente\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a26f985f1b034dc1ca0cff65e18fe5939dc79f20', '66.186.19.5', '1576624922', '__ci_last_regenerate|i:1576624922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a27d9218801f5bf2a5cc3e0fbd80ecda4d970412', '3.92.92.150', '1580858340', '__ci_last_regenerate|i:1580858340;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a283df4d44b95a53e1322a0c2abf862b1113a0f2', '66.186.19.5', '1576430642', '__ci_last_regenerate|i:1576430642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2ad9368792457b175a9d598e7271bfeaab2b85f', '66.186.19.5', '1576512841', '__ci_last_regenerate|i:1576512841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2bdb6d625df97b3c0dc29f6a4a131bf0294a8cb', '66.186.19.5', '1576419901', '__ci_last_regenerate|i:1576419901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2e3319434739469254f5e0401b4b477855d7395', '66.186.19.5', '1576328641', '__ci_last_regenerate|i:1576328641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2e96e9f9f9b5bde36f867d71eefc892e6095e40', '66.186.19.5', '1576555322', '__ci_last_regenerate|i:1576555322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2ffe4f51770d6c55103be0dcabd949b51168438', '66.186.19.5', '1576468742', '__ci_last_regenerate|i:1576468742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30450f4a1a1e5810c5ac74d000938f955d2c01c', '66.186.19.5', '1576487522', '__ci_last_regenerate|i:1576487522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30500e7b7b5ccc62802a13f08498e22731851c2', '66.186.19.5', '1576323541', '__ci_last_regenerate|i:1576323541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30c93ab695a4166054cf734f028c422698b0d73', '66.186.19.5', '1576282561', '__ci_last_regenerate|i:1576282561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30ee084e70f4a675a2e478389575e6c', '168.90.245.28', '1582283718', '__ci_last_regenerate|i:1582283718;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30f2979b70174c67e006db18099fa939c29debb', '66.186.19.5', '1576409101', '__ci_last_regenerate|i:1576409101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a311fa5623e0286261ee4e1d4468759177431359', '171.244.185.9', '1584502249', '__ci_last_regenerate|i:1584502249;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a313bdd8e8364b1b00243b9cd6daf576bd3b98e5', '66.186.19.5', '1576388762', '__ci_last_regenerate|i:1576388762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3152eb927ba84d972a8df20168e92b8759759aa', '77.88.5.31', '1590459623', '__ci_last_regenerate|i:1590459623;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a334905e247ef2d31070fa7615b6fd448d4b47bd', '66.186.19.5', '1576298702', '__ci_last_regenerate|i:1576298701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3619bab7d8611e009c7a594881d68fefc6e586d', '66.186.19.5', '1576659961', '__ci_last_regenerate|i:1576659961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a36ca2fbdcad67f7ed4aceb6c851697fba688c6b', '66.186.19.5', '1576559521', '__ci_last_regenerate|i:1576559521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a372d85b2021ab0584295ea2eb20f1da28433fd8', '66.186.19.5', '1576284481', '__ci_last_regenerate|i:1576284481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a37da780c5f732166eb51e0244d562d2eed42b7d', '66.186.19.5', '1576485001', '__ci_last_regenerate|i:1576485001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a381951d3caec948e44b1c5a387a324988466ed2', '66.186.19.5', '1576563362', '__ci_last_regenerate|i:1576563362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a391464e2c0a01e58e347917355cee66c663a40d', '45.189.116.18', '1591696813', '__ci_last_regenerate|i:1591696521;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591657225\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3a234e5075dabbaf2799b52ee3b4c4a4b03f64f', '66.186.19.5', '1576685942', '__ci_last_regenerate|i:1576685942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3aa30f2287dbbaf97a64169013e0c5bbe89674f', '209.17.96.74', '1576572615', '__ci_last_regenerate|i:1576572615;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3b93f7c2aedb6714a603862d9ec2d079cf4af3a', '66.186.19.5', '1576483742', '__ci_last_regenerate|i:1576483742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3ba753a0b830e72d1856631d7708e0fb68630c3', '66.186.19.5', '1576430282', '__ci_last_regenerate|i:1576430282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3c0e43238ad99b5d7b2c815454e9813762ee779', '66.186.19.5', '1576605362', '__ci_last_regenerate|i:1576605362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3cdafef88c9e94ac4ee6845ecac4a0a1dc0e16f', '66.186.19.5', '1576551122', '__ci_last_regenerate|i:1576551122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3d798a814b82d91d1bf948072ee9078b7fe7413', '45.189.116.18', '1590801037', '__ci_last_regenerate|i:1590801031;local|s:1:\"1\";listaVenta|i:13;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3dc78cdb26251d9440760907cc844918401aa33', '66.186.19.5', '1576426681', '__ci_last_regenerate|i:1576426681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3df35843e4f4551d403f955562139f4490779d3', '66.186.19.5', '1576674661', '__ci_last_regenerate|i:1576674661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3fbe070506f840521831708fe6c81ccdcbc2493', '66.186.19.5', '1576525082', '__ci_last_regenerate|i:1576525082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a40f4f3a6dab9be61eeee2632dcfee45719faed0', '66.186.19.5', '1576407242', '__ci_last_regenerate|i:1576407242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a415fcdb858ee795d3556844f0d5853b4d6d8d4e', '66.186.19.5', '1576354021', '__ci_last_regenerate|i:1576354021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a419054d1679fb8d80c9de490732af7943ea809d', '66.186.19.5', '1576567922', '__ci_last_regenerate|i:1576567922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a41e574362cab6da655733f1a5090070f9f371a3', '66.186.19.5', '1576373161', '__ci_last_regenerate|i:1576373161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4204d65650bbb59de3264562e107f23d4081e74', '66.186.19.5', '1576501801', '__ci_last_regenerate|i:1576501801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a421ba3580fb58291a857ddd7e506587f48a8a3f', '66.186.19.5', '1576342741', '__ci_last_regenerate|i:1576342741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a43086713484620a4c112598e72b820344ac3bd4', '66.186.19.5', '1576503781', '__ci_last_regenerate|i:1576503781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a43323214d5cb0a31715888a1805d50cd6eaeafa', '35.170.73.187', '1580858343', '__ci_last_regenerate|i:1580858343;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a436506c759bc7e51d005a1ba7337de186ca1841', '66.186.19.5', '1576384562', '__ci_last_regenerate|i:1576384561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a43b4853cd333076c1c3170b6e3fbdf51f2221f0', '66.186.19.5', '1576604222', '__ci_last_regenerate|i:1576604222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a43e034e7e33085eae549a58ef00ade351f7da61', '66.186.19.5', '1576336441', '__ci_last_regenerate|i:1576336441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a44906c51d0d623aaca3e939526fee7a7252c9e4', '66.186.19.5', '1576500182', '__ci_last_regenerate|i:1576500182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a44c8ac9b786a52b4e2f1d50d52037f203fb4113', '66.186.19.5', '1576594922', '__ci_last_regenerate|i:1576594922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a44e4e8eab7326efa952f85c6fc508e775c6f8a4', '66.186.19.5', '1576494901', '__ci_last_regenerate|i:1576494901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a46455cc48f28688c4426aad57b1d5176b2afd25', '66.186.19.5', '1576329482', '__ci_last_regenerate|i:1576329482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a46a6f7159f171dc708f1f8f5270458e6eab57b2', '66.186.19.5', '1576507801', '__ci_last_regenerate|i:1576507801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a46d6b8180f8a04b35f519d75413f5962b0224d7', '45.189.116.14', '1589934058', '__ci_last_regenerate|i:1589934041;local|s:1:\"1\";listaVenta|i:19;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589817111\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a46ed7752dcb6af3afbc09342a17f4db8ba439b8', '66.186.19.5', '1576535762', '__ci_last_regenerate|i:1576535762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a474ff03d8a29be77e1c9efc1dfdaef4013659ab', '190.233.137.125', '1583636936', '__ci_last_regenerate|i:1583636476;local|s:1:\"1\";listaVenta|i:16;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1581280217\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a485a650ed6020b4002afa35288d1dfae87fbd5e', '66.186.19.5', '1576395781', '__ci_last_regenerate|i:1576395781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a489e2e0645a2fd4cac1349b80591704a9a7df20', '66.186.19.5', '1576613342', '__ci_last_regenerate|i:1576613342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a48bf1397f52447da2d28425c8aa3098e52641bf', '66.186.19.5', '1576386661', '__ci_last_regenerate|i:1576386661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a490e7f43174dab8f1ffc43ad2e2256d1cacbb28', '66.186.19.5', '1576454162', '__ci_last_regenerate|i:1576454162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4b424c8e9d0279e854224c748e2dc8a780b0a32', '66.186.19.5', '1576292281', '__ci_last_regenerate|i:1576292281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4c411bbe7bd5cc7397d74096cecada061ddbf9f', '66.186.19.5', '1576517401', '__ci_last_regenerate|i:1576517401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4c546b3adb350c0c279d539acf4ec5f53b5f96d', '66.249.70.62', '1587466463', '__ci_last_regenerate|i:1587466463;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4c7b99929868e051c8aed2bf1e3c290237bc5a8', '66.186.19.5', '1576499341', '__ci_last_regenerate|i:1576499341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4d7a23f061e82018ca4983945cebe49270d4b14', '66.186.19.5', '1576638721', '__ci_last_regenerate|i:1576638721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4dda182b0970d88f4862b3efbf3c4543da417b6', '66.186.19.5', '1576536541', '__ci_last_regenerate|i:1576536541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4e43d88e409b4fb6508b8e287dd0803386273c7', '66.186.19.5', '1576337462', '__ci_last_regenerate|i:1576337462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4e4edfbe0db107740d80802c4bade62bbb6f32a', '190.234.163.130', '1592187338', '__ci_last_regenerate|i:1592187322;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1592187273\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4e95df918927e14adc9472b0ed4181ad5703903', '173.252.83.13', '1584914487', '__ci_last_regenerate|i:1584914487;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4ef481e9a951ed6a5daf01f1992f2e09b55c96a', '66.186.19.5', '1576341541', '__ci_last_regenerate|i:1576341541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4efd02e01229ad5c1233b970470af3f126f63f8', '66.186.19.5', '1576471561', '__ci_last_regenerate|i:1576471561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4f294fe91536e2d8696bb5baa65cc61fbde857b', '66.186.19.5', '1576406161', '__ci_last_regenerate|i:1576406161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4fce47e052111bebab096a3a9d6168b104c882e', '66.186.19.5', '1576516802', '__ci_last_regenerate|i:1576516802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4fe14e77d5a80435d35455001fecc6371d7b785', '66.186.19.5', '1576467361', '__ci_last_regenerate|i:1576467361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a509d867c8e50b8501954ae20a024b079cd835a1', '66.186.19.5', '1576292342', '__ci_last_regenerate|i:1576292342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a50b0c4ee6fb2bbda53204de983f922137a438d4', '66.186.19.5', '1576395181', '__ci_last_regenerate|i:1576395181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a50b72b104d2a5561ca4a82f4bda1b84e9d4c750', '66.186.19.5', '1576463281', '__ci_last_regenerate|i:1576463281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a522a31fa8c1831eb918acb7abfeb1e6ed42769d', '66.186.19.5', '1576338481', '__ci_last_regenerate|i:1576338481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a539278cfe0b0ea0764458e830f628b6ddf77a97', '66.186.19.5', '1576353842', '__ci_last_regenerate|i:1576353842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a53af961e09c27e10700b9de42dceaad86d9a480', '66.186.19.5', '1576289941', '__ci_last_regenerate|i:1576289941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a53c5f182c3ced59d23775908ec57352f662aebc', '45.189.116.14', '1589906683', '__ci_last_regenerate|i:1589906463;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589817111\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5464cc123c6dbd642f3dc1843496582fe961a29', '66.186.19.5', '1576559342', '__ci_last_regenerate|i:1576559342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a56366b40c67d4b985b34884a86fa0e3cdc6799c', '66.186.19.5', '1576663442', '__ci_last_regenerate|i:1576663442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5647f8b3dcdec358422b03074124bcf2ca4186c', '66.186.19.5', '1576305841', '__ci_last_regenerate|i:1576305841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a566702d521932570531ddb2bb563c4bcaa19c9d', '66.186.19.5', '1576281662', '__ci_last_regenerate|i:1576281662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5736c65805d267d0fc5d59a5165450e9c989514', '190.234.106.215', '1583182122', '__ci_last_regenerate|i:1583182122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5859d7183fd00fe6d74922d50bd8cd7c3b9d801', '66.186.19.5', '1576561802', '__ci_last_regenerate|i:1576561802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a590faa4698820895cf1b62f7de94c38eb81e968', '66.186.19.5', '1576528262', '__ci_last_regenerate|i:1576528262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a595f05020c019293459d35501b1a83182092fd2', '66.186.19.5', '1576299722', '__ci_last_regenerate|i:1576299722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a59d843c8eeb2a19cce46d0f5332cfeea4d0182c', '66.186.19.5', '1576388881', '__ci_last_regenerate|i:1576388881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5a6e022392855ea0370e783da32ee335566d320', '66.186.19.5', '1576458482', '__ci_last_regenerate|i:1576458482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5bb34bcde8bd48f0440fde6c12dcd654d720055', '66.186.19.5', '1576407782', '__ci_last_regenerate|i:1576407782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5bb827e63af2aa6ad030bd13df94b0efe4d1835', '66.186.19.5', '1576400702', '__ci_last_regenerate|i:1576400702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5d2b0dd0bcdd240fd595eb7b1baf3917fe5481b', '45.189.116.18', '1590972911', '__ci_last_regenerate|i:1590972891;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590960040\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5d641fa6fe9cadae5e9d31e894065e826281244', '31.13.127.18', '1587013061', '__ci_last_regenerate|i:1587013061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5da301150d2bde9a34c8af6332877a220525de8', '66.186.19.5', '1576555561', '__ci_last_regenerate|i:1576555561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5dbfeef226c2639825d3f586c038c8be0cdbb2a', '77.88.5.10', '1592417482', '__ci_last_regenerate|i:1592417482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e39d1d1e76e70c69928542700dcf7aa0a4ca09', '66.186.19.5', '1576357022', '__ci_last_regenerate|i:1576357022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5f1e4a4b595815da179416668c6a6c045567d4b', '134.122.30.193', '1588872075', '__ci_last_regenerate|i:1588872075;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fa8cd1ad13ac42f6dcfefc7839f6f0aa9575f3', '66.102.8.147', '1579177896', '__ci_last_regenerate|i:1579177894;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fca3c0a819a0e039e9e6c12ffdd1ee3d5363cd', '66.186.19.5', '1576603561', '__ci_last_regenerate|i:1576603561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fd3ec1898d84f8849e00bd66e60b5cb24b6dee', '66.186.19.5', '1576381202', '__ci_last_regenerate|i:1576381202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a606a0e6a4dc1db903e08482fe29d3db9a16d5c8', '66.186.19.5', '1576370881', '__ci_last_regenerate|i:1576370881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a61aba619a8dc7af277f314b4b9f55a2965d151e', '66.186.19.5', '1576278961', '__ci_last_regenerate|i:1576278961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a61fe732392749cd8520dc0a9a1422f16a372fed', '66.186.19.5', '1576546561', '__ci_last_regenerate|i:1576546561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6273770bb1ae088c6c93710dcae523c45b39e78', '158.101.18.36', '1588632889', '__ci_last_regenerate|i:1588632889;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6458654ad6ed316b6628b345886f833709881b4', '190.236.102.225', '1582820516', '__ci_last_regenerate|i:1582818684;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582748363\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6472d2d96afecedc4efe941d58dd2b8de34efae', '66.186.19.5', '1576584481', '__ci_last_regenerate|i:1576584481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a64b9e2edc0a0cfa496bcb4e700186ce0b455c23', '66.186.19.5', '1576439041', '__ci_last_regenerate|i:1576439041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a65e04d696cc9e9ae781759610a5b1ff0153d8e4', '66.186.19.5', '1576408502', '__ci_last_regenerate|i:1576408502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a664a8678038dc90b1786df998c89a1c701bad2a', '66.186.19.5', '1576280162', '__ci_last_regenerate|i:1576280162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a664dbf35e508d20de65c5c00f30ae2d107b87a1', '66.186.19.5', '1576540081', '__ci_last_regenerate|i:1576540081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a665b7c9409c3464554a3cd396273b5d39e1f474', '66.186.19.5', '1576668841', '__ci_last_regenerate|i:1576668841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6662af8cd92cfb47c5a90b2a0bfd90ffb986012', '66.186.19.5', '1576297681', '__ci_last_regenerate|i:1576297681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a66b6824a63614b994d70372511f366b2f3743ed', '66.186.19.5', '1576353602', '__ci_last_regenerate|i:1576353602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6783626064e28773b7a8fa1707270b141deb0ed', '66.186.19.5', '1576585861', '__ci_last_regenerate|i:1576585861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a67bbf9c8bf4d68191ead79bd239f11b7e35d310', '66.186.19.5', '1576572662', '__ci_last_regenerate|i:1576572662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6807bf16226b67fe4f38e2d0e02dff7527c1a5f', '66.186.19.5', '1576457222', '__ci_last_regenerate|i:1576457222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6817d02335598f7f9bca2dcafe2dbb6990a0c2a', '66.186.19.5', '1576491121', '__ci_last_regenerate|i:1576491121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6867b4e224e1784bd44f936be1f4677ed4c86b9', '66.186.19.5', '1576523881', '__ci_last_regenerate|i:1576523881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a68cbae9a55bddcf94b6c77d770035b33ce5c546', '31.13.127.9', '1592017386', '__ci_last_regenerate|i:1592017386;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a690bd281a38e4799253179982e856dcd4432172', '66.186.19.5', '1576288861', '__ci_last_regenerate|i:1576288861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a692a982e1f1280cf0378a117d1de638d7ed76d3', '66.186.19.5', '1576413482', '__ci_last_regenerate|i:1576413482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a693c705d01d2e31607460a84200f0ec1ec4cb99', '66.186.19.5', '1576357321', '__ci_last_regenerate|i:1576357321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6a7de0b4dab5b96ea482a46affb0cbf473597b7', '66.186.19.5', '1576348862', '__ci_last_regenerate|i:1576348862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6ab9714c1f33ac5cf312db8de7039f6d09c5993', '66.186.19.5', '1576643642', '__ci_last_regenerate|i:1576643642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6bbe889832ca4c455d486f05c54cd42859ad25f', '66.186.19.5', '1576533062', '__ci_last_regenerate|i:1576533062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6bfd545fa471746f02df2bcc4049fefac724db9', '66.186.19.5', '1576662842', '__ci_last_regenerate|i:1576662842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6d0405c9e71ce1a3b1c1fe9af62dabbdbc1176f', '66.186.19.5', '1576312381', '__ci_last_regenerate|i:1576312381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6de918f6dda29b443f8ec6447fa346eaa710baf', '66.186.19.5', '1576490102', '__ci_last_regenerate|i:1576490102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6e477714d103a1e2b514ddaa2cb94df74a34ffd', '77.88.5.50', '1591633721', '__ci_last_regenerate|i:1591633721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6e4790ccd6d65f2e36f728b89e790cd535f5811', '66.186.19.5', '1576576742', '__ci_last_regenerate|i:1576576742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6f2bdc9bfd2b5804d4e89610e79c7a3f3d1f77c', '66.186.19.5', '1576609682', '__ci_last_regenerate|i:1576609682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6f8af0aac4c78e149f666aa59804e45f52444d5', '66.186.19.5', '1576298282', '__ci_last_regenerate|i:1576298282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6fbedebb1ce71be489e67fa62bbd86ac69c1761', '66.186.19.5', '1576300202', '__ci_last_regenerate|i:1576300202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a702e28ae4d469a6b2d2836a46d2e678f49d7f1f', '66.186.19.5', '1576667702', '__ci_last_regenerate|i:1576667702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a704871940fa5af6001625f2a979c7133a740858', '66.186.19.5', '1576581661', '__ci_last_regenerate|i:1576581661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a70c2c3e70369dc067ded83149cec983743d6685', '66.186.19.5', '1576667582', '__ci_last_regenerate|i:1576667582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a70f4ad99e52cc825b1448d68f9f71addbb0969b', '66.186.19.5', '1576669202', '__ci_last_regenerate|i:1576669202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a71559c7172bcc08b0339ad1c6fce75210dbb4fc', '66.186.19.5', '1576555202', '__ci_last_regenerate|i:1576555202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a715ccc4aa532d21315648baa7fd6bb067d19fb8', '66.186.19.5', '1576384502', '__ci_last_regenerate|i:1576384502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7173a739399cc716bec8c25a8086ef231619553', '66.186.19.5', '1576389481', '__ci_last_regenerate|i:1576389481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a71ea63f57526723e0229145f531814572b0a559', '173.252.111.5', '1584460294', '__ci_last_regenerate|i:1584460294;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7229a003cdaf3922450e666c9e4c6e619dc59ae', '66.186.19.5', '1576569182', '__ci_last_regenerate|i:1576569182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7261463baeda23069fb64aa011a98504b38f95c', '66.186.19.5', '1576669802', '__ci_last_regenerate|i:1576669802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7292333c6befed999f2826a315273efc0e060d5', '66.186.19.5', '1576656182', '__ci_last_regenerate|i:1576656182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7294742511ce365f807d21de52c05d33f2dfd9b', '181.176.119.246', '1582690190', '__ci_last_regenerate|i:1582690188;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a72d54a25ba29049ac7919b902fb08ae555551e5', '66.186.19.5', '1576402921', '__ci_last_regenerate|i:1576402921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a73144708b7823b56b5323c158848da0b571646a', '66.186.19.5', '1576339682', '__ci_last_regenerate|i:1576339682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a73c50177ee1caadcb284e858f38654288dbd058', '66.186.19.5', '1576453441', '__ci_last_regenerate|i:1576453441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7480a1f47c9524f62b25ad32682f33967deced7', '66.186.19.5', '1576480141', '__ci_last_regenerate|i:1576480141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a748edc013658ca6218769dcaedc6ff83a4c2ea8', '66.186.19.5', '1576444261', '__ci_last_regenerate|i:1576444261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a749616030895eada1baf906a803e160b26d2641', '66.186.19.5', '1576358161', '__ci_last_regenerate|i:1576358161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a753afc507c62e681dd5dd1e915ee70bc54d235d', '66.186.19.5', '1576645981', '__ci_last_regenerate|i:1576645981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a753c9fcd5eb3129800420fd3efd285872b885db', '66.186.19.5', '1576487342', '__ci_last_regenerate|i:1576487342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a765dcd4e86ac8af9edf637c9aa1d2fbf5618212', '190.232.96.48', '1583722878', '__ci_last_regenerate|i:1583722876;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a76d68b193eb09ad1dd663d72474e16ca39054de', '66.186.19.5', '1576424581', '__ci_last_regenerate|i:1576424581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a76d76c76d9576b0fe1c587b2deb2411d2aa279b', '181.64.11.254', '1579106413', '__ci_last_regenerate|i:1579106233;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579105660\";last_ip|s:13:\"181.64.11.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a76de66e4e6491ef4ddf7c2eee91f71b58ca6e66', '66.186.19.5', '1576561981', '__ci_last_regenerate|i:1576561981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a770063d0dc7e53a04c68652a693205413b37489', '66.186.19.5', '1576386602', '__ci_last_regenerate|i:1576386602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a771382422bd874cd0ef104482798d09128dd427', '66.186.19.5', '1576578842', '__ci_last_regenerate|i:1576578842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a771583a5a40005d831c8f40d857f3c9fe791eac', '190.232.33.208', '1576275489', '__ci_last_regenerate|i:1576275489;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576195857\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7807dd55f0335313b3ef5d602421c8f925a9e90', '66.186.19.5', '1576473421', '__ci_last_regenerate|i:1576473421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7881a8b1336506cfc713b357cda9550b56edd75', '45.189.116.14', '1590605453', '__ci_last_regenerate|i:1590605451;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590531324\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a78b872c93c6c06ff91982acabe2997758404b22', '66.186.19.5', '1576286882', '__ci_last_regenerate|i:1576286882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a79a2a718812ee206077854deea458d709b73017', '66.186.19.5', '1576587542', '__ci_last_regenerate|i:1576587542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a79bf47eb73ec688128faf3aff2e7f592eb7906a', '66.186.19.5', '1576356662', '__ci_last_regenerate|i:1576356662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7aa439a64ee7b1c9cfd7aa9051730dc6515dd8b', '66.249.88.179', '1578412621', '__ci_last_regenerate|i:1578412621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7acc4b5d9102a9726011b7e18aa192422806dba', '66.186.19.5', '1576373941', '__ci_last_regenerate|i:1576373941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7b1ec92582c2abd27f460bc8c84132a82f811a4', '66.186.19.5', '1576329001', '__ci_last_regenerate|i:1576329001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7b538d2e07c78cd2c3f15a8117db29f7464c364', '66.186.19.5', '1576332782', '__ci_last_regenerate|i:1576332782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7c5fff9aaee5a1dc9e4057bb62228082f0ef69f', '66.186.19.5', '1576307281', '__ci_last_regenerate|i:1576307281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7cd0a403d01de31d4ec9ba86c6a61207e074a0d', '66.186.19.5', '1576278002', '__ci_last_regenerate|i:1576278002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7d8c597913200d7bc0902a39126a8ef8e4dee49', '66.186.19.5', '1576307702', '__ci_last_regenerate|i:1576307702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7d9a01fbf372de9c61886c9baca01dc17a9bfd9', '66.186.19.5', '1576596601', '__ci_last_regenerate|i:1576596601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7e1b8432e03b32bb46ba89f6ec0f7ff77c08000', '66.186.19.5', '1576500061', '__ci_last_regenerate|i:1576500061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7e331a207023fd76d9b0152f1b9b550864498cc', '66.186.19.5', '1576666262', '__ci_last_regenerate|i:1576666262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7e6cf3a42fb2e608816049585059e8f692da572', '66.186.19.5', '1576366441', '__ci_last_regenerate|i:1576366441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7e87d8e79ad618350457b6837b74594c8fa5e1a', '66.186.19.5', '1576589641', '__ci_last_regenerate|i:1576589641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7f8eafc21f76378ad913942afae4e2f9c46d302', '66.186.19.5', '1576473361', '__ci_last_regenerate|i:1576473361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8004633a39beb25e6254a62685ee81cd79bc5b0', '66.186.19.5', '1576673821', '__ci_last_regenerate|i:1576673821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a80cf424f8a4d3274efe331393a8514a29184d43', '66.186.19.5', '1576536661', '__ci_last_regenerate|i:1576536661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a80f36abe08376e401cad0cb3d757eb291a01994', '66.186.19.5', '1576390921', '__ci_last_regenerate|i:1576390921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a818b9d5612ca91f6946487a24ea9d6c4e052493', '66.186.19.5', '1576532642', '__ci_last_regenerate|i:1576532642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a81baa761eb8e359c78bf40800435e61a467dbcc', '66.186.19.5', '1576437002', '__ci_last_regenerate|i:1576437002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a822f17dfa96fb51207a0383de68f94efbf6898e', '66.186.19.5', '1576643701', '__ci_last_regenerate|i:1576643701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a82745c46f3dd1c4691f8f59fedf1832a2d97111', '66.186.19.5', '1576299181', '__ci_last_regenerate|i:1576299181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a82d41fbe297096fd0606476a92dede60de48f79', '66.186.19.5', '1576396262', '__ci_last_regenerate|i:1576396262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a83d26ba9e4a0c7152946aa55e72e8807bf98f12', '66.186.19.5', '1576518421', '__ci_last_regenerate|i:1576518421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a83e100da598e1673f0b7af1d17a8daf84a292b8', '66.186.19.5', '1576450921', '__ci_last_regenerate|i:1576450921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a84429361e97f3f92a43bd7ed98bf1f2f54c6cea', '66.186.19.5', '1576662002', '__ci_last_regenerate|i:1576662002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a84b5c1d013415881bb7150108c90e35c338f0a8', '66.186.19.5', '1576438862', '__ci_last_regenerate|i:1576438862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a85654bbd940cf3279edd8f9c963642246b60117', '66.186.19.5', '1576628702', '__ci_last_regenerate|i:1576628702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a86569318b321718fe9d184990968d68a5ecc664', '66.186.19.5', '1576396561', '__ci_last_regenerate|i:1576396561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8790e6eabea87385b05b1952f044a56adbea9c0', '66.186.19.5', '1576675621', '__ci_last_regenerate|i:1576675621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a87ac71365773d66291ffb5f33796c5fc2acaffa', '66.186.19.5', '1576577162', '__ci_last_regenerate|i:1576577162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a87dccb2447cfe173086deb765b44b05ff899fe5', '66.186.19.5', '1576573981', '__ci_last_regenerate|i:1576573981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a888e4372c26e50bb219e910785672431053a35b', '66.186.19.5', '1576471982', '__ci_last_regenerate|i:1576471982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a88be892421274a10181b9bcffc8539f5fbc6390', '66.186.19.5', '1576356901', '__ci_last_regenerate|i:1576356901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a88c3110909e2ec4684570411af95e400f052f36', '190.236.102.225', '1582737282', '__ci_last_regenerate|i:1582737161;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582690929\";last_ip|s:15:\"181.176.119.246\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a88e0c3e56c57661b659f331cc9d95962740e5da', '66.186.19.5', '1576305542', '__ci_last_regenerate|i:1576305542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8969628f6f0699a46fbe196504cb20be5f94eb7', '66.186.19.5', '1576319102', '__ci_last_regenerate|i:1576319102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a896cce8e8bc951cded4be7a885dc45e633a2ff9', '66.186.19.5', '1576682401', '__ci_last_regenerate|i:1576682401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ac99efbbd7a4a365909abf9c9fb8aa4961e221', '175.176.184.55', '1584489026', '__ci_last_regenerate|i:1584489026;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8b1ea57fe1410f91bed76532edfcaccf580f584', '173.252.111.13', '1579538350', '__ci_last_regenerate|i:1579538349;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8cbb09310626c7bcfc0b96d733d1afad5be986b', '66.186.19.5', '1576290481', '__ci_last_regenerate|i:1576290481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8d0abcfcf10eb45fe18d929cb3a027f1d7c7d63', '66.186.19.5', '1576282922', '__ci_last_regenerate|i:1576282922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8e7c645148bfb04054973f3dc442e50ba5897d8', '66.186.19.5', '1576601521', '__ci_last_regenerate|i:1576601521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ec1e2be82e36fc05d08fb9578fb3ac3116205b', '66.186.19.5', '1576658703', '__ci_last_regenerate|i:1576658703;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ed3a3688576b3a1fe000b379e159932cc5d685', '66.186.19.5', '1576584002', '__ci_last_regenerate|i:1576584002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ed96817c32b1d88b52c50fbda2bfff2fd0521d', '66.186.19.5', '1576494721', '__ci_last_regenerate|i:1576494721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8eded23d741de54dd302ea9a3c2350e100534b9', '66.186.19.5', '1576456382', '__ci_last_regenerate|i:1576456382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8f0c523de4c8d13c178dab7288134329deef925', '66.186.19.5', '1576592041', '__ci_last_regenerate|i:1576592041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8fc849004ac6726a1208d7fd58d6a06ac2004f2', '66.186.19.5', '1576421281', '__ci_last_regenerate|i:1576421281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ffb881c7cd4b2e4093d9c166c0038e1fe07854', '66.186.19.5', '1576597921', '__ci_last_regenerate|i:1576597921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9068ac96e9e75f623d167cc9e5b917c04ce9fc9', '114.115.147.66', '1588310907', '__ci_last_regenerate|i:1588310905;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a90b0329c599f9b6faf385c9fa8fdc79b340d287', '66.186.19.5', '1576584901', '__ci_last_regenerate|i:1576584901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a90b431f6381914cef46ba7960a54d9f751c0980', '190.232.33.208', '1576277400', '__ci_last_regenerate|i:1576277400;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576195857\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a90fb03c6c00b4190e11120ebf9efc3769950408', '190.232.33.208', '1576186968', '__ci_last_regenerate|i:1576186945;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576186869\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9160b1dcfc074fb417067d40dbe9f8aed4b6839', '66.186.19.5', '1576434602', '__ci_last_regenerate|i:1576434601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a918e763e77e1a7bc793039a9df9dce3fad4592d', '66.186.19.5', '1576516682', '__ci_last_regenerate|i:1576516682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a931b15185e507d1ea223bda8761f9a29d8e7408', '181.176.100.16', '1586798421', '__ci_last_regenerate|i:1586798368;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1586642382\";last_ip|s:14:\"181.176.97.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a93296d3105ce63aaa74d6634a4216312c0c8c90', '66.186.19.5', '1576295581', '__ci_last_regenerate|i:1576295581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a93384b76916da9da02ca869c5ae0c34c415d504', '66.186.19.5', '1576284362', '__ci_last_regenerate|i:1576284362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a93d4524fc5390bcebcd4179fc0f6932ad235fa1', '66.186.19.5', '1576592761', '__ci_last_regenerate|i:1576592761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a940c984e8bdd651c9f47cf40c10fac0752c98dd', '66.186.19.5', '1576515675', '__ci_last_regenerate|i:1576515675;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a94138d2a99c45caad15d953b57cc1566ba1f31b', '66.186.19.5', '1576496281', '__ci_last_regenerate|i:1576496281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a958406a3b7dc4e470806a9ad605d5926f637b52', '66.186.19.5', '1576644661', '__ci_last_regenerate|i:1576644661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a95a6359b524fdc775d3b6d5097fe14ec30cf2ce', '66.186.19.5', '1576560842', '__ci_last_regenerate|i:1576560842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a95c9087005967a217590ab5bafe4fe7677917d4', '209.17.97.90', '1576528232', '__ci_last_regenerate|i:1576528232;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a97be68278d1c93844d7d2eaa9447ecab41b3b0c', '66.186.19.5', '1576574341', '__ci_last_regenerate|i:1576574341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a97cd6356d8467f8aca0a82c708b194a1cf788cb', '190.43.174.53', '1578418950', '__ci_last_regenerate|i:1578418858;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1578408912\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a97f50c681386cb39468b203e9c583d6926cd45f', '66.186.19.5', '1576553582', '__ci_last_regenerate|i:1576553582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a99002e2de39a779638eb723aa76e89dce92d1d0', '66.186.19.5', '1576640762', '__ci_last_regenerate|i:1576640762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9902e9d248dafa16f3cc5b207fc0c6a61b10d99', '66.186.19.5', '1576648262', '__ci_last_regenerate|i:1576648262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9941417964ec6e92c757aaec65f0ae3326780df', '66.186.19.5', '1576535102', '__ci_last_regenerate|i:1576535102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a99879c2d7ad3b9fcc386584227b8987f2be2e53', '66.186.19.5', '1576553701', '__ci_last_regenerate|i:1576553701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a999eb861ba3972a11b28b1bec173f84366122e8', '66.186.19.5', '1576412162', '__ci_last_regenerate|i:1576412162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9a44788a7e6aeaee49a9cc914ddff4f430d4bc9', '66.186.19.5', '1576670821', '__ci_last_regenerate|i:1576670821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9adb9deed2feff72d208e84542ad847ec231a67', '66.186.19.5', '1576565882', '__ci_last_regenerate|i:1576565882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9b6361ca52ee092e21736a0de2621af3328b820', '66.186.19.5', '1576586041', '__ci_last_regenerate|i:1576586041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9b8ba56b1021fb5a2f4a720c091b8e3b36a119a', '190.239.111.151', '1583940433', '__ci_last_regenerate|i:1583940109;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9d09870d9468524fe0874d651dfd03419562824', '66.186.19.5', '1576318681', '__ci_last_regenerate|i:1576318681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9d25e33e0fe451cc4a7abb27bcbab4b739cc907', '66.186.19.5', '1576538101', '__ci_last_regenerate|i:1576538101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9e081fb683fcbab3977da3425af4a5862aeec80', '66.186.19.5', '1576434121', '__ci_last_regenerate|i:1576434121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9e1bfe02f0f868079dcbb2584c61413e283c9ba', '190.239.111.151', '1583942902', '__ci_last_regenerate|i:1583942821;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9e39096d03d5ce2cb28a83d0fbea2ca4ffd4d3c', '66.186.19.5', '1576397642', '__ci_last_regenerate|i:1576397642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9e8af5fa6ba42895013c6d5bf5ffca149a73dcc', '66.186.19.5', '1576654561', '__ci_last_regenerate|i:1576654561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9fe57b22b5d773997a9707c57f65c4ff4751b58', '66.186.19.5', '1576662902', '__ci_last_regenerate|i:1576662902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa068375e75ce4ad39998293874cf5ee4f1cd220', '66.186.19.5', '1576655462', '__ci_last_regenerate|i:1576655462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa1247e3285b264663d02d2306dce7fe828fa92d', '66.186.19.5', '1576609321', '__ci_last_regenerate|i:1576609321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa269286ce71b8c301d264cb226f049fb81b0188', '66.186.19.5', '1576510082', '__ci_last_regenerate|i:1576510082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa275c1a255059da03333b121fe879c6ca171bca', '66.186.19.5', '1576478401', '__ci_last_regenerate|i:1576478401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa2e87c14cadbad1934f02456bd78ad16f3ea1c8', '66.186.19.5', '1576348141', '__ci_last_regenerate|i:1576348141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa39d9ff577676644f169d63f09c8be7012c75a5', '66.186.19.5', '1576306501', '__ci_last_regenerate|i:1576306501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa3c14ad6159627367d17cf88ba6208dfb38c4ae', '66.186.19.5', '1576440961', '__ci_last_regenerate|i:1576440961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa4ae8b9acd31f9781b33adebdad5eca23030c7c', '66.186.19.5', '1576565641', '__ci_last_regenerate|i:1576565641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa4efcfb01b8f644103de1b8bc2e350d4dd81fdc', '66.186.19.5', '1576658402', '__ci_last_regenerate|i:1576658402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa5ab6606e0bd42d9025dc5b91c9c9cd8a8b6aee', '66.186.19.5', '1576646761', '__ci_last_regenerate|i:1576646761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa614c10cfe263dde7d0b93ac3842eeee68ad444', '66.186.19.5', '1576471681', '__ci_last_regenerate|i:1576471681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa63bea0b0827554b085130df8f57a380768eb94', '66.186.19.5', '1576579262', '__ci_last_regenerate|i:1576579262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa6eb973dfaaf9cc6c973c62bf40423f80cdbdda', '66.186.19.5', '1576452302', '__ci_last_regenerate|i:1576452302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa77c939bc60fa7a6a95fb989b50eeb23853ae99', '66.186.19.5', '1576290602', '__ci_last_regenerate|i:1576290602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa7b9569296606aaf16e4e7652460a64145b3ece', '66.186.19.5', '1576291801', '__ci_last_regenerate|i:1576291801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa82d3015b48d74ab185b020c97d9cae09496e10', '66.186.19.5', '1576285621', '__ci_last_regenerate|i:1576285621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa880c5de053abe7e6bc78cb6233fd5471a6a344', '66.186.19.5', '1576421761', '__ci_last_regenerate|i:1576421761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa9362ddda938b80b38ec66f42aa8a00cb2faf87', '66.186.19.5', '1576298582', '__ci_last_regenerate|i:1576298582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa947b1e65443543d703ee501929804610d82c34', '66.186.19.5', '1576312502', '__ci_last_regenerate|i:1576312502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa2443e4895be27956f5a57abebf603ad2299be', '66.186.19.5', '1576610161', '__ci_last_regenerate|i:1576610161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa92bf19b7f1f048d733196d073796545cdb1ef', '66.186.19.5', '1576327862', '__ci_last_regenerate|i:1576327862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa972ad623f8da976bf4fa244844986529467d6', '66.186.19.5', '1576642261', '__ci_last_regenerate|i:1576642261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aab360775ab196874a77687e207f27d5d94e5d3f', '66.186.19.5', '1576505041', '__ci_last_regenerate|i:1576505041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aabec1f2c7163e12f8c69e6beea3d3e9245affc6', '66.249.83.62', '1585395926', '__ci_last_regenerate|i:1585395926;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aabec34d44ed4ffeaf470549aea3bcb76bb2cf13', '66.186.19.5', '1576632361', '__ci_last_regenerate|i:1576632361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac613c61343c9f5a33a6aa2a8f6d0dfe2f2d668', '66.186.19.5', '1576496041', '__ci_last_regenerate|i:1576496041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aad51e005031f81abc8153d3f21191bc596d9502', '66.186.19.5', '1576625042', '__ci_last_regenerate|i:1576625042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aadaacd620188badaab48b3dde80e274e6f193cc', '66.186.19.5', '1576534382', '__ci_last_regenerate|i:1576534382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaf103c7a48047d032ae2c5c30aaf45ba6c84326', '66.186.19.5', '1576386421', '__ci_last_regenerate|i:1576386421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aafa23476cd160016357d144d3edf7d72e74c54b', '45.189.116.18', '1591657245', '__ci_last_regenerate|i:1591657225;local|s:1:\"2\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591582499\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aafc4e5e3a92bafc53869db2d8669928f4d6fbb6', '66.186.19.5', '1576344841', '__ci_last_regenerate|i:1576344841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab062e2d56116ae76dac8775bf55320f2ef32d50', '66.186.19.5', '1576459321', '__ci_last_regenerate|i:1576459321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab090c5385b5e1d688118b219864c5c923c53fa3', '66.186.19.5', '1576277882', '__ci_last_regenerate|i:1576277882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab2525c8c503541af9e0a9b8eca81c1d2a431c70', '66.186.19.5', '1576672682', '__ci_last_regenerate|i:1576672682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab2e102f5d9c23d7d07d914d103173b7a316d88a', '66.186.19.5', '1576291682', '__ci_last_regenerate|i:1576291682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab2ec2bad85539e606a1fb57d8079e3f63353a7e', '45.189.116.14', '1590253405', '__ci_last_regenerate|i:1590253202;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590177543\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab36f266a0f979249dd11a15ad438435683e521c', '77.88.5.50', '1588013930', '__ci_last_regenerate|i:1588013930;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab4eea25fb2e4452127499e123a4af536c59d25e', '66.186.19.5', '1576403581', '__ci_last_regenerate|i:1576403581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab50c017a7c80fc877fc2cb93534f5c8e9ee6d8b', '66.186.19.5', '1576604462', '__ci_last_regenerate|i:1576604462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab576ab23f99135e6a1f33387ae41f8053e0e185', '66.186.19.5', '1576648081', '__ci_last_regenerate|i:1576648081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab6122732bde1fc633e435d2eb0d7dbc7cf85b8e', '66.186.19.5', '1576293122', '__ci_last_regenerate|i:1576293122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab64c16ad4aba5011ba71665750cd2484dd6b1f3', '66.186.19.5', '1576407182', '__ci_last_regenerate|i:1576407182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab6560cb7043db948362f925e02e19547d556b97', '66.186.19.5', '1576434362', '__ci_last_regenerate|i:1576434362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab69503b73b4f3a41da87c69a33c3906ad0c5faa', '190.116.37.98', '1580479817', '__ci_last_regenerate|i:1580479387;local|s:1:\"1\";listaVenta|i:7;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580479407\";last_ip|s:13:\"190.116.37.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab6be0b4ca039108613252a11bc3144039f2f025', '66.186.19.5', '1576461602', '__ci_last_regenerate|i:1576461602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab8fd5f152d88fa53081448616e955890fb785bc', '66.186.19.5', '1576559162', '__ci_last_regenerate|i:1576559162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab91ef569657e1f9b432392e376acf54d14b76fd', '66.186.19.5', '1576567861', '__ci_last_regenerate|i:1576567861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aba48a006c10160b9651d87ca4e73de8077979bf', '66.186.19.5', '1576287002', '__ci_last_regenerate|i:1576287002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aba99107561b81e5ad0297de13f831b8757fd8f4', '66.186.19.5', '1576548241', '__ci_last_regenerate|i:1576548241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aba99435cef7dd26edba1dd74f2d33c6634fc8e1', '66.186.19.5', '1576294741', '__ci_last_regenerate|i:1576294741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abaa24f67c8d2f1fba76867ee739bb16864b780a', '66.186.19.5', '1576554301', '__ci_last_regenerate|i:1576554301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abb700901b73caf25e620f880a249be3d2fba08c', '66.186.19.5', '1576517342', '__ci_last_regenerate|i:1576517342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abbb4a97b91ca19899ccaa2800e0c9b780a6a8a3', '66.186.19.5', '1576636082', '__ci_last_regenerate|i:1576636082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abbc02a70ab09358a406bda36240ae03a1a060c6', '66.186.19.5', '1576415821', '__ci_last_regenerate|i:1576415821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abbcdc15fcd487cc815fea97c889215277334ba5', '181.176.119.246', '1582689881', '__ci_last_regenerate|i:1582689837;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abd019986f0f9a8bfc13487f80c0e680eee38a78', '37.9.87.144', '1583244964', '__ci_last_regenerate|i:1583244964;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abdb355bc5c0d5b668e93899fa8336c9efbccbbf', '66.186.19.5', '1576647541', '__ci_last_regenerate|i:1576647541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abe18e6b318f689c867449f504a8067c4bf2f435', '139.255.134.59', '1584502163', '__ci_last_regenerate|i:1584502163;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abe3392ff76e98fa0d4a3f2292aecac54749eed7', '66.186.19.5', '1576409941', '__ci_last_regenerate|i:1576409941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abe81c2121c0a6f7d2398fe48d9cd33a897dc95d', '66.186.19.5', '1576367282', '__ci_last_regenerate|i:1576367282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac0cf94695cc373a5b3fc61fed2d07275903b3d8', '66.186.19.5', '1576459022', '__ci_last_regenerate|i:1576459022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac1f572d730725510ec2efd6bd0a76ff73c4ecca', '66.186.19.5', '1576361521', '__ci_last_regenerate|i:1576361521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac254ced9ec99835acd4d4211ffd5731db4372cf', '66.186.19.5', '1576407662', '__ci_last_regenerate|i:1576407662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac2bd18fffbdf2e9d6657033d6b7b2c5b40f4f78', '66.186.19.5', '1576337041', '__ci_last_regenerate|i:1576337041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac4058e77a5277baca2f3e6519855433f7311929', '66.186.19.5', '1576651681', '__ci_last_regenerate|i:1576651681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac4130615ad5a0f82edb564d690f44a3a01a05be', '93.90.195.172', '1585034483', '__ci_last_regenerate|i:1585034481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac44c7765456c2e98e51d1faf2cb7e281b89a6e9', '66.186.19.5', '1576657142', '__ci_last_regenerate|i:1576657142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac4b5ad8454391191a93ed4e4094ea87fa5b97f9', '157.245.13.126', '1591029160', '__ci_last_regenerate|i:1591029160;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac5a2084130bfcaabdcfee165d85e4cd86ca7879', '66.186.19.5', '1576522141', '__ci_last_regenerate|i:1576522141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac5a61e15259c247926e048f638046c7e783c7c1', '45.189.116.18', '1591134917', '__ci_last_regenerate|i:1591134915;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac7423b31765a27515ed926905c847dccc4b1b30', '190.234.106.215', '1583182737', '__ci_last_regenerate|i:1583182737;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583181692\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac77e037a1c0957a4c0fe91e98650d714996a3ae', '66.186.19.5', '1576531081', '__ci_last_regenerate|i:1576531081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac84e1a318c2fb45a555f16ccdbc1955c347be09', '66.186.19.5', '1576424641', '__ci_last_regenerate|i:1576424641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac879783377e40766c56649537ce48725143a302', '167.172.243.151', '1580722271', '__ci_last_regenerate|i:1580722271;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac8a61cfcf2d196a93c29e63efb84af712edd280', '66.186.19.5', '1576630981', '__ci_last_regenerate|i:1576630981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac92cfb26eeb34d4f2038ce237a0f4c690bcc75a', '66.186.19.5', '1576415582', '__ci_last_regenerate|i:1576415582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac9d28c11f9e09a0777c4e09950ab929d64fd7b2', '66.186.19.5', '1576646522', '__ci_last_regenerate|i:1576646522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aca6649e88aa108fbe5a97bdfa92cd81e7aa230d', '66.186.19.5', '1576292162', '__ci_last_regenerate|i:1576292162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aca7cf7433345e731668a4e2f5af24c2d219a936', '66.186.19.5', '1576440901', '__ci_last_regenerate|i:1576440901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acb639b0ea260fde23c061981ee3d5f38036e4f8', '173.252.83.118', '1591659958', '__ci_last_regenerate|i:1591659958;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acbcb2352b7fdffc421be196d582acd06663a61e', '64.225.5.198', '1583370499', '__ci_last_regenerate|i:1583370499;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acd70c91a648f6010d0f2cade74893405f35ef2b', '66.186.19.5', '1576544761', '__ci_last_regenerate|i:1576544761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ace1f01d686747a0a8a3b786b98c9fcdce1c7267', '66.186.19.5', '1576433581', '__ci_last_regenerate|i:1576433581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acebd3c4568339a34968c1d2a30d6bf79d6fc88b', '190.234.106.149', '1577374397', '__ci_last_regenerate|i:1577374258;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1577374252\";last_ip|N;avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acf2c01146e74fed09e6bbc3974d5e0d8ea517bd', '66.186.19.5', '1576516098', '__ci_last_regenerate|i:1576516098;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acf2f586ade0de4bf5634d8dd02c65274db9e7f3', '66.186.19.5', '1576402321', '__ci_last_regenerate|i:1576402321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acf395399ea18261fd425d927e7406575cf21656', '66.186.19.5', '1576518181', '__ci_last_regenerate|i:1576518181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acfc7f22c9380111f4caeb7247e1ef0f9f748170', '66.186.19.5', '1576482482', '__ci_last_regenerate|i:1576482482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad01235cad6f913a6ddc9c9a3799f950b5618200', '66.186.19.5', '1576676581', '__ci_last_regenerate|i:1576676581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad1bb1412b2397cf7f97b61447636ab5f2bad090', '45.189.116.14', '1589825120', '__ci_last_regenerate|i:1589825120;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588356313\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad23f6338b886c6751ccde0c5df9b65ede1a3927', '66.186.19.5', '1576344361', '__ci_last_regenerate|i:1576344361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad274de20f5d72fde8d57fefa2c67a6ff05b215e', '66.186.19.5', '1576556882', '__ci_last_regenerate|i:1576556882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad2aba1e215b23a5c60645df93756db6bcc2a9bd', '66.249.83.58', '1583600530', '__ci_last_regenerate|i:1583600530;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad3105b3f515bafee9f4dc8c188cfcce88cc85e1', '66.186.19.5', '1576295402', '__ci_last_regenerate|i:1576295402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad3240c09df687a3a4712a4c1c6cfaae3a0661d0', '66.186.19.5', '1576324261', '__ci_last_regenerate|i:1576324261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad3fc0c8e3abefc3d3f42f23ad761ae0cd9f20bb', '66.249.83.62', '1586845580', '__ci_last_regenerate|i:1586845580;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad3fe07a830a0c5e5a89c67042c75910e7848276', '66.186.19.5', '1576628341', '__ci_last_regenerate|i:1576628341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad402e069b670da58f8a1ccc4cb8d1dc70011a70', '66.186.19.5', '1576650242', '__ci_last_regenerate|i:1576650242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad43cc0a3a9242f02d560779f5e740e6c86e785f', '66.186.19.5', '1576453742', '__ci_last_regenerate|i:1576453742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad46d8e15a31ff2c80de32fc5662b0efd6447838', '66.186.19.5', '1576675441', '__ci_last_regenerate|i:1576675441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad5efa9e05918e6a712e194261bbe576dc625445', '66.186.19.5', '1576453381', '__ci_last_regenerate|i:1576453381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad699b3e8f2afaf6ffce488a0759f505dd44d1fb', '66.186.19.5', '1576547881', '__ci_last_regenerate|i:1576547881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad69fa510f8c044fd7f3a313aaf2622a5500d47e', '66.186.19.5', '1576437901', '__ci_last_regenerate|i:1576437901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad6d0bff555de03432063010ce362ffdbc270792', '66.186.19.5', '1576281541', '__ci_last_regenerate|i:1576281541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad6e7c22493d609a96045098971a748a19f3e274', '66.186.19.5', '1576633022', '__ci_last_regenerate|i:1576633022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad7236e273d84374c9b428239ee554ae41efa962', '45.189.116.14', '1590534727', '__ci_last_regenerate|i:1590534724;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590514026\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad76d175867f77acb64897f6162240e810361a76', '66.186.19.5', '1576514041', '__ci_last_regenerate|i:1576514041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad7e6b516680d7a3e1da534c1c883478058f6c4a', '66.186.19.5', '1576514701', '__ci_last_regenerate|i:1576514701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad807e690842a30a19f45a0844f61b8560bbe789', '66.186.19.5', '1576460761', '__ci_last_regenerate|i:1576460761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad82136f506d76295650e5813ab608d95839371b', '66.186.19.5', '1576472281', '__ci_last_regenerate|i:1576472281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad825be1d6d7d9e66308ef6485940248db3782bd', '66.186.19.5', '1576427162', '__ci_last_regenerate|i:1576427162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad82fa47e88895c910ceeaab91127b27485b6e6d', '66.186.19.5', '1576390681', '__ci_last_regenerate|i:1576390681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad84483fa516038b8baf18cb3ee1b2408d78f10c', '66.186.19.5', '1576683961', '__ci_last_regenerate|i:1576683961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad8730117b546422bcd30dadfb82404a5d2bbeb4', '66.186.19.5', '1576380421', '__ci_last_regenerate|i:1576380421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ada8eb2a8cef5e45461070e48e86132ab846caf9', '66.186.19.5', '1576439161', '__ci_last_regenerate|i:1576439161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adae107f83b921fc0b58d6d7ee917e001cd5fc56', '66.186.19.5', '1576544341', '__ci_last_regenerate|i:1576544341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adaee381425f68cfd1261cd0bf1590b4031c1295', '66.186.19.5', '1576516923', '__ci_last_regenerate|i:1576516923;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adb7b4d4e13619c7f97201248da3ffed04212f25', '66.186.19.5', '1576486681', '__ci_last_regenerate|i:1576486681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adb8d809800085a012c8d70575811b82025e1fa7', '66.186.19.5', '1576605122', '__ci_last_regenerate|i:1576605122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adeef17e568bf13330c0dfdf33dfe1abc0b7b48d', '45.189.116.14', '1590342330', '__ci_last_regenerate|i:1590342274;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adef3aeabd5bc3a764f80a1f80b737374716767a', '66.186.19.5', '1576469102', '__ci_last_regenerate|i:1576469102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adf2e5f182c8f45701bfd9e843397b70c652bddf', '66.186.19.5', '1576649942', '__ci_last_regenerate|i:1576649942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adf38e868f161b921bc1c849792b1c9aeb1e9322', '66.186.19.5', '1576380781', '__ci_last_regenerate|i:1576380781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adfb6b509169fa6ea70e461049600010fa1d7d58', '66.186.19.5', '1576325941', '__ci_last_regenerate|i:1576325941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adfb7c0ec4f16f60dbf35b994083adec6632c877', '66.186.19.5', '1576509242', '__ci_last_regenerate|i:1576509242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae0dc13acba6bc349b816ce58501916d1627e3cc', '66.186.19.5', '1576646882', '__ci_last_regenerate|i:1576646882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae11927179595912fdda06605321378742ad07c2', '66.186.19.5', '1576318321', '__ci_last_regenerate|i:1576318321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae12103570b83d16a57e1eef9a673abcc37d40ef', '66.186.19.5', '1576646342', '__ci_last_regenerate|i:1576646342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae1372782dfffaf14202d9d27be79c789373bae9', '66.186.19.5', '1576527542', '__ci_last_regenerate|i:1576527542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae147ccd63f130888fde42a1e3e3e4c6c075eb40', '66.186.19.5', '1576374122', '__ci_last_regenerate|i:1576374122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae2193a4ada589aaa6eb1972a3c03865d2ecd167', '66.186.19.5', '1576540202', '__ci_last_regenerate|i:1576540202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae240f246dab5eedb0221ede37ca48920b4b6261', '190.236.102.225', '1583181821', '__ci_last_regenerate|i:1583181688;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582841847\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae2535373eb4557979c2ed161163f8d24381df3d', '66.186.19.5', '1576395061', '__ci_last_regenerate|i:1576395061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae2dc927476a82043d421934aa686f4d337fa43b', '66.186.19.5', '1576432081', '__ci_last_regenerate|i:1576432081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae3f65f5ae0277a512be8c0e408b0779b5d92ab0', '66.186.19.5', '1576678322', '__ci_last_regenerate|i:1576678322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae45103aa37baf2066b583b52e7841445c90b245', '66.186.19.5', '1576681741', '__ci_last_regenerate|i:1576681741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae55892e02710bfc0aab5dd4ba8c05cc30534dd5', '66.186.19.5', '1576291141', '__ci_last_regenerate|i:1576291141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae5761c6c56dcefea93a1c70fa1d32045145fb40', '173.252.83.8', '1583538283', '__ci_last_regenerate|i:1583538283;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae5914df0ab20aebeea9fa2654c5f67af52f9314', '66.186.19.5', '1576566781', '__ci_last_regenerate|i:1576566781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae5b685683c74cc93811b291c43fba53b3340a98', '66.186.19.5', '1576465741', '__ci_last_regenerate|i:1576465741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae5e863dc43ebfbc75827ba26bae6cc0b2722219', '66.186.19.5', '1576478642', '__ci_last_regenerate|i:1576478642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae608e5830d3f03f0dcdc74f703eb613d3d297f5', '66.186.19.5', '1576552922', '__ci_last_regenerate|i:1576552922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae79c382e58a87adfad86766349622e8f877019e', '66.186.19.5', '1576581181', '__ci_last_regenerate|i:1576581181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae7e4df09a381ac08abba7500b33682443f1854b', '66.186.19.5', '1576363081', '__ci_last_regenerate|i:1576363081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae81eb57677eb104941c62fa693000f16dccedc7', '173.252.79.6', '1586723373', '__ci_last_regenerate|i:1586723373;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae907532335dd1da3edf235228f2a73ee1f2c6a5', '66.186.19.5', '1576385642', '__ci_last_regenerate|i:1576385642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae909f02163f4eebeca860a066cb7759a7e8c324', '66.186.19.5', '1576571342', '__ci_last_regenerate|i:1576571342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9914b7e9293a70d8a36a30b4ad0fe2ccfb9564', '66.186.19.5', '1576636382', '__ci_last_regenerate|i:1576636382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9ee890e346eca3708f7797431da8910929a4da', '66.186.19.5', '1576495082', '__ci_last_regenerate|i:1576495082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aea8b49e94072230514bdbe4e31dfd84cf3e6b55', '66.186.19.5', '1576475341', '__ci_last_regenerate|i:1576475341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aea9b597770ec38ddcc8ebe4f66439e41b713fb1', '66.186.19.5', '1576370701', '__ci_last_regenerate|i:1576370701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeaaec3feeb6834962b56ed28ffe374669323ba1', '66.186.19.5', '1576641362', '__ci_last_regenerate|i:1576641362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeb6b9b959cf97ca8924aeafe74d0e631ea431ce', '66.186.19.5', '1576522861', '__ci_last_regenerate|i:1576522861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aebb781a8a37156d444629fc7cfe16af70b024bb', '66.186.19.5', '1576571162', '__ci_last_regenerate|i:1576571162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aebf5cdd15d33e2bd8e33edf36f5eca5c423d5fb', '66.186.19.5', '1576687262', '__ci_last_regenerate|i:1576687262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aec3ca5fbdc8d6cd299dc2b4415dae79ca2bb4cb', '66.186.19.5', '1576364461', '__ci_last_regenerate|i:1576364461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aed534b5a5ec16cbc672caea92686f05ed1b8548', '66.186.19.5', '1576462561', '__ci_last_regenerate|i:1576462561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aed566141ed777b192abf0b52df5d95988415934', '66.186.19.5', '1576354082', '__ci_last_regenerate|i:1576354082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aed9fdf6e0d61a1bb03eb1eca316342424618b47', '66.186.19.5', '1576388161', '__ci_last_regenerate|i:1576388161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aee0987cd8972b8949f4d8154902b02cc97cd8c7', '66.186.19.5', '1576506241', '__ci_last_regenerate|i:1576506241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef27dd197b22378bb9e89a8d097f8c57c257160', '66.186.19.5', '1576509481', '__ci_last_regenerate|i:1576509481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aefbce2175084c319b7f991156c50cf76907b255', '66.186.19.5', '1576683122', '__ci_last_regenerate|i:1576683122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aefbda22b612828b3b1abf7e25d1c750bf2f799c', '66.186.19.5', '1576309621', '__ci_last_regenerate|i:1576309621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aefe1a30e4c19967f2eaf09d925dc8a964d8dc43', '66.186.19.5', '1576294202', '__ci_last_regenerate|i:1576294202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af15019a59ceda42b0aead23d02114e3d97908b2', '66.186.19.5', '1576508882', '__ci_last_regenerate|i:1576508882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af1ac3e1b716a0902b12ee90055de58e73d96276', '66.186.19.5', '1576504741', '__ci_last_regenerate|i:1576504741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af1af58a20f63eaac260b0360786fcc331a9154b', '66.186.19.5', '1576546682', '__ci_last_regenerate|i:1576546682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af23a3c0b7d06e86f941b12b98118b47497affc2', '66.186.19.5', '1576583461', '__ci_last_regenerate|i:1576583461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2762c6700ac3b2c0cb92841d54c12cf4495a43', '66.186.19.5', '1576333682', '__ci_last_regenerate|i:1576333682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af279efc8f7bc7520a8e0254dff905344afb0bd0', '66.186.19.5', '1576462802', '__ci_last_regenerate|i:1576462802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2fed80c71d5ef18c26cb68c5a27679c6cf34fc', '66.186.19.5', '1576392181', '__ci_last_regenerate|i:1576392181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af32d8a1cc300362f468f7c53bf3b7fa2a7c2189', '66.186.19.5', '1576279141', '__ci_last_regenerate|i:1576279141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af3d9f73a923c4c925273a134591aeda2b35e18d', '82.165.203.254', '1585355125', '__ci_last_regenerate|i:1585355124;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af5890be588a4c51c1d34841e0e673245b5789a8', '66.186.19.5', '1576373402', '__ci_last_regenerate|i:1576373402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af681d434fc7d4909a9ad1542ca29fa6c60e3a9d', '66.186.19.5', '1576562341', '__ci_last_regenerate|i:1576562341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af74cf6d9a16029db8e16312b3b97307c0e79b5b', '66.186.19.5', '1576333262', '__ci_last_regenerate|i:1576333262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af7a05de10a2ae016f123dc5f1f190a7a942578c', '45.189.116.18', '1591156549', '__ci_last_regenerate|i:1591156506;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af7b1150fadf9c8ad54b0e47ea0ffe7289958caf', '66.186.19.5', '1576533602', '__ci_last_regenerate|i:1576533602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af7d0c63fbb7c823a8f55fe18098a69e7cd61b77', '66.186.19.5', '1576334761', '__ci_last_regenerate|i:1576334761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af9b8f9a62f48ed8e1ebda0aa52bd429d1ac1d71', '66.186.19.5', '1576556942', '__ci_last_regenerate|i:1576556942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af9e3d5ac6e878f567cf6033f776b5162b7a591a', '66.186.19.5', '1576605061', '__ci_last_regenerate|i:1576605061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afc789a0196b40b60d9e9ca286051bbe25f698dc', '66.186.19.5', '1576443602', '__ci_last_regenerate|i:1576443602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afcb048292d41ffb3330e0e508a6cc2b4cca3d38', '66.186.19.5', '1576343941', '__ci_last_regenerate|i:1576343941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afcd9ac01658a8f8e70dc9df3310c82b55d4e8fd', '66.186.19.5', '1576349761', '__ci_last_regenerate|i:1576349761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afcedb68b66e3fb36715822c774a4c190c150cc0', '66.186.19.5', '1576665182', '__ci_last_regenerate|i:1576665182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afcefcf16aaffbc1e749d994cd93d03599f78ffb', '66.186.19.5', '1576296662', '__ci_last_regenerate|i:1576296662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afd674b5ee8d203d6c411405c1616670c66d403b', '66.186.19.5', '1576673342', '__ci_last_regenerate|i:1576673342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afddd24ae416a3aa5ead867d5cce5297fba8f902', '66.186.19.5', '1576636621', '__ci_last_regenerate|i:1576636621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aff049bb975e20fd9905b95b8e179d41aee905ee', '66.186.19.5', '1576448942', '__ci_last_regenerate|i:1576448942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aff3b3b9760c071dd4c34048b3dd858ab3c6fc96', '66.186.19.5', '1576448762', '__ci_last_regenerate|i:1576448762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aff9e479c808eff74a8ca0ab41712dea2bc07ee0', '209.17.97.114', '1591943635', '__ci_last_regenerate|i:1591943635;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b00051a62ea9e815240f5722fecc2a0833c0c085', '66.186.19.5', '1576484582', '__ci_last_regenerate|i:1576484582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b002e7c56bef5e9157ff13997e1a79febed324f0', '66.186.19.5', '1576589821', '__ci_last_regenerate|i:1576589821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b00d6e7f1b6c6d50db2ef3277ddaea954b8c5027', '66.186.19.5', '1576438442', '__ci_last_regenerate|i:1576438442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b00e35d9a29d2b2d09a614ba39e1cf5211ef8de1', '66.186.19.5', '1576521061', '__ci_last_regenerate|i:1576521061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b015c7e7381467ef5b3c9d4641f8a495432363ef', '173.252.111.1', '1582721749', '__ci_last_regenerate|i:1582721749;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b01a142f987b9ab6277263383731a1ff92ca596e', '66.186.19.5', '1576345801', '__ci_last_regenerate|i:1576345801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b02a7e853d6384bcb47374378eabac060ef96903', '66.186.19.5', '1576677301', '__ci_last_regenerate|i:1576677301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b033da1e0d0cb042383ad2677bd1f3cff4e14494', '157.245.13.126', '1591029165', '__ci_last_regenerate|i:1591029165;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b03447b37be69b2c1c1cf2e863622f11aad91dc9', '66.186.19.5', '1576651742', '__ci_last_regenerate|i:1576651742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b04079762d01abc0fb4abdd2d1376b64ea9ed99a', '66.186.19.5', '1576479721', '__ci_last_regenerate|i:1576479721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b053bb26d92181e99f9d66146d0bf7622b92bd0e', '66.186.19.5', '1576412761', '__ci_last_regenerate|i:1576412761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b054e4269316cb293f5458bae8fe80b67238c8e5', '66.186.19.5', '1576655941', '__ci_last_regenerate|i:1576655941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0558c555bb11ebdd4bd39e78fe81123f3f119e5', '66.186.19.5', '1576545601', '__ci_last_regenerate|i:1576545601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b067c299ce3f7735d99e1fe19a5526f122394a33', '66.186.19.5', '1576626602', '__ci_last_regenerate|i:1576626602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b068016a5ad28e31a2bdf0efb42aa2fa26c1b24e', '66.186.19.5', '1576556581', '__ci_last_regenerate|i:1576556581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b071b4afc7a9ae17ce87028c80b9e59e1f20c6d8', '45.189.116.18', '1592251339', '__ci_last_regenerate|i:1592251339;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b07279761513d3bbf4bf4a665705a6a1f3e331ab', '173.252.127.30', '1584745463', '__ci_last_regenerate|i:1584745463;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b07ead3fdbfa82926336ad04b5dcd0d561b66a08', '66.186.19.5', '1576545361', '__ci_last_regenerate|i:1576545361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b09c39d259cd13e15d64057232eb4f81ac30c85c', '190.236.102.225', '1582750771', '__ci_last_regenerate|i:1582750770;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582738776\";last_ip|s:13:\"132.191.3.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b09e224d75333b8115b22c61763e3f8e5d47a6d6', '66.186.19.5', '1576526102', '__ci_last_regenerate|i:1576526102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b09ec2774718cdfbaf6ad9cb90e45f8625381c04', '66.186.19.5', '1576592101', '__ci_last_regenerate|i:1576592101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0a6975d8f941aca8fd992dc2236e0b19b756b8f', '66.186.19.5', '1576430582', '__ci_last_regenerate|i:1576430582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0a925b258f37eea2b1867fd8c187bcda4977cdf', '66.186.19.5', '1576433882', '__ci_last_regenerate|i:1576433882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0aa6015e5063b7726aa39c09b05d6adcedd0921', '66.186.19.5', '1576349581', '__ci_last_regenerate|i:1576349581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0ae2c6ef3973ff31546121cd514460c4d0b16d8', '66.186.19.5', '1576497962', '__ci_last_regenerate|i:1576497962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0b4115ba973bc6a18fd2c7e01f3085a152ead5b', '66.186.19.5', '1576438021', '__ci_last_regenerate|i:1576438021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0c8930bb463c22b3d44f2e6d1c872df7d8e312b', '66.186.19.5', '1576577102', '__ci_last_regenerate|i:1576577102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0d21d1e4047952aa5e2992d1ebdd0d7b7b18a38', '45.189.116.14', '1589936764', '__ci_last_regenerate|i:1589936764;local|s:1:\"1\";listaVenta|i:19;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589817111\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0d76e55a6a189c005e24d4d89fc180fcc2c1f79', '66.186.19.5', '1576340821', '__ci_last_regenerate|i:1576340821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0dab6dd2df3a6820b4141fec1166780197560da', '66.186.19.5', '1576544702', '__ci_last_regenerate|i:1576544702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0ddcf0508a1353f9084db5b03547936cc6f987e', '66.186.19.5', '1576625341', '__ci_last_regenerate|i:1576625341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0f21c7536f01962f28310e4bb5159c8a8a7db38', '66.186.19.5', '1576585741', '__ci_last_regenerate|i:1576585741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0f8972b17f460da9b4228d30f67fc82e484c8b9', '66.186.19.5', '1576665781', '__ci_last_regenerate|i:1576665781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0f8bb3f8fb2f3465707fdabff75278004f3c201', '209.17.97.18', '1588135362', '__ci_last_regenerate|i:1588135362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1049efb5005b77d0f94f0f2cd9ed371142bb16c', '66.186.19.5', '1576397942', '__ci_last_regenerate|i:1576397942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b111b49cc0649cff890511adce4dfd2725bbcf78', '45.189.116.18', '1590960130', '__ci_last_regenerate|i:1590960040;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590883301\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b124fca8827875051507ed6d7f6ed2f367b84e93', '66.186.19.5', '1576648982', '__ci_last_regenerate|i:1576648982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b128c019676dc794b4b5059683cc99bf3b4ff990', '66.186.19.5', '1576669261', '__ci_last_regenerate|i:1576669261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b12ac31391517b920aa1f687f5c4cd3a170afc62', '66.186.19.5', '1576394822', '__ci_last_regenerate|i:1576394822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b12f3b8a5e1065897d64b230947367fec55f9fd9', '66.186.19.5', '1576613642', '__ci_last_regenerate|i:1576613642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b13a4821744ccaeb21937b251c73c925240a6fc8', '66.186.19.5', '1576431542', '__ci_last_regenerate|i:1576431542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1655f9e5746c36fe2c98cedd3f3a835ff89dc44', '66.186.19.5', '1576416481', '__ci_last_regenerate|i:1576416481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b16659dcb7b3eb2bc89e7693c8e3157d94511e24', '66.186.19.5', '1576293961', '__ci_last_regenerate|i:1576293961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b167762f86689b8fd92b7e9257bdb5f1406f2644', '66.186.19.5', '1576329181', '__ci_last_regenerate|i:1576329181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b16c9aee0b319091176d963f66241f4eca0c189e', '66.186.19.5', '1576407601', '__ci_last_regenerate|i:1576407601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1701dbdaf2a886e4f5273cff4aabe48b9fb949a', '66.186.19.5', '1576459141', '__ci_last_regenerate|i:1576459141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b175c8cedcf71327feede99e0c17bef36123617b', '66.186.19.5', '1576528742', '__ci_last_regenerate|i:1576528742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1761660e99380662cd6905c2a5df8a5880b433f', '66.186.19.5', '1576503602', '__ci_last_regenerate|i:1576503602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1801c714f315020e395c4fed68165ccfe1c0eb8', '69.171.251.32', '1584788994', '__ci_last_regenerate|i:1584788994;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1802b456fb62c503e20d7ca8381c52327fbf005', '66.186.19.5', '1576589161', '__ci_last_regenerate|i:1576589161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b180604425cb89c4e609b5ee20c13c24590b86c9', '66.186.19.5', '1576291021', '__ci_last_regenerate|i:1576291021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1aab6f3de849ca3c5ba586c87425c05fb8d5744', '66.186.19.5', '1576566061', '__ci_last_regenerate|i:1576566061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1b2b3331800d215700889ced3958a8145761c1b', '66.186.19.5', '1576391102', '__ci_last_regenerate|i:1576391102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1c2cd84be53b627baf1d9531a345611cd5789c7', '66.186.19.5', '1576528802', '__ci_last_regenerate|i:1576528802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1c74224768775cfa11582686b0331324525783d', '66.186.19.5', '1576324681', '__ci_last_regenerate|i:1576324681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1d7a416249e36deda7d9dd9bc47a8e31df36880', '66.186.19.5', '1576667281', '__ci_last_regenerate|i:1576667281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1daabf7773b37d36a736f6f5ce3c20a7828ad19', '66.186.19.5', '1576473841', '__ci_last_regenerate|i:1576473841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1e1c95673ca1727feb816b65226c3bc992c0dc3', '66.186.19.5', '1576687202', '__ci_last_regenerate|i:1576687201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1e37f32fa48147772fc33b5de8734fea03f504d', '66.186.19.5', '1576611422', '__ci_last_regenerate|i:1576611422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1ecedd64380720a8a9e0f88c42d3b0b3f44f992', '66.186.19.5', '1576530901', '__ci_last_regenerate|i:1576530901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1f831918a0556f9d0d1f391b6bb3e326fe296ad', '45.189.116.18', '1591136393', '__ci_last_regenerate|i:1591136285;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591135734\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b202c4a11c2c20552b549bc7ca4b7e38141caf52', '66.186.19.5', '1576340521', '__ci_last_regenerate|i:1576340521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b203944f913e969f98a88acfa7a99691d7b7e873', '66.186.19.5', '1576370822', '__ci_last_regenerate|i:1576370822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b207099ccc0012a573a24dd4c958d02fb01dad4b', '190.232.33.208', '1576533701', '__ci_last_regenerate|i:1576533682;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576520493\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:14:\"smtp.gmail.com\";smtp_user|s:22:\"sistpv.actec@gmail.com\";smtp_pass|s:88:\"AKY4sOQB1MmHoyOMcqIsV7qucC+ouEspLv6KlGxYYH5oQqWf2c+4fxK+CeUVwJQA/ZruT84DE7qSrTJv2iOaoA==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";error|s:83:\"La caja no está abierta, por favor introduzca el valor de la caja para la apertura\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b20877fedf1688f7ccdb5c92711addcc451298a4', '66.186.19.5', '1576405801', '__ci_last_regenerate|i:1576405801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b212e379b37a95171156f086f05453269a341887', '66.186.19.5', '1576301581', '__ci_last_regenerate|i:1576301581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b21bbcc31c4961a6938ba1498d085ff3127639b8', '66.186.19.5', '1576354681', '__ci_last_regenerate|i:1576354681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b22b86bb5e12f49437e025201d97f48aba815130', '66.186.19.5', '1576330802', '__ci_last_regenerate|i:1576330802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b230aa524c0090d7227867e652c2bb2f543357b5', '66.186.19.5', '1576473961', '__ci_last_regenerate|i:1576473961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b23790c9f75735c535d1e6fddb6178f94d4f839a', '66.186.19.5', '1576666381', '__ci_last_regenerate|i:1576666381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b23c6aee11bacf6dde72dc93342134feab100963', '66.186.19.5', '1576313282', '__ci_last_regenerate|i:1576313282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2403975b3d76e18712f11408d97bda996b40d4d', '66.186.19.5', '1576372982', '__ci_last_regenerate|i:1576372982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b24b3d4be9c5e736ded55166876182b6286a4ab2', '66.186.19.5', '1576411501', '__ci_last_regenerate|i:1576411501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b24ecb1354eaef17297a6a3551d626fddd0f6231', '66.186.19.5', '1576450202', '__ci_last_regenerate|i:1576450202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b255262c1b58ccac7174fcb6ce13fe20306f6c5f', '66.186.19.5', '1576393082', '__ci_last_regenerate|i:1576393082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b25b2f4f7cdbf4874b5582526ff6d2a0958382b9', '66.186.19.5', '1576615322', '__ci_last_regenerate|i:1576615322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b25bee32368f60170be2d128fd89d34c69eeedfd', '45.189.116.18', '1591961166', '__ci_last_regenerate|i:1591956879;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591931063\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b267733efd80120ef378e7b4c6addebe9aac156d', '195.74.76.194', '1579871778', '__ci_last_regenerate|i:1579871776;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b267c0f26777ef55ea51709f9e4e6baff5cefcb4', '66.186.19.5', '1576414801', '__ci_last_regenerate|i:1576414801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b27c5d73d9c228b45598721792393990324f62bc', '66.186.19.5', '1576441261', '__ci_last_regenerate|i:1576441261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b283dc673e0315574daf8cf56ec1a5189d88c2e8', '66.186.19.5', '1576400522', '__ci_last_regenerate|i:1576400522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b286eb7abaa8329b04176885427e77d52ba3859a', '66.186.19.5', '1576635121', '__ci_last_regenerate|i:1576635121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2875c34ef0b51b7ff83415484b6fd131de606b1', '66.186.19.5', '1576496221', '__ci_last_regenerate|i:1576496221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2898085b7c4c5f604e5838eefffac409abdcdf3', '66.186.19.5', '1576493642', '__ci_last_regenerate|i:1576493642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2ac0e994e2bbfa631709776f893d9e48c063ddb', '66.186.19.5', '1576532281', '__ci_last_regenerate|i:1576532281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2b1d1f7ef00a109eab5c33e4b864c725a244404', '66.186.19.5', '1576518782', '__ci_last_regenerate|i:1576518781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2b8063a6a0359ee80f3584ff16ada028d2233c0', '66.186.19.5', '1576439701', '__ci_last_regenerate|i:1576439701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2c13300f82b9200e1f9f011b615e1dd8b359cfd', '66.186.19.5', '1576486202', '__ci_last_regenerate|i:1576486202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2cfa7c32fcd4f541a3ebb6c1d7c2ec75da981a9', '66.186.19.5', '1576645742', '__ci_last_regenerate|i:1576645742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d00e2a0fb6461055dd00eb0dacbfd63bc29dd0', '66.186.19.5', '1576603622', '__ci_last_regenerate|i:1576603622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2dae495a5e96ec3a93902d134231fa0fd03e1e1', '66.186.19.5', '1576446001', '__ci_last_regenerate|i:1576446001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2e63a5ad35346eff1c8da88080961a9636d4ce8', '66.186.19.5', '1576464482', '__ci_last_regenerate|i:1576464482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2eea1f324b023db0b0d5ed08e38e153be3302ac', '66.186.19.5', '1576360141', '__ci_last_regenerate|i:1576360141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2f7668f4e19471f4680f3affb51929ed0fbeb5b', '66.186.19.5', '1576520581', '__ci_last_regenerate|i:1576520581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2f804749ef32a85870ca6b6747d294424bc1671', '66.186.19.5', '1576368842', '__ci_last_regenerate|i:1576368842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b319e7d74fed54f4f451fdd9ea5b924902d81ebd', '66.186.19.5', '1576590181', '__ci_last_regenerate|i:1576590181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b32276e914e3330172c9d0495f5443056ad822d6', '66.186.19.5', '1576607882', '__ci_last_regenerate|i:1576607882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b327b201a433f8becf11fbf725183d8aaaa4eded', '66.186.19.5', '1576366621', '__ci_last_regenerate|i:1576366621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b330c85a5abdc5e046b0a32b55ac7d7a2dc36b29', '66.186.19.5', '1576413001', '__ci_last_regenerate|i:1576413001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b338fc268a40308f29b04d8c82236babab4c738e', '173.252.83.7', '1586294264', '__ci_last_regenerate|i:1586294264;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b33c0ec7b1062c93a035648de4762f39', '168.90.245.48', '1582284193', '__ci_last_regenerate|i:1582284193;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b34380ca5bbf7740932235400afb21aa06262fe7', '66.186.19.5', '1576499461', '__ci_last_regenerate|i:1576499461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b34c892115bbf1609792e4f02b841d6c57711a1a', '66.186.19.5', '1576680662', '__ci_last_regenerate|i:1576680662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b35d17512852d0c01718fcbd5ce0a8b824c24665', '66.186.19.5', '1576585202', '__ci_last_regenerate|i:1576585202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b364debcd0476206d22e48cfd087363c3fd41ada', '66.186.19.5', '1576309321', '__ci_last_regenerate|i:1576309321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b365b06b1de9f63910ff3adf5b39f19ab12c1ba6', '66.186.19.5', '1576470601', '__ci_last_regenerate|i:1576470601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36d91ad0bc4a62fe61ff5ae7ba4e9760e7978fa', '66.186.19.5', '1576501982', '__ci_last_regenerate|i:1576501982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36eddfe6c8b5df1343c78a209ae3cb49d26e32a', '66.186.19.5', '1576395722', '__ci_last_regenerate|i:1576395722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36f5497270c60123d024d471c1b8843cf19348a', '66.186.19.5', '1576457941', '__ci_last_regenerate|i:1576457941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b371b34f6efdd8a56301439d4ba8d0233b2a050b', '66.186.19.5', '1576533242', '__ci_last_regenerate|i:1576533242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3730f89ac40ef3752a15c0668762c66afd1ba63', '66.186.19.5', '1576632961', '__ci_last_regenerate|i:1576632961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b37986c4427aeb75e8e69f177af5b394f74697c2', '66.186.19.5', '1576648801', '__ci_last_regenerate|i:1576648801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3849bd3e088ee47762d596bba3c6689a883cf95', '195.154.62.232', '1588947737', '__ci_last_regenerate|i:1588947737;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3918a7270cd850e2913c5061a8a144a08c07dd6', '66.186.19.5', '1576285262', '__ci_last_regenerate|i:1576285262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b397c0b68ea085f23d1395a985701c10349e5719', '66.186.19.5', '1576322702', '__ci_last_regenerate|i:1576322701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3986e79c29817323bed5f7e3e5ebd85318ba9ea', '66.186.19.5', '1576645142', '__ci_last_regenerate|i:1576645142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3991d43f0c5235ed33561bc241b4fc9affe44b0', '66.186.19.5', '1576287782', '__ci_last_regenerate|i:1576287782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b39d6089d2b202b4d3154863f68fb758236b82fb', '66.186.19.5', '1576374241', '__ci_last_regenerate|i:1576374241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b39db5ccee255e4d597ebc075fec833ef8f398b1', '45.189.116.18', '1591140459', '__ci_last_regenerate|i:1591138017;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591135734\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3a12fcedbc5f0dbdae9e70de1c2edd99844bc73', '66.186.19.5', '1576601942', '__ci_last_regenerate|i:1576601942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3abec1fee24289fa5af0f74954e3c36abd2eeba', '66.186.19.5', '1576455602', '__ci_last_regenerate|i:1576455601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3add1d037bcb8441e5fd90dda6fd327899fb95c', '66.186.19.5', '1576538282', '__ci_last_regenerate|i:1576538282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3be9b027ef34bcbf735105602f8fbbf1308334d', '45.189.116.14', '1590532756', '__ci_last_regenerate|i:1590532756;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590514026\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3c9bab73f88b96637866f11a4c44f73ce507226', '66.186.19.5', '1576579141', '__ci_last_regenerate|i:1576579141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3d1804fdd0413e8e6b2728bc83a98d59837c5d9', '66.186.19.5', '1576508461', '__ci_last_regenerate|i:1576508461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3e7ac9a240f682e18a846f0ef5e1681fb1bbdc7', '209.17.96.26', '1587106909', '__ci_last_regenerate|i:1587106909;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3eae6e239724a401489bd6aade46658d6d52726', '66.186.19.5', '1576469342', '__ci_last_regenerate|i:1576469342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3fa3fcf47854aea053adc6d0b2669b45174f633', '190.234.106.149', '1577379558', '__ci_last_regenerate|i:1577379480;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1577374169\";last_ip|s:15:\"190.234.106.149\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ff425b3cf8b06d5eac61d32bcfa3569cbd3046', '66.186.19.5', '1576450022', '__ci_last_regenerate|i:1576450022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40ef7f9a70451ab260214dca1622bd450d9ec71', '66.186.19.5', '1576379221', '__ci_last_regenerate|i:1576379221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b419ddbc5f74a4faac322483adeead88c5821206', '66.186.19.5', '1576520222', '__ci_last_regenerate|i:1576520222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b41ab08c6680df3402f425433b3be29d34f22eee', '66.186.19.5', '1576296541', '__ci_last_regenerate|i:1576296541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4206bd31b24bace3d45e0c3315c2ec94e5474e3', '66.186.19.5', '1576553221', '__ci_last_regenerate|i:1576553221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b425d388e1e07b477136a581528b6909539eb2d6', '66.186.19.5', '1576528441', '__ci_last_regenerate|i:1576528441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4291b99fdaabcf3172f1279df81084e39c1101d', '66.186.19.5', '1576345022', '__ci_last_regenerate|i:1576345022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b42cfa569d89e0b3cd36bc9b49fc618731df2c91', '173.252.83.11', '1586139060', '__ci_last_regenerate|i:1586139060;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b42ded79023fb3087e861fe6039116d423330d4d', '66.186.19.5', '1576491361', '__ci_last_regenerate|i:1576491361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b436608409bce568d351653e338b80047be1d1c6', '66.186.19.5', '1576295941', '__ci_last_regenerate|i:1576295941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b43fb92d0b18025c90ce5c2b246e1eb9e1a767f2', '66.186.19.5', '1576324742', '__ci_last_regenerate|i:1576324742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b44c1050e584317c091c92e5410feee263afa86f', '66.186.19.5', '1576561442', '__ci_last_regenerate|i:1576561442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b459644b9e39ba77e23d32c3ab6392d3b3667e67', '66.186.19.5', '1576432021', '__ci_last_regenerate|i:1576432021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b467266a952495d1e45eb5d5aef936dcffa5da32', '66.186.19.5', '1576387682', '__ci_last_regenerate|i:1576387682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b480270b3d44547287728995c28b87d09c216c59', '66.186.19.5', '1576576922', '__ci_last_regenerate|i:1576576922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b48ba1db53f801a4713205db6bae744da1221902', '66.186.19.5', '1576687441', '__ci_last_regenerate|i:1576687441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b48ffc1088d67db1b51a4c5dde46100c82eeb880', '190.236.102.225', '1582606748', '__ci_last_regenerate|i:1582606746;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b491f7bd57bc36667d1a5951561815bc50d83f8e', '45.189.116.14', '1590703503', '__ci_last_regenerate|i:1590703350;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590621309\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b497511c1d85ed9dfbd3d7dfbba07f3a77555b1d', '66.186.19.5', '1576527902', '__ci_last_regenerate|i:1576527901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b49853d498daec7cacb35283fb9a00b446bfabe7', '66.186.19.5', '1576334821', '__ci_last_regenerate|i:1576334821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4aaf2933eeebc39ac69f4040d79778f915b134c', '66.186.19.5', '1576678441', '__ci_last_regenerate|i:1576678441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4afcc0c8e94cdbdf1d644869817f2f12eb826fa', '66.186.19.5', '1576402082', '__ci_last_regenerate|i:1576402082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4b0742a8364bd38fde05c7b1f6c3bbc678be3df', '66.186.19.5', '1576298462', '__ci_last_regenerate|i:1576298461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4b22afbddb0feeb673a046c88855f159fbfce06', '66.186.19.5', '1576578962', '__ci_last_regenerate|i:1576578962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4b5c08aea60d583aca5f05d896fa08771660730', '66.186.19.5', '1576415041', '__ci_last_regenerate|i:1576415041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4c271be6e983879eb08a10febd450f4ea9de482', '66.186.19.5', '1576591921', '__ci_last_regenerate|i:1576591921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4c2c8439b3e4e125724d1e7970114d6c639a891', '66.186.19.5', '1576627021', '__ci_last_regenerate|i:1576627021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4c66c4d7f98349034bd7a76b6beadef5bd1013b', '66.186.19.5', '1576338122', '__ci_last_regenerate|i:1576338122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ce0ac37efc3e520ba9c859a5117e2839b487cf', '66.186.19.5', '1576332601', '__ci_last_regenerate|i:1576332601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4d1f429cd2c891f5d587477c70330f3ce6c729d', '66.186.19.5', '1576323661', '__ci_last_regenerate|i:1576323661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4d3a95f70ef1bcdc19699ba4a36e019a5abaff3', '66.186.19.5', '1576615085', '__ci_last_regenerate|i:1576615084;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4d64962a4c5b9ce3b0fd1dfc6c5511d44f994dc', '66.186.19.5', '1576388522', '__ci_last_regenerate|i:1576388522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4dc1453e2a19e503901451fa0d6b9e6aad8352a', '66.249.85.51', '1576949827', '__ci_last_regenerate|i:1576949759;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576865315\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4e2592517d457be1fec1069ed3b8d1a7d9ef98b', '66.186.19.5', '1576357501', '__ci_last_regenerate|i:1576357501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4e9908d9b7163006726b329e3beb4ae32561c37', '66.186.19.5', '1576684922', '__ci_last_regenerate|i:1576684922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ebfb9a58114617cfb2d08b694f05c290fb2dfe', '66.186.19.5', '1576675021', '__ci_last_regenerate|i:1576675021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4f14a6a1f6c71d713e871e93cdde0452542f6a4', '66.186.19.5', '1576414981', '__ci_last_regenerate|i:1576414981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4f339191fac3c584c589bf493d9c28596ea93e7', '66.186.19.5', '1576556642', '__ci_last_regenerate|i:1576556642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4f5d6af66501c078d4cf697b045199d5ea7ecb7', '66.186.19.5', '1576551361', '__ci_last_regenerate|i:1576551361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5008e0a538424d1b61e4b84cdc439201f3ddff5', '66.186.19.5', '1576589281', '__ci_last_regenerate|i:1576589281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5012e781ba74fd50a5310a5a2c8fc1e0baf70c6', '66.186.19.5', '1576378802', '__ci_last_regenerate|i:1576378802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5056020654acaa7ad4339178d433a91f3158f1b', '66.186.19.5', '1576605661', '__ci_last_regenerate|i:1576605661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5075476b7d6c9803ef0f7301dcc6eecaff28aef', '66.186.19.5', '1576577462', '__ci_last_regenerate|i:1576577462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b51666ec0d804d1f8b440085968aaa0ba87fd24f', '66.186.19.5', '1576510741', '__ci_last_regenerate|i:1576510741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b52b6287adefb325d31aa89f321a4dbb1e050ed6', '66.186.19.5', '1576631161', '__ci_last_regenerate|i:1576631161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5316e8becb848c090320c098747e0eb8630c6a9', '66.186.19.5', '1576288262', '__ci_last_regenerate|i:1576288261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b53e2a1e80cc7ee52925a84c1c0a09a41f63ab18', '66.186.19.5', '1576523702', '__ci_last_regenerate|i:1576523702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b541e5434ea782da1cd237496ad25a417c79bff0', '66.186.19.5', '1576479901', '__ci_last_regenerate|i:1576479901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b543001025de70a6795f568b3d4694ddec54fbd4', '113.160.61.38', '1584502249', '__ci_last_regenerate|i:1584502249;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b546082001a033811fd58bf53643353a50ce5ab0', '66.186.19.5', '1576684802', '__ci_last_regenerate|i:1576684802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b547520bdf8cc734550c7313a21d19fedb094f78', '66.186.19.5', '1576483682', '__ci_last_regenerate|i:1576483682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5495402c2c08536473954d74cc769d95d56580d', '66.186.19.5', '1576570262', '__ci_last_regenerate|i:1576570262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5571d84b6d29fa849c05a6a6456fc831356855e', '66.186.19.5', '1576645082', '__ci_last_regenerate|i:1576645082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b55ec02d2e43beb36a24ee0b37906890c6c40877', '66.186.19.5', '1576632482', '__ci_last_regenerate|i:1576632482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b562d75ac31d62fd4a7cb2c17284d47d1f87d93b', '66.186.19.5', '1576633261', '__ci_last_regenerate|i:1576633261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b56ac00378bd7a6ba0ab68c39498d84afe786e0d', '173.252.127.5', '1592816308', '__ci_last_regenerate|i:1592816308;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b56cd41a875f519fb2d1491820732c5ea142685d', '70.42.131.189', '1588823410', '__ci_last_regenerate|i:1588823409;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b570edf15e7a8bfaa592d17b2781393a9038730c', '69.171.251.2', '1583932562', '__ci_last_regenerate|i:1583932562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b57139c0b00767ed5a7eb1169aa115472c3bc24b', '66.186.19.5', '1576531861', '__ci_last_regenerate|i:1576531861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b57ab4b7ea1ccdc5015c9d21fa4dab7c5f0201f1', '66.186.19.5', '1576671361', '__ci_last_regenerate|i:1576671361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b58f3b68d974e7f0a6c6cbb5ad0d6a12690e7f09', '66.186.19.5', '1576335061', '__ci_last_regenerate|i:1576335061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b595462690df304bd1780c2fcb898008bf24a4b5', '66.186.19.5', '1576476602', '__ci_last_regenerate|i:1576476602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5a3c1160fe8e18a13b9a21cc98326d1e87a18a7', '66.186.19.5', '1576640281', '__ci_last_regenerate|i:1576640281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5a5f74f7833e5ea7fd61687903efe24a7bf0c0c', '45.189.116.14', '1590247772', '__ci_last_regenerate|i:1590247722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5acecb99ceaaae616f5a9084032e9356b4bad96', '66.186.19.5', '1576432381', '__ci_last_regenerate|i:1576432381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5c0e138505d9795a60bb8d15ef7db8c1c7a3ef0', '45.189.116.18', '1591697865', '__ci_last_regenerate|i:1591697570;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591657225\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5c89285522521e12d90f9a095e7315958c4421f', '66.186.19.5', '1576489562', '__ci_last_regenerate|i:1576489562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5cc35b4bc026264612a2076ad02240719d60eac', '66.186.19.5', '1576644962', '__ci_last_regenerate|i:1576644962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5d5759f5fafa04363079ae918608f2840a6af9e', '66.186.19.5', '1576541341', '__ci_last_regenerate|i:1576541341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5d61ee9bf435cece6d2d98bd3daae899c12b28c', '66.186.19.5', '1576643282', '__ci_last_regenerate|i:1576643282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5d7259896570937aec9b63cfe9c7316426b94a4', '132.191.1.60', '1583962985', '__ci_last_regenerate|i:1583962971;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583772404\";last_ip|s:13:\"132.191.1.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5e8c495f0972092a7313be2c7061e81329172d5', '66.186.19.5', '1576409582', '__ci_last_regenerate|i:1576409582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5e8e44194744506afe9946e963f4edad7ff5aee', '45.189.116.18', '1591293844', '__ci_last_regenerate|i:1591293844;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591230201\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5f926f52ea58697fbd4bf79055d417038be5967', '66.186.19.5', '1576584602', '__ci_last_regenerate|i:1576584602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5fa9e38ed65eef31a2019033efd5b6be690d9b4', '66.186.19.5', '1576586221', '__ci_last_regenerate|i:1576586221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b611c74cf4cbe00a20844705e56cfaf5aafbdf32', '66.186.19.5', '1576605721', '__ci_last_regenerate|i:1576605721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b615ced87ac9e7eafc22f61067093bc42e07a7da', '66.186.19.5', '1576665241', '__ci_last_regenerate|i:1576665241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6232b0bc8404e29c2d619017072e19405d8336b', '66.186.19.5', '1576291201', '__ci_last_regenerate|i:1576291201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b62484cd816c9b5e23c9579b50b328db', '190.236.102.225', '1582381723', '__ci_last_regenerate|i:1582381723;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b62bd3065fd14987bb58433b7da6f01d3346f539', '66.186.19.5', '1576644122', '__ci_last_regenerate|i:1576644122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b637aaaaece33109fb61a6a635b1a4130c91d676', '173.252.83.24', '1584914487', '__ci_last_regenerate|i:1584914487;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b638cf2b150c68558bd134000dffc9fbae0d4ba9', '66.186.19.5', '1576335301', '__ci_last_regenerate|i:1576335301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b65930bef72042c00fd22eafeccb4605d5c1eea0', '66.186.19.5', '1576608422', '__ci_last_regenerate|i:1576608422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b65b1a3e23720dd4980a1a661cbd3215a5b845d2', '66.186.19.5', '1576384622', '__ci_last_regenerate|i:1576384622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b65eeb7b6b0298c2eaeaaa35dd4ee1264294f1be', '66.186.19.5', '1576539842', '__ci_last_regenerate|i:1576539842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b66a2d3312c489568bab470d179e31c26dcd3414', '66.186.19.5', '1576301942', '__ci_last_regenerate|i:1576301942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b676ee67850e86db47126710875cdcf15a81173a', '66.186.19.5', '1576305241', '__ci_last_regenerate|i:1576305241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b67807a01a7d5011cf8b68d1773db1b6b5480b3f', '66.186.19.5', '1576533122', '__ci_last_regenerate|i:1576533122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b680af5f1ba3f33433c2e78c71ac7855aed9f138', '66.186.19.5', '1576610041', '__ci_last_regenerate|i:1576610041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b685ff8393bdb1595769ca7a02cfdac0f42dfa50', '66.186.19.5', '1576562162', '__ci_last_regenerate|i:1576562162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b68cd5a67197c91e1989d8009381584e0ce495ff', '66.186.19.5', '1576526881', '__ci_last_regenerate|i:1576526881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6957f641b6778aa44f22f7027fcc9887d34f19c', '66.186.19.5', '1576442522', '__ci_last_regenerate|i:1576442522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6a1ed3875e3f0698f085bdeb25d0ab04ba0d30a', '159.203.10.178', '1588872071', '__ci_last_regenerate|i:1588872071;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6a7f454f01688f8bb4b3a39f50677a0361f4ea9', '66.186.19.5', '1576532221', '__ci_last_regenerate|i:1576532221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6a8c4330af846330c1edc7199a3fb330ec174c7', '66.186.19.5', '1576609921', '__ci_last_regenerate|i:1576609921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6ad7e5ac8652f21a4465f41a5d373be4f393d55', '66.186.19.5', '1576649101', '__ci_last_regenerate|i:1576649101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6b10138f83bc3b2a51773098cc7a4a5cce0be18', '66.186.19.5', '1576587122', '__ci_last_regenerate|i:1576587121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6bc13da791368d4213b20f8b6433cdb9516f61f', '66.186.19.5', '1576532761', '__ci_last_regenerate|i:1576532761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6bfcd8c2fd4e6fa90d286145dfdb049fb501e1a', '66.186.19.5', '1576588142', '__ci_last_regenerate|i:1576588142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6c0972b7aa758d303ba2fb7cf872d161974ae1a', '66.186.19.5', '1576333622', '__ci_last_regenerate|i:1576333622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6cafd98436ff8b772141a2b5f5403f83ad9e3d2', '66.186.19.5', '1576550522', '__ci_last_regenerate|i:1576550522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6cd2303aa54418ab980dd168bcfd2b4eedf0c81', '94.102.52.29', '1584614128', '__ci_last_regenerate|i:1584614128;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6d3e1aa8772d1d3ea7e5cca5d7a76a20e6dcbd9', '66.186.19.5', '1576343162', '__ci_last_regenerate|i:1576343162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6f6f1af91d832dd9035f4d1513ba16717a2c47b', '66.186.19.5', '1576293181', '__ci_last_regenerate|i:1576293181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b708b0daeaa28fd7912d7ad04830c6eb0b8eb22d', '66.186.19.5', '1576610642', '__ci_last_regenerate|i:1576610642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b70b371d3db383d2da203e87e5ac79218aecdd37', '66.186.19.5', '1576613582', '__ci_last_regenerate|i:1576613582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b70c7c1f37a15d895b3def3c7a13200e583c8119', '66.186.19.5', '1576418641', '__ci_last_regenerate|i:1576418641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7122d8ae7e15b2d333dfe03d5900aee77f573c9', '66.186.19.5', '1576517881', '__ci_last_regenerate|i:1576517881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7249dd95b23d0e193482f890a2f01de1eee09c4', '201.230.158.73', '1579273587', '__ci_last_regenerate|i:1579273314;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579177974\";last_ip|s:15:\"190.113.208.196\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7273a7c9ab5eeb6532f4fa23f0e2f519aa5472e', '66.186.19.5', '1576432802', '__ci_last_regenerate|i:1576432801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b73caba804599b855700b56d1cacea9370fafac5', '45.189.116.18', '1590801900', '__ci_last_regenerate|i:1590801898;local|s:1:\"1\";listaVenta|i:13;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b74540c9feadcf999eaf601a4ae69544407b979a', '190.236.102.225', '1582127827', '__ci_last_regenerate|i:1582127825;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7488737f6e192268f079b669933401026fa2ea4', '66.186.19.5', '1576633202', '__ci_last_regenerate|i:1576633202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7683cc6bd570f937b36725f7bfd6e7afc68aca1', '66.186.19.5', '1576561921', '__ci_last_regenerate|i:1576561921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7707315b1bbac1df456e664fe0ce3bc6bc478fc', '66.186.19.5', '1576634702', '__ci_last_regenerate|i:1576634702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b77576c6604e84f100ca5ba989f40707254f194c', '66.186.19.5', '1576376102', '__ci_last_regenerate|i:1576376102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b777dc3b556f66a23bd69faa72c6c916b36abdd6', '66.186.19.5', '1576537802', '__ci_last_regenerate|i:1576537802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b78886306738464bc9addd1c99f6e37f99dcfae3', '66.186.19.5', '1576552382', '__ci_last_regenerate|i:1576552382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b78e8c35b09709897678b28c444ccb432f6a2e2f', '66.186.19.5', '1576297921', '__ci_last_regenerate|i:1576297921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7930dbc8b98727681cf982630fa209aaef94f9c', '66.186.19.5', '1576436521', '__ci_last_regenerate|i:1576436521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7948330d76b4390ca87a77995e4c519695ad457', '66.186.19.5', '1576555982', '__ci_last_regenerate|i:1576555982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7998e454747790eff2d4ef1d7e4691cca3c5f45', '66.186.19.5', '1576506601', '__ci_last_regenerate|i:1576506601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b79a1b5aafda87a10fac568c44ea6665c8e7f661', '66.186.19.5', '1576279441', '__ci_last_regenerate|i:1576279441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b79b98413c5a8aca728bd2ef0c7dbe779b49f6ba', '66.186.19.5', '1576333082', '__ci_last_regenerate|i:1576333082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7a6bd22684dacb4a1b7dacfb4c01474268f9625', '66.186.19.5', '1576501561', '__ci_last_regenerate|i:1576501561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7babe8edbfe5ae3cb7c51d9b7193c1dda7f9577', '66.186.19.5', '1576444322', '__ci_last_regenerate|i:1576444322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7bc03bcf23d8c627d83b4dbc280bb06f5dd37e0', '66.186.19.5', '1576386122', '__ci_last_regenerate|i:1576386122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7bfbf37d70fbe2ed576c586b195c2b651f49452', '66.186.19.5', '1576670701', '__ci_last_regenerate|i:1576670701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7c9c2070eb4f79bac91ac42d32841c707d4cbf8', '66.186.19.5', '1576539662', '__ci_last_regenerate|i:1576539662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7cb3f8cb308d284beaae8c6371bbecd4edd71a6', '66.186.19.5', '1576418401', '__ci_last_regenerate|i:1576418401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7e99bf08e096d3aa9434c570d34aa5761c21099', '66.186.19.5', '1576297381', '__ci_last_regenerate|i:1576297381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7e9e4d91b9acae295fe32f098ae91d11d821810', '66.186.19.5', '1576515932', '__ci_last_regenerate|i:1576515932;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ea3557eb776c056dedc435a06d0dc86b79ad74', '66.186.19.5', '1576498142', '__ci_last_regenerate|i:1576498142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ed7dcc0581cf7469e51faf13db8e5cde9383c3', '66.186.19.5', '1576308841', '__ci_last_regenerate|i:1576308841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7f236e15c29bc4d7e238f0041c84dc0bb1c1e68', '66.186.19.5', '1576636261', '__ci_last_regenerate|i:1576636261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7fad9e43f82dfc887852ebe4ce9a4c7ddf9e579', '31.13.127.6', '1585972269', '__ci_last_regenerate|i:1585972269;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7feb433388b6010ffcbc32d7adefb7eb854b266', '66.186.19.5', '1576648381', '__ci_last_regenerate|i:1576648381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8005b8cdc7943e4cdcd92c04d17441d94098118', '66.186.19.5', '1576359421', '__ci_last_regenerate|i:1576359421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b801f1c3cfa1296797b143c184052fb4f93552f6', '66.186.19.5', '1576481402', '__ci_last_regenerate|i:1576481402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b805fa69165e94ddc68c4da744a0ceed1083ce78', '45.189.116.18', '1590883302', '__ci_last_regenerate|i:1590883287;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590874922\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b806be7122f9d780e41c038e05f16e03070ef380', '45.189.116.18', '1592000728', '__ci_last_regenerate|i:1592000680;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591995136\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b80ef04745a256c7b4577934f158f57f876f1268', '66.186.19.5', '1576344422', '__ci_last_regenerate|i:1576344422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8155bf3cb332f2ac1ddaab137d846a7788b99e1', '66.186.19.5', '1576648862', '__ci_last_regenerate|i:1576648862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b82032ccd988727b088133cdeaeda9946fff215c', '66.186.19.5', '1576524061', '__ci_last_regenerate|i:1576524061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b82e71295754d95bcac49bdc5272c08d4dd74ef2', '173.252.83.6', '1585872308', '__ci_last_regenerate|i:1585872308;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b82f6b4cca6f7fa9f33f07b778784d53c9ef2806', '66.186.19.5', '1576371661', '__ci_last_regenerate|i:1576371661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83ae9af0b8d221488e1546509c0accd30a0e7c8', '66.186.19.5', '1576339623', '__ci_last_regenerate|i:1576339623;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8477fce4f29c30742f4d014857dfe260981e718', '138.246.253.15', '1588614279', '__ci_last_regenerate|i:1588614279;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b84da7b42ac4270117da65280aedcf94783fd508', '66.186.19.5', '1576530602', '__ci_last_regenerate|i:1576530602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b854480a2dba6846bd2cd5453674cec2f52346d9', '66.186.19.5', '1576548422', '__ci_last_regenerate|i:1576548422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b85ffad06fc6f461812760caa1effc3347b68f9f', '66.186.19.5', '1576535342', '__ci_last_regenerate|i:1576535342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b86bc39db5e22d678a6063e0a0142ef24653a0ca', '66.186.19.5', '1576336742', '__ci_last_regenerate|i:1576336742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b86d55c6bdd10755529223a0ff2ffb2c7b54b0fc', '66.186.19.5', '1576589521', '__ci_last_regenerate|i:1576589521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b872a731aeb689347fea37d434b325dc1d011ad5', '77.88.47.18', '1583930683', '__ci_last_regenerate|i:1583930683;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b873b19b29a067f4023b5e80d28a4c4da07bf0a6', '66.186.19.5', '1576414741', '__ci_last_regenerate|i:1576414741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8745dc7a25cbb23adf32153056d7d3aaded9103', '66.186.19.5', '1576627922', '__ci_last_regenerate|i:1576627922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b87a0386967918a5b5c1978c7a15e483ef522fef', '66.186.19.5', '1576551062', '__ci_last_regenerate|i:1576551062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b89ad4605d23c4cc1d47be373faf39351f72ffa7', '66.186.19.5', '1576384082', '__ci_last_regenerate|i:1576384082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8a0e53a6e0cb9e239e20e52a3451b5317862b42', '66.186.19.5', '1576439401', '__ci_last_regenerate|i:1576439401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8a78cc9f2158b55f1e66d80b02ab7257419f8f6', '66.186.19.5', '1576626062', '__ci_last_regenerate|i:1576626062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8a9df49a7536526281a8644b3084d247dd1ad6c', '66.186.19.5', '1576338062', '__ci_last_regenerate|i:1576338062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8b8fa625daf1f443ff23bbd17ce832447b88cde', '66.186.19.5', '1576559462', '__ci_last_regenerate|i:1576559462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8bcd16d236c13528cefec1a856424743e823d79', '66.186.19.5', '1576385761', '__ci_last_regenerate|i:1576385761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8cb5e4603428e4053f41a0671c2420ca9a8a68f', '66.186.19.5', '1576547281', '__ci_last_regenerate|i:1576547281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d4fc23c514cb3fa23d5a7c96b23de271ce3588', '66.186.19.5', '1576539962', '__ci_last_regenerate|i:1576539962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ddba969128464387c334e50ac52f423c3cd790', '66.186.19.5', '1576328522', '__ci_last_regenerate|i:1576328522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8df859c87cf125f6ffe619b51a38f2bb602ab68', '66.186.19.5', '1576497422', '__ci_last_regenerate|i:1576497422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8e668fcf6dd89f5ac240b20d5b8e92590bad8f6', '66.186.19.5', '1576465141', '__ci_last_regenerate|i:1576465141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ee73cb308f1eaebaaa3daa368463caea93aa5a', '66.186.19.5', '1576659302', '__ci_last_regenerate|i:1576659302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8f8cb7c0c3ccc493ac10ab1068766e74429635e', '138.246.253.15', '1592274347', '__ci_last_regenerate|i:1592274347;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8fe445dedb151864b4fcd3eb363ebb2d2d89b36', '66.186.19.5', '1576321562', '__ci_last_regenerate|i:1576321561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b90c00da77e59e7cdfcf5223af8651984618825d', '66.186.19.5', '1576358222', '__ci_last_regenerate|i:1576358222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b91040bdad1f8f722e6dc07bb841592ed6338bb2', '173.252.79.8', '1578517727', '__ci_last_regenerate|i:1578517727;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b912e1a8d160bc75b7ba23f5949c3075f9264194', '66.186.19.5', '1576352762', '__ci_last_regenerate|i:1576352762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b927ff32349867b97d2db45b56c23ca98ff7d3b6', '66.186.19.5', '1576477801', '__ci_last_regenerate|i:1576477801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b931fbc15edf07d02319171eaf61111aec9d4bfd', '77.88.5.178', '1591079065', '__ci_last_regenerate|i:1591079065;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b938a7f0e49bebd7cdde1fe5c36e01fa0e5ae438', '66.186.19.5', '1576342142', '__ci_last_regenerate|i:1576342142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b93ccf8d3c56dfce012146fd7e5ac87ae21a151e', '66.186.19.5', '1576406522', '__ci_last_regenerate|i:1576406522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b94ba50eaffff36dcba8e5383814d0188f9a2dfb', '66.186.19.5', '1576688282', '__ci_last_regenerate|i:1576688282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b96418dc88b0cb022fbc3ab88044f054393b70f4', '66.186.19.5', '1576469581', '__ci_last_regenerate|i:1576469581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9679570fcda9d2d75b520c4594161e72ff779f4', '66.186.19.5', '1576412882', '__ci_last_regenerate|i:1576412882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9742cf4668378040cfb38130474f9dd64c4c01c', '66.186.19.5', '1576332841', '__ci_last_regenerate|i:1576332841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b97c888063fced61f1650ff2e045dc153ced84a7', '66.186.19.5', '1576433042', '__ci_last_regenerate|i:1576433042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b98223d8e8d3cbf2a006d6a10d5ea2026abc19d4', '66.186.19.5', '1576687742', '__ci_last_regenerate|i:1576687742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9890728445a06eb23de6b983d9ab7b6b0169f34', '66.186.19.5', '1576304282', '__ci_last_regenerate|i:1576304282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b98cf8353e52a364b8776f966895348778e61072', '66.186.19.5', '1576433461', '__ci_last_regenerate|i:1576433461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b99429425662acf7da119cf732df2027a3744362', '66.186.19.5', '1576300142', '__ci_last_regenerate|i:1576300142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9952f8b5f358b61e0dd240c3dbd38218b5c4057', '190.232.96.48', '1583725008', '__ci_last_regenerate|i:1583723336;local|s:1:\"1\";listaVenta|i:20;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583635956\";last_ip|s:14:\"190.238.52.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9979fae001271344e91f0e5dfdac97ca5867cfb', '66.186.19.5', '1576658941', '__ci_last_regenerate|i:1576658941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b998e05972a66d5e52fd2507c41757ef92da3850', '66.186.19.5', '1576314002', '__ci_last_regenerate|i:1576314002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9a61f5e71ad37c2604cf9b14a586286887b1d92', '66.186.19.5', '1576600261', '__ci_last_regenerate|i:1576600261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9b1003089140ed836cadd0d72c4bbec12ff906c', '66.186.19.5', '1576583101', '__ci_last_regenerate|i:1576583101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9c6a2e9d8739dd3c1104c3f915bcb6fe704871e', '66.186.19.5', '1576647481', '__ci_last_regenerate|i:1576647481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9c7a1a1ce65bcb380c2d67b631e6b03a1305136', '66.186.19.5', '1576291562', '__ci_last_regenerate|i:1576291562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9ca075858c9918003b64048f0ac1a14eadcd2b9', '66.186.19.5', '1576571701', '__ci_last_regenerate|i:1576571701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9d262fe3359e3b39af26eab5410c942bc95322f', '66.186.19.5', '1576641661', '__ci_last_regenerate|i:1576641661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9d6fcb223d64e4505feb4da07955eb604e156cb', '66.186.19.5', '1576485541', '__ci_last_regenerate|i:1576485541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9e9342df73660a0598488327de07b490532ce69', '190.239.111.151', '1583901336', '__ci_last_regenerate|i:1583901243;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583430020\";last_ip|s:13:\"132.191.3.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9ed33d527401242ab32b31f30b588d4aaaabc59', '66.186.19.5', '1576453321', '__ci_last_regenerate|i:1576453321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9eed6189dca4f9a9f342d410cab5aa4b528372b', '66.186.19.5', '1576291862', '__ci_last_regenerate|i:1576291862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9f29bd4ffb8e163b3d94781211a0dbc121ef671', '66.186.19.5', '1576682222', '__ci_last_regenerate|i:1576682222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9f8456b69ad0d2ee302bd72fbf68ba99257e896', '66.186.19.5', '1576401842', '__ci_last_regenerate|i:1576401842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9f876c003d8bc4173877e59674e44248c18bd4a', '66.186.19.5', '1576536242', '__ci_last_regenerate|i:1576536242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba011a619be7c9b19ad3e0dcbafa2e4f5ba37e93', '66.186.19.5', '1576586761', '__ci_last_regenerate|i:1576586761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba0181b8f0d73a9131064621be7ad0e86500db4e', '66.186.19.5', '1576603502', '__ci_last_regenerate|i:1576603502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba053be47506c6a9d9d29f623d26f8d1bd793447', '66.186.19.5', '1576425062', '__ci_last_regenerate|i:1576425062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba057ca18ee81a9725575d1d7fd7e0bd672e1f61', '66.186.19.5', '1576507921', '__ci_last_regenerate|i:1576507921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba1991ff4fec5ed872f0d0b6f2b3e48e505fc55f', '66.186.19.5', '1576379761', '__ci_last_regenerate|i:1576379761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba359008b8dd2abbc52e3aeaa0d45e0c', '168.90.245.3', '1582303193', '__ci_last_regenerate|i:1582303193;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba4816d4301d9159c3a96ff531d006053c4e5703', '66.186.19.5', '1576584422', '__ci_last_regenerate|i:1576584422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba5e39cc2c71581ee92ca375b3bfddd93cc027cc', '66.186.19.5', '1576562221', '__ci_last_regenerate|i:1576562221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba66c711fda71efa3e72282057a3e449848bb504', '66.186.19.5', '1576678141', '__ci_last_regenerate|i:1576678141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba6ef82b6452d965f1f317e3974e2ac41392f302', '66.186.19.5', '1576329902', '__ci_last_regenerate|i:1576329902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba6fd95e536da4a226c38b8287d920a99155423b', '77.88.5.7', '1587392787', '__ci_last_regenerate|i:1587392787;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba7dd7f4f558b03f9c1c0876ff83a2db1e04c90e', '66.186.19.5', '1576642442', '__ci_last_regenerate|i:1576642442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba8386f27a4d3de6931cd423a693963d7bc6eba4', '190.236.102.225', '1583176741', '__ci_last_regenerate|i:1583176741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba89501b49dfb8bd9f4fe74197334ce305f1e93e', '66.186.19.5', '1576455062', '__ci_last_regenerate|i:1576455062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba8984977d9bf66d4e7e62adfe4581204a6241bc', '66.186.19.5', '1576517162', '__ci_last_regenerate|i:1576517162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba8cc38d231b0688cf721c6129284d9e', '190.236.102.225', '1582382125', '__ci_last_regenerate|i:1582382125;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba95429f98a50f5c6883080e5dd02abb3591bcf6', '66.186.19.5', '1576554841', '__ci_last_regenerate|i:1576554841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baabbfc90c9ae9e6cd0e5eb5f947de9646ad588e', '66.186.19.5', '1576363262', '__ci_last_regenerate|i:1576363262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baad609f9351e49d82d6d88970a3cbbb28ba1308', '66.186.19.5', '1576433342', '__ci_last_regenerate|i:1576433342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baae11dc61732ddd97c6251ee4d0283318aa1fd9', '66.186.19.5', '1576558921', '__ci_last_regenerate|i:1576558921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab2c8694266b53dd39a2d5e6d020292c1c160d5', '66.186.19.5', '1576345382', '__ci_last_regenerate|i:1576345382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bae09e4dee8baa47a5f35024763c701658399c4e', '190.236.102.225', '1581693056', '__ci_last_regenerate|i:1581692764;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581692775\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";error|s:43:\"El comprobante ya tiene una nota de credito\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bae271842b26a8788879dc1a5501ac069f2b531c', '66.186.19.5', '1576582742', '__ci_last_regenerate|i:1576582742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bae88621cc3ac16c5735bb8fd87bdb86f4ed5fc6', '66.186.19.5', '1576537321', '__ci_last_regenerate|i:1576537321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bae9e406ade5ca5150cef459c143de2f9fe4ddd4', '66.186.19.5', '1576488781', '__ci_last_regenerate|i:1576488781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bafa23e3de83a2c6e3437cb77c53f0809ff9ec81', '66.186.19.5', '1576438741', '__ci_last_regenerate|i:1576438741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb068daee3d5ec33ce5e27c8f9dd685ca6a757bd', '66.186.19.5', '1576516229', '__ci_last_regenerate|i:1576516229;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb13cd634c1ae93864fc26f7f16dfa2b973e07b4', '66.186.19.5', '1576446961', '__ci_last_regenerate|i:1576446961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb155e38a9bcecf72e0e1d23467914d1b1627a27', '66.186.19.5', '1576488182', '__ci_last_regenerate|i:1576488182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb17e2e61473545eb5572effdafc15b6ba3c48fc', '66.186.19.5', '1576544521', '__ci_last_regenerate|i:1576544521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb19ee40f45bc8b4a8dae18bae18ba2b986563b7', '66.186.19.5', '1576495022', '__ci_last_regenerate|i:1576495022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb20ea5e9ac4139fdd19ce1bbb49ce29e8959a30', '66.186.19.5', '1576633441', '__ci_last_regenerate|i:1576633441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb343ac674d0dda5bac1f963e6428177a6ca4ea7', '66.186.19.5', '1576509301', '__ci_last_regenerate|i:1576509301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb4bc77f866671f50ec192fe2956576d29906437', '66.186.19.5', '1576335482', '__ci_last_regenerate|i:1576335482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb4e2f63cd7b3188c4276e4433d09a206b55bdf9', '66.186.19.5', '1576682942', '__ci_last_regenerate|i:1576682942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb559d8210ad6d75fd3f69688018bf2ece54bf29', '45.189.116.18', '1591306714', '__ci_last_regenerate|i:1591304961;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591292937\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb5819bff9accb75c2a3365aed64434918429be6', '66.186.19.5', '1576393621', '__ci_last_regenerate|i:1576393621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb5bbefbbba91f2280c6faa03800655496f1baba', '66.186.19.5', '1576552262', '__ci_last_regenerate|i:1576552262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb5ebebbd358f62afc105577110b052f3df04d74', '66.186.19.5', '1576362182', '__ci_last_regenerate|i:1576362182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb5f987e56dcf03c3b3be5a32bbb219555ced169', '66.186.19.5', '1576446601', '__ci_last_regenerate|i:1576446601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb673c8de89e9c4b4bc51e6a9f9ea296900452f2', '66.186.19.5', '1576400761', '__ci_last_regenerate|i:1576400761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb6bff665b61b4087533cb726101c1aeae79b21f', '66.186.19.5', '1576638121', '__ci_last_regenerate|i:1576638121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb6d281b20d694ce276d538368ab6a71598d8f73', '66.186.19.5', '1576534921', '__ci_last_regenerate|i:1576534921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb6f642ab74775e53deaad1ab9d46bb539827d17', '45.189.116.18', '1591039723', '__ci_last_regenerate|i:1591039723;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590969392\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb7234e6b09e97709ffaac29e7236768fe61215e', '66.186.19.5', '1576462502', '__ci_last_regenerate|i:1576462502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb769bc1b84baa9af6bb081966c4287a1f44b516', '190.239.111.151', '1583906687', '__ci_last_regenerate|i:1583906687;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583430020\";last_ip|s:13:\"132.191.3.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb76d2cf0f2cd43614913daae88c09717f2ebb61', '66.186.19.5', '1576684561', '__ci_last_regenerate|i:1576684561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb78b5288726302c9e436c129cc98ef57250b08c', '66.186.19.5', '1576367042', '__ci_last_regenerate|i:1576367042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb7fefbb33775e833cc0291f060163bbd60ec0fc', '66.186.19.5', '1576307401', '__ci_last_regenerate|i:1576307401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb8058b48ba430ed0cd4081a9c9fb8a6844c210e', '45.189.116.14', '1590700718', '__ci_last_regenerate|i:1590700713;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590621309\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb94b3a23b0917e1ce5a4fc8dd11036de2e7dd49', '66.186.19.5', '1576556521', '__ci_last_regenerate|i:1576556521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb983f850371d346dc7711ab771cbc7f3df65fe3', '66.186.19.5', '1576635302', '__ci_last_regenerate|i:1576635302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb9d312fddda242c265de14e35ad89c9aba8b02b', '66.186.19.5', '1576416002', '__ci_last_regenerate|i:1576416002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bba9d1e1588da7ea9eeae5d9056e801337ec5bb0', '66.186.19.5', '1576645682', '__ci_last_regenerate|i:1576645682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbabd7926c47ffc4d6adcc9f7abedc58ee965682', '45.189.116.18', '1590981564', '__ci_last_regenerate|i:1590981564;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590960040\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbac011480cec1807c2b4f73d88dce4f02570f55', '66.186.19.5', '1576396501', '__ci_last_regenerate|i:1576396501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb4a97c973abdb28ad332d29184d5f6289bdfdf', '66.186.19.5', '1576652881', '__ci_last_regenerate|i:1576652881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbbf98b38d7478fe87e1f4372fd5c0e4a5a8d077', '66.186.19.5', '1576517761', '__ci_last_regenerate|i:1576517761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbc01d3f0c8317d33b098f8a2ba2ec468e81d03d', '66.186.19.5', '1576367522', '__ci_last_regenerate|i:1576367522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbd0a3425c66485dd460427e9f8f7d4424e26786', '66.186.19.5', '1576360381', '__ci_last_regenerate|i:1576360381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbd1c757bff93c32dca3a577c175954b9d414539', '66.186.19.5', '1576363442', '__ci_last_regenerate|i:1576363442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbde2177c0d00497c5cdaa83e7387458041d669f', '66.186.19.5', '1576576621', '__ci_last_regenerate|i:1576576621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbe2f1bf139ae2f38ba012d1b36b69b6b37fe10f', '66.186.19.5', '1576281841', '__ci_last_regenerate|i:1576281841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbf4fecea0964954d1b5a5a0c7f87bb9f93e20ce', '66.186.19.5', '1576463582', '__ci_last_regenerate|i:1576463582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbfe27b0ccdf8ed899829b471d51d37a61819703', '45.189.116.18', '1591029478', '__ci_last_regenerate|i:1591029470;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc09ae2634a34983df802dc62089e7cdb22d36f2', '66.102.8.145', '1579044343', '__ci_last_regenerate|i:1579044342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc1227c621b8d26f90e7e0db7b536f95a02f3ae5', '66.186.19.5', '1576403521', '__ci_last_regenerate|i:1576403521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc15223f9ce7f5b8686afee4a64ee0f481e39043', '190.236.102.225', '1581634023', '__ci_last_regenerate|i:1581633879;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581445080\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc1b0cf0e719bc4aea8ef7390a8cee2fa86d2ef8', '91.221.85.111', '1584488836', '__ci_last_regenerate|i:1584488836;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc1f6c85a36a9f8c6ee66454d4fd0121b6e27a33', '66.186.19.5', '1576632601', '__ci_last_regenerate|i:1576632601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc26fd8be13df63ca6bea42fc3035a0711e351eb', '66.186.19.5', '1576310705', '__ci_last_regenerate|i:1576310705;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc3fcfa37cdefcb0bbcd1039b90a5170d9c33a3f', '66.186.19.5', '1576299242', '__ci_last_regenerate|i:1576299242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc5198479639047f2206d1500d71b13fa6e39399', '66.186.19.5', '1576521242', '__ci_last_regenerate|i:1576521242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc572f04d9298f519e5085348d41294ef3fc0cc0', '66.186.19.5', '1576497842', '__ci_last_regenerate|i:1576497842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc76a49fd3ba93d3fbb2c0975256ad5d5f45a03a', '66.186.19.5', '1576311061', '__ci_last_regenerate|i:1576311061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc7fae83c983ba67d875543bc218168706499cd0', '66.186.19.5', '1576285321', '__ci_last_regenerate|i:1576285321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc807d9bd2f5b594268d61590fcc6fb6d12c29c1', '66.186.19.5', '1576487401', '__ci_last_regenerate|i:1576487401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc9ca84cff7cee5fc4cc38372ee5e4d02e2cfb0c', '66.186.19.5', '1576461182', '__ci_last_regenerate|i:1576461182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bca660c8ed8aff50c3adad1a3335f3c9bf25636a', '66.186.19.5', '1576280341', '__ci_last_regenerate|i:1576280341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bca863550ce47497f6b84bf24dcdd657ea99bcd3', '66.186.19.5', '1576434542', '__ci_last_regenerate|i:1576434542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bca8bc012d173ff13b0231890c24dabf52d40800', '66.249.83.62', '1586550868', '__ci_last_regenerate|i:1586550868;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcba00905086a1090dbee8ea9abf9d1dc02a740d', '66.186.19.5', '1576529701', '__ci_last_regenerate|i:1576529701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcc89723d8db25890b419cdf3d8ae8f259a0af75', '66.186.19.5', '1576464601', '__ci_last_regenerate|i:1576464601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcd686f3acc241efa501c1057510ddf4cc915439', '66.186.19.5', '1576593182', '__ci_last_regenerate|i:1576593182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcd6e2433345c914755ac2f6e911bdb2ac742243', '66.186.19.5', '1576629362', '__ci_last_regenerate|i:1576629362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcf387fd21fd15add43adbef179baeff7f292b25', '66.186.19.5', '1576657202', '__ci_last_regenerate|i:1576657202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcff4e035b9e0229da482ceabef8254899989485', '66.186.19.5', '1576550402', '__ci_last_regenerate|i:1576550402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd030573ca7412f2dd22d4dca8ed56aab1823f0b', '190.234.106.215', '1583184218', '__ci_last_regenerate|i:1583184206;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583181692\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";message|s:12:\"PDF generado\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd08034d3d5d1ace193d93bf210d57e1845d6ba3', '66.186.19.5', '1576344662', '__ci_last_regenerate|i:1576344662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd11fe408a0d0b598e1667be73366fcf3dfc0bbc', '66.186.19.5', '1576575301', '__ci_last_regenerate|i:1576575301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd123a97c5441194f7a7fc8d2e6041615f16c839', '190.239.111.151', '1583949195', '__ci_last_regenerate|i:1583949195;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583933607\";last_ip|s:15:\"181.176.102.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd192bcf61a2e57560f7e3b535cbc5b486b456a6', '66.186.19.5', '1576414382', '__ci_last_regenerate|i:1576414382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd1aa2d002c245e66534f6dd2d61368057a41f42', '66.186.19.5', '1576383182', '__ci_last_regenerate|i:1576383182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd2d33e639b920ffd340dc0d9fe8bfefe15ec119', '66.186.19.5', '1576558081', '__ci_last_regenerate|i:1576558081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd2f7b782922e56c1f9b77f5360f2f8c39967447', '66.186.19.5', '1576608181', '__ci_last_regenerate|i:1576608181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd4b147f3fe1eda8751c57119744b1d7968b56dc', '66.186.19.5', '1576395482', '__ci_last_regenerate|i:1576395482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd4cdf63101696c8542c5fa590666c1dac5d5689', '66.186.19.5', '1576677902', '__ci_last_regenerate|i:1576677902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd4e09f30f28ad6121eaa3557d572182a53cdfa8', '66.186.19.5', '1576378565', '__ci_last_regenerate|i:1576378565;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd560edc0e77b065c2c255632b9337973ca0a87a', '66.186.19.5', '1576424281', '__ci_last_regenerate|i:1576424281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd6190705f6070ec99559f71d4265c7eba0fcc3e', '66.186.19.5', '1576643941', '__ci_last_regenerate|i:1576643941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd6716a905703860b823d162e690373406318377', '66.186.19.5', '1576521181', '__ci_last_regenerate|i:1576521181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd8865e9c15bb9463aa028acb479c64d670782cb', '66.186.19.5', '1576650782', '__ci_last_regenerate|i:1576650782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd8bb93827ac4b24650b8d1545746ec3efeca91a', '66.186.19.5', '1576307221', '__ci_last_regenerate|i:1576307221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bda747443c96f3cd4426d8b7d096ab2afbe3921b', '66.186.19.5', '1576317242', '__ci_last_regenerate|i:1576317242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdace5a1ee3e8e24287dc11df73f7a4bd2f4ae17', '66.186.19.5', '1576645442', '__ci_last_regenerate|i:1576645442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdad31ea31ef00be177d3383cc57ae367024588b', '66.186.19.5', '1576380181', '__ci_last_regenerate|i:1576380181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdaddeceb5d2cd3678a43a792ada27d0803a87bb', '66.186.19.5', '1576603201', '__ci_last_regenerate|i:1576603201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdb5f77c3cea76e1a18c2b22523ba7ca66ab3d73', '66.186.19.5', '1576575962', '__ci_last_regenerate|i:1576575962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdb727620c57d4ad02506389c7f5ae23d8209c79', '66.186.19.5', '1576479482', '__ci_last_regenerate|i:1576479482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdb8df14112e9df726fd0e161eeae2953568a4de', '66.186.19.5', '1576523522', '__ci_last_regenerate|i:1576523522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdb8e5d6f730e43a19fc1702938319aa443dfa70', '173.252.83.8', '1580771377', '__ci_last_regenerate|i:1580771377;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdbbdeb016ffe27cf3a41d58b8c65424387999f7', '66.186.19.5', '1576398065', '__ci_last_regenerate|i:1576398065;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bddcf6c095c8daca8cc13c26692261b721d1abc3', '66.186.19.5', '1576501921', '__ci_last_regenerate|i:1576501921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdecfb4e8d2e32926df667cac2533d00e4c56df3', '190.232.33.208', '1576520565', '__ci_last_regenerate|i:1576520298;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576518712\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdfa7a5901547ed5bf3efc01c63a74ca25e01431', '66.186.19.5', '1576338361', '__ci_last_regenerate|i:1576338361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be0bf966539f8db562714cd8696dadc42e5b16e3', '66.186.19.5', '1576582141', '__ci_last_regenerate|i:1576582141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be14910afc1edb3a617fb93efa88c66826c95fa1', '66.186.19.5', '1576507682', '__ci_last_regenerate|i:1576507682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be1a6551479d2ef56ab8dec5917a799f15190cf0', '66.186.19.5', '1576362121', '__ci_last_regenerate|i:1576362121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be239fc92e068447eabb6c535d527a98a1e7fad7', '66.186.19.5', '1576343342', '__ci_last_regenerate|i:1576343342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be2b6581d559eafc6b11de1210f26db0d47b3cb7', '66.186.19.5', '1576680902', '__ci_last_regenerate|i:1576680902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be3193af83bafdf01f5e3c64c9e4b69b87a3b55c', '66.186.19.5', '1576507621', '__ci_last_regenerate|i:1576507621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be33e9845ef7813c8b52af7b5251035c2dadc6f7', '66.186.19.5', '1576437421', '__ci_last_regenerate|i:1576437421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be3702618d8cdf6518798386bd8993db33aa59b8', '66.186.19.5', '1576566901', '__ci_last_regenerate|i:1576566901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be3ed8f9b961ede3b13cc99caf8fac94d99cbc30', '66.186.19.5', '1576302001', '__ci_last_regenerate|i:1576302001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be70fe5f822cbd61c5bb3bc07b0e2045f3204af2', '66.186.19.5', '1576377722', '__ci_last_regenerate|i:1576377722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be7900d78b59efa534d1aada77f41330a110b369', '66.186.19.5', '1576348381', '__ci_last_regenerate|i:1576348381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be88080d4ceb92d18f4726b6471c305edd9a3179', '66.186.19.5', '1576346401', '__ci_last_regenerate|i:1576346401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be89c377f209f95622a2e497ee24a853ffe1206e', '66.186.19.5', '1576603861', '__ci_last_regenerate|i:1576603861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9862df8634b3753de5121acbe2076debcd64ca', '66.186.19.5', '1576301881', '__ci_last_regenerate|i:1576301881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9c955b7e3707067c00446a9f15c6e5f19c30af', '66.186.19.5', '1576445522', '__ci_last_regenerate|i:1576445522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9d505fd1d9bcc75788cee4ca6d1cdf295b0de7', '66.186.19.5', '1576595641', '__ci_last_regenerate|i:1576595641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9dbd433d97e950f3fe06e211b94af313ed509b', '38.240.11.16', '1577057484', '__ci_last_regenerate|i:1577057484;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea221f049bfcf87406032a835abdcc6e0ffc62b', '173.252.107.11', '1586182295', '__ci_last_regenerate|i:1586182295;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bead82ea0e7ce82be1267df811e5d099a7ed6510', '45.189.116.18', '1591697412', '__ci_last_regenerate|i:1591697140;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591657225\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beb378ae8f5a1b578af375f4a33d15b1b669c8a7', '66.186.19.5', '1576437481', '__ci_last_regenerate|i:1576437481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beb70eef0cfc24aa41dc751064e4292edf22b1d6', '66.186.19.5', '1576315921', '__ci_last_regenerate|i:1576315921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bedcca65a72a39b2abe76a2664006ace5ea2dbe7', '66.186.19.5', '1576359962', '__ci_last_regenerate|i:1576359962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bee5b5b99b2a0b32bacdc7970358ed377b8d1a9e', '66.186.19.5', '1576299662', '__ci_last_regenerate|i:1576299661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bef71f83b134b91f039564e7c525ce6d4dfddc1e', '181.176.123.241', '1592091134', '__ci_last_regenerate|i:1592090806;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592070777\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('befd151663d9e8b80ba17ed3827c6324f7ccb7de', '65.154.226.109', '1589065981', '__ci_last_regenerate|i:1589065980;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf01b41930696587cfcdfee35b3081e9d959eb6a', '66.186.19.5', '1576671602', '__ci_last_regenerate|i:1576671602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf0e92e9f5edffcb02998ca92f5019e57e276f9e', '66.186.19.5', '1576281902', '__ci_last_regenerate|i:1576281902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf12f0ad6fd44cfd8f0843ee73616a7fa87d17f2', '66.186.19.5', '1576667762', '__ci_last_regenerate|i:1576667762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1592a95698ce61b2c627cad3663ff431a1654b', '66.186.19.5', '1576581541', '__ci_last_regenerate|i:1576581541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1bb027f9cef7e48da7f7295896fcd7e5efb945', '173.252.83.1', '1586139060', '__ci_last_regenerate|i:1586139060;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf282ef1ca5dad98e686ef0267642dcab954a803', '66.186.19.5', '1576561321', '__ci_last_regenerate|i:1576561321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf28c7e05083f733318815c452e40453e3ace4d1', '66.186.19.5', '1576417381', '__ci_last_regenerate|i:1576417381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf3a1b8ed4f960e299e15a4198cd50d88c6ec3ef', '66.186.19.5', '1576516034', '__ci_last_regenerate|i:1576516034;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf42aebe2660984ab1c397473f735971efa160cf', '190.236.102.225', '1580158538', '__ci_last_regenerate|i:1580158519;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1580083148\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf47dd4aaaa849887326e17ceccfbf342bf20f22', '66.186.19.5', '1576461121', '__ci_last_regenerate|i:1576461121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf550a4bce763c9725a326f06b16abf5e9965e45', '66.186.19.5', '1576354741', '__ci_last_regenerate|i:1576354741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf5c0a6737cad594742b3575f25980115f503943', '66.186.19.5', '1576464002', '__ci_last_regenerate|i:1576464002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf6c0edf22183d6b76fb9c772696b68a3f6b827e', '66.186.19.5', '1576407482', '__ci_last_regenerate|i:1576407482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf7daeca9e639deaadf46f2bae2f483b97d38074', '42.114.251.137', '1584502163', '__ci_last_regenerate|i:1584502163;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf8c1753b83ae319d74cb000b1a6e82ce35ec558', '66.186.19.5', '1576366802', '__ci_last_regenerate|i:1576366802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf954353233fb5fe44eb32eea1ecd3a90b46f43f', '181.176.123.241', '1592089476', '__ci_last_regenerate|i:1592089193;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592070777\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfa00d66eb9b8948c3125b939f7a5c0944bb977f', '66.186.19.5', '1576455841', '__ci_last_regenerate|i:1576455841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfa8ab7ee5fa933f0ce69683c6f3acfc6ce657fd', '66.186.19.5', '1576594622', '__ci_last_regenerate|i:1576594622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfbf36b4aef3fde7515e2b75dd4fd128e4b297d5', '66.186.19.5', '1576361581', '__ci_last_regenerate|i:1576361581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfc08ed5cf3211f1571b50938bf9867ed94c8e19', '66.186.19.5', '1576279382', '__ci_last_regenerate|i:1576279382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfc7ca633e7be73724a2fa70051584810a367425', '66.186.19.5', '1576654261', '__ci_last_regenerate|i:1576654261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfceaeaba5dcaf052adb4947b417cbacc6e358b3', '66.186.19.5', '1576418221', '__ci_last_regenerate|i:1576418221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfd078b54ac1d3e2ab8fe7532933c5fa7d0dfe42', '45.189.116.14', '1590269397', '__ci_last_regenerate|i:1590269397;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590253028\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfdd66e8f428e07c820e9d3893891bcaef123334', '66.186.19.5', '1576558682', '__ci_last_regenerate|i:1576558682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfe4d98515e4492d68ff99c7eed8ebf7e3eb9d83', '66.186.19.5', '1576545481', '__ci_last_regenerate|i:1576545481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bff14bbfa984cd0a176e659f85b61e4a69b27aad', '66.186.19.5', '1576497721', '__ci_last_regenerate|i:1576497721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bffb5a9140c58c8e488e96635ef155129c15a9c3', '66.186.19.5', '1576665481', '__ci_last_regenerate|i:1576665481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0071f24dae7c1486d9ae8b41ea8367b4d045e97', '66.186.19.5', '1576647422', '__ci_last_regenerate|i:1576647422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c00e832b72ad4014a76748b3b3596ccd3659ad07', '66.186.19.5', '1576605602', '__ci_last_regenerate|i:1576605602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c013b7ec3241510eed40ff679ffb5f97da969547', '66.186.19.5', '1576587602', '__ci_last_regenerate|i:1576587602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0190c8e7fcf8e18b0f87cd116fb302406270a48', '66.186.19.5', '1576682581', '__ci_last_regenerate|i:1576682581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c01f78537f6f9aad7e1b090a66ab6f5627967939', '66.186.19.5', '1576460402', '__ci_last_regenerate|i:1576460402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c027eb85a38d552545b1c49227d5660c1685a850', '66.186.19.5', '1576335842', '__ci_last_regenerate|i:1576335842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0363dcb071459379582074507856809b108dd43', '66.186.19.5', '1576320602', '__ci_last_regenerate|i:1576320602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c040310f77c51731f3421f66420cab3d7d44edce', '66.186.19.5', '1576474922', '__ci_last_regenerate|i:1576474922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0460612fff7cba3071473a1214964e472e08614', '66.186.19.5', '1576284181', '__ci_last_regenerate|i:1576284181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c05e6a0ff4e2037e521de8e1424af72f62a2010b', '66.186.19.5', '1576638601', '__ci_last_regenerate|i:1576638601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0678db16ad667e4c72e496b2b62dbbb0a40ceb7', '66.186.19.5', '1576441742', '__ci_last_regenerate|i:1576441742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c06a9448c09af8de39a338d39cac59a87937c341', '190.232.33.208', '1576275000', '__ci_last_regenerate|i:1576274773;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576195857\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0700e9be1146ee6e451a87d51dce4c012482c02', '113.160.61.38', '1584502248', '__ci_last_regenerate|i:1584502248;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c07600f28bb2f721268deedb9c08b726f45ebd19', '66.186.19.5', '1576352101', '__ci_last_regenerate|i:1576352101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0881704d229e1f4027491da7951c9d55de36a45', '66.186.19.5', '1576581421', '__ci_last_regenerate|i:1576581421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c096908a4d99223a7236763a2e45dfea2e522b2e', '66.186.19.5', '1576364221', '__ci_last_regenerate|i:1576364221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0b92407cd28e067265cc071b045e8db8988615b', '66.186.19.5', '1576435202', '__ci_last_regenerate|i:1576435202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0bbe3013502eaf1cda6195c8fbf972253528322', '66.186.19.5', '1576429141', '__ci_last_regenerate|i:1576429141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0d1d26dbfbfef5af481a9ce796af70acd7bce84', '66.186.19.5', '1576494481', '__ci_last_regenerate|i:1576494481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0dac65222defa4f09a0ac496cb48e0b9326abe2', '66.186.19.5', '1576492202', '__ci_last_regenerate|i:1576492202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0dce2fa2503c8e43700c647b3a663832fd6fa8f', '66.186.19.5', '1576377061', '__ci_last_regenerate|i:1576377061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0dd4d4cbae352209690b249a9b6c6493e5d6f2d', '66.186.19.5', '1576473661', '__ci_last_regenerate|i:1576473661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0e9a8e3c49d33eb40b3bc7a2883a52926952af7', '66.186.19.5', '1576280881', '__ci_last_regenerate|i:1576280881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0ed3cf5be162a1172ce362ca3334e2d9182bdff', '66.186.19.5', '1576632302', '__ci_last_regenerate|i:1576632302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f8b5658f875421d67262c0ce7e8a963414f83b', '173.252.83.10', '1583899255', '__ci_last_regenerate|i:1583899255;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1032b8206f6c1919deaa8e016dd7c35f89321c4', '66.186.19.5', '1576450861', '__ci_last_regenerate|i:1576450861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1090a3550426e0bc2466cb3635ee986efde47a0', '66.186.19.5', '1576316642', '__ci_last_regenerate|i:1576316642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c109cbd9ccca40ce5380ffd0bbe6edfe48cc7b97', '66.186.19.5', '1576341901', '__ci_last_regenerate|i:1576341901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c10e017c5474d438528b436763053aceccdf6403', '66.186.19.5', '1576535701', '__ci_last_regenerate|i:1576535701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c11c184cbe9f6a8224074e8d737011c58dd14cd1', '66.186.19.5', '1576573742', '__ci_last_regenerate|i:1576573742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1337be72b9a2b603498414052317625ed2e0402', '173.252.83.10', '1587431157', '__ci_last_regenerate|i:1587431157;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c14404a0d7efaeb0af48ad3fa6718b4f3de569b5', '66.186.19.5', '1576400581', '__ci_last_regenerate|i:1576400581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c148386c5767f33f8ba7c44782b8dd6fe922413c', '66.186.19.5', '1576492741', '__ci_last_regenerate|i:1576492741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c15b5339730cd6db75d6f4371949d0a2547a09f5', '66.186.19.5', '1576326242', '__ci_last_regenerate|i:1576326242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c15d909f86147445dbd190c40b844438832f33db', '66.186.19.5', '1576529161', '__ci_last_regenerate|i:1576529161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c15f93c7c7a167e77afe5edc20b7ffe2be697226', '66.186.19.5', '1576461361', '__ci_last_regenerate|i:1576461361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c16122440b76357260dc5c10f144bc440cbe604b', '201.230.158.73', '1579273013', '__ci_last_regenerate|i:1579273012;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c165d7098ff31861928a553b9d2130d2b4823d97', '66.186.19.5', '1576684202', '__ci_last_regenerate|i:1576684202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c171a2df29cb1fd3daab0fc1dc7b81b87ef604dd', '66.186.19.5', '1576502461', '__ci_last_regenerate|i:1576502461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c17fbe0c14dc6492e3667ab2de7900c61b71c116', '190.234.163.130', '1591240713', '');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c18263e9ce220a027e8246215eb21852e0851269', '173.252.127.27', '1580226845', '__ci_last_regenerate|i:1580226845;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c194d780a85c71d7fde1af6f48fec8a032995868', '66.186.19.5', '1576586702', '__ci_last_regenerate|i:1576586702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c19635244a11282b7a68fb456779dc3ab3cc9cda', '66.186.19.5', '1576401361', '__ci_last_regenerate|i:1576401361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1a51b3ff5bb2b3053e41e0af651587ac4902384', '66.186.19.5', '1576470301', '__ci_last_regenerate|i:1576470301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1b3f8d29f48e113008c17b01b99698d70e388c2', '66.186.19.5', '1576642321', '__ci_last_regenerate|i:1576642321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1be5e1b840ddb268cae244744b2dc4e3466e790', '66.186.19.5', '1576382341', '__ci_last_regenerate|i:1576382341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1cab2ccd7e8b208632b1e2c6c8db008b85a8c52', '66.186.19.5', '1576361042', '__ci_last_regenerate|i:1576361042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e01f0ee987658ec8c2be2a0d277152e4343182', '66.186.19.5', '1576519502', '__ci_last_regenerate|i:1576519502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e2955b6112d9c8380df9060a32b2c43daf3fcd', '66.186.19.5', '1576285021', '__ci_last_regenerate|i:1576285021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e50d4e1223330b0a09a99054b3c7b61ca8e10c', '66.186.19.5', '1576516024', '__ci_last_regenerate|i:1576516024;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e5ad26c1ca18264d639ff728620f732fe94601', '66.186.19.5', '1576352942', '__ci_last_regenerate|i:1576352942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e6cefbf786a6e6f84c82b4713602a758382fd2', '66.186.19.5', '1576336021', '__ci_last_regenerate|i:1576336021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1ebe05e2cce862bfed4f30b623634c8404f261e', '66.186.19.5', '1576543802', '__ci_last_regenerate|i:1576543802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f602d46c285a5654721c254fedcbfc54af3e4b', '66.186.19.5', '1576549922', '__ci_last_regenerate|i:1576549922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f75ee158a396b6f872f5c6726b27545e8477d8', '66.186.19.5', '1576375021', '__ci_last_regenerate|i:1576375021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f934f64d901b2348b6db849d05daa5f381cf62', '66.186.19.5', '1576392901', '__ci_last_regenerate|i:1576392901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1fd0356b3011ce5dd62028dc9749d04d52183df', '66.186.19.5', '1576558021', '__ci_last_regenerate|i:1576558021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c205632cd77973c8a9f4ed965675603f7e9a57fb', '66.186.19.5', '1576634522', '__ci_last_regenerate|i:1576634522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c20ae478233cec22741b94989ca12a21a4e24fd0', '66.186.19.5', '1576309681', '__ci_last_regenerate|i:1576309681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c21c18a2b5fc59623e8b2cb387ec0a697c3e4464', '66.186.19.5', '1576280701', '__ci_last_regenerate|i:1576280701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c22a0699d13f223aec7135f6e8739a654efe317c', '66.186.19.5', '1576293242', '__ci_last_regenerate|i:1576293242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c22afb279f78c52b934ed844bcd5c1ae5a4bc829', '66.186.19.5', '1576495322', '__ci_last_regenerate|i:1576495322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c22d7a8bd5687b6df54b8a47cbc4b2703334d84f', '45.189.116.14', '1589923124', '__ci_last_regenerate|i:1589923124;local|s:1:\"1\";listaVenta|i:19;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589817111\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c239edaf72521eef7973d46a9a2052d9c33a1595', '66.186.19.5', '1576341361', '__ci_last_regenerate|i:1576341361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23ef0025a94ba09d3ff8013cc74e15c4c397002', '66.186.19.5', '1576537262', '__ci_last_regenerate|i:1576537261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2423b34e3ed151876ccd9b3d7cd195349678c84', '66.186.19.5', '1576585802', '__ci_last_regenerate|i:1576585802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c246ac2e45aab1230cd2b6a0a543949f6ecae576', '66.186.19.5', '1576410662', '__ci_last_regenerate|i:1576410662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c25e9b2aa58a7953866019aaa4e71bfdd2036ff7', '66.186.19.5', '1576451402', '__ci_last_regenerate|i:1576451402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c268f02292ea7a8a070a2d9263d5a24434f50540', '66.186.19.5', '1576371961', '__ci_last_regenerate|i:1576371961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c278269df4c8c0cc2429aa012a2f94e2eed72f61', '66.186.19.5', '1576598402', '__ci_last_regenerate|i:1576598402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2895a4bf494c2130086fe4eda95c6fb5f0c34cd', '66.186.19.5', '1576398242', '__ci_last_regenerate|i:1576398242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c28dd0055be4859f50d5bcf7399b57ba94ea52b8', '66.186.19.5', '1576529222', '__ci_last_regenerate|i:1576529222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c29ff633e9c4ae452be9f3974d7d3fddab8dfd5a', '66.186.19.5', '1576353062', '__ci_last_regenerate|i:1576353062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2aa856a2dc4835b9e7aa10535a88c3dcfddf383', '66.186.19.5', '1576325582', '__ci_last_regenerate|i:1576325582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2b106863b5f99ec1d88a40517648ae5e3200742', '66.186.19.5', '1576359061', '__ci_last_regenerate|i:1576359061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2bfd41dbe27d992f0b2771184aba0f3b687a610', '66.186.19.5', '1576282981', '__ci_last_regenerate|i:1576282981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c839cad3c6bd2b529defa5144f59ff5a5ff3f3', '66.186.19.5', '1576683901', '__ci_last_regenerate|i:1576683901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2cf9f82a3d05961429b41a14454ecb6935704e1', '190.236.102.225', '1582844402', '__ci_last_regenerate|i:1582844390;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582815726\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d3f7d986f7c69298a26f8b63acd95bfce45e24', '77.88.5.30', '1587392791', '__ci_last_regenerate|i:1587392791;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2daa42fb5f0d1840c8ef9b1d5b7cd4b9b60a61c', '66.186.19.5', '1576444142', '__ci_last_regenerate|i:1576444142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2e53402138bacc3df46fb5e93310c5cf28c545e', '66.186.19.5', '1576678622', '__ci_last_regenerate|i:1576678622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2eb4ebb93ada89ef4d0932b6aeac6f833befed6', '66.186.19.5', '1576371062', '__ci_last_regenerate|i:1576371062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c307033db9b8cf1cbb8b38fbc436a4c4022f6b3b', '66.186.19.5', '1576298341', '__ci_last_regenerate|i:1576298341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c30a10d470ea4080b0b190bee6b9c6fbbb04f847', '66.186.19.5', '1576337282', '__ci_last_regenerate|i:1576337282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c30a4c99624d203fff063110272628ad1d819896', '66.186.19.5', '1576517461', '__ci_last_regenerate|i:1576517461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c30ad1fc17b43333b9b7be2bde521d566f70d3d4', '66.186.19.5', '1576443781', '__ci_last_regenerate|i:1576443781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c32bea5a70b72912f8f7cb96c45496dbb6fdf628', '66.186.19.5', '1576417142', '__ci_last_regenerate|i:1576417142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c32d85fcdcb7a803d3d0f2b4f2124bbafe358845', '190.236.102.225', '1582752328', '__ci_last_regenerate|i:1582752328;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582738776\";last_ip|s:13:\"132.191.3.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c33f20c185e4e8093764c2b5523c68d314b81043', '66.186.19.5', '1576509901', '__ci_last_regenerate|i:1576509901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c346cd5fbba69ae3eaef1c8f73e8512faa92e932', '66.186.19.5', '1576606021', '__ci_last_regenerate|i:1576606021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c34a05f8861c9cdc9e942540bac4e7f3fadd0171', '181.176.106.150', '1584501495', '__ci_last_regenerate|i:1584501386;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584133427\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c35cb568f95c4e084193938211a284a21f53dba7', '66.186.19.5', '1576445761', '__ci_last_regenerate|i:1576445761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c36320fae623a73d230f9123a01dd80801f28b53', '72.52.87.73', '1580859246', '__ci_last_regenerate|i:1580858965;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580784340\";last_ip|s:14:\"190.237.41.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c36e54bf9a506acb06049fbb8c7411d61b321107', '66.186.19.5', '1576399322', '__ci_last_regenerate|i:1576399322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c36fb12367fb249484361f37016c9c8c597c0179', '66.186.19.5', '1576482422', '__ci_last_regenerate|i:1576482422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c38784b57cd4dbf4fec773384748510418f49322', '66.186.19.5', '1576683241', '__ci_last_regenerate|i:1576683241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c38b2f67b2c6e5a483d2022908798394bf864c47', '66.186.19.5', '1576288142', '__ci_last_regenerate|i:1576288142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c38e60e3717b90646a4a3c8aa67041d4136611fd', '66.186.19.5', '1576487881', '__ci_last_regenerate|i:1576487881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c39b06692cfacd52447b0aa9af08d6f06efece15', '66.186.19.5', '1576543441', '__ci_last_regenerate|i:1576543441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3a6e2afdd55f6b052fa309c8994132799710904', '66.186.19.5', '1576440782', '__ci_last_regenerate|i:1576440782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3af75371b865c9906402480de545bcef631c2de', '66.186.19.5', '1576357441', '__ci_last_regenerate|i:1576357441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3b54424fb5678f0b41795042a5fa1d468329916', '66.186.19.5', '1576374961', '__ci_last_regenerate|i:1576374961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3b896dd4984aa91dbe0e401e39fb47b8b1de129', '173.252.83.10', '1583899255', '__ci_last_regenerate|i:1583899255;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3ba2b5ae4bc9637d21262f4be429cfc8fd62250', '66.186.19.5', '1576597141', '__ci_last_regenerate|i:1576597141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3bdd61f39bc87a8d3717827214d3f53136a9028', '66.186.19.5', '1576544642', '__ci_last_regenerate|i:1576544642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3bde46b3c3a491f7483d6cdcd24296586348334', '66.186.19.5', '1576456321', '__ci_last_regenerate|i:1576456321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3c92575c56d64471d5fb9d8caeab124507d308a', '66.186.19.5', '1576370161', '__ci_last_regenerate|i:1576370161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3d19b81c047a89742475cc0d058b12f3e090cfa', '66.186.19.5', '1576315741', '__ci_last_regenerate|i:1576315741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3d379d4154c45ef45723a1794d5af14661256ff', '66.186.19.5', '1576377482', '__ci_last_regenerate|i:1576377482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3d88c4c0c16f6709f609e72af37d14c27b21463', '66.186.19.5', '1576614062', '__ci_last_regenerate|i:1576614062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3dbe55ac11e50432797a29f16883d8da0551e83', '66.186.19.5', '1576288982', '__ci_last_regenerate|i:1576288982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3dd2e5491532ae164c27f8e7684ff571b952df5', '66.186.19.5', '1576319642', '__ci_last_regenerate|i:1576319642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3e42c5782b5f38485393974ef063d6f57116cbb', '66.186.19.5', '1576653841', '__ci_last_regenerate|i:1576653841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3f120fb259d23591e7a3498ebf4a0fff3fcaea1', '45.189.116.14', '1589833066', '__ci_last_regenerate|i:1589833066;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588356313\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3f1e4f7d188a8b82d6e07924b049df4bac768c3', '66.186.19.5', '1576656601', '__ci_last_regenerate|i:1576656601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c40f58d794809215d1a2d4a51c004d3fa444537d', '66.186.19.5', '1576634101', '__ci_last_regenerate|i:1576634101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c41820ed960d91e3aa6cfbf37043485b23b6fd84', '66.186.19.5', '1576343762', '__ci_last_regenerate|i:1576343762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c41b21f47aed663a6af5f7a286ff9e6a76bde371', '66.186.19.5', '1576638362', '__ci_last_regenerate|i:1576638361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c41e572a0aed68190f39d68afa578bf7b43e0c5f', '66.186.19.5', '1576318801', '__ci_last_regenerate|i:1576318801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c423c562ec773ccda8630c13d1f8e5a2825ae48d', '66.186.19.5', '1576293061', '__ci_last_regenerate|i:1576293061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c43e33b87edc4f9b611160c4ce01f2e1ef104210', '66.186.19.5', '1576494241', '__ci_last_regenerate|i:1576494241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c442a7589810351e6e9eee501d207b6346a5081b', '66.186.19.5', '1576575722', '__ci_last_regenerate|i:1576575722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4441faee7986c8aacbc025b596cf040005c2626', '66.186.19.5', '1576681261', '__ci_last_regenerate|i:1576681261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4448ac352eece4df5612b4c3cfd6718981c1140', '66.186.19.5', '1576588322', '__ci_last_regenerate|i:1576588322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4480125a78c1ed25e29527aec703a6c361465db', '66.186.19.5', '1576607401', '__ci_last_regenerate|i:1576607401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c458d70af3feaa5cbf3bb84c0b2b2d0f465b95d0', '66.186.19.5', '1576428242', '__ci_last_regenerate|i:1576428242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c45c0030efe2e8b746c727bd5355d49eb5a38b84', '66.186.19.5', '1576418522', '__ci_last_regenerate|i:1576418522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c45d62bc4eb7fe4f3a3027538a758ce3a31302bc', '66.186.19.5', '1576656301', '__ci_last_regenerate|i:1576656301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c465428ef2ca9ecb9c7e54a7a6975224b887db35', '66.186.19.5', '1576342262', '__ci_last_regenerate|i:1576342262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c465ccac79b6f71f3c35269f4fe5a3b54f207906', '66.186.19.5', '1576352641', '__ci_last_regenerate|i:1576352641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c466b167145ee8286ce81864cd9ed7a2dca5ed35', '66.186.19.5', '1576647182', '__ci_last_regenerate|i:1576647182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c46770165288b488d1b5dd939409914c5a03ae8d', '66.186.19.5', '1576562762', '__ci_last_regenerate|i:1576562762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4698934b96e8b876a349dd7bfa422e076398318', '209.17.97.42', '1587511442', '__ci_last_regenerate|i:1587511442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c46db9c61a9a9e50658cd2d28c3238ce6cc2f750', '66.186.19.5', '1576379941', '__ci_last_regenerate|i:1576379941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48565de55d8ba0718e541bfb756e2d7ee390015', '66.186.19.5', '1576290002', '__ci_last_regenerate|i:1576290002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48a938cdbfc88986be19a183f672cab66d82d20', '66.186.19.5', '1576662721', '__ci_last_regenerate|i:1576662721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4a04de4313b97c3be3fddce72ffa90c631f9d0c', '66.186.19.5', '1576588502', '__ci_last_regenerate|i:1576588502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4b3f821fab10b0c242d8dcc2ea10e3cbf4b66a6', '66.186.19.5', '1576512062', '__ci_last_regenerate|i:1576512062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4bbcbf1819c20a59bd28d95ce81bcdf12491b9e', '66.186.19.5', '1576612861', '__ci_last_regenerate|i:1576612861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4bee1c67b312802294f1a4260b826105fd961f5', '45.189.116.18', '1592331433', '__ci_last_regenerate|i:1592331433;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592275180\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4c2ce40f1722ddeaec4876fd2ce13f3c431b5dc', '173.252.83.23', '1590604696', '__ci_last_regenerate|i:1590604696;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4c529a5be9862d05ec0f78aaea01407f72ca096', '66.186.19.5', '1576377602', '__ci_last_regenerate|i:1576377602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4dfbd02c243c6a5b494b658f71a0db142da0623', '66.186.19.5', '1576578122', '__ci_last_regenerate|i:1576578122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4e7d7ba57402deb3633bde2bfca71c300dd1c62', '66.186.19.5', '1576290061', '__ci_last_regenerate|i:1576290061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4faf1e1587232676c0c6e79ee76f60c1f0b33f0', '66.186.19.5', '1576279982', '__ci_last_regenerate|i:1576279982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c50ec6112520ba829ea6c1b45c171c1bb5a4fb10', '66.186.19.5', '1576382582', '__ci_last_regenerate|i:1576382582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5145afd6861522a1daa0be91e83fbc59bebf0fa', '66.186.19.5', '1576302661', '__ci_last_regenerate|i:1576302661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c514a0390a9ada6e186e0d5278f8e681aac8dda5', '66.186.19.5', '1576453021', '__ci_last_regenerate|i:1576453021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c516a118aa8a8998c153c1bdaa33986b12d7a759', '66.186.19.5', '1576348921', '__ci_last_regenerate|i:1576348921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c520c523c7df55c15bfb43626c6e8adb05996e1c', '66.186.19.5', '1576595161', '__ci_last_regenerate|i:1576595161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c524f75c48111f5f9456d6729306bd279bb7d2de', '66.186.19.5', '1576492501', '__ci_last_regenerate|i:1576492501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5287af8a6d952f51375e1ec0ec38ac2e3eeee54', '66.186.19.5', '1576329241', '__ci_last_regenerate|i:1576329241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5314d6c699b223a457bf3f3d62bb3a951dad730', '66.186.19.5', '1576540321', '__ci_last_regenerate|i:1576540321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5329ab9ad359cf4f34a4f5fa6b00364c1c9f69a', '66.186.19.5', '1576414082', '__ci_last_regenerate|i:1576414082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c53e4ab83ddbb33e762ee497b07d81538aa2eadd', '66.186.19.5', '1576473541', '__ci_last_regenerate|i:1576473541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c53f016931de976bceb5acb9a46121752692bd6f', '66.186.19.5', '1576276682', '__ci_last_regenerate|i:1576276682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c548224f0a0f137a7ebfce59609f0f9e5b268d84', '77.88.5.7', '1591079061', '__ci_last_regenerate|i:1591079061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c54a5ca92f2eb737df3f99f9fc311ef4fbacad3a', '66.186.19.5', '1576428662', '__ci_last_regenerate|i:1576428661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c54fbc5beabe45aabf55ff783e32a021c52ac3dd', '66.186.19.5', '1576366862', '__ci_last_regenerate|i:1576366862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c55645b2e648f1d6cea9bfb6b84a4b6a16b79c48', '190.234.163.85', '1585755104', '__ci_last_regenerate|i:1585755103;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c56df0790acbdd186b16bb02df6641eda0f00358', '66.186.19.5', '1576654861', '__ci_last_regenerate|i:1576654861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c575d604390f5c6796f71dd06f4b2dabb8e109c8', '66.186.19.5', '1576420261', '__ci_last_regenerate|i:1576420261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c576c0984046eaac0e11b3bead30cb83d73a9211', '66.186.19.5', '1576481822', '__ci_last_regenerate|i:1576481821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c57b6ce6f6ead9e9658a0bca1eb78237f3f8fcd0', '77.88.5.123', '1588826536', '__ci_last_regenerate|i:1588826536;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c584fde575cd97fb28ca0d21f44238a13c32768c', '66.186.19.5', '1576288562', '__ci_last_regenerate|i:1576288562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5850dbf5187f07fb25d07ec2576c3b9df74f12d', '66.186.19.5', '1576316161', '__ci_last_regenerate|i:1576316161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c586b0ac88225b371516d44ca655f0cde77e600f', '66.186.19.5', '1576504561', '__ci_last_regenerate|i:1576504561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59207c0b0878f4b1e14a1cfa6a297dcbbe25543', '66.186.19.5', '1576511462', '__ci_last_regenerate|i:1576511462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59467c826fddab7508851cb3be7df67e58fd1d4', '66.186.19.5', '1576278722', '__ci_last_regenerate|i:1576278722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5af4b8da7905a490a25a807778f5fdc6a878ebf', '66.186.19.5', '1576415702', '__ci_last_regenerate|i:1576415702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5cecc48d62f6a8b15dfa7cedfe84abfb22ddbb0', '66.186.19.5', '1576564862', '__ci_last_regenerate|i:1576564862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5d90145c1b11859ff2d0e259887122997aa2bec', '66.186.19.5', '1576312321', '__ci_last_regenerate|i:1576312321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5e718792c8ea1bd8f8da411a857eee468f48821', '190.236.102.225', '1581777751', '__ci_last_regenerate|i:1581777662;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581693086\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5ef4de82d8e1fde5562b4920be9cccd245b919f', '66.186.19.5', '1576654802', '__ci_last_regenerate|i:1576654801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5fec3f5d8a7becdfb7b466e9244a94f9c333d30', '66.186.19.5', '1576552681', '__ci_last_regenerate|i:1576552681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c601025586949c92248037b82d175dea7f4c20bd', '190.233.137.125', '1583633934', '__ci_last_regenerate|i:1583633643;local|s:1:\"1\";listaVenta|i:7;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1581280217\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6010d184a8b70ed2bae586dc8ea3c16375bc749', '66.186.19.5', '1576544581', '__ci_last_regenerate|i:1576544581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c60c00d863f1a367d58fccfa6cd21fc0278ce90d', '66.186.19.5', '1576662242', '__ci_last_regenerate|i:1576662242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c610fb5b4c40dc673fc6b4acefb8ff710a043284', '66.186.19.5', '1576467961', '__ci_last_regenerate|i:1576467961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c61915b657c71a29899a15d99522f744940c3507', '190.234.181.239', '1580767042', '__ci_last_regenerate|i:1580766848;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580766890\";last_ip|s:15:\"190.234.181.239\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c619ca1e7140395e4e49c6ed6069fd7c93ddf296', '66.186.19.5', '1576401602', '__ci_last_regenerate|i:1576401602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c61a0951c967830ce8db08bbbb377813e32fe34f', '66.186.19.5', '1576577641', '__ci_last_regenerate|i:1576577641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c621a8746f735c962ec6d5eeec3b6c1430862b8b', '66.186.19.5', '1576342502', '__ci_last_regenerate|i:1576342502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62b4229693f529a774a8c6abdf568e4af3630a1', '66.186.19.5', '1576640701', '__ci_last_regenerate|i:1576640701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62b7587a98f561b071762d5d259b01f95763269', '66.186.19.5', '1576495682', '__ci_last_regenerate|i:1576495682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62b9ca017dd6e4c2494e95be297ffe439f2a573', '66.186.19.5', '1576642142', '__ci_last_regenerate|i:1576642142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62dc21bafb3da85c6ed731fbc61ce109e18bbdd', '66.186.19.5', '1576685642', '__ci_last_regenerate|i:1576685642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c63850e23893dab69e2bb1b3d5a9c63e9ad92f79', '66.186.19.5', '1576286582', '__ci_last_regenerate|i:1576286582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c63c1176d7fbe2015cfc996c67919ea1f2a29873', '66.186.19.5', '1576563542', '__ci_last_regenerate|i:1576563542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6443ecce179a70ee74e47c532037bc9917d6cb8', '66.186.19.5', '1576431122', '__ci_last_regenerate|i:1576431122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c64f1b38ea6f41f0e966a637a132c351983b8703', '158.101.18.36', '1588310600', '__ci_last_regenerate|i:1588310600;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6514d51b799fff2bbd5b9e45e0b3b42f72ee9bd', '66.186.19.5', '1576430161', '__ci_last_regenerate|i:1576430161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6586d6e6887bf634013c12cb35e408d5d0dca9f', '66.186.19.5', '1576637881', '__ci_last_regenerate|i:1576637881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c668fa319c922fa3bb43eae40099ed38e552b76e', '66.186.19.5', '1576327441', '__ci_last_regenerate|i:1576327441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6775963406842e3f8d3903831e34f6a18cb438f', '66.186.19.5', '1576500962', '__ci_last_regenerate|i:1576500962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c67ce3c5d07e917cd147ba0c552d5f5e9600918c', '88.212.254.12', '1584614127', '__ci_last_regenerate|i:1584614127;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6943179b0f53cc0d025b444073d6b62664e2aca', '64.225.78.32', '1588872096', '__ci_last_regenerate|i:1588872095;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c696b44fdeacb6180585525ba1cc28dcfbdf68a8', '66.186.19.5', '1576585261', '__ci_last_regenerate|i:1576585261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c69cfbd165371c0fe52690720fd650f77fdab350', '66.186.19.5', '1576564681', '__ci_last_regenerate|i:1576564681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b592c9f9c776c073c37cd9b2fbdb3d5e0e3150', '66.186.19.5', '1576460282', '__ci_last_regenerate|i:1576460282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6bdbaf2bc07af0599218e9911b8c25514ffe3f4', '66.186.19.5', '1576464721', '__ci_last_regenerate|i:1576464721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6be715f8c2ca18b01322cb3a47607cf4cea1b8d', '66.186.19.5', '1576525801', '__ci_last_regenerate|i:1576525801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6c01f867e58d084c64dba3390024103a2f3240b', '173.252.111.13', '1579538349', '__ci_last_regenerate|i:1579538349;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6c30dd490d78d81a181f2621ac67df088207035', '66.186.19.5', '1576591142', '__ci_last_regenerate|i:1576591142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6cd8db57ad82ebe12113ff2dacd14bc32e7db72', '66.186.19.5', '1576496461', '__ci_last_regenerate|i:1576496461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6e784894223a592d08e4fb0bcdacdb209344823', '66.186.19.5', '1576418101', '__ci_last_regenerate|i:1576418101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ec983f38d2298057b1898cac3cec4e67a73833', '66.186.19.5', '1576563001', '__ci_last_regenerate|i:1576563001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6f0fac3c886257c5dcf320f0e2d7debb0e77789', '66.186.19.5', '1576294441', '__ci_last_regenerate|i:1576294441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6f6239a3c253e7f646aed031d9d403fed345ef2', '66.186.19.5', '1576507321', '__ci_last_regenerate|i:1576507321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c702497c8e0081d08be4ebd41c5edab3d827a0f5', '66.186.19.5', '1576521841', '__ci_last_regenerate|i:1576521841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7065f717fcddbaee6edb4f412908fe0146f0681', '66.186.19.5', '1576441921', '__ci_last_regenerate|i:1576441921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7182e20b48be75af083b66d4992ae4a459f10e0', '66.186.19.5', '1576537441', '__ci_last_regenerate|i:1576537441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c71843777eac2c5dc5d0d62e040390526fea1322', '66.186.19.5', '1576427402', '__ci_last_regenerate|i:1576427402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c72cd8286466f8073137acbd41aad2f2626540ca', '173.252.83.11', '1588552893', '__ci_last_regenerate|i:1588552893;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c73207b2e8208abfcb1b074228b81d435a5ab040', '66.186.19.5', '1576444622', '__ci_last_regenerate|i:1576444622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c739e2063b433c1bc84e2c75c9eeb73cd7e7749c', '66.186.19.5', '1576664822', '__ci_last_regenerate|i:1576664821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c74755c03151f8785c53a9d26eccb013bd703b41', '66.186.19.5', '1576469281', '__ci_last_regenerate|i:1576469281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c759adb5147846968e3bc5ecae96b5acb13b237b', '66.186.19.5', '1576498321', '__ci_last_regenerate|i:1576498321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c762e175c52239ea744317f5aca89afc6a56c394', '66.186.19.5', '1576366681', '__ci_last_regenerate|i:1576366681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c78d26accfa211cefc7a67cce3348aacad4c28ba', '66.186.19.5', '1576323602', '__ci_last_regenerate|i:1576323602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c78e41edffa43ec988f6c86ee7e95b8b59bc2c1e', '66.186.19.5', '1576561381', '__ci_last_regenerate|i:1576561381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c78fd5c02edea235a841f30c1a0cc8705a847697', '66.186.19.5', '1576320061', '__ci_last_regenerate|i:1576320061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7905ffac037f773547ca2585287909cf7bd9c4c', '66.186.19.5', '1576606082', '__ci_last_regenerate|i:1576606082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7934f5fe285faaabb05a3477f6c45a0264c8bb0', '66.186.19.5', '1576345321', '__ci_last_regenerate|i:1576345321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7959f788d4adcfbb2ab5fe98cf2a04fceeb854f', '66.186.19.5', '1576606982', '__ci_last_regenerate|i:1576606982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c79c37032999c36d5eea41ddc8523762af002006', '66.186.19.5', '1576427102', '__ci_last_regenerate|i:1576427102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7a25c6197e1be0ed107d22737a5765f13b26e37', '209.17.96.130', '1593150983', '__ci_last_regenerate|i:1593150983;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7a4321d5bc9852d752b83d57517cf7bdb451c42', '66.186.19.5', '1576470122', '__ci_last_regenerate|i:1576470122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7acfa75bb2e1291ca3e80520052881943b89b8d', '66.186.19.5', '1576612321', '__ci_last_regenerate|i:1576612321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7af7697fef7d43bdcb2c43a889548cd0b26cf79', '66.186.19.5', '1576459622', '__ci_last_regenerate|i:1576459622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7c3ba531335e6960e846f83b5a0b312caa9a248', '66.186.19.5', '1576479182', '__ci_last_regenerate|i:1576479182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7cc16f6af970b708b421da650e71b7b202ba8f7', '66.186.19.5', '1576581302', '__ci_last_regenerate|i:1576581302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7d4f75f6b375d3d43aaadf1452bcd97924aa8e7', '66.186.19.5', '1576602242', '__ci_last_regenerate|i:1576602242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7d8da4b1b5f4591359dda4e54f6bccd3f9511a2', '66.186.19.5', '1576408982', '__ci_last_regenerate|i:1576408982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7d9c71f15988b0f00620cda2786c260b7940141', '66.186.19.5', '1576329542', '__ci_last_regenerate|i:1576329542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f717d5c01fd9979f8b4a4eb77f534b6bad8da0', '66.186.19.5', '1576277642', '__ci_last_regenerate|i:1576277642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f8eb5f504d5eab08112e62083934bcfacea2d3', '66.186.19.5', '1576319041', '__ci_last_regenerate|i:1576319041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c80a4be50fbd65ee867e08f1e5cabf6a7688826a', '66.186.19.5', '1576508641', '__ci_last_regenerate|i:1576508641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81505a5ccf71398ed0eb57bc4835d475b714640', '190.236.102.225', '1580768193', '__ci_last_regenerate|i:1580768190;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c817f926cc4c24daaca99f6d8081c284f3d279a5', '66.186.19.5', '1576414561', '__ci_last_regenerate|i:1576414561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81cffdd9d0368643f17ec08e9ef516fc5c573da', '66.186.19.5', '1576558621', '__ci_last_regenerate|i:1576558621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c82969cb14e67e805e80cf37a6fe10fb9719e93f', '66.186.19.5', '1576292941', '__ci_last_regenerate|i:1576292941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c836888bedfbc05ea5838fcd38135553f23b1313', '66.186.19.5', '1576658161', '__ci_last_regenerate|i:1576658161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c852717346ead05b75fa1c22b080f4147dfe7bb1', '66.186.19.5', '1576341421', '__ci_last_regenerate|i:1576341421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c85766874e7a8229a79b686e7b44cd0fb6082625', '31.13.127.6', '1585462360', '__ci_last_regenerate|i:1585462360;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c872739fd968ae3f4d93ed8671ddaa3a2ce302fd', '66.186.19.5', '1576606802', '__ci_last_regenerate|i:1576606802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c878748d72c3b9bd86012bc6abe50510b1af8e7e', '66.186.19.5', '1576279022', '__ci_last_regenerate|i:1576279022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c87d0bbba00f937bc38341ca6988b4fe3ccf6526', '66.186.19.5', '1576658642', '__ci_last_regenerate|i:1576658642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c888a17b52d5b0a7be3f932cf0a43189d9e94e78', '66.186.19.5', '1576540621', '__ci_last_regenerate|i:1576540621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c88961641847339bf89db773eb6a7cdca3f133c8', '66.186.19.5', '1576337162', '__ci_last_regenerate|i:1576337162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c889a177851aa11f058502a7317d6e339e45ce27', '66.186.19.5', '1576362361', '__ci_last_regenerate|i:1576362361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c88a7cf8e7e618cc2f3b07d5f6720eaae42169ba', '66.186.19.5', '1576336561', '__ci_last_regenerate|i:1576336561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c88c4bf8d97995f53501ef6cf429770df07188be', '66.186.19.5', '1576670221', '__ci_last_regenerate|i:1576670221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c896fd998192f4348ba0d8b9857f1a60bd892821', '66.186.19.5', '1576335662', '__ci_last_regenerate|i:1576335662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c89a93d983962b10b8754773691233d1b782ae1f', '66.186.19.5', '1576425422', '__ci_last_regenerate|i:1576425422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8a67a4dc53f04343161077798eb5889655b6d87', '66.186.19.5', '1576417921', '__ci_last_regenerate|i:1576417921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8a8b09601d6fdc6f003c1971b932e53bfcc8a17', '66.186.19.5', '1576310042', '__ci_last_regenerate|i:1576310042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8aa1fd3306fd9a2b5f6c31aef8e73b6ad740ffc', '66.186.19.5', '1576299062', '__ci_last_regenerate|i:1576299062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8b0f7d191b07cf8ae9211070352cd6adf7ab38f', '66.186.19.5', '1576562582', '__ci_last_regenerate|i:1576562582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8b35ef1f376a88d954125829303e9a303ed8ade', '66.186.19.5', '1576552022', '__ci_last_regenerate|i:1576552022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8b7bf895c2c65ec1e5edc403880d4b4b853f45e', '66.186.19.5', '1576457642', '__ci_last_regenerate|i:1576457642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8baf6cf6594f39e1e32aa5850bad5875b24125b', '66.186.19.5', '1576310761', '__ci_last_regenerate|i:1576310761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8bf95e26ca9dcbb42b55ca3918aa626801e2268', '66.186.19.5', '1576469641', '__ci_last_regenerate|i:1576469641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8c29c9b7ed45241f8136516a17548bb33df1bfc', '66.186.19.5', '1576609742', '__ci_last_regenerate|i:1576609742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8c3c138a5a14721d3d94ef07c40bbc3e14650fd', '66.186.19.5', '1576462681', '__ci_last_regenerate|i:1576462681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8c881eac05f13704346492e835f82b88a59ba01', '66.186.19.5', '1576452181', '__ci_last_regenerate|i:1576452181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8ca79613ea0fabb9011b14ed21bf2826be53381', '66.186.19.5', '1576424162', '__ci_last_regenerate|i:1576424162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8d235f428b04d17c6267e678c2b03fb707d06b5', '66.186.19.5', '1576452061', '__ci_last_regenerate|i:1576452061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8dc58b081c96707c98b4f16b25b049224e8d534', '201.230.37.45', '1580588893', '__ci_last_regenerate|i:1580588891;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8de7fb1d167b848336734b121cdfa11442376a5', '66.186.19.5', '1576539122', '__ci_last_regenerate|i:1576539122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8deac1156cedd3ffe8f1e81f18d7b7207fca638', '66.186.19.5', '1576334342', '__ci_last_regenerate|i:1576334342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8f1f825d4421ca52c2e580822d93b04e5a9f14c', '66.186.19.5', '1576649462', '__ci_last_regenerate|i:1576649462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8f914dd0f3524cc3513067923b0166f4f1fd5a5', '66.186.19.5', '1576460222', '__ci_last_regenerate|i:1576460222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8fbae065d7e2369318398e6b3cd29fc21e4d26e', '66.186.19.5', '1576489861', '__ci_last_regenerate|i:1576489861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c90cfadfe04eef8b82b2133cff9f1c9f95a1d847', '5.255.250.2', '1585637182', '__ci_last_regenerate|i:1585637182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c915f348ddad3af2aafa43806a0ae237', '190.236.102.225', '1582218774', '__ci_last_regenerate|i:1582218774;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c919d7ace93b17d1df6b86eafd34ca8c50f7b8e8', '66.186.19.5', '1576656961', '__ci_last_regenerate|i:1576656961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c91e10641074d31f725e1e4dc41c17214b43f2ff', '66.186.19.5', '1576477741', '__ci_last_regenerate|i:1576477741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c91e45d65b07f32f836492bfa1eb0a03c533b17c', '66.249.83.62', '1583982552', '__ci_last_regenerate|i:1583982552;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c92138afaf634f0292fa6f4a55c980fdc5aade04', '66.186.19.5', '1576378201', '__ci_last_regenerate|i:1576378201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c92564fb013b342f5b3073265ca833c95807b375', '173.252.83.2', '1585872309', '__ci_last_regenerate|i:1585872309;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c92797aabd9b2a1de30d8809b33923d4833e74e0', '66.186.19.5', '1576430341', '__ci_last_regenerate|i:1576430341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c92afab4807d335adb2914c6dc5d94361e52adf3', '66.186.19.5', '1576661341', '__ci_last_regenerate|i:1576661341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c93b1f50e056f6398b05ea0ab6f3cc970a2bf27d', '66.186.19.5', '1576424101', '__ci_last_regenerate|i:1576424101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c93eb161a400a3f2480161fc9864dd69c0064c0b', '66.186.19.5', '1576669561', '__ci_last_regenerate|i:1576669561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9445ae4492ad58196d07af8df8282b79a53a53e', '66.186.19.5', '1576480742', '__ci_last_regenerate|i:1576480742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c944d2bdc61dc2c0548e202c048f94bd2cc56d83', '66.249.85.49', '1576949759', '__ci_last_regenerate|i:1576949759;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c950e40269e21b66017c22a398b23c427064849d', '66.186.19.5', '1576308362', '__ci_last_regenerate|i:1576308362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c957f9065984cf53658a5bc76572af4980cb21e4', '66.186.19.5', '1576569061', '__ci_last_regenerate|i:1576569061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c95f8ff52290f9ee8148612cdab5c548a0a7163b', '66.186.19.5', '1576284241', '__ci_last_regenerate|i:1576284241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c961ad29824af642c69165dbc42f97efd5adb8ac', '66.186.19.5', '1576412222', '__ci_last_regenerate|i:1576412222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c962e40981bc415bd65261d82672c328face437d', '66.186.19.5', '1576489381', '__ci_last_regenerate|i:1576489381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c96af0602b982d7af797a402c866e24cb7e4d1ba', '116.62.39.231', '1588318940', '__ci_last_regenerate|i:1588318937;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9754a6d7160df22ec257ec00735360d50cc9854', '132.191.1.60', '1583962698', '__ci_last_regenerate|i:1583962482;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583772404\";last_ip|s:13:\"132.191.1.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9845982836ed45776d3c800a6072f6bf9618c19', '66.186.19.5', '1576661761', '__ci_last_regenerate|i:1576661761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9875850f59af43adfb9811f82e1a83a9eba79fd', '179.7.137.118', '1580227045', '__ci_last_regenerate|i:1580226899;local|s:1:\"1\";listaVenta|i:8;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580226805\";last_ip|s:13:\"179.7.137.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c99267a1d4d609a2b937eadb59216a432a33ae89', '66.186.19.5', '1576436882', '__ci_last_regenerate|i:1576436882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c99537bc86b2e342142adb1b92c4218f503438de', '66.186.19.5', '1576634041', '__ci_last_regenerate|i:1576634041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9954bef95cc13261750b194a513022084db93f8', '66.186.19.5', '1576339021', '__ci_last_regenerate|i:1576339021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9977d4ea14bdd4f30cad7fc3680a7ad9ffa3caf', '66.186.19.5', '1576360681', '__ci_last_regenerate|i:1576360681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9b6bf2f2052159967d7c50baa11b83dcf0cec7b', '66.186.19.5', '1576611781', '__ci_last_regenerate|i:1576611781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9bfeb3039d50d15cb6a4822e3f1f4d31ef38707', '66.186.19.5', '1576316042', '__ci_last_regenerate|i:1576316042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c00b12a200c4249af3a403d867543ebd8b9535', '66.186.19.5', '1576352701', '__ci_last_regenerate|i:1576352701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c1aa07539b648edb7b3339905bb4f15aa4f568', '66.186.19.5', '1576566541', '__ci_last_regenerate|i:1576566541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c9cc59882108cc5e5aab7f3cdd4929f46debd4', '66.186.19.5', '1576507862', '__ci_last_regenerate|i:1576507862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9d085ac0f338a0e4347ad4791eb18d19f4da896', '66.186.19.5', '1576419722', '__ci_last_regenerate|i:1576419722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9d29c4f7c3f39842ad6fcfa88df14100356fa13', '66.186.19.5', '1576287661', '__ci_last_regenerate|i:1576287661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9d52bb3da9eb4aa31f75317f663fd31d5e029d9', '66.186.19.5', '1576346581', '__ci_last_regenerate|i:1576346581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9db1e093e23090d24cd1000d473efe66643e6e0', '66.186.19.5', '1576396981', '__ci_last_regenerate|i:1576396981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9e0ece9440b968aa04c6626687eec0a0dbbd831', '66.186.19.5', '1576587062', '__ci_last_regenerate|i:1576587062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9e6f260fae7717d8d140ecd966530a64b3af6ac', '167.0.220.69', '1584488859', '__ci_last_regenerate|i:1584488859;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9eceef5278ce4e260c60e135396ebb2ad6c5d74', '31.13.127.23', '1587612163', '__ci_last_regenerate|i:1587612163;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f30d53c4db3205c631135b97bb9a903701548b', '66.186.19.5', '1576423861', '__ci_last_regenerate|i:1576423861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f46d90314ec53da6a99b5451ec53777ff51de3', '66.186.19.5', '1576665361', '__ci_last_regenerate|i:1576665361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f86808ed31b58b52328d87c414bed6fcdf10c2', '66.186.19.5', '1576535042', '__ci_last_regenerate|i:1576535042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f97953fab1174db0efb7cc072da403b02984d9', '66.186.19.5', '1576356602', '__ci_last_regenerate|i:1576356602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9ff5e9d1845501d2bb205127e46708331acc0fb', '66.186.19.5', '1576608901', '__ci_last_regenerate|i:1576608901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca09f90cde2644869982c6c04a577bd2de1741f2', '66.186.19.5', '1576579321', '__ci_last_regenerate|i:1576579321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca117cf879e655881b2b337534572f86495e5e3b', '132.191.3.217', '1582738792', '__ci_last_regenerate|i:1582738771;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582735900\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca1320b607ab285b5172b915a535dcd22ee0c22f', '66.186.19.5', '1576687802', '__ci_last_regenerate|i:1576687802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca1fe512bf091a1791bc7f7154de3f2b92022ba1', '66.186.19.5', '1576316881', '__ci_last_regenerate|i:1576316881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca307b65c63e42fc53b0131cc06e89426e6d58ea', '66.186.19.5', '1576637641', '__ci_last_regenerate|i:1576637641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca38480876b21179313a4b415e6d77999897cba4', '66.186.19.5', '1576437062', '__ci_last_regenerate|i:1576437062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca40902ec47a53025941137aadcff9f7e1bbbfa3', '66.186.19.5', '1576279502', '__ci_last_regenerate|i:1576279502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca418787fc6e4a3cde22dfe077dbf9dd562d72ea', '66.186.19.5', '1576490042', '__ci_last_regenerate|i:1576490042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca51746734078d5ba8cfafaa91bc64762f678dfe', '66.186.19.5', '1576302061', '__ci_last_regenerate|i:1576302061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca591a765a8d56407fa1ffecab1ef9bfa895476e', '66.186.19.5', '1576403881', '__ci_last_regenerate|i:1576403881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca5a652d1c21941cacdf74a1dc7a18f72f5fa7ba', '66.186.19.5', '1576524961', '__ci_last_regenerate|i:1576524961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca5dc423f80702d6acb72bd7e0bf6fca2c29e1df', '181.176.124.32', '1590700591', '__ci_last_regenerate|i:1590700531;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590687582\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca6be959b54b414c1ca1af4c0b905ec5384a37f3', '66.186.19.5', '1576577941', '__ci_last_regenerate|i:1576577941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca7fe5077eead5f23e412eabbd7760b72420b18f', '66.186.19.5', '1576565102', '__ci_last_regenerate|i:1576565102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca964b641dbf62a0de6b5fa77f6001fe86838eac', '66.186.19.5', '1576521541', '__ci_last_regenerate|i:1576521541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca9dcb3ca828ab280fc96d7766fe999fd5a10b26', '173.252.79.12', '1583874292', '__ci_last_regenerate|i:1583874292;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca9f6cc8d1c0962813fe4728721f4862e40a5cee', '66.186.19.5', '1576520882', '__ci_last_regenerate|i:1576520882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caa46c2ab2329ef440b3376817c17a3adabc1bd9', '66.186.19.5', '1576435802', '__ci_last_regenerate|i:1576435802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cac965d28a26087c1a222c24cb07cc23b77761c9', '66.186.19.5', '1576566182', '__ci_last_regenerate|i:1576566182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cacc7407dcfb01e72df1c76aa95aecd52b3a6f59', '66.186.19.5', '1576561201', '__ci_last_regenerate|i:1576561201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cae59666591bf256dc5070ca9fe1d78321f4e8a4', '66.186.19.5', '1576569481', '__ci_last_regenerate|i:1576569481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caf25bc9845ff77e4a0b8bdb46fb6828ec1d462d', '66.186.19.5', '1576563301', '__ci_last_regenerate|i:1576563301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caf35de3353cfb36c8653fcad48f4d727e5f9b38', '66.186.19.5', '1576547222', '__ci_last_regenerate|i:1576547222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caf4e3eea718a079fe2aaaa2c0dc3962eb46a95e', '66.186.19.5', '1576672803', '__ci_last_regenerate|i:1576672803;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caf820f2387e72642b8d4714212556c2c5bf2ea1', '66.249.83.34', '1586845579', '__ci_last_regenerate|i:1586845579;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb0b8b81e4c451433b1d614dc234cfa3f57f7b73', '190.233.137.125', '1583634940', '__ci_last_regenerate|i:1583634684;local|s:1:\"1\";listaVenta|i:14;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1581280217\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb121b2b9de51d1eec7f2c8c24c81fcd2db81482', '66.186.19.5', '1576469402', '__ci_last_regenerate|i:1576469402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb2a394b354aba6f08cd187593679c1cf05e7ad8', '66.186.19.5', '1576352282', '__ci_last_regenerate|i:1576352282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb2c21efeb3f130ff454d6b182ecc6a78b1d95a4', '190.236.102.225', '1581636927', '__ci_last_regenerate|i:1581636773;local|s:1:\"1\";listaVenta|i:6;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581633897\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";remove_spo|i:1;message|s:26:\"Venta efectuada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb2f656b79940ab42cc72aa36faa70d55a4b69a0', '66.186.19.5', '1576528861', '__ci_last_regenerate|i:1576528861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb3876c84d0d68d513cab0bd0f010f993650a70e', '66.220.149.36', '1583380007', '__ci_last_regenerate|i:1583380007;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb4a277063f065c90e424d17b2a01cea903b03a9', '66.186.19.5', '1576646821', '__ci_last_regenerate|i:1576646821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb50625e52c03e3399db967ec09b49e84ef8633d', '66.186.19.5', '1576284301', '__ci_last_regenerate|i:1576284301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb588926c4430240e1f3c40b966fc1ba130adf90', '66.186.19.5', '1576472041', '__ci_last_regenerate|i:1576472041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb6e3fb5439d5a266d29c057fa010a1d9317a8a8', '66.186.19.5', '1576501442', '__ci_last_regenerate|i:1576501442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb6f3587c7516417819487b145528614bdc513b5', '66.186.19.5', '1576614782', '__ci_last_regenerate|i:1576614782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb77a403eb27fef6ae46afda67a467eb4836f5f3', '66.186.19.5', '1576358101', '__ci_last_regenerate|i:1576358101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb8263937fb6d8aeb205bd47fbb29705d108fdd8', '66.186.19.5', '1576296241', '__ci_last_regenerate|i:1576296241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb82c9b4714adc798f9236aae79cb0c8d79389e7', '66.186.19.5', '1576539901', '__ci_last_regenerate|i:1576539901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb84b7f529263086f2ded081ab2b1f446c4796e3', '66.186.19.5', '1576689182', '__ci_last_regenerate|i:1576689182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb8996c45f96c92cc201905c2742f56b0e06df95', '66.186.19.5', '1576437781', '__ci_last_regenerate|i:1576437781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb98cd13b85f7704b4dbeaf870989abc79325f97', '66.186.19.5', '1576630921', '__ci_last_regenerate|i:1576630921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cba3d18b93bf915e6ea647df31f214da39b45883', '66.186.19.5', '1576681021', '__ci_last_regenerate|i:1576681021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cba5f286edcd01ea53c8f621a9087229aefc383b', '190.232.96.48', '1584169387', '__ci_last_regenerate|i:1584169384;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbbfe3544e0a5c0acad1e1800a9dc4cabb07e74b', '190.239.111.151', '1583932768', '__ci_last_regenerate|i:1583932496;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc0efe5140fc21a2f558c837b1129bf83d508a9', '66.186.19.5', '1576348741', '__ci_last_regenerate|i:1576348741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc5aac9f00892a3d27d50907ad6795f2127ee9e', '66.186.19.5', '1576300082', '__ci_last_regenerate|i:1576300082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbccc1ab4fff92e6922eba0484d3869c8d2699b1', '66.186.19.5', '1576473902', '__ci_last_regenerate|i:1576473902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbd5fd7243d4c78fdc3c0caf7cc3f39528f958f5', '66.186.19.5', '1576328342', '__ci_last_regenerate|i:1576328342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbee93a777160adab9b8f6bb55fefbdf92be4a2d', '66.186.19.5', '1576323181', '__ci_last_regenerate|i:1576323181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbfa2176c94c20ee38f2a984546e58639e27c4ff', '66.186.19.5', '1576283641', '__ci_last_regenerate|i:1576283641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbff478a928fb34000354ede5629c97f0144826a', '66.186.19.5', '1576405742', '__ci_last_regenerate|i:1576405742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc07c2168534eb518f5f96f449e7fd346628171e', '66.186.19.5', '1576661823', '__ci_last_regenerate|i:1576661823;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc08675bad1e11523466bf116ba70b0766dde953', '31.13.127.10', '1585801927', '__ci_last_regenerate|i:1585801927;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc0aa93eff9008d7a5d74accf310a41df2719621', '66.186.19.5', '1576428182', '__ci_last_regenerate|i:1576428182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc0cf797a64d6f03bfed1ad098f3ebd199b4369b', '66.186.19.5', '1576547402', '__ci_last_regenerate|i:1576547402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc187f8085c81963fe87dc603c3220b3ed8ed81d', '66.186.19.5', '1576426922', '__ci_last_regenerate|i:1576426922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc18a1086c2eb3aa8157257276ad7942399eb962', '66.186.19.5', '1576664761', '__ci_last_regenerate|i:1576664761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc1a1597207a3b00191920cb969241587e3e8235', '209.17.96.2', '1578661530', '__ci_last_regenerate|i:1578661530;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc200202865cc1836b9af9f89665b6396f866077', '66.186.19.5', '1576283281', '__ci_last_regenerate|i:1576283281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2d560cc76472769478185fc3481c9d58650502', '190.239.111.151', '1584140227', '__ci_last_regenerate|i:1584133425;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584055441\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2f5ef7343a5cf4c24f8c0fcda721042badddfd', '66.186.19.5', '1576466462', '__ci_last_regenerate|i:1576466462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc397ef22ddc76a7484de0696d919b88187cff10', '66.186.19.5', '1576390262', '__ci_last_regenerate|i:1576390262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc44e52eb0e8d457568e75a4eb055bc1a61c63f8', '77.88.5.178', '1588486796', '__ci_last_regenerate|i:1588486796;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc52137145619d4baa2a08322081e3fe58d1d116', '66.186.19.5', '1576363142', '__ci_last_regenerate|i:1576363142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc52fe3e0b9a7ae26d427b6c4bd93a937e0fc087', '66.186.19.5', '1576431061', '__ci_last_regenerate|i:1576431061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc5330997f0ba0f9fdac25ee7195c4ec585f09cc', '66.186.19.5', '1576282201', '__ci_last_regenerate|i:1576282201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc64699efe1e93188d0f1b17e051067674c6728a', '66.186.19.5', '1576497481', '__ci_last_regenerate|i:1576497481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc6f23c1fbeedb786894ecf56389722777d25de8', '66.186.19.5', '1576670402', '__ci_last_regenerate|i:1576670402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc72d700fec2835acd34c937c8e33f4e42a96df2', '66.186.19.5', '1576458181', '__ci_last_regenerate|i:1576458181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc782fb0e8e246cd480df07cd80faa1291d28d75', '66.186.19.5', '1576332122', '__ci_last_regenerate|i:1576332122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc81c38b73df973676bd1bf94ff2d25668cf85a1', '66.186.19.5', '1576468802', '__ci_last_regenerate|i:1576468802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc87c7616e158f6442bd566ac47b34162074b8b2', '66.186.19.5', '1576425241', '__ci_last_regenerate|i:1576425241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc94c6b3b44c0cd6009e413bc1f0bcb96523a426', '66.186.19.5', '1576410122', '__ci_last_regenerate|i:1576410122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc9e8b6a1726f10854b1cd89637521e5a8637f99', '190.234.163.130', '1591499176', '__ci_last_regenerate|i:1591498961;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591404858\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cca2ef663040675ada5a789dd8a56c362eea15f4', '66.186.19.5', '1576321262', '__ci_last_regenerate|i:1576321262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccb0ccf65d18add07c8de9838aca66cef2c3c252', '66.186.19.5', '1576578541', '__ci_last_regenerate|i:1576578541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccbcafbcccf74cd5b2ba4a068b69faa80ae4bfba', '66.186.19.5', '1576452542', '__ci_last_regenerate|i:1576452542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccd5db7c994e5112969c374b7b7f15b60f3fd624', '66.186.19.5', '1576548661', '__ci_last_regenerate|i:1576548661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccd70a7f9780b67a03bbdb4851b5e194254c8d53', '66.186.19.5', '1576541941', '__ci_last_regenerate|i:1576541941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccdec9bb82e580c4554adbf9f6589ef475ca6095', '66.186.19.5', '1576327322', '__ci_last_regenerate|i:1576327322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccdfcce0d68f6040d95e8e452ad4ab244a5b0dce', '66.186.19.5', '1576504981', '__ci_last_regenerate|i:1576504981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccebbfc43dd6052a12c398ecf6ec18aadc910208', '66.186.19.5', '1576460581', '__ci_last_regenerate|i:1576460581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccf0ff4a4782c00b02f26a6ee6826329642f64ab', '66.186.19.5', '1576336261', '__ci_last_regenerate|i:1576336261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccf3d5652eaea73e1d691898d25498b0cf98bd9c', '66.186.19.5', '1576497002', '__ci_last_regenerate|i:1576497002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccf4cae26617302a08651638ca3112d984f6dacc', '66.186.19.5', '1576415221', '__ci_last_regenerate|i:1576415221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccf5029053a9988c61f19cb5ff65458d5cb4bab7', '66.186.19.5', '1576325042', '__ci_last_regenerate|i:1576325042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccfd949ffbfd5bc860e7653d17990c076e0487d3', '66.186.19.5', '1576374362', '__ci_last_regenerate|i:1576374362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd0377c8b935a6ccf4c1e69ef9be7a99d3c78ab2', '66.186.19.5', '1576557061', '__ci_last_regenerate|i:1576557061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd08897f0d31cccedba53b2035deb7dbd0612b37', '66.186.19.5', '1576339801', '__ci_last_regenerate|i:1576339801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd0a286977acea3d534c0520073db26972af0ee4', '66.186.19.5', '1576513981', '__ci_last_regenerate|i:1576513981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd2aa447cbdb0f8e43f447454b97098ac991adf3', '66.186.19.5', '1576668901', '__ci_last_regenerate|i:1576668901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd320e9145cb0c1b8849acb9798628d33b8a2e07', '66.186.19.5', '1576513682', '__ci_last_regenerate|i:1576513682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd3ab9ee09601026a2e4f9330fc9625a5198a9c3', '132.191.1.151', '1583772580', '__ci_last_regenerate|i:1583772201;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583772366\";last_ip|s:13:\"132.191.1.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd4a04f81fcb4110ad61843ca4e3f6b9c6e7fbf1', '66.186.19.5', '1576401001', '__ci_last_regenerate|i:1576401001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd53bc8a119abab6f9437c38e97638108a82a276', '66.186.19.5', '1576594381', '__ci_last_regenerate|i:1576594381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd57ca3140bfb72ec1dbd24330a3e4180955ae0c', '66.186.19.5', '1576363801', '__ci_last_regenerate|i:1576363801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd5afd61dc79aad3b522baa2e33ccb2ae4ec13e5', '173.252.83.6', '1585101443', '__ci_last_regenerate|i:1585101442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd65639e0109762aa058e68a17fc7fbd0d619e7f', '66.186.19.5', '1576614962', '__ci_last_regenerate|i:1576614962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd679db35fe400e5d44e55912f3f787fd31abcfc', '66.186.19.5', '1576494121', '__ci_last_regenerate|i:1576494121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd6c5e4af1e6ce1dbb151b86377932c3b14400c1', '66.186.19.5', '1576346701', '__ci_last_regenerate|i:1576346701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd95657f08bba34061f712fe2f1a454c8f595f64', '66.186.19.5', '1576595701', '__ci_last_regenerate|i:1576595701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdaecfd0094d33625cb1e5f17761b06b633363e9', '66.186.19.5', '1576335782', '__ci_last_regenerate|i:1576335782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdb889c8429379724cb5d0431faf9271cccc973f', '66.186.19.5', '1576359362', '__ci_last_regenerate|i:1576359362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdbbd555086e2920e4fcb170be9530075406d6bf', '66.186.19.5', '1576689242', '__ci_last_regenerate|i:1576689241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdbc0efcc398061be376fd9c578b7252ebb1c2bb', '66.186.19.5', '1576441081', '__ci_last_regenerate|i:1576441081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdc34135823eceab1b0e11a36b9db73a9d99e8bc', '66.186.19.5', '1576335362', '__ci_last_regenerate|i:1576335362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdd083e5c7bf7ad42d0f3455bbdc1d3151375d51', '190.233.137.125', '1583634351', '__ci_last_regenerate|i:1583634033;local|s:1:\"1\";listaVenta|i:12;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1581280217\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdd6a6fefeada4e3813932573eb5c03f46346b9a', '66.186.19.5', '1576638961', '__ci_last_regenerate|i:1576638961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cddbd3394125093bf8e5040280687c512b9aec56', '66.186.19.5', '1576286822', '__ci_last_regenerate|i:1576286822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde57a669e03e842a9b71dab0929fad8e0c2347b', '66.186.19.5', '1576363742', '__ci_last_regenerate|i:1576363742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde870b248bd80f6e957786f558ee5f47faa1e27', '66.186.19.5', '1576669081', '__ci_last_regenerate|i:1576669081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdefb367567af79a187f64822b3562d430ba3c94', '66.186.19.5', '1576387862', '__ci_last_regenerate|i:1576387862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce0079b98ce43f7359ab015e3dd755a863d454ca', '66.186.19.5', '1576476721', '__ci_last_regenerate|i:1576476721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce12bf426499ec2983ff19ddcffc4e928d972b7a', '66.186.19.5', '1576401782', '__ci_last_regenerate|i:1576401782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce1f914736533ef76c5738d4669facd7bbd7ad59', '66.186.19.5', '1576501502', '__ci_last_regenerate|i:1576501502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce36a3b1ba9bbaad47d0ee122f3cb03ef8805a57', '66.186.19.5', '1576673641', '__ci_last_regenerate|i:1576673641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce3d39693fefc63f0000986f6deafd5ddefb5969', '66.186.19.5', '1576610462', '__ci_last_regenerate|i:1576610461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce511e39c2a9d3fdd5f7fd9871088b3b267cc390', '66.186.19.5', '1576648201', '__ci_last_regenerate|i:1576648201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce5bb96e5d5108882d649d87aa4325af4b941d6f', '66.186.19.5', '1576562941', '__ci_last_regenerate|i:1576562941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce5effd5a743d0113af35a2a5163e6517d6fed4e', '66.186.19.5', '1576417261', '__ci_last_regenerate|i:1576417261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce64aba288e769f6b89cfe735ba89d815d2c0900', '66.186.19.5', '1576299121', '__ci_last_regenerate|i:1576299121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce65ef3d5462e1e2ec99f716bb1cffb01e6dc403', '66.186.19.5', '1576283161', '__ci_last_regenerate|i:1576283161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce698c5592cbd2c6221e32c567c16021432e7e2b', '66.186.19.5', '1576328462', '__ci_last_regenerate|i:1576328462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce6e71c94a395ecd7a1dbe9793decb1dabd6fa83', '66.186.19.5', '1576435262', '__ci_last_regenerate|i:1576435262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce798aab196fe59ebf4f51f40c0dc47d3c29aeb6', '190.236.102.225', '1583188620', '__ci_last_regenerate|i:1583188565;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582841847\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce7a8effb9b96e9b0e2392258a8fd67e3654b345', '66.186.19.5', '1576594862', '__ci_last_regenerate|i:1576594862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce7df7a54a8101e7a7a119ac80015e1bb263dcf7', '66.186.19.5', '1576533421', '__ci_last_regenerate|i:1576533421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce86515905c6b2dc725cdf8332acc756a8e76848', '66.186.19.5', '1576570141', '__ci_last_regenerate|i:1576570141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce986f2a2b80d9f6df367f9ff5eaa4af3b81566e', '190.234.163.130', '1592187273', '__ci_last_regenerate|i:1592187248;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1591995421\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"3\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce9ba55e57d3893acfb1983046db9a45', '190.43.41.235', '1582251642', '__ci_last_regenerate|i:1582251642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce9bd7eea736f375e8594bf40630b2cd5f7939cd', '66.186.19.5', '1576396862', '__ci_last_regenerate|i:1576396862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceaa5adb1d5f7130acf6339e841efc868989ea68', '66.186.19.5', '1576315621', '__ci_last_regenerate|i:1576315621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb21a829d35ad64a61604582da4bda8667fb906', '66.186.19.5', '1576385281', '__ci_last_regenerate|i:1576385281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb4948938b33fb0a6ec8704fb6dc85b430c5020', '66.186.19.5', '1576390381', '__ci_last_regenerate|i:1576390381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb67c9f1563803c655031bb832d68799079daa9', '66.186.19.5', '1576628822', '__ci_last_regenerate|i:1576628822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cebb4fee01e0a8124d016e14ff91d002f0965c49', '66.186.19.5', '1576480322', '__ci_last_regenerate|i:1576480322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cec0e486b3a4a3b6ae1465258e6de1e8cf5b2ee8', '66.186.19.5', '1576640641', '__ci_last_regenerate|i:1576640641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cec1cdfbaf2779ffc124c69432760de8aecde0f6', '66.186.19.5', '1576573322', '__ci_last_regenerate|i:1576573322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cec2aa7cff8ce32fcf79155677562c803ec07f1d', '66.186.19.5', '1576532342', '__ci_last_regenerate|i:1576532342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cee5b926100eaf4a917d01413ce8a381da5b2a20', '66.186.19.5', '1576542662', '__ci_last_regenerate|i:1576542662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceeb04ca543f181f9c8b1fbdc07d40589bd0cec6', '66.186.19.5', '1576288622', '__ci_last_regenerate|i:1576288622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceed87be1a5c12caf00d6dfc830ddcf2ae9fc1fd', '66.186.19.5', '1576666801', '__ci_last_regenerate|i:1576666801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cef3aab512bd4dd58301feba5280d7780fe704f0', '66.186.19.5', '1576630321', '__ci_last_regenerate|i:1576630321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cef41b06f833f27cb0128abacfe85c942da72604', '66.186.19.5', '1576432441', '__ci_last_regenerate|i:1576432441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cef94e2747e697e1dd24cf822255c0b59bb1f37f', '66.186.19.5', '1576385222', '__ci_last_regenerate|i:1576385222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf04e1a117f48e1acd93c7ca2dbf480a40413b1e', '190.232.33.208', '1576271191', '__ci_last_regenerate|i:1576271190;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf06d7de39a04344221d7162e71eaff4b78d2f96', '66.186.19.5', '1576549202', '__ci_last_regenerate|i:1576549202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf1649e6bb0225d29f52a22108c2c525bf9473af', '66.186.19.5', '1576393442', '__ci_last_regenerate|i:1576393442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf16ee16d4523c2606e9d17c3edb42079605bbaa', '66.186.19.5', '1576308661', '__ci_last_regenerate|i:1576308661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf2470667bfb1cedb7242e5292ba55abd63f3466', '66.186.19.5', '1576668002', '__ci_last_regenerate|i:1576668002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf276e1b61eb598aebc1f3d343e0a0a70080e21e', '66.186.19.5', '1576556701', '__ci_last_regenerate|i:1576556701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf369ad5bd5684ee2a308ceb709c66704e27e8f5', '77.88.5.30', '1586238867', '__ci_last_regenerate|i:1586238867;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf41618e43ec2a13f02f71a9380e25dd2ae1b080', '66.186.19.5', '1576297321', '__ci_last_regenerate|i:1576297321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf4466ad38771d1a707ec4cc9494e09772e80110', '66.186.19.5', '1576291982', '__ci_last_regenerate|i:1576291982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf46757e83a7731b82393bd105940184cee0daff', '181.176.124.100', '1585349800', '__ci_last_regenerate|i:1585349792;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584997788\";last_ip|s:14:\"190.239.111.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf479948dc0759e4e3d8c3fd75d1de6dd6200045', '66.186.19.5', '1576438921', '__ci_last_regenerate|i:1576438921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf4da61c425ffa57165ac9627aebb431003ea0be', '66.186.19.5', '1576563841', '__ci_last_regenerate|i:1576563841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf59a5d16db29b72533cde34970e4eb264a6a9c9', '66.186.19.5', '1576320841', '__ci_last_regenerate|i:1576320841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf6103bd961cd7747e94f91ec85393316aa6d173', '66.186.19.5', '1576526941', '__ci_last_regenerate|i:1576526941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf680e07b6518f3eb2c29d031f0055eadba10fbd', '66.186.19.5', '1576611242', '__ci_last_regenerate|i:1576611242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf8dbc1e696e295ca0fd1c2a0619d6e349646207', '66.186.19.5', '1576585021', '__ci_last_regenerate|i:1576585021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf968f140d26a3b4b8701debe3d0b98f04843a87', '66.186.19.5', '1576486261', '__ci_last_regenerate|i:1576486261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf9cdaec36c3a8f2f4052ae20f2fa03585f07b89', '66.186.19.5', '1576565042', '__ci_last_regenerate|i:1576565041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfab63bb08e44a479b9fb8d3c47362c4b7d6a2c9', '66.186.19.5', '1576635361', '__ci_last_regenerate|i:1576635361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfadcd64b9e083926a7884b4609b05f87ca99104', '172.105.5.234', '1588872075', '__ci_last_regenerate|i:1588872075;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfc054183dd9be848d74877a91baafa19785c882', '45.189.116.18', '1590973785', '__ci_last_regenerate|i:1590973785;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590960040\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfd61d5541530ce0485f47b0297b2499b4bbf493', '66.186.19.5', '1576382222', '__ci_last_regenerate|i:1576382222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfd6bd5d642f1f053333fcda13161f4ed6467791', '66.186.19.5', '1576525681', '__ci_last_regenerate|i:1576525681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfde225ea7585a9768b462e3fdc3973001bd4358', '66.186.19.5', '1576389662', '__ci_last_regenerate|i:1576389662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfede7e75f27ef3c869177b3d1c72ea4716988cf', '190.232.33.208', '1576603289', '__ci_last_regenerate|i:1576603284;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576598362\";last_ip|s:13:\"190.12.92.216\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:14:\"smtp.gmail.com\";smtp_user|s:22:\"sistpv.actec@gmail.com\";smtp_pass|s:88:\"AKY4sOQB1MmHoyOMcqIsV7qucC+ouEspLv6KlGxYYH5oQqWf2c+4fxK+CeUVwJQA/ZruT84DE7qSrTJv2iOaoA==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0000a9bc5d19012b2a68e5eb15105abaf890591', '66.186.19.5', '1576448582', '__ci_last_regenerate|i:1576448582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d004a4be481340fa7396186d446857b72b440295', '66.186.19.5', '1576612921', '__ci_last_regenerate|i:1576612921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d006800ae22f5e3f45c36718dacbed3022cf578d', '66.186.19.5', '1576335602', '__ci_last_regenerate|i:1576335602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0170711996544bdf397dced13fbc7ac70bed1ef', '66.186.19.5', '1576527181', '__ci_last_regenerate|i:1576527181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d017ac519c9c7a36120ee61123b795313a008f4e', '66.186.19.5', '1576369922', '__ci_last_regenerate|i:1576369922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0195e5cda2ae03f2bce5b3888b323e7e1a8d533', '66.186.19.5', '1576471622', '__ci_last_regenerate|i:1576471622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d02b23796403b4d031efd44deb9f7386e37e9731', '66.186.19.5', '1576579081', '__ci_last_regenerate|i:1576579081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d030953c907583b165e616d5a06a6451ea47cf21', '66.186.19.5', '1576653602', '__ci_last_regenerate|i:1576653602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d03832f1018a99427862b4ff91ef31199cdc7895', '66.186.19.5', '1576429322', '__ci_last_regenerate|i:1576429322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d04e5e401c8a7ea6335fd441f9d380e9d2f440aa', '132.191.0.28', '1592419696', '__ci_last_regenerate|i:1592419696;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1592188700\";last_ip|s:14:\"190.238.52.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0526fcc82f0e6af03ef860f5814ff455ec8b2cf', '66.186.19.5', '1576362541', '__ci_last_regenerate|i:1576362541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0527a293728045e73ef65c4ebc911abeaf618a2', '66.186.19.5', '1576579861', '__ci_last_regenerate|i:1576579861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d065c5967fbfe4290395119bdf3fa02981456198', '66.186.19.5', '1576363321', '__ci_last_regenerate|i:1576363321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d06b218b66f999ffecea7ce8a0cd506ad2da4456', '66.186.19.5', '1576477021', '__ci_last_regenerate|i:1576477021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0717043ac94bd65f962fa51cb324d360c2a8662', '66.186.19.5', '1576490342', '__ci_last_regenerate|i:1576490342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d07273e0097f3cca6bcaa96742e7144f197baadd', '66.186.19.5', '1576429502', '__ci_last_regenerate|i:1576429502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d093802fbc91e05e3e062f622ec4f93a3f3fb901', '66.186.19.5', '1576608122', '__ci_last_regenerate|i:1576608122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d09fb77fff24356ba4e5d962900dffd714229565', '45.189.116.18', '1591943992', '__ci_last_regenerate|i:1591943992;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591931063\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0a2b27fed267c96d9795fb7c40d18066ac0c0f9', '45.189.116.18', '1590970341', '__ci_last_regenerate|i:1590970341;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590960040\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0a4e09bdc5894db95793555b7da3c09b8e81f81', '66.186.19.5', '1576385941', '__ci_last_regenerate|i:1576385941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0a5bb29cca801817fa61f2617764766adeb74f4', '66.186.19.5', '1576416961', '__ci_last_regenerate|i:1576416961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ae55f2198d0a67b81dedda4dd4add2e2737b69', '190.232.33.208', '1578595550', '__ci_last_regenerate|i:1578595256;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1578408854\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";remove_spo|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0b5bdb2885717e8ab93d8b14ff5304d4ba2c256', '31.13.115.8', '1582811158', '__ci_last_regenerate|i:1582811158;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0b765a8463ac0e74c561cb5a71a5946a6340bb9', '66.186.19.5', '1576470541', '__ci_last_regenerate|i:1576470541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0bc4886bd09e1e17b49bee862320f2ab0c11092', '45.189.116.14', '1589843521', '__ci_last_regenerate|i:1589843521;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1588356313\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0c28b31efb2c2f4f2a495f1cf5f8aa84b93ca48', '66.186.19.5', '1576492441', '__ci_last_regenerate|i:1576492441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0c66a87109f16e12b80eab766d2344cdcfa3db4', '66.186.19.5', '1576496522', '__ci_last_regenerate|i:1576496522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ca67c1779b1bec19cfbb74effecb9b0cb91251', '66.186.19.5', '1576462621', '__ci_last_regenerate|i:1576462621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0cc67fdc9d35604f4aae1d368247b392fa19a98', '66.186.19.5', '1576596542', '__ci_last_regenerate|i:1576596542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0d9250adfb540a3926bd5319f3a27f4f9d617ef', '66.186.19.5', '1576399382', '__ci_last_regenerate|i:1576399382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ddd38fbea4461677ce15d2e8e4e8316f14d6a3', '66.186.19.5', '1576481281', '__ci_last_regenerate|i:1576481281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ec0aca95e676734938d49af06cbedd5368bf6f', '66.186.19.5', '1576328701', '__ci_last_regenerate|i:1576328701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0f447bdd114d6b4938764cbd8d554b32bd3b782', '66.186.19.5', '1576529582', '__ci_last_regenerate|i:1576529582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0f90a39f31487e7fbc67b22168a832be6cd9bf0', '66.186.19.5', '1576598221', '__ci_last_regenerate|i:1576598221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d101502c70cbea6781c5fc197bdcb20ecf7c4084', '66.186.19.5', '1576590721', '__ci_last_regenerate|i:1576590721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d117edf26f84e5bbbc4b04812f1901cbd741645a', '66.186.19.5', '1576540982', '__ci_last_regenerate|i:1576540982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d12f7953e38c0330dfb8e5d91b25f522eb603ace', '66.186.19.5', '1576609202', '__ci_last_regenerate|i:1576609202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d130c591b6b8aa51d070416e84093338e56dc08d', '66.186.19.5', '1576467541', '__ci_last_regenerate|i:1576467541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13389293951ec99c750716f2a1efdd88e605210', '190.236.102.225', '1581636707', '__ci_last_regenerate|i:1581635850;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581633897\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13d071e52cc99bf02a95bd5426f7a24eea5c87f', '66.186.19.5', '1576650002', '__ci_last_regenerate|i:1576650002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13d1189a410c419a22b8c0003f331d147c8b238', '66.186.19.5', '1576316581', '__ci_last_regenerate|i:1576316581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d147b632eb3eded2c66a54e0204c8dcdf811ec77', '104.248.20.145', '1579096104', '__ci_last_regenerate|i:1579096104;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d14d3b1c1c33a1fd4d63d48b22e37813be50de2f', '66.186.19.5', '1576559401', '__ci_last_regenerate|i:1576559401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d15829228311d16e5da2030d27b3b2fd99c4f8ba', '66.186.19.5', '1576477261', '__ci_last_regenerate|i:1576477261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d165249a445204fa0b2cce210686df2f33e596d0', '66.186.19.5', '1576377002', '__ci_last_regenerate|i:1576377002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d185f94e82908c8c9a6dcc1bdd12ee3836dd9a57', '66.186.19.5', '1576568641', '__ci_last_regenerate|i:1576568641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1877d0ff506e8fe4dcf1d0a4e5fe2f1ed249027', '66.186.19.5', '1576468262', '__ci_last_regenerate|i:1576468262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d18f1084cdb6ee41a28ef468275459436dcbeca7', '66.186.19.5', '1576286342', '__ci_last_regenerate|i:1576286342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d193df1cdd2e3bfe814302ca7dcf0a94b0633b2c', '66.186.19.5', '1576503542', '__ci_last_regenerate|i:1576503542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1a43c01bbc37595a2008f05c2532fb97ef87614', '66.186.19.5', '1576372742', '__ci_last_regenerate|i:1576372742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1af85667a4ca04cfaaaebed12bea15ab2443d8c', '45.189.116.14', '1590177549', '__ci_last_regenerate|i:1590177543;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590166561\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1b55041350c7794d77f8bc17d71370ef8bacc77', '66.186.19.5', '1576667161', '__ci_last_regenerate|i:1576667161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1c83d06a08639c9a2636f877a9520b88fabd8ae', '66.186.19.5', '1576367402', '__ci_last_regenerate|i:1576367402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1ca999997ab96926cf771c0eef1f693c4e729dc', '66.186.19.5', '1576439101', '__ci_last_regenerate|i:1576439101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1ecb5d94e1d76aa41a08e898f0e55be24130dec', '66.186.19.5', '1576586882', '__ci_last_regenerate|i:1576586882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1f0e7bf52afe4f0504bb0e30a063f6793dd533d', '66.186.19.5', '1576472161', '__ci_last_regenerate|i:1576472161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1f6d95105ad9ec6c47c375656b6b123a45c8720', '66.186.19.5', '1576357561', '__ci_last_regenerate|i:1576357561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2010d50dadc03ae13c4189510955105bb265ec2', '66.186.19.5', '1576636562', '__ci_last_regenerate|i:1576636562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d20d9a2c2affb5023bae8f20ee1d8f6861c49cc8', '181.176.97.178', '1586646606', '__ci_last_regenerate|i:1586645036;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1586567041\";last_ip|s:15:\"181.176.105.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2108790ed366f6ff4a3f1cd0fff9ca2a520c9f9', '66.186.19.5', '1576398362', '__ci_last_regenerate|i:1576398362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d210e0c0925806e8339eb6d973ec5b452f5acaca', '66.186.19.5', '1576309562', '__ci_last_regenerate|i:1576309562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d22a87fd5f97051764ed6227b2dd3c587a6135de', '66.186.19.5', '1576593001', '__ci_last_regenerate|i:1576593001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2327723c31d474d9be3230adf365593f03d33b6', '66.186.19.5', '1576311482', '__ci_last_regenerate|i:1576311482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d23c5175e33a717ca9cab8f8413e93b6b90a7735', '42.114.251.137', '1584502163', '__ci_last_regenerate|i:1584502163;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2462135446f93dbeac6881cf905472ecd3c3f1e', '209.17.96.178', '1592891460', '__ci_last_regenerate|i:1592891460;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d246b8adb87ca86929e154c4b7b2160f453ed6e0', '188.42.181.141', '1584614136', '__ci_last_regenerate|i:1584614136;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d249a8ff37ef4affb4b084ed04d41f4f7dbe2d16', '45.189.116.18', '1592252040', '__ci_last_regenerate|i:1592251339;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592187164\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d24d032296d1d2c555d9d15cc8ee208f6c6b658e', '66.186.19.5', '1576497901', '__ci_last_regenerate|i:1576497901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d254dec231b5006e400ae62c4a1af6340576942f', '66.186.19.5', '1576422722', '__ci_last_regenerate|i:1576422722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d258403d7719c8216db51c38d6c048d0a8cba531', '66.186.19.5', '1576381682', '__ci_last_regenerate|i:1576381682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d25dbe413bb6dc964d507a9411a6c574b3412dbd', '66.186.19.5', '1576472641', '__ci_last_regenerate|i:1576472641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d260fcfa19a1330331c0bd8f418c18c872ec37d6', '66.186.19.5', '1576278122', '__ci_last_regenerate|i:1576278122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d264a32bc31986aea6e078739a1945b4d4d5edf4', '66.186.19.5', '1576536002', '__ci_last_regenerate|i:1576536002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d26c804f573ada90d5a89c2c96d17f40f2f5d4f7', '66.186.19.5', '1576643042', '__ci_last_regenerate|i:1576643042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2718b7ee289d811c59eae7dfb7a1df4360a8a34', '66.186.19.5', '1576316102', '__ci_last_regenerate|i:1576316102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d27225f1191423a5a088367880e7a834722593cc', '66.186.19.5', '1576279921', '__ci_last_regenerate|i:1576279921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2738b6ea3fa0ee1014c3fa381aca2660f5dbe5c', '66.186.19.5', '1576518722', '__ci_last_regenerate|i:1576518722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2792a17f2355b9fd4637d95b1b37d1da259fb12', '66.186.19.5', '1576465801', '__ci_last_regenerate|i:1576465801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d279839707bef1ef68825aa2f1fb926d77fc9f17', '66.186.19.5', '1576569601', '__ci_last_regenerate|i:1576569601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d27b5490534b3889bdd55c3a7ad23780bc611202', '66.186.19.5', '1576660742', '__ci_last_regenerate|i:1576660742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d28d5d67ab8e9d87a66c88cd846b71911fd3b0b8', '66.186.19.5', '1576467062', '__ci_last_regenerate|i:1576467062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d28ffcc6b04463ae34b9647a7f14a157b0609b83', '66.186.19.5', '1576418461', '__ci_last_regenerate|i:1576418461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d298486f4184d3aebb1f7d7ed2bd3be898b4b517', '66.186.19.5', '1576526761', '__ci_last_regenerate|i:1576526761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2a02fff80e705dd1337ba6338ef45e78951d0b8', '66.186.19.5', '1576478702', '__ci_last_regenerate|i:1576478702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2a227ec88d46ed1f3634bdcead74a6da4e3f69c', '66.186.19.5', '1576570202', '__ci_last_regenerate|i:1576570202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2a38a33921532cad0010d1b04d9e72997a30fb1', '66.186.19.5', '1576459202', '__ci_last_regenerate|i:1576459202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2ab80c569c01875c87ab86514f8ddc281e11717', '93.158.161.33', '1583930686', '__ci_last_regenerate|i:1583930686;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2b1168ca25bd221f0ad19eef6cc54b99ce8a48d', '45.189.116.18', '1592329213', '__ci_last_regenerate|i:1592329211;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2b20b8d6b212dab9671e706da57f5be78bf77bf', '173.252.107.17', '1585757284', '__ci_last_regenerate|i:1585757284;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2b3f71b112df8d45bc4497520d331c29a017ae8', '66.186.19.5', '1576554481', '__ci_last_regenerate|i:1576554481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2b43c82f2d20e65a55e336b2dd719d9120b9891', '173.252.111.14', '1583336033', '__ci_last_regenerate|i:1583336033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2c1caa4773d39a6ba2385977a1a6d7f3c9b8e2a', '66.186.19.5', '1576477441', '__ci_last_regenerate|i:1576477441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2c41015318c566a09f15aa485384bb80c6ac837', '158.101.18.36', '1587963996', '__ci_last_regenerate|i:1587963996;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2d840dcdb19fb58fa5616936aac2522b2c1744b', '66.186.19.5', '1576317062', '__ci_last_regenerate|i:1576317062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2e3b30857d28ea814afd141f8f9834832fbbea7', '66.186.19.5', '1576520281', '__ci_last_regenerate|i:1576520281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2eb92bf3e87c96e7598fd9cfb2dc5e21e22b911', '66.186.19.5', '1576328941', '__ci_last_regenerate|i:1576328941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2f88064563f0d4fdf0ce4c2ae7c36f63005d60b', '66.186.19.5', '1576303382', '__ci_last_regenerate|i:1576303382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2fcd47b1a7de392f151306421875b5eff469caf', '66.186.19.5', '1576483501', '__ci_last_regenerate|i:1576483501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2fdd0935fb93f3cee98e3f6446afe9aad636b38', '66.186.19.5', '1576315861', '__ci_last_regenerate|i:1576315861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2fde935ccea2659d8bc9900eed1612322827d17', '66.186.19.5', '1576375621', '__ci_last_regenerate|i:1576375621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d302b3cadc4e3fa5f7c39ccf6227e79a6b633beb', '66.186.19.5', '1576542842', '__ci_last_regenerate|i:1576542841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d307b977a226c5489a03d2acadc8187b6499a16d', '66.186.19.5', '1576593301', '__ci_last_regenerate|i:1576593301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d30bbb6ebb5c7f556cee47eecc7d17a24da53b71', '66.186.19.5', '1576463882', '__ci_last_regenerate|i:1576463882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d315b32d10972ed3d639f01a62f562c7ecb430da', '66.186.19.5', '1576522682', '__ci_last_regenerate|i:1576522682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d324fac9e6dfa62a4edc5c26da6f4bf10da7d84d', '66.186.19.5', '1576484341', '__ci_last_regenerate|i:1576484341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32b6dcafd519ad439f97d92aad70860e804251c', '66.186.19.5', '1576533001', '__ci_last_regenerate|i:1576533001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32e6f0d34e8d5f1e668d09e50c3aefd4bdb1c14', '173.252.83.7', '1588695059', '__ci_last_regenerate|i:1588695059;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32f16d278c17a6763806b9fc382e720ac3b21c8', '66.186.19.5', '1576539422', '__ci_last_regenerate|i:1576539422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32fe6309fbb2e18e4f2d246e3e0635aec06b367', '66.186.19.5', '1576673882', '__ci_last_regenerate|i:1576673882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d33632551e1aca431095c48f278470249a9e57b0', '66.186.19.5', '1576311901', '__ci_last_regenerate|i:1576311901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d33ea23640a8f675f8a0b4e7eb89f60e7192c247', '190.232.33.208', '1576603983', '__ci_last_regenerate|i:1576603940;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576603665\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3410deac9f3917d7a4eeebe35238215272857e2', '66.186.19.5', '1576307342', '__ci_last_regenerate|i:1576307342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d341ef44d96702538d35b335c3329b19ba40d2db', '66.186.19.5', '1576327561', '__ci_last_regenerate|i:1576327561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d344c0c50fce734294c744f03f526da54b8a9a06', '66.186.19.5', '1576661641', '__ci_last_regenerate|i:1576661641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d34aa20610c2809a3ea3cbf587cf0fb4c266465d', '66.186.19.5', '1576660981', '__ci_last_regenerate|i:1576660981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d34b524e6f81e365e585844d9202a26f60de7eb9', '190.116.37.98', '1580489399', '__ci_last_regenerate|i:1580488834;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580479623\";last_ip|s:13:\"190.116.37.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d34c6efb0dabf5f5f24e7db68bf968119d7db3c2', '66.186.19.5', '1576377662', '__ci_last_regenerate|i:1576377662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d367d2b614056d20a0fe0fd93ade69ad9fd3e11d', '66.186.19.5', '1576535821', '__ci_last_regenerate|i:1576535821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d36b629133eb1e2fea8a2719ce2297033300aad1', '66.186.19.5', '1576353661', '__ci_last_regenerate|i:1576353661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d37273dcbc799deda0a74d14087c442fa817ee20', '66.186.19.5', '1576541041', '__ci_last_regenerate|i:1576541041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3799a18d387938e0108e39a512e9aef350fa50d', '66.186.19.5', '1576419361', '__ci_last_regenerate|i:1576419361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d38eaa79b019e1b6c01f2ed10628b5b2c5155720', '66.186.19.5', '1576479782', '__ci_last_regenerate|i:1576479782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3a36dcb2ab64e562c3b8df6c91029d8a460d6a2', '66.186.19.5', '1576678981', '__ci_last_regenerate|i:1576678981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ad66e18e1a12984bbb78b9e2d4424505d41ce3', '66.186.19.5', '1576365121', '__ci_last_regenerate|i:1576365121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ad79098209218d3021249c804d5dca599ec8cf', '66.186.19.5', '1576536422', '__ci_last_regenerate|i:1576536422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3b485e82f72904be27c3218df8de079b0b8b529', '66.186.19.5', '1576526701', '__ci_last_regenerate|i:1576526701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3d9514b7a8950473361cf02454ccb6a8f912eaa', '66.186.19.5', '1576635482', '__ci_last_regenerate|i:1576635482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3df9685b4136acae6ef1581559f2dfdfaef38a2', '66.186.19.5', '1576444802', '__ci_last_regenerate|i:1576444802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3e9fb7976e6745dff180edb527edb5ec93d7cc2', '66.186.19.5', '1576384021', '__ci_last_regenerate|i:1576384021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ea7eaded5efb2d3766f569e595cc554a77f70d', '45.189.116.14', '1589994326', '__ci_last_regenerate|i:1589994319;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ee153337fb008e7fc2dfc0ac00e802193cb76a', '66.186.19.5', '1576491602', '__ci_last_regenerate|i:1576491602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f415e53e064a284661630b3c2a3107f9fd40a3', '66.186.19.5', '1576585621', '__ci_last_regenerate|i:1576585621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f72780252623e5cf357af1c1a9eba5946b4bdf', '66.186.19.5', '1576386002', '__ci_last_regenerate|i:1576386002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4206493747a3c8cd948dee8c210ffa7773f58a4', '66.186.19.5', '1576426561', '__ci_last_regenerate|i:1576426561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d420b2abe240274a486353b41d2678a96e60cd71', '66.186.19.5', '1576428721', '__ci_last_regenerate|i:1576428721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4231c333648b95228ee2b791308640119228867', '66.186.19.5', '1576438802', '__ci_last_regenerate|i:1576438802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d42c8478beeddac614821a8ac7edcd0608dea502', '66.186.19.5', '1576514822', '__ci_last_regenerate|i:1576514822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4344ceb2fc098c142a64b3662fc9725540d4387', '66.186.19.5', '1576323121', '__ci_last_regenerate|i:1576323121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d436eac6cf74891398639efdd8f0fc7b48d09029', '66.186.19.5', '1576406222', '__ci_last_regenerate|i:1576406222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d439df78fa343b049082322321c2ddac5a6cadd4', '66.186.19.5', '1576348801', '__ci_last_regenerate|i:1576348801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43a65b23e700136c8264bd4efeff29a51d3d520', '66.186.19.5', '1576290301', '__ci_last_regenerate|i:1576290301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43f5556b0e8000147dc6154acb3d7a223ec3289', '66.186.19.5', '1576358341', '__ci_last_regenerate|i:1576358341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d44463aa9d8db30b5c2c443018cb448a296fc016', '66.186.19.5', '1576422362', '__ci_last_regenerate|i:1576422362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d446efbd226128dfe9943ebeafe42a2c7e5447e0', '66.186.19.5', '1576335002', '__ci_last_regenerate|i:1576335001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d452d337db6c0b130a00d3d930e908f4efaf223d', '66.186.19.5', '1576375981', '__ci_last_regenerate|i:1576375981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4530865f106d73564c954c3449326c7c5d1a79f', '66.186.19.5', '1576353902', '__ci_last_regenerate|i:1576353902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d45b37113ee4c874f1c8a030e18ce9660ee122cd', '66.186.19.5', '1576340281', '__ci_last_regenerate|i:1576340281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d45b5a358eaf912b5dabd7633d1884033b5f807a', '66.186.19.5', '1576516561', '__ci_last_regenerate|i:1576516561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4603008a5ded3d9c4ae4dc393978170072cd665', '201.230.158.73', '1579294330', '__ci_last_regenerate|i:1579294223;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579280139\";last_ip|s:13:\"186.1.145.139\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d46092946287893e8c28fdf6a339deff308b6db7', '66.186.19.5', '1576531322', '__ci_last_regenerate|i:1576531322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d460a1248bad769f6ce51485428d6157f660ec85', '66.186.19.5', '1576299361', '__ci_last_regenerate|i:1576299361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d464217a730052e73bb9380a86a6dc1c7d755b9c', '66.186.19.5', '1576296901', '__ci_last_regenerate|i:1576296901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d46d56a68365e414b78ac56008b9a5d02765c9dc', '66.186.19.5', '1576492622', '__ci_last_regenerate|i:1576492622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d46f255511d9f16465e8a050568b3a8d717bcc3a', '66.186.19.5', '1576595881', '__ci_last_regenerate|i:1576595881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4763aff8d1a92a5ae53c4c2693ea836ddd41c73', '66.186.19.5', '1576513922', '__ci_last_regenerate|i:1576513922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d47b6ace9fb0be9d7761bb4ad11a9c47eaeaa9ea', '66.186.19.5', '1576643462', '__ci_last_regenerate|i:1576643462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d47cd7d8dff2d11bab5e836053c7892ad9fb2f35', '66.186.19.5', '1576285982', '__ci_last_regenerate|i:1576285982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d480ae4ef70b97542458a8043cbb58bbc0f62e5f', '66.186.19.5', '1576336802', '__ci_last_regenerate|i:1576336802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4895e74b273c7f5bf53cc0edf76f85f99b9f57f', '66.186.19.5', '1576422842', '__ci_last_regenerate|i:1576422842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d490c618eaa468b1c82988bf984f4b15c5f38c00', '66.186.19.5', '1576432202', '__ci_last_regenerate|i:1576432202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d490e1518c6aff61242adeebc7b18ee7a8a06d9e', '45.189.116.14', '1590627095', '__ci_last_regenerate|i:1590627095;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590605133\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d496c59129fb675674ab9422ad5f90a8fae09f70', '66.186.19.5', '1576297442', '__ci_last_regenerate|i:1576297442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4a8570b00f658b1d51170288cfb816bac9556c6', '190.236.102.225', '1582750768', '__ci_last_regenerate|i:1582750766;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582738776\";last_ip|s:13:\"132.191.3.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4a9d8622181589c3ba259486d52cfe5c042785b', '66.186.19.5', '1576630142', '__ci_last_regenerate|i:1576630142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4b786d170eb0fd33abcdd4456280cce38306722', '66.186.19.5', '1576639021', '__ci_last_regenerate|i:1576639021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4cf1398715cae88ad0b3201f63d207ee1de4c95', '66.186.19.5', '1576449601', '__ci_last_regenerate|i:1576449601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4d36978151531c8c267983028a4a9c8c3ac1f51', '66.186.19.5', '1576654922', '__ci_last_regenerate|i:1576654922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4d667f0854ed4f0e4af7da20613d64957c7d7a6', '66.186.19.5', '1576635781', '__ci_last_regenerate|i:1576635781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4d69166e23c71850f27dda90ff81e68a20fa65f', '173.252.79.12', '1583182413', '__ci_last_regenerate|i:1583182413;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4e1292056465cba275256a131188949baeed0c6', '66.186.19.5', '1576407122', '__ci_last_regenerate|i:1576407122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4e1df4ad4e78d183822baa5d8ff850b50d38180', '66.186.19.5', '1576558981', '__ci_last_regenerate|i:1576558981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4e5324bf8594db26cb24c360f28b68ed880dede', '66.186.19.5', '1576350421', '__ci_last_regenerate|i:1576350421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4f202dc652feda32624763bc02e62c4f0c2198f', '66.186.19.5', '1576566002', '__ci_last_regenerate|i:1576566002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4fcf8516dc1558232ed841683f118e26f3bfaf6', '66.186.19.5', '1576335181', '__ci_last_regenerate|i:1576335181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d536776d7c616dd9e99c4c47af02ec77c9060bd3', '66.186.19.5', '1576344601', '__ci_last_regenerate|i:1576344601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5375a06f87b728cc9ba39ed70969c47cb51afd3', '66.186.19.5', '1576551241', '__ci_last_regenerate|i:1576551241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d539c6401a9c766a5164a7c0b5b37dcee5d83726', '66.186.19.5', '1576390622', '__ci_last_regenerate|i:1576390622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d544a57f12fe75df8f6674791a78fa35c7175f8d', '66.186.19.5', '1576333202', '__ci_last_regenerate|i:1576333202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d54dd7a4d49af55bb2c3226226bc2b220f954570', '66.186.19.5', '1576429022', '__ci_last_regenerate|i:1576429022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d556649b1475c52b2199918bc71e6f610e7c4187', '66.186.19.5', '1576652222', '__ci_last_regenerate|i:1576652222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d55f96e53788470a9baf424ff1025b6ceb7bbe2d', '66.186.19.5', '1576456081', '__ci_last_regenerate|i:1576456081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d56e93f764e548317d87fb44b0dd83bf55924c45', '66.186.19.5', '1576438622', '__ci_last_regenerate|i:1576438622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d56f407f7931e83c3a9a0996b9d30a2a20c847c8', '66.186.19.5', '1576560181', '__ci_last_regenerate|i:1576560181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d57c8ab74f7f3ba51a96406d1aedcb742b2bbc9f', '66.186.19.5', '1576386902', '__ci_last_regenerate|i:1576386902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d57f6918b7c98392d41c5594c8b12baeb1f8dfae', '66.186.19.5', '1576593542', '__ci_last_regenerate|i:1576593542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58650ce16b3bcb84b5c94ee62378ff1fb981d47', '66.186.19.5', '1576528981', '__ci_last_regenerate|i:1576528981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d589e57739c22cb90fe6812b0f039183042b6cee', '66.186.19.5', '1576411801', '__ci_last_regenerate|i:1576411801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58bde2179969fa5f34b4a673bfbe2a8b097fcf3', '66.186.19.5', '1576545961', '__ci_last_regenerate|i:1576545961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58e602e54cfe6d7ccd7a8cb246a5667a3ef3bc6', '66.186.19.5', '1576684382', '__ci_last_regenerate|i:1576684382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d596c26cdc97a427d2717aaa2194f7146d719a08', '190.232.33.208', '1576187433', '__ci_last_regenerate|i:1576187433;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5af5daefe9993d1f1d32f93edc91aa1bc36bfbb', '66.186.19.5', '1576380482', '__ci_last_regenerate|i:1576380482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5b17d2e3d7e5365767b96a282332f8ddf9a66be', '66.186.19.5', '1576455482', '__ci_last_regenerate|i:1576455482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5b84afecadfefb5c44e815198b123a1aa07bfab', '66.186.19.5', '1576323302', '__ci_last_regenerate|i:1576323302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5bc2a357437f7ff023e1dafce051f88521c2c6a', '66.186.19.5', '1576488601', '__ci_last_regenerate|i:1576488601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5e8b0e6988f6e9fe922ca9d600509f3de2c6138', '66.186.19.5', '1576277403', '__ci_last_regenerate|i:1576277403;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5fd9ecf6c43a5d4b36a415894573981751d6b18', '66.186.19.5', '1576378382', '__ci_last_regenerate|i:1576378382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5fe59c69881a801d6e3d42f773a07bdd28dd95c', '66.186.19.5', '1576401961', '__ci_last_regenerate|i:1576401961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5ff31eef084b44c1a5c228cbbce86dc7b55a87f', '66.186.19.5', '1576495921', '__ci_last_regenerate|i:1576495921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d60a51f7d5127ea7ed5383b8cb0718d488eedc19', '66.186.19.5', '1576428001', '__ci_last_regenerate|i:1576428001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d60b075a780b475195f8370a2e95ba18333c67ef', '66.186.19.5', '1576419002', '__ci_last_regenerate|i:1576419002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d61af6f4d781382dd7de86fac0f9f7cd2b764a0b', '66.186.19.5', '1576319401', '__ci_last_regenerate|i:1576319401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d621a902c9bece95482d9dfa0ded16e1029f9d98', '66.186.19.5', '1576310102', '__ci_last_regenerate|i:1576310102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d649bdd5a013ca57ceaa3ebb564947f0ea524721', '66.186.19.5', '1576627681', '__ci_last_regenerate|i:1576627681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d65b875205755fb1d784e9bac7ee7e3f566d6fd9', '66.186.19.5', '1576637461', '__ci_last_regenerate|i:1576637461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d66000d5d3cd2247bca9175d1d8fe9eaa7430c6a', '66.186.19.5', '1576637162', '__ci_last_regenerate|i:1576637162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6668e3745d64145d5b655e0828d4591362ae45d', '66.186.19.5', '1576534741', '__ci_last_regenerate|i:1576534741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6669a69a9d05c1a6d90dc305cf853bdf9f8ca14', '66.186.19.5', '1576486802', '__ci_last_regenerate|i:1576486802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d673e9a22d39907e1570eec104b798b731275e09', '66.186.19.5', '1576454041', '__ci_last_regenerate|i:1576454041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d675a053b85980f28ebf4643696c7a6b5d6fd279', '66.186.19.5', '1576312801', '__ci_last_regenerate|i:1576312801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d676519cd7a638713e7a62772a1eb2bbaedb3f42', '66.186.19.5', '1576410362', '__ci_last_regenerate|i:1576410362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d679eb106c9ce3f098b1937f0670dba2a52a3789', '66.186.19.5', '1576455121', '__ci_last_regenerate|i:1576455121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d67a9c5570af9ee48cf3dc2ada66788af5d6dc07', '66.186.19.5', '1576544881', '__ci_last_regenerate|i:1576544881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6874e1f1721e188f43b9877d2f777d8375a2905', '66.186.19.5', '1576640341', '__ci_last_regenerate|i:1576640341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d68c129f6a573aa8ff51fa8cd81bbe959c717e2b', '66.186.19.5', '1576576561', '__ci_last_regenerate|i:1576576561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d68f82770dad9b28d211f2e82a88f847127b477d', '66.186.19.5', '1576300021', '__ci_last_regenerate|i:1576300021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d696768588d93b6c4ad3124e918d11327fe10bb9', '66.186.19.5', '1576283402', '__ci_last_regenerate|i:1576283402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6a9349060764ce0c713a6b80e130699cc0be4eb', '66.186.19.5', '1576526462', '__ci_last_regenerate|i:1576526462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6abc967a6e484accb7fde00bef7c0f0670c7d8c', '66.186.19.5', '1576364821', '__ci_last_regenerate|i:1576364821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b5d6fc82433f5f0492ffc748cb10c8c23c3b5a', '45.189.116.14', '1589906869', '__ci_last_regenerate|i:1589906836;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589817111\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b701ac525b525de6a953e04bf8cb6f', '190.232.33.208', '1576185242', '__ci_last_regenerate|i:1576185242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b858c1d3db67f9255b860b29dc030d2b1716f3', '66.186.19.5', '1576495862', '__ci_last_regenerate|i:1576495862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b908d5001192554708e9fe333d769888bbdc2c', '66.186.19.5', '1576327262', '__ci_last_regenerate|i:1576327262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6bd292ef4cb2ca493bee1a6c2d30fc952c91597', '66.186.19.5', '1576459262', '__ci_last_regenerate|i:1576459262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6c426ec4f1799beb1ed4fecd6887c779eb29e09', '66.186.19.5', '1576650421', '__ci_last_regenerate|i:1576650421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6c7fcffc5c703cdf2f2ede071f1d258a9828864', '66.186.19.5', '1576643581', '__ci_last_regenerate|i:1576643581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6cb137197a97fa6f872f485bd8aa13e447acbdc', '66.186.19.5', '1576660862', '__ci_last_regenerate|i:1576660862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6d2e4331ed48601eb2b0c0a6ff9a6173be36d36', '66.186.19.5', '1576673762', '__ci_last_regenerate|i:1576673762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6d3086f905a8bcf64de578ac54878a7f5d1a089', '66.186.19.5', '1576475941', '__ci_last_regenerate|i:1576475941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6d51b80ab76365ac84fcad3a569878be21c00ae', '173.252.83.20', '1587513968', '__ci_last_regenerate|i:1587513968;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6d5529759d203ac5fb04da00dd424c6d3507857', '190.232.33.208', '1576519675', '__ci_last_regenerate|i:1576519405;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576518712\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}error|s:83:\"La caja no está abierta, por favor introduzca el valor de la caja para la apertura\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d70a3be3c0e9103d6f34a7f4f349c0f9024a50b1', '66.186.19.5', '1576306022', '__ci_last_regenerate|i:1576306022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7131f0d182472292e33828f58d9f941d3a05d3c', '66.186.19.5', '1576294681', '__ci_last_regenerate|i:1576294681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d716084a82981b988a899196e1a8437b685a04aa', '66.186.19.5', '1576350604', '__ci_last_regenerate|i:1576350604;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7188c2cf6146eb805d6d08f29b59e2bf725932b', '66.186.19.5', '1576440541', '__ci_last_regenerate|i:1576440541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d718d27c2726a7a71f86b04018f8f9e1b20da0ef', '190.236.102.225', '1581693177', '__ci_last_regenerate|i:1581693082;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581692876\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d71f18c6987acfafc80a4d71a41ee38cc3f5d4a3', '66.186.19.5', '1576687021', '__ci_last_regenerate|i:1576687021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d71f61f16019481f347e5b902f517f868ed7fb9d', '66.186.19.5', '1576653241', '__ci_last_regenerate|i:1576653241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d72f93cbcef64cd5df79cf355a30969528a9dead', '66.186.19.5', '1576401901', '__ci_last_regenerate|i:1576401901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7458138044de4be23980e1e04edb8968e00d50f', '66.186.19.5', '1576625881', '__ci_last_regenerate|i:1576625881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d74bed1905923be746a65f740aa6ae85f7182ac6', '66.186.19.5', '1576489022', '__ci_last_regenerate|i:1576489022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d755b0e8b1c073ad6464f5b2123fb91903230f58', '66.186.19.5', '1576343041', '__ci_last_regenerate|i:1576343041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d766e746ca57c8f64b89eab17c11152cb0ee053a', '66.186.19.5', '1576410001', '__ci_last_regenerate|i:1576410001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7725c1997fc6b30f410b8e11dd849058710d619', '66.186.19.5', '1576538041', '__ci_last_regenerate|i:1576538041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d773cca3ef3b4a08bd9c9941276d0205d8c90ce3', '66.186.19.5', '1576464902', '__ci_last_regenerate|i:1576464902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d77998bc1cc4dd6572be41ea26ecbdecc936a9c5', '66.186.19.5', '1576598641', '__ci_last_regenerate|i:1576598641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d779b3347563b8a27384c11b50d93477c9176777', '66.186.19.5', '1576568401', '__ci_last_regenerate|i:1576568401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d787d60486534fcb81e1ce19b10885bf1bacfd81', '66.186.19.5', '1576319162', '__ci_last_regenerate|i:1576319162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d799ea5a571bebb9c04c034c7b6a9e1be6484191', '66.186.19.5', '1576651981', '__ci_last_regenerate|i:1576651981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7a721e4077de9959cf2951d2d9678d29fa9e085', '66.186.19.5', '1576332181', '__ci_last_regenerate|i:1576332181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7ab5cf5b7a71e19332be068f87fd0fdb1765ed0', '66.186.19.5', '1576585982', '__ci_last_regenerate|i:1576585981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7b1544dd4681019a87cd44488e831bb789a43c9', '66.186.19.5', '1576374001', '__ci_last_regenerate|i:1576374001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7b6d6e0ae2ccf1ada6fbf36907a9edac5e1cb02', '66.186.19.5', '1576671541', '__ci_last_regenerate|i:1576671541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7b8bc6283c619a1365200eeaff88d18582e0b0c', '66.186.19.5', '1576499161', '__ci_last_regenerate|i:1576499161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7bd4baa8b9f48ea34dd848fb6bb46a345886758', '45.189.116.18', '1590875072', '__ci_last_regenerate|i:1590874922;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590859568\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";csrfkey|s:8:\"ykNtCVeM\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"VT82flHs9Gou3NMxItaF\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7c0e1f48c328dcebd080ccc8c787b222b6ff621', '66.186.19.5', '1576400221', '__ci_last_regenerate|i:1576400221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7c9f5b645e8eb0bbb4bef70259f00518a6fadd8', '66.186.19.5', '1576515062', '__ci_last_regenerate|i:1576515062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7cde2929d2a041077b8388effe240e9e5936212', '66.186.19.5', '1576688222', '__ci_last_regenerate|i:1576688222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7d2de0a576b437487bbdb2cf06909282f6637c0', '190.117.143.12', '1583868889', '__ci_last_regenerate|i:1583868889;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7e6f46543ae964d7dfa0347106576e6fd1bc87e', '66.186.19.5', '1576476121', '__ci_last_regenerate|i:1576476121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7f046837aa2761beb63e99b950980731b543bd8', '66.186.19.5', '1576296181', '__ci_last_regenerate|i:1576296181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7f93249b0344e19039bdcbc2a3a411b33756497', '190.236.102.225', '1583184306', '__ci_last_regenerate|i:1583184214;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582841847\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d801fde5edb8e0b73df40cf011e742cf6e810542', '66.186.19.5', '1576599482', '__ci_last_regenerate|i:1576599482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d806b0256f5a6198164be56250547a14f41fc4fd', '66.186.19.5', '1576377961', '__ci_last_regenerate|i:1576377961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d813253db34a0cc0e2b20a59bb1ce64097a0f932', '66.186.19.5', '1576576201', '__ci_last_regenerate|i:1576576201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d81c40a99d4a6c32f76ba6a2bca0c8a15fea808e', '66.186.19.5', '1576474201', '__ci_last_regenerate|i:1576474201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d83c19cb2814deb31d0f7fb1e42d4bd7f0b8650c', '66.186.19.5', '1576297981', '__ci_last_regenerate|i:1576297981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d83d948be688a3b5ab2291426cb16e4aae3ed650', '66.186.19.5', '1576304462', '__ci_last_regenerate|i:1576304462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d840fe79cb5e23f917190dafb008196f1c5af9ef', '66.186.19.5', '1576508942', '__ci_last_regenerate|i:1576508942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d84c433bec8e73474d8e0a92f4ed8ed4403cb27c', '66.186.19.5', '1576348502', '__ci_last_regenerate|i:1576348502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d84e26f16497518c2c17e96d64d053947c93d287', '66.186.19.5', '1576354621', '__ci_last_regenerate|i:1576354621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8576be1f91409e8d1fb358c35069ac2376f3f62', '45.189.116.18', '1592333839', '__ci_last_regenerate|i:1592333839;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592275180\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d85c04d80b22a6bd82be56f5f4e8dc74deed34c0', '66.249.75.37', '1593204602', '__ci_last_regenerate|i:1593204602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d85d32b86e2a8b9a1ac9797298653f91d7aef41c', '66.186.19.5', '1576548122', '__ci_last_regenerate|i:1576548122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d868b26099ed960c7f8d7cb17b3219f288394135', '66.186.19.5', '1576606262', '__ci_last_regenerate|i:1576606261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d874772b197d16d1e9b419351f7718babcc9168e', '66.186.19.5', '1576679582', '__ci_last_regenerate|i:1576679582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d87f09e4f15205ad498c67ba96d8f5c97212dba3', '66.186.19.5', '1576347842', '__ci_last_regenerate|i:1576347842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d89f0aa43fca88b0304d11063ac2b41fc45652dd', '66.186.19.5', '1576636141', '__ci_last_regenerate|i:1576636141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d89f93ff76aa7dca324aa0029e0c996e2fac9081', '66.186.19.5', '1576662661', '__ci_last_regenerate|i:1576662661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a1cefd7c17897aba4b93356c85548e258dc2a9', '66.186.19.5', '1576685162', '__ci_last_regenerate|i:1576685162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a3c8057dc4c6cd012c7256a9c7eda899fa8eab', '66.186.19.5', '1576471442', '__ci_last_regenerate|i:1576471442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a4c1c087407498fd14c5dccb9323c6cc8f38f8', '66.186.19.5', '1576294561', '__ci_last_regenerate|i:1576294561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8b61f3c7489a42448ce51c9f239a85fdd33b758', '66.186.19.5', '1576573567', '__ci_last_regenerate|i:1576573567;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8c09d2d2bd7f8b8609ccdc5b8f12b56da249cbf', '66.186.19.5', '1576566962', '__ci_last_regenerate|i:1576566962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8d53c420053dc55214142f4bced5caf42662fdb', '66.186.19.5', '1576571402', '__ci_last_regenerate|i:1576571402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8dc84bfe8382c56abd02d98bb9ed42a505e279a', '66.186.19.5', '1576402021', '__ci_last_regenerate|i:1576402021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e784bc711e07a6caf6000ce333963ce0e886ba', '66.186.19.5', '1576402262', '__ci_last_regenerate|i:1576402262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8f0975a7fbe725be42d5435b033e19c43087708', '66.186.19.5', '1576358042', '__ci_last_regenerate|i:1576358042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8f09a52a080c804f5a9c634872c6fd0a0e56b2a', '66.186.19.5', '1576413842', '__ci_last_regenerate|i:1576413842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90aa1190434e2b13a6fac60695254a995981c56', '66.186.19.5', '1576534862', '__ci_last_regenerate|i:1576534862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d914bdc00096cc28f4f4a508609c3a33165f086e', '66.186.19.5', '1576278601', '__ci_last_regenerate|i:1576278601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d919b7dcad4b66f7cc6ec37f823e982c66b7f046', '66.186.19.5', '1576626541', '__ci_last_regenerate|i:1576626541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d924b4e3f5d0c972f761084d11b2ecfa728008ca', '66.186.19.5', '1576689002', '__ci_last_regenerate|i:1576689002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d92727e1442d01b84b4ea12de7ec53302dd9c4f7', '66.186.19.5', '1576337221', '__ci_last_regenerate|i:1576337221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d92c1550c73b87a4d6b88f4d711e72b7ac82572b', '66.186.19.5', '1576477682', '__ci_last_regenerate|i:1576477682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d92e3a6fddc9357bf3071e054171f33cd8d2c14d', '66.186.19.5', '1576493942', '__ci_last_regenerate|i:1576493942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9301f689c4a9284c2177751529ffc7d2b9ee114', '66.186.19.5', '1576471321', '__ci_last_regenerate|i:1576471321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d93871eab2f51bf7a5a5a1c5301d545fcaf0d6e1', '66.186.19.5', '1576512601', '__ci_last_regenerate|i:1576512601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d93ecce9b33068912b368169d0d2e53b5f87c39f', '66.186.19.5', '1576682281', '__ci_last_regenerate|i:1576682281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9516899aa23f8f4149b55927d846e0da2f1a289', '66.186.19.5', '1576390502', '__ci_last_regenerate|i:1576390502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d95bb5fb9cb2f6777c0fe8fe87115864f3423973', '66.186.19.5', '1576518661', '__ci_last_regenerate|i:1576518661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9602cf6653c5344ad90d0b341d3c1a50bb85208', '165.22.205.235', '1588872117', '__ci_last_regenerate|i:1588872117;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d961cf2dc52018b466a14fa5c3033a32500b3d98', '66.186.19.5', '1576662602', '__ci_last_regenerate|i:1576662602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d968ceca3748f417c931a5e35c265fa5ba7180a4', '66.186.19.5', '1576541821', '__ci_last_regenerate|i:1576541821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9758d2126befb5c1adcae67c7796b15da677b7e', '66.186.19.5', '1576470002', '__ci_last_regenerate|i:1576470002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d97c5ea1c57affb209f0b411758a968fc61bcf71', '66.186.19.5', '1576393741', '__ci_last_regenerate|i:1576393741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d986f961514030b64ac9e9699556f2a1c3c5c527', '66.186.19.5', '1576278421', '__ci_last_regenerate|i:1576278421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d99ae939588f752cc841cec1b116bc69cf187faa', '66.186.19.5', '1576492861', '__ci_last_regenerate|i:1576492861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9a821e76f5c694c95f33e887b529333353c2ed8', '66.186.19.5', '1576448221', '__ci_last_regenerate|i:1576448221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b366ab0a7dba5c4badd66de623d68ff0b81b6b', '66.186.19.5', '1576489681', '__ci_last_regenerate|i:1576489681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9c56eea59afb342a248a5cc3c946047e9787a63', '66.186.19.5', '1576663502', '__ci_last_regenerate|i:1576663502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9ca7cb96eb6dc53dd5a4ab21575d763a000f05b', '173.252.111.9', '1584010227', '__ci_last_regenerate|i:1584010227;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9d072a32d6fd10faba5a9fa8e9a66bfef8c2d2a', '66.186.19.5', '1576574402', '__ci_last_regenerate|i:1576574402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9d658d9be4db31bd9217bb2fe656c6364f6e1d1', '66.186.19.5', '1576677241', '__ci_last_regenerate|i:1576677241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9d6590b37c9f846dd3533ef74237fb6575db9fc', '66.186.19.5', '1576535161', '__ci_last_regenerate|i:1576535161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9dda550ff5fa7d5e3ad70dfd8317dfa41d417cb', '66.186.19.5', '1576307521', '__ci_last_regenerate|i:1576307521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f8980e423db5dae51614774f7d21fcbd72b3b7', '66.186.19.5', '1576450621', '__ci_last_regenerate|i:1576450621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da0132be5c7cad9d49b316aaf6b54eb0784baa82', '190.239.111.151', '1583948470', '__ci_last_regenerate|i:1583944488;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583933607\";last_ip|s:15:\"181.176.102.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da0235ee908100e3b4bd0e896b1ed6535ee8d3c1', '66.186.19.5', '1576573441', '__ci_last_regenerate|i:1576573441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da0e689c85d12b7af98d5f61d34b3eba920cc78b', '45.189.116.18', '1590711320', '__ci_last_regenerate|i:1590711135;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590700591\";last_ip|s:14:\"181.176.124.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da16662011006e0dd3ddfc329d61b6522efe29fd', '66.186.19.5', '1576634402', '__ci_last_regenerate|i:1576634401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da176234d4f55a9317e3499183eabc6771e55f8f', '173.252.107.13', '1592142790', '__ci_last_regenerate|i:1592142790;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da2a97a1f47dd24f64b6cb8943bf94cfa10f71a8', '45.189.116.18', '1591681242', '__ci_last_regenerate|i:1591681181;local|s:1:\"2\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591582499\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da30264a503fac4980b21daf8332d1ae6cb73fc6', '66.186.19.5', '1576424401', '__ci_last_regenerate|i:1576424401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da35b9a57590c30dc84cd6dd7261fd6be7d07ff9', '165.22.73.19', '1579068747', '__ci_last_regenerate|i:1579068747;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da4704247a7f7af9ffa6ef36db55150913e0a81f', '66.186.19.5', '1576484521', '__ci_last_regenerate|i:1576484521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da47cfc151be2b5f6118a3c179b18fb637885008', '66.186.19.5', '1576390081', '__ci_last_regenerate|i:1576390081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da576a53b89d28d567fea541be432b39c6f0dc70', '66.186.19.5', '1576485242', '__ci_last_regenerate|i:1576485242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da5a584a09def038dfab45588e66bbdc1f8d6564', '66.186.19.5', '1576540922', '__ci_last_regenerate|i:1576540922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da81550cb5eeb9184995823d970e68730ea4b73f', '66.186.19.5', '1576650961', '__ci_last_regenerate|i:1576650961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da86e7c6f3ec0347ff317c022b864f876e4ec1a3', '66.186.19.5', '1576427521', '__ci_last_regenerate|i:1576427521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da88fbb0079c7e0d319e907f733eada8330d12bd', '66.186.19.5', '1576384922', '__ci_last_regenerate|i:1576384922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daa69abd219453108bba5955737f45b72271311c', '66.186.19.5', '1576308241', '__ci_last_regenerate|i:1576308241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daaca9df14645a93cc5e4fbee9236e3a71ecff77', '66.186.19.5', '1576591201', '__ci_last_regenerate|i:1576591201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab49c438a4032a6c6aa083326df40039b78e2a3', '66.186.19.5', '1576514162', '__ci_last_regenerate|i:1576514162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab8fe07ac9379ab43a0df0e8f4d950ff8c45676', '66.186.19.5', '1576577701', '__ci_last_regenerate|i:1576577701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab97b9fd2476b42aaac8e994617d576c01c3b5f', '45.189.116.14', '1590253029', '__ci_last_regenerate|i:1590252773;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590177543\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dac2b26101763dcfb8ee8e0ecbf7ed187e4f2d32', '173.252.83.4', '1591309357', '__ci_last_regenerate|i:1591309357;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dad6a158dd57a9fb31661f7f02987a90baa7f864', '45.189.116.18', '1592276375', '__ci_last_regenerate|i:1592276370;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592262337\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dadd29cabf78a86cd3c9f029242749af1349fbb6', '190.234.106.215', '1583189614', '__ci_last_regenerate|i:1583189609;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583181692\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dae1016e0f108c34a41e322090da760849875fd0', '66.186.19.5', '1576418882', '__ci_last_regenerate|i:1576418882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daf1cb89f6ba74ca3f687983e5f7426ba77b03fe', '66.186.19.5', '1576314781', '__ci_last_regenerate|i:1576314781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db06d0835a91ccb6cee9a752a3fa579c2e544675', '66.186.19.5', '1576350182', '__ci_last_regenerate|i:1576350182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db0765fa52693523a5c3da89b63abc88484f3b2b', '66.186.19.5', '1576368902', '__ci_last_regenerate|i:1576368902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db10164cffe995959915ac07208bad1a1a17236d', '66.186.19.5', '1576331461', '__ci_last_regenerate|i:1576331461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db21ccd93a7c57626678a3eff98f081bb4ac2531', '66.186.19.5', '1576665901', '__ci_last_regenerate|i:1576665901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db262db9353e310ccbf9bc9f3e82a4cd2fc04911', '66.186.19.5', '1576433941', '__ci_last_regenerate|i:1576433941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db2be7e827911a28a163afad21d0b8396c46977b', '66.186.19.5', '1576657681', '__ci_last_regenerate|i:1576657681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db30ac6c04512329f58c757d266d1b02e55b8edc', '45.189.116.14', '1590511473', '__ci_last_regenerate|i:1590511471;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db33ffd6f87272898874073506d154461d722839', '66.186.19.5', '1576392602', '__ci_last_regenerate|i:1576392602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db44be88635c3cb998791f53b511557d78aa0117', '66.186.19.5', '1576579201', '__ci_last_regenerate|i:1576579201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db455c0ec2b0fcbb670cc15cf68251195b0863c3', '66.186.19.5', '1576499581', '__ci_last_regenerate|i:1576499581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db4c29f38036fd2c3772337f140e162f497e2dbd', '66.186.19.5', '1576405381', '__ci_last_regenerate|i:1576405381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db52fa2b77ebb1e42ccf66941e04ff3d9dd143d2', '66.186.19.5', '1576662421', '__ci_last_regenerate|i:1576662421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db5d1ee92b6eaf86b52aace4c2a62bb4af5fb176', '66.186.19.5', '1576409521', '__ci_last_regenerate|i:1576409521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db65d0f73100aef9c4d845c5f1637fdc3a7763d1', '66.186.19.5', '1576502942', '__ci_last_regenerate|i:1576502942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db695af281c2fe6efba972db1ea093fd76ec5e8a', '66.186.19.5', '1576330022', '__ci_last_regenerate|i:1576330022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db6e7811945831fed50c12f83eb15967f85e7b0c', '66.186.19.5', '1576497362', '__ci_last_regenerate|i:1576497362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db77f48fd981be4fa7f82626cf942efe8f3c32ec', '66.186.19.5', '1576346101', '__ci_last_regenerate|i:1576346101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db7a4473b796ef87bf236cf642a53525dc6ca70c', '66.186.19.5', '1576589882', '__ci_last_regenerate|i:1576589882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db7daa8658c55032846f67ab9dbfdb4d48ca71de', '66.186.19.5', '1576411382', '__ci_last_regenerate|i:1576411382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db86da6b335b9a4081ec42a535ddb1cb2f2ef1cc', '66.186.19.5', '1576504502', '__ci_last_regenerate|i:1576504501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db892454b780e5b22e1c6bb74962b9c071d0d6fe', '66.186.19.5', '1576311362', '__ci_last_regenerate|i:1576311362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db8d78481405ec78bf22209d420f4a1ab72b5689', '66.186.19.5', '1576430042', '__ci_last_regenerate|i:1576430042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db8e4051ac67efe6b5d20fed3fb055abf188819b', '66.186.19.5', '1576475822', '__ci_last_regenerate|i:1576475822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db9366a90520b8806cf7f95c8de6789c83cfa1ea', '66.186.19.5', '1576395962', '__ci_last_regenerate|i:1576395962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db97101cdb1b3105e7fc4af05d5b15484ec517ac', '66.186.19.5', '1576466042', '__ci_last_regenerate|i:1576466042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db9c49bed60977f9d0393738248f310d58eab4ad', '66.186.19.5', '1576664342', '__ci_last_regenerate|i:1576664342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dba1822c5925ba735dee73f5ab66b8161956c800', '66.186.19.5', '1576566421', '__ci_last_regenerate|i:1576566421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dba282349797519b4527a6319ac9e80eeb788fa0', '66.186.19.5', '1576485481', '__ci_last_regenerate|i:1576485481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dba5270fa4343f244a7e6dc99b506e67d2c7fa55', '66.186.19.5', '1576311001', '__ci_last_regenerate|i:1576311001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dba64a1ed818e4fbed2125e50122f5f8c8b10665', '40.84.236.133', '1589647169', '__ci_last_regenerate|i:1589647169;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbabcedebf8454ac25949e2a5a1db20a635a21bc', '66.186.19.5', '1576393922', '__ci_last_regenerate|i:1576393922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbb589505e1a2d5624357220c8b821bddc45fca0', '66.186.19.5', '1576311782', '__ci_last_regenerate|i:1576311782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbbb83a7ed14e325228eb8de8fc1d03aac57c110', '66.186.19.5', '1576320961', '__ci_last_regenerate|i:1576320961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbbc2bcbfaea06bfb7d88290e9f36b0d4962ae53', '66.186.19.5', '1576490221', '__ci_last_regenerate|i:1576490221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc2d12b4ada817dfe1f1112212443dea850f1b8', '66.186.19.5', '1576305061', '__ci_last_regenerate|i:1576305061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc589582df50a9607d203e83454311a184f917c', '66.186.19.5', '1576580822', '__ci_last_regenerate|i:1576580822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc5a6ed4d5a0d4d67fb77946e6521effdcfef7e', '173.252.83.5', '1587685040', '__ci_last_regenerate|i:1587685040;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbca1cdfa634b4688f8b2604de9448cf3616cdda', '66.186.19.5', '1576473001', '__ci_last_regenerate|i:1576473001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbcc19eda4133b2b3280a34cc300f978cc5542b0', '66.186.19.5', '1576382882', '__ci_last_regenerate|i:1576382882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbe55af8bbb88ed295d1d8787e2bd10a19809e3f', '66.186.19.5', '1576335241', '__ci_last_regenerate|i:1576335241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbef87d521a2d6234451801ba9b01ddc8883a484', '45.189.116.14', '1588349874', '__ci_last_regenerate|i:1588349865;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbf6cf8838837d213b3d8080a51ba8685e61f05a', '66.186.19.5', '1576601461', '__ci_last_regenerate|i:1576601461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbfcf350bbbaa2ac18ced120aa74a1a272dbdc45', '66.186.19.5', '1576480682', '__ci_last_regenerate|i:1576480682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbfd4be57d24e73d675ad49a36fa8cfedafd03ba', '66.186.19.5', '1576400041', '__ci_last_regenerate|i:1576400041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbfe6e82fdc8cf4cf6297ac708562d8dbf4712df', '66.186.19.5', '1576675981', '__ci_last_regenerate|i:1576675981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbfecadc4cf65de4477abb11f24dbe2f2902071d', '66.186.19.5', '1576413422', '__ci_last_regenerate|i:1576413422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc07d83f88e0ee1fb638abfcbc23035aa1ae5715', '66.102.8.147', '1579046183', '__ci_last_regenerate|i:1579046182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc0a658a90937aa6fc1758741a558df83684bb04', '173.252.95.53', '1578936306', '__ci_last_regenerate|i:1578936306;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc0bc95c0fb52c373f9fa463939f81f151d1052f', '66.186.19.5', '1576543022', '__ci_last_regenerate|i:1576543022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc10d2b0f7afe67327fa23822013ee05676b74c8', '66.186.19.5', '1576675561', '__ci_last_regenerate|i:1576675561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc1f22cd8b66a12d48048cefc1b3583c6ca7dd6a', '66.186.19.5', '1576478941', '__ci_last_regenerate|i:1576478941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc222ad85ead8395c589bcf4c21cf8cbc8531d2d', '66.186.19.5', '1576525981', '__ci_last_regenerate|i:1576525981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc27cd160426573c1fe47a5006a4be9b2712a4a8', '66.186.19.5', '1576448162', '__ci_last_regenerate|i:1576448162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc2add62652b456723516026974f304cb2dfd481', '66.186.19.5', '1576509001', '__ci_last_regenerate|i:1576509001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc315ba092516c0df7229a94a4262800e3db16c0', '66.186.19.5', '1576321621', '__ci_last_regenerate|i:1576321621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc367eae16ef97c4d0bfa219535082a791397cc6', '66.186.19.5', '1576296421', '__ci_last_regenerate|i:1576296421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc3bd536b1ad0ac5fc60339cc665a6eeb7da7cc6', '190.238.52.115', '1583639021', '__ci_last_regenerate|i:1583638797;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583633310\";last_ip|s:15:\"190.233.137.125\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc4e846e7e9d743fa511178bea44794690f9956d', '66.186.19.5', '1576475461', '__ci_last_regenerate|i:1576475461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc4ebe27ca20e2a00eb0f2d57d62658be5366c00', '66.186.19.5', '1576557481', '__ci_last_regenerate|i:1576557481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc543727e22e75543061a163715d15c341fd1a61', '77.88.47.250', '1584516322', '__ci_last_regenerate|i:1584516322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc5ddcdcc5a295532bb0c78a1d4b405fecb4ba78', '66.186.19.5', '1576338541', '__ci_last_regenerate|i:1576338541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc7085252e404f5d1804b007e0e139efdb9924df', '66.186.19.5', '1576405262', '__ci_last_regenerate|i:1576405262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc8b97c6d140313d22d75c8e1f0f73b59a8cd42e', '66.186.19.5', '1576604581', '__ci_last_regenerate|i:1576604581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc8d5878c9b4d98aee48bf9f606c42d6d0a88435', '66.186.19.5', '1576416901', '__ci_last_regenerate|i:1576416901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc93b6793afd3c49b542f1fe753826375ffb8b2d', '66.186.19.5', '1576322461', '__ci_last_regenerate|i:1576322461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca06e179e08f3090b37ceeb183cba147aea4189', '66.186.19.5', '1576354921', '__ci_last_regenerate|i:1576354921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca3c645bd74bba69fe94dd58b97125d624b7db8', '66.186.19.5', '1576577762', '__ci_last_regenerate|i:1576577762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcad2e5e9fa3d8dfed52581569cfcf9a9b1edfc5', '66.186.19.5', '1576278362', '__ci_last_regenerate|i:1576278362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb585611104bd29a8ff4f4dd123e9c77c3cfd56', '173.252.83.6', '1586813977', '__ci_last_regenerate|i:1586813977;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb6f7a669a2c8e91a8dc31753ccc4833ced063e', '66.186.19.5', '1576469221', '__ci_last_regenerate|i:1576469221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcbee54ae9de5a23616119f5ff5e511a70bece57', '66.186.19.5', '1576651201', '__ci_last_regenerate|i:1576651201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcc0c8e540037e930d54c1bca535fd8e77cf1e86', '66.186.19.5', '1576557602', '__ci_last_regenerate|i:1576557602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcc2ecd8c2ce819b467bf94148ae65bd8ae75356', '66.186.19.5', '1576503961', '__ci_last_regenerate|i:1576503961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce391e62be3a1e57b42a58232c7e390bf9bca39', '66.186.19.5', '1576358581', '__ci_last_regenerate|i:1576358581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce696af733f4b690836cb1ab8394908c01710fd', '66.186.19.5', '1576472221', '__ci_last_regenerate|i:1576472221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcfba97fc4077c63aefebbb090849ddb3451a164', '66.186.19.5', '1576555382', '__ci_last_regenerate|i:1576555382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd002504ac19e253db92ba44797f4f18dc44df54', '66.186.19.5', '1576443122', '__ci_last_regenerate|i:1576443122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd051641106e021f7f13a9251969f99c4bd7dc26', '66.186.19.5', '1576528921', '__ci_last_regenerate|i:1576528921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd1193e0f0b0734c70fe4db2eccea3e2c35f8dda', '66.186.19.5', '1576605781', '__ci_last_regenerate|i:1576605781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd13d1c4aad5d34356e627387852912d016c474b', '66.186.19.5', '1576539182', '__ci_last_regenerate|i:1576539182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd147a510d4ba21c6c9658747aa2a07b8e2187c5', '66.186.19.5', '1576594022', '__ci_last_regenerate|i:1576594022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd221cd39be3821c363dd669d0b4334a892b9c77', '66.186.19.5', '1576327982', '__ci_last_regenerate|i:1576327982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd2319b733da8ed495d97e9b4e2b73f8915e139c', '77.88.5.123', '1586758994', '__ci_last_regenerate|i:1586758994;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd267c44bd12e613cf9f73326a74a46f0e37f0b7', '66.186.19.5', '1576567321', '__ci_last_regenerate|i:1576567321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd3143f984fe09814bd18108b3343ee0c69c5bd9', '66.186.19.5', '1576463641', '__ci_last_regenerate|i:1576463641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd34036ff2531bca1a728b5916939fcc3e325f75', '66.186.19.5', '1576575122', '__ci_last_regenerate|i:1576575122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd3af5c2a9b82025518decda8c69a8525b6cb2cf', '66.186.19.5', '1576281961', '__ci_last_regenerate|i:1576281961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd46b740a978d76babed8f9132142da6cc551e3a', '66.186.19.5', '1576280822', '__ci_last_regenerate|i:1576280822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd60bed819a1e9642804b0f9d2f2c3bdff114f6c', '66.186.19.5', '1576471742', '__ci_last_regenerate|i:1576471741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd63de4ac73442da0d9814e3f9ea989f7a543485', '66.186.19.5', '1576679402', '__ci_last_regenerate|i:1576679402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd709512bb012b9599218254bb2aae9b6df6ab98', '31.13.115.3', '1585623640', '__ci_last_regenerate|i:1585623640;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd757baa517559c875aebe5809389a329b041905', '66.186.19.5', '1576490281', '__ci_last_regenerate|i:1576490281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd77129249b4695da9b8a772f0775453da8253ef', '31.13.127.117', '1589088457', '__ci_last_regenerate|i:1589088457;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd7880262f727f2be54d9a61f21817dcee27f512', '66.186.19.5', '1576688342', '__ci_last_regenerate|i:1576688342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd9ba13ee777e981e65fbaa01a353979dc18ec04', '66.186.19.5', '1576352881', '__ci_last_regenerate|i:1576352881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd9d404eeb70e1dd1ff21466e0951862e3c454b2', '190.232.33.208', '1578934300', '__ci_last_regenerate|i:1578934164;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1578514965\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd9d479038cd89300c17e69b254a088b6a02be2c', '66.186.19.5', '1576499701', '__ci_last_regenerate|i:1576499701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dda062087e4665492db4f4e825b9299f20954c63', '66.186.19.5', '1576391342', '__ci_last_regenerate|i:1576391342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dda1c513bda5c68009f06c611d4bc1e6f4d516ae', '66.186.19.5', '1576437662', '__ci_last_regenerate|i:1576437662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dda28a5fd01d2f58613e7dc369c91b671e3b5efd', '66.186.19.5', '1576626481', '__ci_last_regenerate|i:1576626481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dda55316905242aa6c9854e0a6b39a6a331b5a72', '66.186.19.5', '1576277701', '__ci_last_regenerate|i:1576277701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dda88bf6085249715934c601750db3a58da713cb', '66.186.19.5', '1576485661', '__ci_last_regenerate|i:1576485661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddbe7a6ceb37b52e2217fa0ebcc5880a70134132', '190.234.163.130', '1591498366', '__ci_last_regenerate|i:1591498205;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591404858\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddd01851e73a2adb1258adbbd0801262b12f81c6', '66.186.19.5', '1576673221', '__ci_last_regenerate|i:1576673221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddd3b71043d6371c31494fd000cb7da49b5cf23f', '66.186.19.5', '1576473122', '__ci_last_regenerate|i:1576473122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddd572f5e9a2c894427d878e63ebe1bcc43e16a7', '66.186.19.5', '1576641841', '__ci_last_regenerate|i:1576641841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddd8bc0c92c63ffe00cb5c9ff9998e7232efe551', '31.13.127.13', '1586494255', '__ci_last_regenerate|i:1586494255;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddebfa75458228f5e4690a4af516dfb8bba5d711', '66.186.19.5', '1576632121', '__ci_last_regenerate|i:1576632121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddf221bf305349ea397a953fde642e8e0dfde641', '66.186.19.5', '1576671181', '__ci_last_regenerate|i:1576671181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddf6eb250e58b364f15a1684a06bdd73eb7f69d4', '66.186.19.5', '1576666921', '__ci_last_regenerate|i:1576666921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddf71da1e85a789841af6216410ca022adba357b', '66.186.19.5', '1576587961', '__ci_last_regenerate|i:1576587961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de08a157e16c512b03e7151d054cba35f573bd58', '66.186.19.5', '1576606621', '__ci_last_regenerate|i:1576606621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de0a2c4357c7c879370c8c9b2f060e4a488dbbb9', '45.189.116.14', '1590534709', '__ci_last_regenerate|i:1590534420;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590514026\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de0bcea0001c11fcd4e13a3239ea350dde64c877', '66.186.19.5', '1576317182', '__ci_last_regenerate|i:1576317182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de157d9f0c403371415321150fa3cd08b79ebb02', '66.186.19.5', '1576491481', '__ci_last_regenerate|i:1576491481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de195a710b8500d5c74651dfa7ad14e931173620', '66.186.19.5', '1576629001', '__ci_last_regenerate|i:1576629001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de3e96ad4f276129f5e74f8a1501cec3d9a41464', '66.186.19.5', '1576312981', '__ci_last_regenerate|i:1576312981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de41c361ce00a7c6173d5a3351c4eef441f9ecf4', '179.7.137.118', '1580226588', '__ci_last_regenerate|i:1580226584;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de5184a3f1e5d7bf20829b70e98cccab1cc5459d', '190.113.208.196', '1579178568', '__ci_last_regenerate|i:1579178296;local|s:1:\"1\";listaVenta|i:6;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579106291\";last_ip|s:13:\"181.64.11.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de5907e37caad1902e225c30335beae243a91db6', '66.249.64.226', '1592628915', '__ci_last_regenerate|i:1592628915;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de5b972f1efd1c4b38620649456f2317477dac67', '66.186.19.5', '1576597561', '__ci_last_regenerate|i:1576597561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de68b987ec83cb0b84c294ccafbe3b2fa6ef09a8', '66.186.19.5', '1576606922', '__ci_last_regenerate|i:1576606922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de73fb34bc9ed0c37d976a7b8a758c58fa5fa87e', '66.186.19.5', '1576645621', '__ci_last_regenerate|i:1576645621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de7429ec18415f8ae0f9f11ee49ea1b038903f93', '66.186.19.5', '1576507081', '__ci_last_regenerate|i:1576507081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de7981f97169310f83ee7ebfbc05021f9560a297', '66.186.19.5', '1576448401', '__ci_last_regenerate|i:1576448401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de7a4c7d92458b3ab32acd19ccaa011e5a4ba962', '66.186.19.5', '1576486081', '__ci_last_regenerate|i:1576486081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de831493d2c940165817fa7845733c843abf4e84', '66.186.19.5', '1576488661', '__ci_last_regenerate|i:1576488661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de8e4fcf4e03b0d6796dfed81d78dd42f7447648', '190.232.33.208', '1578408868', '__ci_last_regenerate|i:1578408851;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1578376510\";last_ip|s:15:\"132.184.131.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de8e53a63bbc77c4e440bb7689af69edebde9b34', '66.186.19.5', '1576479061', '__ci_last_regenerate|i:1576479061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dec702e87778e2a0aa1f648a78f393bcaed08195', '66.186.19.5', '1576407841', '__ci_last_regenerate|i:1576407841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dee9a9de50fbef6daad938457cd77e1802711d82', '66.186.19.5', '1576276922', '__ci_last_regenerate|i:1576276922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deece377eebfaf545ccba5cb287344c5066a9080', '66.186.19.5', '1576494841', '__ci_last_regenerate|i:1576494841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('def1698744c79587d2774435bd0ab8361fbe08f8', '66.186.19.5', '1576542002', '__ci_last_regenerate|i:1576542002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('def349a0dcb9180d78ded1202585b76808d5d0bd', '66.186.19.5', '1576457281', '__ci_last_regenerate|i:1576457281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('defdaef2fe007dee53fbd4a6a243e78d7e04c191', '66.186.19.5', '1576371422', '__ci_last_regenerate|i:1576371422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df0ba39a664e2fe0ac3da76448f22cd6e3821688', '66.186.19.5', '1576394702', '__ci_last_regenerate|i:1576394702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df0e1047b962f909497e0564d8e6382d295419e6', '173.252.83.10', '1586884127', '__ci_last_regenerate|i:1586884127;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df13bba53886a094af2d7217fe8ae0abdc84e84d', '66.186.19.5', '1576350721', '__ci_last_regenerate|i:1576350721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df1618e6cbeb8d0020b19474024614eb54827397', '209.17.97.74', '1588302849', '__ci_last_regenerate|i:1588302849;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df1699d0c1e52091fd02debca68e34fbf06cc3b7', '132.191.1.151', '1583773126', '__ci_last_regenerate|i:1583772925;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583772366\";last_ip|s:13:\"132.191.1.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df1e87dd105506a765ce00d04aadf0b38a2fe568', '66.186.19.5', '1576500601', '__ci_last_regenerate|i:1576500601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df2374fa1d7f4657e15e4aa03b03c51cfbff0899', '66.186.19.5', '1576395361', '__ci_last_regenerate|i:1576395361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df26b4d5427c0e46bc7ee5b88ae4da88495cda32', '66.186.19.5', '1576544102', '__ci_last_regenerate|i:1576544101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df27b4ceef7145e3664e3c174cb2c16dff685f7b', '66.186.19.5', '1576383722', '__ci_last_regenerate|i:1576383722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df303482d1b2dd24fd14fcdf0e28a09fc4685ecb', '66.186.19.5', '1576670461', '__ci_last_regenerate|i:1576670461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df32281a3156412ddccbeb805b58bde8ddb41e8b', '173.252.83.3', '1586017204', '__ci_last_regenerate|i:1586017204;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df3b1b332814137684821ef4f92fe3939879d77b', '66.186.19.5', '1576670521', '__ci_last_regenerate|i:1576670521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df48b4e8d5d0fd620a8153c46dcb57ebeddb70c4', '190.236.102.225', '1580793408', '__ci_last_regenerate|i:1580793397;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1580158524\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df4a4db9e9bf7409a0a32bb538efec125f67c999', '66.186.19.5', '1576658461', '__ci_last_regenerate|i:1576658461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df608428fb492603da9854464d2bd012c9e46f21', '66.186.19.5', '1576459502', '__ci_last_regenerate|i:1576459502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df664381c297729380b6d0bdf23e376f2932e35a', '66.186.19.5', '1576301762', '__ci_last_regenerate|i:1576301762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df6658b039090b630f240b3287f3bbc407c3e506', '66.186.19.5', '1576688161', '__ci_last_regenerate|i:1576688161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df676f7723d8d86096c0f94737dbb8cd4c8ecbff', '66.186.19.5', '1576502521', '__ci_last_regenerate|i:1576502521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df78702e309c5000fea8f0c6afe51d5885ba3293', '66.186.19.5', '1576559762', '__ci_last_regenerate|i:1576559762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df8c5000acc81e5ffb733e84c8e31b0cfefa800a', '66.186.19.5', '1576425721', '__ci_last_regenerate|i:1576425721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df9076b65b9520890535263666de41078080433c', '66.186.19.5', '1576421162', '__ci_last_regenerate|i:1576421162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df988e36bca75c0ceeec9fa37a737fb3b3aa0004', '190.232.33.208', '1576192026', '__ci_last_regenerate|i:1576191992;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576191570\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfa38a663e65c8acf54ee262caf5155579fec1f6', '66.186.19.5', '1576501142', '__ci_last_regenerate|i:1576501142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfa69a5824067ff26ed7ed2c3de11bd573f55b1a', '45.189.116.18', '1591115276', '__ci_last_regenerate|i:1591115196;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb78323144d1b0a73e902f69533f101271bebb6', '66.186.19.5', '1576441681', '__ci_last_regenerate|i:1576441681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfba68f2d89c3fd1762a35dc58aaf56dba1e75ea', '66.186.19.5', '1576346641', '__ci_last_regenerate|i:1576346641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfbf17fe8b83314437894e8345e2fbe9adf18495', '66.186.19.5', '1576465262', '__ci_last_regenerate|i:1576465262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfbfb64dc590ad3632c3d901ea372d83e365a49e', '66.186.19.5', '1576614542', '__ci_last_regenerate|i:1576614542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfcb4330443db7077374b963da0f0289dfd73cdc', '66.186.19.5', '1576538822', '__ci_last_regenerate|i:1576538822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd067249462863fa5979d4f766ce8f7d6beff6c', '66.186.19.5', '1576561082', '__ci_last_regenerate|i:1576561082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd4b1d6f11f67ad2ae2d7047c5daf31a5926565', '190.239.111.151', '1583939324', '__ci_last_regenerate|i:1583939307;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd65790a8088be9dc7bf68b8b98eec16de52118', '173.252.83.18', '1586017204', '__ci_last_regenerate|i:1586017204;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd66c9139c92665f74c41ce5a77abb14931b5fc', '66.186.19.5', '1576494062', '__ci_last_regenerate|i:1576494062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd6ed70a01f7fd76f721b6d49aa8ff0ccb6e542', '66.186.19.5', '1576504801', '__ci_last_regenerate|i:1576504801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfe6cdeb866342afd6b05f8b9242b073a982ed54', '66.186.19.5', '1576656362', '__ci_last_regenerate|i:1576656362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfe79166c967e03f0b7190255cfdad5831bb394e', '66.186.19.5', '1576607341', '__ci_last_regenerate|i:1576607341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dff842d070d6e3d9a12f908675343f0eccf38399', '66.186.19.5', '1576595581', '__ci_last_regenerate|i:1576595581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dff8cf728af8a51ae47edb34c3d3ce7d357dbd9a', '77.88.5.123', '1588013927', '__ci_last_regenerate|i:1588013927;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e002a5e1a7eb210de6f0d77cfa344c1569285f2e', '66.186.19.5', '1576295522', '__ci_last_regenerate|i:1576295522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e003055b05569ce187570617a31874661874e7f0', '66.186.19.5', '1576335721', '__ci_last_regenerate|i:1576335721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e00c999b39c0e861b740d849883121dcf9b2bc00', '66.249.69.126', '1589872775', '__ci_last_regenerate|i:1589872775;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e00dfba5ce55ab2a2eda25bf591180def285fd9e', '66.186.19.5', '1576329422', '__ci_last_regenerate|i:1576329422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e010bd2bd1fede9fa774a0481e0f4cfff03d83ff', '66.186.19.5', '1576437182', '__ci_last_regenerate|i:1576437182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e013f38fdadde1b618f9ab1d33d72d4478bce996', '173.252.127.16', '1590226200', '__ci_last_regenerate|i:1590226200;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e015065ff73a0b8f0472a18856cebaef59c21f1b', '66.186.19.5', '1576446661', '__ci_last_regenerate|i:1576446661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0167c08aa695098953bf8ad2e058609502c3c35', '66.186.19.5', '1576313341', '__ci_last_regenerate|i:1576313341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0192a44fd53b7e3bb5f4ff8555e908c8c1fa58d', '190.232.33.208', '1576865574', '__ci_last_regenerate|i:1576865310;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576603943\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e02ae7cc7309a21c5bb1d373d61ee1c6f9398696', '66.186.19.5', '1576307101', '__ci_last_regenerate|i:1576307101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e03cd57b16db9738098b3cd79e795e3452154c0c', '66.186.19.5', '1576338181', '__ci_last_regenerate|i:1576338181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e06419c5512b109a781698b3ca6418db1adc45e6', '66.186.19.5', '1576325761', '__ci_last_regenerate|i:1576325761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e06bfea9b723f01add3e4a4995fc970d74ec4917', '181.176.123.241', '1592092461', '__ci_last_regenerate|i:1592092461;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592070777\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e06ecc3c3008da4c50f17d43557c050d41a3f825', '66.186.19.5', '1576480082', '__ci_last_regenerate|i:1576480082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0846f28413fc9912c8f20e2862c8a36bb5d48df', '66.186.19.5', '1576395841', '__ci_last_regenerate|i:1576395841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e08d78e73e7d6d146f6bef057333b02d8e2ce333', '66.186.19.5', '1576277522', '__ci_last_regenerate|i:1576277522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e092582a905d92c1f17b203c066f75e647b9f337', '66.186.19.5', '1576660621', '__ci_last_regenerate|i:1576660621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0938f55b6167c32f6ea8335bf8a5a67b9971860', '66.186.19.5', '1576458302', '__ci_last_regenerate|i:1576458302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0a5c8a118a445e166f9ca86c1833465f7301e02', '66.186.19.5', '1576483922', '__ci_last_regenerate|i:1576483922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0b0ba79a592981a96d98388c3dda113bd918b50', '66.186.19.5', '1576388222', '__ci_last_regenerate|i:1576388222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0b50808ed60288406e5cab0582c197f641bd8bf', '31.13.127.23', '1587013061', '__ci_last_regenerate|i:1587013061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0cf16d116344b5293c130e717ec3f235a3e916b', '66.186.19.5', '1576449061', '__ci_last_regenerate|i:1576449061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0d8bc9b577060649657e83f7d569db79d177208', '66.186.19.5', '1576285501', '__ci_last_regenerate|i:1576285501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0f7ff54ad4726d816006d52d787d131579ca150', '66.186.19.5', '1576510201', '__ci_last_regenerate|i:1576510201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1024ecbc8795f8eb6eb197c5544c4ddf03de3fb', '66.186.19.5', '1576356242', '__ci_last_regenerate|i:1576356242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e103c7b2e1f65eacc64dd261a99b9fad92e997fa', '77.88.5.30', '1591618819', '__ci_last_regenerate|i:1591618819;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e10978837668b734b5c178c80d7710943c4ed0d7', '66.186.19.5', '1576428361', '__ci_last_regenerate|i:1576428361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1142d2f0f96ddd3ac4957f99c15180286b32bd3', '66.186.19.5', '1576484162', '__ci_last_regenerate|i:1576484162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1206e16d4423b33944fffcdd94dc62154e87d40', '66.186.19.5', '1576440662', '__ci_last_regenerate|i:1576440662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e12819b307ac99f510fc8a4ceba4f282a8f726e8', '66.186.19.5', '1576420202', '__ci_last_regenerate|i:1576420202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1360cd9a6e765db9fc9bfad262bbb93dd62893e', '66.186.19.5', '1576447682', '__ci_last_regenerate|i:1576447682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e147cbe5178f027e8b308ab5409d1905db3634c4', '173.252.83.4', '1586294265', '__ci_last_regenerate|i:1586294265;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1557243726686cd36c9837794c46c093aa1a439', '66.186.19.5', '1576569962', '__ci_last_regenerate|i:1576569962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e15ecea26af8d791c248b8825493328fa3d69c84', '66.186.19.5', '1576567381', '__ci_last_regenerate|i:1576567381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1669c28052a772b11e185f93341ce0d3b410ace', '66.186.19.5', '1576381922', '__ci_last_regenerate|i:1576381921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e169b89838364269097666929730e4f2c5d7b442', '66.186.19.5', '1576538162', '__ci_last_regenerate|i:1576538162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e169bfc967fad56d833cb9794222495718e3e58c', '66.186.19.5', '1576409821', '__ci_last_regenerate|i:1576409821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e17a49e07dedebb3a89766ff3268c58051dff21b', '66.186.19.5', '1576320002', '__ci_last_regenerate|i:1576320001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e17a97738a99b4d5f7e3e805e7cd29572f3cf204', '77.88.5.77', '1588486800', '__ci_last_regenerate|i:1588486800;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e19418dc0e0e7e17411b08aee2597af80efe4798', '190.236.102.225', '1582132287', '__ci_last_regenerate|i:1582132283;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1581777673\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1a882881f3faa40c5bf58378cf05d311dd7caf3', '173.252.79.17', '1586723373', '__ci_last_regenerate|i:1586723373;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1aba941690b62d7fead70f592d79c05981046f7', '66.186.19.5', '1576674242', '__ci_last_regenerate|i:1576674242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1b732cc4fbcf9018c94ac2e249b3e2348285672', '66.186.19.5', '1576305782', '__ci_last_regenerate|i:1576305782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1bc92c3cd22d7e7e8e35fdf3b3ad20be747f94e', '104.248.15.131', '1583095305', '__ci_last_regenerate|i:1583095305;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1c0a872fb1201e3e635ec424d840485ae063f44', '66.186.19.5', '1576454461', '__ci_last_regenerate|i:1576454461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1c3da2985965bb62cfcb1e75d2d88e2f6a90dce', '66.186.19.5', '1576653962', '__ci_last_regenerate|i:1576653962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1d06c8d9c96e3e3a35c0c04cf316c5ca375ec22', '173.252.79.5', '1585521260', '__ci_last_regenerate|i:1585521260;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1d81c30480225f7c44c2d2bf489089db3ff7a47', '66.186.19.5', '1576577582', '__ci_last_regenerate|i:1576577582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1dc6b87ea6e3883a9873748a1128fc8f02f365a', '66.186.19.5', '1576587422', '__ci_last_regenerate|i:1576587422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1dda62f06981ef2311bad4c9be0a85137734011', '66.186.19.5', '1576443421', '__ci_last_regenerate|i:1576443421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1e2ea4cdb45adc063c452f240236a740e009a3f', '66.186.19.5', '1576486321', '__ci_last_regenerate|i:1576486321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1e5c2890bae1a6f1b94e84a27612ff27fbd3b77', '66.186.19.5', '1576310642', '__ci_last_regenerate|i:1576310642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1ec57c60b3a5c513600c0b99a9dc0e5758c8a87', '66.186.19.5', '1576546442', '__ci_last_regenerate|i:1576546442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20467af6f5423ff8b0c6947a6a7633fecd03fd9', '66.186.19.5', '1576280222', '__ci_last_regenerate|i:1576280222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e208be754930e625e71fd1562dcc5828adb259f9', '66.186.19.5', '1576419062', '__ci_last_regenerate|i:1576419062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20db4fd96127ab8be03b9d8632b45ffd60b0e04', '45.189.116.18', '1590797174', '__ci_last_regenerate|i:1590797047;local|s:1:\"1\";listaVenta|i:13;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e22c34db1f00981fcb8c21fb0acc3ab91b3e854a', '66.186.19.5', '1576633921', '__ci_last_regenerate|i:1576633921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e22ee91b7bd077cba1e0c0d587266c123595f534', '66.186.19.5', '1576309021', '__ci_last_regenerate|i:1576309021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2331c75cbe9a575ecb65c5ce94d83565e67a29e', '66.186.19.5', '1576554901', '__ci_last_regenerate|i:1576554901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e239b8560a9f586e723256c721e16409e879c616', '66.186.19.5', '1576524662', '__ci_last_regenerate|i:1576524662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2466b495b513597aed44deccf67e5c17dd93486', '66.186.19.5', '1576483622', '__ci_last_regenerate|i:1576483622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e24f0154e8b01eb7a680f502d3c58748af128570', '66.186.19.5', '1576426502', '__ci_last_regenerate|i:1576426502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2547d397b487ec82030d65dbdcfc413498f1bd4', '66.186.19.5', '1576468021', '__ci_last_regenerate|i:1576468021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e25794749d51616071306c75c142fcc82bc4dbe4', '66.186.19.5', '1576362002', '__ci_last_regenerate|i:1576362002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e262e23ef233161dd29831833d95394a21e81fdc', '190.113.211.86', '1583380436', '__ci_last_regenerate|i:1583380433;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e264138217655f9714de2c7b7326712e862a3522', '66.186.19.5', '1576630562', '__ci_last_regenerate|i:1576630562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e279a1382ee2f2b6a9569dfcf6e195f1b49ce6e4', '66.186.19.5', '1576362722', '__ci_last_regenerate|i:1576362722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e27eaa5498b08adbc601ef2f06003d246f33c7a8', '66.186.19.5', '1576457102', '__ci_last_regenerate|i:1576457102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e28f3296a9f94c177329cfad6489ec51163ad25d', '66.186.19.5', '1576568582', '__ci_last_regenerate|i:1576568582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2c03872fc0102a3beb8b4ea2cd8bbf12d68c583', '66.186.19.5', '1576585681', '__ci_last_regenerate|i:1576585681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2c8755828eb634278f9fa16e05ca83348fd9ec0', '66.186.19.5', '1576530241', '__ci_last_regenerate|i:1576530241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2cc06e38187b5c04b2b3b7776f75faf32c745f7', '45.189.116.18', '1590962081', '__ci_last_regenerate|i:1590962081;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590883301\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2ccd1f0159dd40447bdf74da00be8b499339437', '66.186.19.5', '1576427701', '__ci_last_regenerate|i:1576427701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2cf92fc6501b2f7d80cbd7c82721713f99e8a1a', '66.186.19.5', '1576287721', '__ci_last_regenerate|i:1576287721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2d04e1a99e44bc2dacfcd640bb629f0c484c0a5', '66.186.19.5', '1576378922', '__ci_last_regenerate|i:1576378922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2d0ad55c10d022912782a5f4f454faaa9ae48d5', '66.186.19.5', '1576590302', '__ci_last_regenerate|i:1576590302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2dd062a7d5407d14a69a3d99344318f6447f3bb', '66.186.19.5', '1576480622', '__ci_last_regenerate|i:1576480622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2e02d46ee0e874a209fbde46d4f8126003fa330', '66.186.19.5', '1576298881', '__ci_last_regenerate|i:1576298881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2edf2a441a3884fd8746d8b604052ea1113d922', '66.186.19.5', '1576467181', '__ci_last_regenerate|i:1576467181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2f236f74434c479aab27ae392a2c7690414baee', '54.255.197.117', '1583757166', '__ci_last_regenerate|i:1583757166;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2f5e7b225e4f1b578ea7ef10e350becc19d789a', '66.186.19.5', '1576358881', '__ci_last_regenerate|i:1576358881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e30847b24c9ddd5f8716600773ebb581c6730b63', '66.186.19.5', '1576528681', '__ci_last_regenerate|i:1576528681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3105ba0ead577a292a11f30ecdaca9fdf0c88ce', '66.186.19.5', '1576373881', '__ci_last_regenerate|i:1576373881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e310b79ed855a074285d3fd659c2b8c810799d0c', '66.186.19.5', '1576660921', '__ci_last_regenerate|i:1576660921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e326f04a03213f67fb028f75dee7afd40b8d3eb0', '66.186.19.5', '1576498862', '__ci_last_regenerate|i:1576498862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e32d19ee71890bd6fec633b812e13e5cc5d19e51', '190.236.102.225', '1582660670', '__ci_last_regenerate|i:1582660569;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e32dc278ae176eb708c515b80f5b918591ba56bf', '66.186.19.5', '1576288742', '__ci_last_regenerate|i:1576288742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3327056544b27ba837a5a247847e4aefac1c34f', '66.186.19.5', '1576631581', '__ci_last_regenerate|i:1576631581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e33f5d3535b93cdeb4bdb3fd5d0aca16f9567adc', '190.233.166.206', '1579584657', '__ci_last_regenerate|i:1579584403;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579584423\";last_ip|s:15:\"190.233.166.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e340706b110ee935663a09d86a41049f9d648d97', '66.186.19.5', '1576535522', '__ci_last_regenerate|i:1576535522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e34134b59d3bb4b077db8ffcd84e48571010b00c', '66.186.19.5', '1576545002', '__ci_last_regenerate|i:1576545002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e349378b819d889f016f4e498fa0ed358c30103d', '66.186.19.5', '1576661881', '__ci_last_regenerate|i:1576661881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e34b2345b32ada0ec1bef21a68f744e43ab0e3b8', '66.186.19.5', '1576498502', '__ci_last_regenerate|i:1576498502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e34e5978b1105072cd93ee8212ea26b46b324560', '66.186.19.5', '1576612381', '__ci_last_regenerate|i:1576612381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e36197f27b7c0704151b7a0b21b800517fa1130e', '66.186.19.5', '1576306441', '__ci_last_regenerate|i:1576306441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e374048c4cf5671c96982c263a5be06aa750245f', '173.252.83.22', '1578437171', '__ci_last_regenerate|i:1578437171;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e39d08bdb665f44336d925b3b0846f33c6d13734', '66.186.19.5', '1576321321', '__ci_last_regenerate|i:1576321321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a0b8d48f212671163516180d65f60865695cb2', '161.35.29.220', '1588440230', '__ci_last_regenerate|i:1588440217;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a6e001e36a18a46de636ddab518053620b773b', '190.236.102.225', '1582145783', '__ci_last_regenerate|i:1582145782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3aa8ddf063b5eea68e2e3d3398836152daf72fe', '66.186.19.5', '1576498741', '__ci_last_regenerate|i:1576498741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b08a176991bdff2bf408220c489bdfd5cd42c0', '190.236.102.225', '1583187834', '__ci_last_regenerate|i:1583187535;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582841847\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b4422c9429c106436209c8393d54ca29e9e0cf', '66.186.19.5', '1576580101', '__ci_last_regenerate|i:1576580101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3c1f3c8c2f7b3ca2f4e1406814e23ea0d60f5b3', '66.186.19.5', '1576581481', '__ci_last_regenerate|i:1576581481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3c97a96d191df6ce4034f7595cdde1b94870e0d', '66.186.19.5', '1576504021', '__ci_last_regenerate|i:1576504021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3d5e9826dc1238d042cc4181001c882af6dbfea', '103.209.52.227', '1584488974', '__ci_last_regenerate|i:1584488974;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3e10c17fa9b509fbeb44463beefb35d52418675', '66.186.19.5', '1576286941', '__ci_last_regenerate|i:1576286941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3f18faa2670281c64ca4da9d4ddceb581a7c344', '66.186.19.5', '1576582681', '__ci_last_regenerate|i:1576582681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3f2f86f03d744a1cebaaa20c12204ff7866e584', '66.186.19.5', '1576487821', '__ci_last_regenerate|i:1576487821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3f4fd59ac7e672042a0d9d6c66a28534d560dc2', '66.186.19.5', '1576447922', '__ci_last_regenerate|i:1576447922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3f5b1f538f15f6d993cf22bffa661770cb51476', '66.186.19.5', '1576614721', '__ci_last_regenerate|i:1576614721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e401b595408ce486df54c6b88c6a4c3c123abbed', '66.186.19.5', '1576675262', '__ci_last_regenerate|i:1576675262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4022b12afa15cb4464642273ae29b4b32df40c2', '66.186.19.5', '1576580282', '__ci_last_regenerate|i:1576580282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e409cb450f6d57f51b2ae50407d7ae86042fb679', '66.186.19.5', '1576378621', '__ci_last_regenerate|i:1576378621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e40a091990da3cfdb8c27e8d72ecd807e1bb2f80', '45.189.116.14', '1590518938', '__ci_last_regenerate|i:1590518932;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590267513\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4279df9ed394d2a5f2eb25b9142edea983379fe', '66.186.19.5', '1576474621', '__ci_last_regenerate|i:1576474621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e429663d90145184766f6475ad16c57c0ae8bc37', '66.186.19.5', '1576668361', '__ci_last_regenerate|i:1576668361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e431704c092463c9b423dca3a6c05334b4795310', '66.186.19.5', '1576483022', '__ci_last_regenerate|i:1576483022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e43218d910c9f32f2f63cec96a6f77109ee142c1', '66.186.19.5', '1576447802', '__ci_last_regenerate|i:1576447802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4351c765db085b041446ec5861567adce266825', '66.186.19.5', '1576436641', '__ci_last_regenerate|i:1576436641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e439c457617f59a05f0f3757ddd0abb3c86bf0a3', '66.186.19.5', '1576304582', '__ci_last_regenerate|i:1576304582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e43fdc42cf48f5d07d56f74fb6cb59488057d136', '66.186.19.5', '1576612081', '__ci_last_regenerate|i:1576612081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e44d950b722380ae5b1f7f6ea086f6d331041c65', '46.101.252.40', '1585906257', '__ci_last_regenerate|i:1585906257;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e45a2cbad7b4c08d7701a5ae58b2c9d5fa0136b5', '66.186.19.5', '1576405982', '__ci_last_regenerate|i:1576405982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e45bedaca95bdec6a928be373b31e8d08e6a0beb', '66.186.19.5', '1576462981', '__ci_last_regenerate|i:1576462981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e45e987e06d13d1ae0be4d7f59f32cd57bf0bd0a', '66.186.19.5', '1576530781', '__ci_last_regenerate|i:1576530781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e46322bbb4e5ed407b24ab1900311c36f6e5ddd2', '66.186.19.5', '1576280461', '__ci_last_regenerate|i:1576280461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e46914143bb60362debf0c639c8407d52fbf27c4', '45.55.47.248', '1580725559', '__ci_last_regenerate|i:1580725559;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e48274088e724e73c3805805f18c3ef2a497b05f', '66.186.19.5', '1576360862', '__ci_last_regenerate|i:1576360862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4907d301d6ad4b6fa2a3ab47a03316d8b8f99ec', '66.186.19.5', '1576412821', '__ci_last_regenerate|i:1576412821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e49636b91bed14781fd7bcfc19c625531e283143', '66.186.19.5', '1576660201', '__ci_last_regenerate|i:1576660201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4b1118bcc7f6f1969f8b6dd253ab98ec29037bf', '66.186.19.5', '1576584661', '__ci_last_regenerate|i:1576584661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4bf40f3c30fa0256dbc8a3b40b9feebe413a54c', '66.186.19.5', '1576688762', '__ci_last_regenerate|i:1576688762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4d1426af212374af090f5f5c77d94665f9c9164', '173.252.83.7', '1586813977', '__ci_last_regenerate|i:1586813977;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e1288768a0ffdf63ab848a36cae20ab86919b9', '66.186.19.5', '1576673042', '__ci_last_regenerate|i:1576673042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e49154bc29140811bfdfba38a9d293bb29750f', '66.186.19.5', '1576398121', '__ci_last_regenerate|i:1576398121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e56edf4beebeb84ecf336c18287fab26ffb0c5', '66.186.19.5', '1576318922', '__ci_last_regenerate|i:1576318922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e69e516e0023a5ae76ca99c6bcbb37606c740f', '66.186.19.5', '1576300921', '__ci_last_regenerate|i:1576300921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4eea556e45a1f6f4035c6ba1374b97abdc53bdf', '66.186.19.5', '1576354201', '__ci_last_regenerate|i:1576354201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4f37566ffef38b8163496424c0147e0beef24ba', '66.186.19.5', '1576341786', '__ci_last_regenerate|i:1576341786;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4f398ae6d0d65aa24edda668507d2636515c85f', '190.234.163.85', '1585358877', '__ci_last_regenerate|i:1585358870;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4f64693dc5e9e710175ed8cc952ec7756465d0a', '66.186.19.5', '1576370282', '__ci_last_regenerate|i:1576370282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e501348c1bc68ee70044971c2e38560f047c7e6a', '66.186.19.5', '1576376221', '__ci_last_regenerate|i:1576376221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e525700872b5a7ea8270d9fe6105ce380f2d43c8', '66.186.19.5', '1576562281', '__ci_last_regenerate|i:1576562281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5258b33f09558ee475c4738572ac68d2aea0e22', '66.186.19.5', '1576419541', '__ci_last_regenerate|i:1576419541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e528642b930333029f5ed56efb2867d296505f96', '66.186.19.5', '1576555801', '__ci_last_regenerate|i:1576555801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e52b3083f9970beef9e0ee55b3942a02a2a4acbc', '45.189.116.14', '1590267528', '__ci_last_regenerate|i:1590267499;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590253028\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e54da8680be1b5889fc54c204dbbdd114e21c204', '66.186.19.5', '1576318082', '__ci_last_regenerate|i:1576318082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e55c1387a9b36e15442fa0ea189ca2db21b4875f', '173.252.79.17', '1583267166', '__ci_last_regenerate|i:1583267166;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e568069744723e48817056cb1e59db27ce6263ec', '66.186.19.5', '1576643222', '__ci_last_regenerate|i:1576643222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e571e402802aaedb3262bdac7180fab237fd4251', '66.186.19.5', '1576300261', '__ci_last_regenerate|i:1576300261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5753120ba8aab3091a461658cbe032c888af7a5', '66.186.19.5', '1576659901', '__ci_last_regenerate|i:1576659901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5779277150325db57360723bb90ca2744fe9861', '66.186.19.5', '1576399261', '__ci_last_regenerate|i:1576399261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e57b1d8f2e1d0cf3c971ccacec4ea8046c85b755', '66.186.19.5', '1576557002', '__ci_last_regenerate|i:1576557002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e57b64cba6c446555d88a5b77121f6407d785ec0', '66.186.19.5', '1576672621', '__ci_last_regenerate|i:1576672621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e57bbd18265c601474b9572eeeba89cc17bd8177', '66.186.19.5', '1576443181', '__ci_last_regenerate|i:1576443181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e57c63be7779e125aaa089659ea389d9', '190.232.33.208', '1576185229', '__ci_last_regenerate|i:1576185229;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e57f5e35108acfcc0cb837eba02628ff41522710', '66.186.19.5', '1576578241', '__ci_last_regenerate|i:1576578241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e584ea00680e51bf8fecfcc9a91bd937b76991b7', '66.186.19.5', '1576456921', '__ci_last_regenerate|i:1576456921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5880c11bcadb191d8d372e86fffb22f4ab44a6f', '66.186.19.5', '1576398602', '__ci_last_regenerate|i:1576398602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e58b0c409b8229008823ef2a09ead6cc20e64b84', '66.186.19.5', '1576513862', '__ci_last_regenerate|i:1576513862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e58ff74345ccb45fa07df0e7821bd7dbfe31d423', '66.186.19.5', '1576672982', '__ci_last_regenerate|i:1576672982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e598376e7128bbcd9c021a00d33f9a5b94132333', '209.17.96.58', '1577861972', '__ci_last_regenerate|i:1577861972;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5af6afbdc85c70462ab099b5af21fe05236871e', '66.186.19.5', '1576324922', '__ci_last_regenerate|i:1576324922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5b0036cb00b04b5821a5413b1b6451d57883291', '66.186.19.5', '1576453502', '__ci_last_regenerate|i:1576453502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5bfed965bbe42de45d7b458f2e297dd9a26ed42', '66.186.19.5', '1576482361', '__ci_last_regenerate|i:1576482361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5cad6a17717bf94b6d436011f8c19c7e1dbfc29', '66.186.19.5', '1576464541', '__ci_last_regenerate|i:1576464541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ccb811109119b3b1ee448c6e2fbef5340cae27', '209.17.97.106', '1588386740', '__ci_last_regenerate|i:1588386740;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5d0395a22d4e888073cb32d91cf71c4baf14889', '66.186.19.5', '1576507261', '__ci_last_regenerate|i:1576507261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5d94614285b01e5c0d597d0c45511744274dd03', '66.186.19.5', '1576505461', '__ci_last_regenerate|i:1576505461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5eab2e857c7d21ace445a81855fb63bac4b1277', '66.186.19.5', '1576303802', '__ci_last_regenerate|i:1576303802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ebb68fc6658b4925b535e8652043369f4a017b', '66.186.19.5', '1576555741', '__ci_last_regenerate|i:1576555741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5fc5c533c22286bb39993be38d85ccc5982591d', '66.186.19.5', '1576345861', '__ci_last_regenerate|i:1576345861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e604051c791872cbc31d55e3799c8b44b4fb6411', '66.186.19.5', '1576539061', '__ci_last_regenerate|i:1576539061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e60a98e7c3a14f82578f7dd8a7d738a8c1611159', '66.186.19.5', '1576683062', '__ci_last_regenerate|i:1576683062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e60db6daf81e2390e0f70261802034293a68b318', '190.237.145.229', '1579815066', '__ci_last_regenerate|i:1579814999;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579623874\";last_ip|s:13:\"181.64.57.249\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e622dd4fa2b60420c6eae9e1059ae47699315d0b', '66.186.19.5', '1576604641', '__ci_last_regenerate|i:1576604641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e62924806e5657427ec93db8c4a3a464a99d6b49', '66.186.19.5', '1576615311', '__ci_last_regenerate|i:1576615310;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e62a0d992e5a6f1355a2dc7d5bbd30c4e95ad8db', '66.186.19.5', '1576600081', '__ci_last_regenerate|i:1576600081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e649ee175871897c1005bba2956c39eb818b1bb6', '66.186.19.5', '1576310581', '__ci_last_regenerate|i:1576310581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6520535cd4510710e99bd250cc1cd4618a76308', '45.189.116.18', '1591595174', '__ci_last_regenerate|i:1591595062;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591567252\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e654b6597233a7aa926312000216bb75892734e3', '66.186.19.5', '1576666561', '__ci_last_regenerate|i:1576666561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e66b174f75118a54673ea7f80dc4d854dbf1f833', '66.186.19.5', '1576281181', '__ci_last_regenerate|i:1576281181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e66dc38522115c22c2e724e4b125ae258df4ae38', '66.186.19.5', '1576304942', '__ci_last_regenerate|i:1576304942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e670ecb12d4169a9b6629e2433bb46c82fb66b55', '66.186.19.5', '1576455302', '__ci_last_regenerate|i:1576455302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e673a7d279afcb2135f6e0cd6b0b6da166e090bb', '66.186.19.5', '1576305661', '__ci_last_regenerate|i:1576305661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e685ee35c8305fb9fb6eb049f10478126f302bfb', '66.186.19.5', '1576371121', '__ci_last_regenerate|i:1576371121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e68cdd0c38df786e8a00b7e06b99bb9d8dd01a89', '190.238.52.115', '1583635956', '__ci_last_regenerate|i:1583635902;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583633310\";last_ip|s:15:\"190.233.137.125\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e68ecc107d059ab50e08ac933fae3d60f463c798', '66.186.19.5', '1576680241', '__ci_last_regenerate|i:1576680241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6917a2fc3b6c5ec16b3ff950e548875c2f10c95', '66.186.19.5', '1576434481', '__ci_last_regenerate|i:1576434481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e693a64536bb21cda87fb0f31d56e3090683592b', '66.186.19.5', '1576524422', '__ci_last_regenerate|i:1576524422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6a991ab7f302afc5161e3261539c1dfe6d9fd5d', '66.186.19.5', '1576324441', '__ci_last_regenerate|i:1576324441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b1bcc366cedda3e2e63f3f635bb4f91376b240', '66.186.19.5', '1576670341', '__ci_last_regenerate|i:1576670341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b43361ecce3c9bb976043b9f3950c0c6b3cbd3', '66.186.19.5', '1576387561', '__ci_last_regenerate|i:1576387561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b4fe8f7cd64d3e38ea1812d03a84b2316a7c25', '66.186.19.5', '1576613101', '__ci_last_regenerate|i:1576613101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6bdbdb6edd8ac865c8e22db2ac9c5d3bf13769c', '66.186.19.5', '1576680002', '__ci_last_regenerate|i:1576680002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6d9bd9993652573b81074b4b7e3a069210b7e02', '66.186.19.5', '1576334941', '__ci_last_regenerate|i:1576334941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6dd7d75ed1077445cdb8695aa6f8cfdac9649bc', '190.232.33.208', '1576532697', '__ci_last_regenerate|i:1576532649;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6defafba2213788736f6d14ef645b5e0cd41803', '66.186.19.5', '1576574701', '__ci_last_regenerate|i:1576574701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6dfc3ef7602755e7f7af191117968ae4a4673ec', '66.186.19.5', '1576629602', '__ci_last_regenerate|i:1576629602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6e46a1c0a5e54b8de4fe2f6f2e6cff72310da31', '66.186.19.5', '1576624591', '__ci_last_regenerate|i:1576624590;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6e4d3c7068fe09d5c9d29afe806f8cbcbd3eb15', '66.186.19.5', '1576546382', '__ci_last_regenerate|i:1576546382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6e7ae5e3e481de0543c141d10b7195ee93a1090', '66.186.19.5', '1576662482', '__ci_last_regenerate|i:1576662482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ea783288f5fe1b3764bd1174b1239ab53f0ebc', '173.252.83.17', '1584914487', '__ci_last_regenerate|i:1584914487;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ee04747b450c74aa358b4b73c731840f0e2613', '66.186.19.5', '1576526821', '__ci_last_regenerate|i:1576526821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ee5155bbaaee3b90c37fea010f9f9c994d4b17', '45.189.116.18', '1591699087', '__ci_last_regenerate|i:1591699026;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591657225\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ef3dacbd9d356cf2e7502db48c144a4208bc55', '66.186.19.5', '1576687501', '__ci_last_regenerate|i:1576687501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6f5c8642b8a09887114953c44ebca9b7604d552', '66.186.19.5', '1576641782', '__ci_last_regenerate|i:1576641782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6f989f4a6e5cc695a0e0de8a6efd287c9d96805', '66.186.19.5', '1576325341', '__ci_last_regenerate|i:1576325341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6fb7e7ef85acb807f6f55e2db30e0a6efdf484e', '66.186.19.5', '1576402442', '__ci_last_regenerate|i:1576402442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e70a540ead35b3a9e142f7b9a7cc99772328403e', '66.186.19.5', '1576368722', '__ci_last_regenerate|i:1576368722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e713b0093c7cdb15a04fb14bcf139ee67a4c19d7', '66.186.19.5', '1576664522', '__ci_last_regenerate|i:1576664522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e71f0d5a3839557b5f75efbb209af7995d66e79f', '66.186.19.5', '1576688102', '__ci_last_regenerate|i:1576688102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7271244803733fc7dc471cc92875fb2aaf3ad01', '66.186.19.5', '1576627501', '__ci_last_regenerate|i:1576627501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e729e83b6abab56cd127eb83864ff4f5ea7fb39a', '66.186.19.5', '1576522802', '__ci_last_regenerate|i:1576522802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e72f71c6cb2aa7ed2b54970ecaf85bc735a96b43', '66.186.19.5', '1576314902', '__ci_last_regenerate|i:1576314902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e73d66c6ceb8b428578e081cb339149e7964741f', '66.186.19.5', '1576296121', '__ci_last_regenerate|i:1576296121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7464fc9ec7bdded97c17f6667668fbf2bb35ca6', '66.186.19.5', '1576505641', '__ci_last_regenerate|i:1576505641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7482ec069ea289c492be437e9be014a36052cac', '66.186.19.5', '1576583162', '__ci_last_regenerate|i:1576583162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e74d5ba2da28103a34d54462cc8d78a40b15e49b', '66.186.19.5', '1576575542', '__ci_last_regenerate|i:1576575542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e768c9ae5b05f9843c44abea2c938b509485981a', '66.186.19.5', '1576375382', '__ci_last_regenerate|i:1576375382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e76ca6e9a3f786e0deaa1997262ace89b7dfc19c', '66.186.19.5', '1576441021', '__ci_last_regenerate|i:1576441021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e76e9d4654b96182c0c1a0629ded22e111e7f40c', '66.186.19.5', '1576481102', '__ci_last_regenerate|i:1576481102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e76eca82e8097c35da7e2856cbf440ce7f708d5c', '66.186.19.5', '1576542781', '__ci_last_regenerate|i:1576542781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e78569c57fb0c9b38ced5c684a6a5c69bc482f58', '66.186.19.5', '1576310943', '__ci_last_regenerate|i:1576310943;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e78afec8e4ff347b93e1e2713bc8276bfd5e08ec', '66.186.19.5', '1576391762', '__ci_last_regenerate|i:1576391762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e78b1a2b71d5cd602aeca3665befbed219786de5', '66.186.19.5', '1576452602', '__ci_last_regenerate|i:1576452602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7939068de4fce28b44c4bc5bf2de6cb6af5ab24', '66.186.19.5', '1576433521', '__ci_last_regenerate|i:1576433521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7aae7e46daaa156d62d56f93a2fed511d92bd50', '66.186.19.5', '1576434842', '__ci_last_regenerate|i:1576434842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7ad9bc25594b1e930514690b7833e357b4fad23', '66.186.19.5', '1576421402', '__ci_last_regenerate|i:1576421402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7b01746765fb387b9eeb7587f479b70bc5b22d0', '66.186.19.5', '1576320722', '__ci_last_regenerate|i:1576320722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7b0321897ac945c7e6cb16c0c8e433a55b3ce81', '66.186.19.5', '1576592342', '__ci_last_regenerate|i:1576592342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7c3585f196dcb3eff7b3b4ad4b68ff1df50981d', '66.186.19.5', '1576376281', '__ci_last_regenerate|i:1576376281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7c881ba2d36fd9477979ec98cc99a1092c7b98e', '66.186.19.5', '1576579981', '__ci_last_regenerate|i:1576579981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7cd4a1d4c9dafebe320c480e58376346ca97833', '66.186.19.5', '1576355942', '__ci_last_regenerate|i:1576355942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7d2269c24c50cc2f3dfd0f0e3201d0d4af03f75', '66.186.19.5', '1576388941', '__ci_last_regenerate|i:1576388941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7d22c7f30c6b598d07ac12ebba110ae5e0ac37a', '66.186.19.5', '1576574102', '__ci_last_regenerate|i:1576574102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7ebbb3dde2415ce9f3134b9b55b6bb14b5a77b2', '66.186.19.5', '1576595041', '__ci_last_regenerate|i:1576595041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7ef026730d2020553d6f2ac372c30166645873c', '66.186.19.5', '1576416722', '__ci_last_regenerate|i:1576416722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7f883ca9084784bff9188cd32ecf103d7b9ec13', '66.186.19.5', '1576591561', '__ci_last_regenerate|i:1576591561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7f8e885e2fe4351b51abf3b21172a235548e0ac', '66.186.19.5', '1576317002', '__ci_last_regenerate|i:1576317002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8043f49eb61cad415c53bd5482886c1b2d4ff1f', '66.186.19.5', '1576498081', '__ci_last_regenerate|i:1576498081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80827b729c66abf0d593ba18994066346d08816', '161.35.172.29', '1593048444', '__ci_last_regenerate|i:1593048444;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80950eb711cf69af69242260d47fb822b084a1b', '66.186.19.5', '1576671481', '__ci_last_regenerate|i:1576671481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80d175f6055be822e8a0f8e91bdf5a0e746d058', '66.186.19.5', '1576324861', '__ci_last_regenerate|i:1576324861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80ec29feb6e5d7dee5b6c2e59426d8c9176401a', '190.234.163.130', '1592187614', '__ci_last_regenerate|i:1592187613;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e829452297a10a8afc960aad7cce5ef8b13ba34c', '66.186.19.5', '1576598281', '__ci_last_regenerate|i:1576598281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e82d48963a909a5b109dacfc9d077267f7802082', '66.186.19.5', '1576445342', '__ci_last_regenerate|i:1576445342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e831c71bddcc101dd740c6837fc5120eb26b2e4d', '66.186.19.5', '1576591082', '__ci_last_regenerate|i:1576591082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8413e36974ed881ad18fcea22f6cce20eb91380', '66.186.19.5', '1576453261', '__ci_last_regenerate|i:1576453261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e84d5991b13c730a50f0027ac89b645eb97f8c80', '66.186.19.5', '1576465862', '__ci_last_regenerate|i:1576465862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e858ba0183794b33c60612e551d3b09662d9beee', '66.186.19.5', '1576513621', '__ci_last_regenerate|i:1576513621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e86b87eb76245695de52df630bc8484650e805df', '66.186.19.5', '1576613761', '__ci_last_regenerate|i:1576613761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e86e08a49978f8aa47f2ab9c2c61e519236acca8', '66.186.19.5', '1576319702', '__ci_last_regenerate|i:1576319702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8736eee8098e1905f796ebde33ed494fa52eb43', '66.186.19.5', '1576344901', '__ci_last_regenerate|i:1576344901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e875a243d00d37e49e9ab720dc53d1530b42173c', '190.239.111.151', '1583933896', '__ci_last_regenerate|i:1583933639;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";rmspos|i:1;message|s:26:\"Venta efectuada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e87e2e2681c18cd10683753ee0fc22345789fad1', '66.186.19.5', '1576360022', '__ci_last_regenerate|i:1576360022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e87e57466d0f6e219b2cd702b67ee2eb9d3da174', '66.186.19.5', '1576530361', '__ci_last_regenerate|i:1576530361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e888ecc0e36aa38b812469d4a3c359aec317dbdf', '66.186.19.5', '1576643401', '__ci_last_regenerate|i:1576643401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e88af8bcf650e56b80508ab469488c83758a5e6b', '66.186.19.5', '1576411562', '__ci_last_regenerate|i:1576411562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e88c769b791c4ca16d02acdf7f082833f271b27a', '66.186.19.5', '1576629781', '__ci_last_regenerate|i:1576629781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e88e9384baec81406f65c60057986def367c8be6', '209.17.96.218', '1576804875', '__ci_last_regenerate|i:1576804875;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8951c712ea7f6550ea6206905a3653b83b6503b', '66.186.19.5', '1576496401', '__ci_last_regenerate|i:1576496401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e89bd92b74917b3f4570ef8cd7a0233e41de11e1', '66.186.19.5', '1576343882', '__ci_last_regenerate|i:1576343882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a4f01bd83c82dafbc016bdf51729c1e68179f3', '45.189.116.14', '1590693271', '__ci_last_regenerate|i:1590693271;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590621309\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8aa0dd67e61428872feb7f177a50199dfe89036', '66.220.149.49', '1577374409', '__ci_last_regenerate|i:1577374407;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8c15f7e4a272685d79fd7a62f4a661b20d1339c', '66.186.19.5', '1576631462', '__ci_last_regenerate|i:1576631462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8c7e2d2fedc6ca67d760ebd6075ac86b6368a22', '45.189.116.14', '1590627005', '__ci_last_regenerate|i:1590621303;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590605133\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8cfe93066d862483a217568d6648fc0bbd4c96d', '66.186.19.5', '1576558261', '__ci_last_regenerate|i:1576558261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d605e19532fe052069ab4f22fcfedb4662dd9e', '66.186.19.5', '1576361821', '__ci_last_regenerate|i:1576361821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8e5618aa4a4009d971db12d9c1bf08c1a5fbd78', '66.186.19.5', '1576419842', '__ci_last_regenerate|i:1576419842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8e84017d1748ff91bcf41dd4e90c73ea8e25520', '66.186.19.5', '1576493342', '__ci_last_regenerate|i:1576493342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8f0607f11d53d3cd9df9562713478f8', '168.90.245.45', '1582283708', '__ci_last_regenerate|i:1582283708;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8f1f41ebd30f33f3fde02eed4e0df7648e15b2c', '66.186.19.5', '1576652762', '__ci_last_regenerate|i:1576652762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e91e6e58fe043b294f534be99aada4ae7208238c', '66.186.19.5', '1576650542', '__ci_last_regenerate|i:1576650542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e925164fd754e0fba7f1606bf6e063f932287089', '66.186.19.5', '1576484282', '__ci_last_regenerate|i:1576484282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e92c6950b62f3b1ff10e99358631f26c57d13b45', '66.186.19.5', '1576356961', '__ci_last_regenerate|i:1576356961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e92d8015f310faa32360f12d32f28752f741a2a9', '66.186.19.5', '1576551182', '__ci_last_regenerate|i:1576551182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e93432a082a93c212e54ba3b02132d1c32835e8e', '66.186.19.5', '1576558561', '__ci_last_regenerate|i:1576558561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e93ede303eff7601244724f68e493758c883435f', '66.186.19.5', '1576566242', '__ci_last_regenerate|i:1576566242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e948cf2cbab1d26b7867baa0317f11f2af49c046', '209.17.96.34', '1578889551', '__ci_last_regenerate|i:1578889551;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e94dd8fab8eef09fb42c8e09e3ed6833b3c308c1', '190.239.111.151', '1584056081', '__ci_last_regenerate|i:1584055438;local|s:1:\"1\";listaVenta|i:11;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584043559\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e94dd9b9de9e15ccca60b65150d42f6e29765007', '66.186.19.5', '1576576081', '__ci_last_regenerate|i:1576576081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9543d5d4213fd129da926ed6b9e6be8ef81ffa5', '190.236.102.225', '1581777663', '__ci_last_regenerate|i:1581777660;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e955c508aedcb2228acb969161fec3c1d8e77bde', '66.186.19.5', '1576445581', '__ci_last_regenerate|i:1576445581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e95b28311004da1cd6e808ad1ad990ab9bf7139f', '77.88.5.7', '1592530528', '__ci_last_regenerate|i:1592530528;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e95fd7911896abf41173b1cd57d59e69ce0d548e', '66.186.19.5', '1576419181', '__ci_last_regenerate|i:1576419181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9710f402c85467a1a99217060e0be3a73269714', '66.186.19.5', '1576473062', '__ci_last_regenerate|i:1576473062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e97d75359e9a79be9dcfc8197e5b5929534f4d1e', '66.186.19.5', '1576608242', '__ci_last_regenerate|i:1576608242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9826db157b61387490891d48544f89def534732', '66.186.19.5', '1576347421', '__ci_last_regenerate|i:1576347421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e99a8361fabf0b7e44679ed9788dc1faf1052510', '66.186.19.5', '1576311421', '__ci_last_regenerate|i:1576311421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e99fc8ba26992123edb4c2003ad1cc07f842eb63', '66.186.19.5', '1576367762', '__ci_last_regenerate|i:1576367762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a3cdbd4eccf2e1a0fe4648a915a4d135b6e1a3', '66.186.19.5', '1576510862', '__ci_last_regenerate|i:1576510862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9aba1e15d6c1d405d0712c8818e4399cd2aa001', '66.186.19.5', '1576376521', '__ci_last_regenerate|i:1576376521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9b640b32ce2b96345188666e89ddd925a2da790', '190.239.111.151', '1583905787', '__ci_last_regenerate|i:1583905724;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583430020\";last_ip|s:13:\"132.191.3.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9cbd7c826f275420bef2d146e29ccb8306a5c95', '185.234.217.32', '1589403142', '__ci_last_regenerate|i:1589403142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9e0e4e2f421eae36f0f61a84ff7b19cfcf09769', '66.186.19.5', '1576441802', '__ci_last_regenerate|i:1576441802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9e6f6ca614ec953dd7addf13c7ae67d3ea18884', '66.186.19.5', '1576397822', '__ci_last_regenerate|i:1576397822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9e8b21a20b78d59aa9ffacc55469e4596b2e0fa', '66.186.19.5', '1576540742', '__ci_last_regenerate|i:1576540742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9f30c16071eb200cd6c677e95d3cd47864f2ac6', '66.186.19.5', '1576583222', '__ci_last_regenerate|i:1576583222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea068863cc7aa8f66f19f410d701c0ffc1ce971d', '190.238.52.115', '1583637989', '__ci_last_regenerate|i:1583637797;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1583633310\";last_ip|s:15:\"190.233.137.125\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"3\";cash_in_hand|s:8:\"52220.00\";register_open_time|s:19:\"2020-03-07 21:17:07\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea08a7237a5ebb2a59ce757f44d4f76a22969ebb', '66.186.19.5', '1576635001', '__ci_last_regenerate|i:1576635001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea10c75f44fcfa1f5289284881d6db1e80858e9b', '66.186.19.5', '1576394342', '__ci_last_regenerate|i:1576394342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea129648a8a1a819f80caab3208ee62a0779ff99', '66.186.19.5', '1576683721', '__ci_last_regenerate|i:1576683721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea12e718a3b939efb6f9a35d63169d57dbce6d53', '66.186.19.5', '1576516622', '__ci_last_regenerate|i:1576516622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea416e82605d985848f1709c3cc8c0577815b928', '66.186.19.5', '1576432562', '__ci_last_regenerate|i:1576432562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea4292211bd592152734669d1da8cd85098dd4d9', '66.186.19.5', '1576372141', '__ci_last_regenerate|i:1576372141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea44326823250e3f12a3124e3b53ec99', '190.232.33.208', '1576185243', '__ci_last_regenerate|i:1576185243;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea5503992f5f73e6eb1a1370704ee9185c58ff77', '66.186.19.5', '1576589462', '__ci_last_regenerate|i:1576589462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea5e03849f4ea6ca23aa97de58ce4953fffece40', '66.186.19.5', '1576298041', '__ci_last_regenerate|i:1576298041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea5e092ca2b3e4416062fb66561efa0c8f148215', '66.186.19.5', '1576614122', '__ci_last_regenerate|i:1576614122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea68a7619cb518b4f441bdc67988c11022ff73fd', '66.186.19.5', '1576413902', '__ci_last_regenerate|i:1576413902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea798ee1640fe095af9341397e976737c2174199', '66.186.19.5', '1576625942', '__ci_last_regenerate|i:1576625942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea7fd266ac47bf4e9efd15b17f7844f80d9480b8', '66.186.19.5', '1576680961', '__ci_last_regenerate|i:1576680961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea86aa1cb922a4fd23eedafb5ca984a9e228a8bf', '66.186.19.5', '1576517941', '__ci_last_regenerate|i:1576517941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea91e8867009768ae4f3e7e7195966ca716dcb87', '66.186.19.5', '1576555862', '__ci_last_regenerate|i:1576555862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea92e3309880ab7f449efd11549e6a729a341dbb', '66.186.19.5', '1576350482', '__ci_last_regenerate|i:1576350482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea9a5a1d4ab6283096774eca7d7d26096f9c05db', '190.236.102.225', '1582842065', '__ci_last_regenerate|i:1582841843;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582815726\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea9e43339fd3df8054497cb38133162ede5d9eef', '66.186.19.5', '1576590122', '__ci_last_regenerate|i:1576590122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaa043be87f10f8262ebdeee49eb970fd58c1fe0', '66.186.19.5', '1576477201', '__ci_last_regenerate|i:1576477201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaa45205e420b3a7b1a4420e4bd31f5cacd0bc4a', '66.186.19.5', '1576663321', '__ci_last_regenerate|i:1576663321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaa7c687ca1a2b80895d2fc8ff5d241180edac7f', '66.186.19.5', '1576307161', '__ci_last_regenerate|i:1576307161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaabb16ff9ad45b07739c3cc9a58dfaa3dd20a4b', '66.186.19.5', '1576574821', '__ci_last_regenerate|i:1576574821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaacc998412b179055073f692d138a520a3b75b7', '66.186.19.5', '1576449362', '__ci_last_regenerate|i:1576449362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eab3b577ebaa0ff7899554a15dfcf069a4cdf4cd', '66.186.19.5', '1576448641', '__ci_last_regenerate|i:1576448641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eab55060614fd88a48fabc15937db67cdcee0d89', '173.252.95.1', '1584577470', '__ci_last_regenerate|i:1584577470;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eac542b8380141f19b9e91b2b210eaad493c61e6', '66.186.19.5', '1576524121', '__ci_last_regenerate|i:1576524121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eacc99e17383c7228fd36dfc57ad31cefa9cba62', '66.186.19.5', '1576291922', '__ci_last_regenerate|i:1576291922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ead8e796e9e9af9bf193bb93710a75f98e13f295', '66.186.19.5', '1576591802', '__ci_last_regenerate|i:1576591802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eae7e0a6e8f6e70283eb71e5db59a8cba21f927a', '66.186.19.5', '1576354501', '__ci_last_regenerate|i:1576354501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaf29a11b94ccef644cdb70de0568f1add0540af', '66.186.19.5', '1576427582', '__ci_last_regenerate|i:1576427582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaf5299b4954f9d87dbcc0652d6a8cf81dc11807', '181.64.11.254', '1579105920', '__ci_last_regenerate|i:1579105633;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579105357\";last_ip|s:13:\"181.64.11.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb060f237a1f6502b30e1fc47cbb83d2c659ce3a', '66.186.19.5', '1576462321', '__ci_last_regenerate|i:1576462321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb09032e76f99a93ed9233b48e126837972be368', '66.186.19.5', '1576367641', '__ci_last_regenerate|i:1576367641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb13d8f38f74f1d5322839ace0bfeaa040a4acc6', '66.186.19.5', '1576443721', '__ci_last_regenerate|i:1576443721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb154991fc64e103979371616772e69825d404f1', '66.186.19.5', '1576554362', '__ci_last_regenerate|i:1576554362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb16eb3cecc2c536769773315125d421f48448b4', '45.189.116.18', '1591570240', '__ci_last_regenerate|i:1591567069;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591497715\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb1c709ecc633060c4dbc2c47da60a2e6c46eda3', '66.186.19.5', '1576322162', '__ci_last_regenerate|i:1576322162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb2eb1aebab4ac695d1b51395ec206b3e03ec4a5', '66.186.19.5', '1576454221', '__ci_last_regenerate|i:1576454221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb3d27b8ddd2ec5d96442dd227dd25caa08b6273', '66.186.19.5', '1576578482', '__ci_last_regenerate|i:1576578482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb3dccf6434376b60a91396320ca710efa5b9c90', '66.186.19.5', '1576549741', '__ci_last_regenerate|i:1576549741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb4e39e09912965b651b499e7dd82949b4049907', '66.186.19.5', '1576561622', '__ci_last_regenerate|i:1576561621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb54cf881864ac2b2dc0ed67a9bda65e82b7059f', '66.186.19.5', '1576403642', '__ci_last_regenerate|i:1576403642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb56c7879d28e7a0cab94569a41c4d84d48ad67e', '66.186.19.5', '1576337101', '__ci_last_regenerate|i:1576337101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb58be430f22afa01a4edd41290d5cc56df5f702', '66.186.19.5', '1576336382', '__ci_last_regenerate|i:1576336382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb61dddd744e6e2fe49b4a518507b64e62d043a7', '66.186.19.5', '1576293842', '__ci_last_regenerate|i:1576293842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb62570f70fdd854cb118c9f75bf031461e39d17', '66.186.19.5', '1576611661', '__ci_last_regenerate|i:1576611661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb6ea87fd2db448e7e2cfc97bcd8c722609a3f9c', '66.186.19.5', '1576414322', '__ci_last_regenerate|i:1576414322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb77525e46a2e82ff8b18879d05e6f3bc57f8c4f', '66.186.19.5', '1576647001', '__ci_last_regenerate|i:1576647001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb82c66e4418884f2e4404dd2aecd9b15f5bd14e', '66.186.19.5', '1576582801', '__ci_last_regenerate|i:1576582801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb8863a026f5be0b4858fef8c27e12ea8b2c8ffd', '173.252.79.15', '1586723373', '__ci_last_regenerate|i:1586723373;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb963af783713a5bd9b51a1c2b9707018aece6ad', '66.186.19.5', '1576433221', '__ci_last_regenerate|i:1576433221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb98208e22e6806aa8a9c59b9ad5ca5903d85b90', '66.186.19.5', '1576686062', '__ci_last_regenerate|i:1576686062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb9e0cffee13965ed46d0b74094c64b93c7a0ec8', '66.186.19.5', '1576579922', '__ci_last_regenerate|i:1576579922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eba550e888cb6695424a67936a648ddc8a6e8d69', '66.186.19.5', '1576637281', '__ci_last_regenerate|i:1576637281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebac9b34f1f4070d2607bb527ec97081c7de23b6', '66.186.19.5', '1576327742', '__ci_last_regenerate|i:1576327742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebb55b6ca756918a21c9e434def41d6b645002ad', '66.186.19.5', '1576600202', '__ci_last_regenerate|i:1576600202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebbdfdb588fbc3388973d3a48d31db1af130fd3f', '66.186.19.5', '1576382462', '__ci_last_regenerate|i:1576382461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebce41c487e3edf52e8f25e84d9f032252c55e65', '66.186.19.5', '1576634221', '__ci_last_regenerate|i:1576634221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebd3af26b607daf33f465d320460303e535a0751', '66.186.19.5', '1576339922', '__ci_last_regenerate|i:1576339922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebd7c510db142aa20edbccdfd547d437bc17af6b', '66.186.19.5', '1576610941', '__ci_last_regenerate|i:1576610941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebdacee7ed9fb626f6d4d20c3fbcf125dcb19d31', '66.186.19.5', '1576567082', '__ci_last_regenerate|i:1576567082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebdffa0134b13ac0d5b628b2f0af11ad238e9e3d', '66.186.19.5', '1576461481', '__ci_last_regenerate|i:1576461481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebdffcd5dbdedd0f54f7704397b1c511214103cd', '66.186.19.5', '1576663561', '__ci_last_regenerate|i:1576663561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebe0dedaf86229122166d00e39431a796b6472ee', '66.186.19.5', '1576459442', '__ci_last_regenerate|i:1576459442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebeca4bc219f6cc3c13daec06e4ab1d16e08d330', '66.186.19.5', '1576548902', '__ci_last_regenerate|i:1576548902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebed3d7fb607615fba4e7b67811257ea1e39e034', '190.236.102.225', '1582605809', '__ci_last_regenerate|i:1582605547;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf48505d8addf2cae9bed041c774bf27b47ebcc', '66.186.19.5', '1576661522', '__ci_last_regenerate|i:1576661522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebfc4856e1afb0186e9e6d9b1c709cf89f5e485b', '173.252.79.18', '1583874291', '__ci_last_regenerate|i:1583874291;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebfd5291e289f752f428bd5e9e2a22cab3b8f2ac', '66.186.19.5', '1576650602', '__ci_last_regenerate|i:1576650602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebff1f942fe062d744794cc7aa3f988912e2b47d', '66.186.19.5', '1576348622', '__ci_last_regenerate|i:1576348622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec0b904c0a348f9a88089a6bf6a5310778301596', '45.189.116.18', '1592089503', '__ci_last_regenerate|i:1592089491;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592089254\";last_ip|s:15:\"181.176.123.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec13338b5fdc21ccfef90937077d5a2a85ae8e42', '66.186.19.5', '1576416542', '__ci_last_regenerate|i:1576416542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec1eafe7ae5f80d632be5c4fe87ea6d7ca7ae60b', '66.186.19.5', '1576472102', '__ci_last_regenerate|i:1576472102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec22f72a1f63fbfb7cfed10562743a9f98e165d7', '66.186.19.5', '1576442162', '__ci_last_regenerate|i:1576442162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec2ae7e575adfc2f832cdcd1533826f5a6ab0579', '66.186.19.5', '1576585382', '__ci_last_regenerate|i:1576585382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec2e08e400e8e68f28b8bd0d5114de8f6ef4a872', '190.234.163.130', '1591230244', '__ci_last_regenerate|i:1591230195;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591157601\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec308ba2c49df2068172284a9801cda0595bdd8c', '66.186.19.5', '1576561141', '__ci_last_regenerate|i:1576561141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec3ada7afd5a8cdad1f0300f4146a5a62bd51aa9', '66.186.19.5', '1576602722', '__ci_last_regenerate|i:1576602722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec45441159021e849cb5692d4b6544de5a3fdf2c', '66.186.19.5', '1576557421', '__ci_last_regenerate|i:1576557421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec4763d67a88f5bb49eb55460c4fc0f8a20c9c7f', '66.186.19.5', '1576284661', '__ci_last_regenerate|i:1576284661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec4cf0dc9c3ce44be49a5fdec71ccc62fcc223bd', '66.186.19.5', '1576645201', '__ci_last_regenerate|i:1576645201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec59b32a38cb7f80472e1de33caf76d2bdba4b7c', '66.186.19.5', '1576562521', '__ci_last_regenerate|i:1576562521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec5ce4a457e75d6747574b6a5c2b1bdc22e99de1', '190.232.33.208', '1577208392', '__ci_last_regenerate|i:1577208133;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1577129424\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";remove_spo|i:1;message|s:26:\"Venta efectuada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec5d4a2e2567b3a616a28804f37eabecce1edb57', '66.186.19.5', '1576408622', '__ci_last_regenerate|i:1576408622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6802292e2a841779c83deb6aba06f14c0844a9', '66.186.19.5', '1576454342', '__ci_last_regenerate|i:1576454342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6e71eb85e1e182fd1d042ad83f2f0c00567f04', '66.186.19.5', '1576407302', '__ci_last_regenerate|i:1576407302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec79ceae3cde22853329719f29464b59780f0b9c', '66.186.19.5', '1576506661', '__ci_last_regenerate|i:1576506661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec817247a9b0a61ab05564f17446d6c757d6a3c5', '66.186.19.5', '1576631401', '__ci_last_regenerate|i:1576631401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec83700bcb86febdd2be70943e87b5ceb7bb61cf', '66.186.19.5', '1576573081', '__ci_last_regenerate|i:1576573081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec83b10b03194c2b89b9afeb05794ed5ccb3b7b2', '66.186.19.5', '1576497301', '__ci_last_regenerate|i:1576497301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec83eadef7556dc19853fdc6856096eeb974c0b0', '66.186.19.5', '1576525921', '__ci_last_regenerate|i:1576525921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec857c224e7f6cc411e9e222ac1d62ad818e270f', '66.186.19.5', '1576655822', '__ci_last_regenerate|i:1576655822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec8e6136367fca6fa7b8e5acb644a3237729b39f', '45.189.116.14', '1587655752', '__ci_last_regenerate|i:1587655739;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec941721b0c3ce6003f115c18b52fd5d73ca2896', '66.186.19.5', '1576586642', '__ci_last_regenerate|i:1576586642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec9843cb6d48698a01220fed0975703adc9e3dfd', '45.189.116.18', '1591581912', '__ci_last_regenerate|i:1591581910;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eca1860a5ed3084d6e32d8452dff86eca105d6eb', '66.186.19.5', '1576630022', '__ci_last_regenerate|i:1576630022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eca19b25d52b59a4c13371ce56c07ad349035fac', '66.186.19.5', '1576318261', '__ci_last_regenerate|i:1576318261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eca81aefa8eb407548b77d7984301e8c394f5591', '66.186.19.5', '1576457582', '__ci_last_regenerate|i:1576457582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecab98dc6ca493b0064ac17795edb58b55b6c533', '66.186.19.5', '1576437361', '__ci_last_regenerate|i:1576437361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecb8f2a7566e464b33e3bbf5f76e54bc79e04041', '66.186.19.5', '1576437961', '__ci_last_regenerate|i:1576437961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecbb148e02112972a87255f81bdb185f9383f789', '66.186.19.5', '1576578721', '__ci_last_regenerate|i:1576578721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecbfcbc04213721aa4a3c9c403fae4e6ae090ae4', '66.186.19.5', '1576670641', '__ci_last_regenerate|i:1576670641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecbfd568deff12851ae57fdd26e68b54559031fe', '66.186.19.5', '1576506361', '__ci_last_regenerate|i:1576506361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecc89b3d323e6e6ab0958feb058e5005e74a0f9d', '66.186.19.5', '1576674721', '__ci_last_regenerate|i:1576674721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecc8f598a10f5a3107fa8242329edbdfddfa9c52', '66.186.19.5', '1576578781', '__ci_last_regenerate|i:1576578781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecca5cbd3905f4313a29c2306320dceedbd790f1', '66.186.19.5', '1576404782', '__ci_last_regenerate|i:1576404782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eccda10f89ddbb97e225ecc07619bc5b6d2f61c0', '66.186.19.5', '1576319341', '__ci_last_regenerate|i:1576319341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eceadb31eacca136cf7c0d9a5aa3d8df6115376c', '134.122.81.145', '1587338167', '__ci_last_regenerate|i:1587338167;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecef598ed421310aa68f7d80c97c1d7f6de0ea50', '66.186.19.5', '1576583762', '__ci_last_regenerate|i:1576583762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecf1672b13f330b940c3ac42a24b3a695416eb2b', '66.186.19.5', '1576542121', '__ci_last_regenerate|i:1576542121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecf2db4e2df6c0195eb170bce23530a3296a7d32', '66.186.19.5', '1576598582', '__ci_last_regenerate|i:1576598582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed0374250c59aeb203dae4448590f95ef365f72a', '132.251.2.211', '1579026104', '__ci_last_regenerate|i:1579025891;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579026101\";last_ip|s:13:\"132.251.2.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed16c9b236ab78f75939de589e8ec9a0df3ce4c2', '66.186.19.5', '1576303921', '__ci_last_regenerate|i:1576303921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed372734ed35c7dbff0a23f9797d6bde8e2400b4', '66.186.19.5', '1576463401', '__ci_last_regenerate|i:1576463401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed38c51282f9b3ac7d73b35c0314288cbcb772af', '66.186.19.5', '1576551722', '__ci_last_regenerate|i:1576551722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed4676f965dc377688f99a67e8db051fefb85bde', '66.186.19.5', '1576346462', '__ci_last_regenerate|i:1576346462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed4d6ccb12f3fd2d74a13a1c06392e14bd5ce7d6', '66.186.19.5', '1576441561', '__ci_last_regenerate|i:1576441561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed4e2eb4dd667f6790e99f41964f0c93643b2b4c', '66.186.19.5', '1576558382', '__ci_last_regenerate|i:1576558382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed577411ebe62e2cd36b466188e8883cf44c4e13', '66.186.19.5', '1576513021', '__ci_last_regenerate|i:1576513021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed5cd0ff5e0eb1e4ef9e6d947f2c158eb5715a41', '66.186.19.5', '1576304342', '__ci_last_regenerate|i:1576304342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed73cb4990e235a0e825902712ee0c794951d3f0', '66.186.19.5', '1576414922', '__ci_last_regenerate|i:1576414922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed7a5d813f3d92820e2d51fae245195015048643', '66.186.19.5', '1576375681', '__ci_last_regenerate|i:1576375681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed7ee5741ad7169817bc11c9f8fe8a3591dcfacc', '66.186.19.5', '1576644241', '__ci_last_regenerate|i:1576644241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed83f92a283b1cf34ab50c7806cee6dccbb2c54e', '66.186.19.5', '1576425481', '__ci_last_regenerate|i:1576425481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed9376169a80e5149014a192989a6a08387784b6', '66.186.19.5', '1576634342', '__ci_last_regenerate|i:1576634342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed95dfcdf96276e5a459281577994b76fcc58a7c', '190.234.106.206', '1582674464', '__ci_last_regenerate|i:1582674307;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582674345\";last_ip|s:15:\"190.234.106.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed96e13d124550725a75ea21565ed57e57b2048b', '66.186.19.5', '1576647961', '__ci_last_regenerate|i:1576647961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed9eab12b668921bcb98fdba23ad37269c473905', '66.186.19.5', '1576594801', '__ci_last_regenerate|i:1576594801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edac3b9b556b5389e11174f562075a223f8a70dd', '66.186.19.5', '1576327202', '__ci_last_regenerate|i:1576327202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edc76f2f0b487fa3600e05d12b52d36d538fa674', '66.186.19.5', '1576476062', '__ci_last_regenerate|i:1576476062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edccbd65063d0bf6f2a034f28254bbd091d643e9', '66.186.19.5', '1576582621', '__ci_last_regenerate|i:1576582621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edd3a278458d7bc09405a6e1d094da8f080dcfb1', '66.102.8.147', '1579034310', '__ci_last_regenerate|i:1579034307;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edd5ee3849bfe21a6b72007703ed80dd8e32d6bd', '45.189.116.18', '1591995432', '__ci_last_regenerate|i:1591995412;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1587364549\";last_ip|s:13:\"179.6.205.180\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"3\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ede7a4e695bb1cad227d5a9e1bd535d7e2fdb2d4', '66.186.19.5', '1576468922', '__ci_last_regenerate|i:1576468922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ede7c273cb15375cae4513ae481dcc13f3320fa6', '45.189.116.18', '1591993416', '__ci_last_regenerate|i:1591993416;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edfbaf198f7f9d96c3e8d3c5e54a40dc3d41df96', '66.186.19.5', '1576607641', '__ci_last_regenerate|i:1576607641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edfd817d921789d9456e59d2bbcdf74fe9d4ce30', '173.252.83.20', '1583538283', '__ci_last_regenerate|i:1583538283;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee0ab4766158c68dd5e007747ad1abdb9bc6a8b9', '66.186.19.5', '1576526401', '__ci_last_regenerate|i:1576526401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee13173334d0416320ad6d6f6782a5b89e378cd6', '66.186.19.5', '1576374781', '__ci_last_regenerate|i:1576374781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee19733e7d6bdd53cd5bd1dcdbfcc1cd86a3014d', '66.186.19.5', '1576538701', '__ci_last_regenerate|i:1576538701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee1a675e7e60bc626eb914e291228fb9f9feb5ef', '66.186.19.5', '1576509782', '__ci_last_regenerate|i:1576509782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee1f900403d33bcd3849bc3638fb54f059082c83', '66.186.19.5', '1576664702', '__ci_last_regenerate|i:1576664702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee2c5acf4382ae77b77a740b9af099112990742f', '190.232.33.208', '1577810980', '__ci_last_regenerate|i:1577810730;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1577810049\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";csrfkey|s:8:\"HGrQ2ynT\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"SiaubET0OnPRXqYej3Qr\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee399437dddad6032d6a4f06dab78876fd5da7d7', '66.186.19.5', '1576281421', '__ci_last_regenerate|i:1576281421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee41b30dd40cf82065011cd16cd3e092793dd832', '66.186.19.5', '1576476361', '__ci_last_regenerate|i:1576476361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee46a8724a3ec46628f785bbd55b95512058c607', '66.186.19.5', '1576554182', '__ci_last_regenerate|i:1576554182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee594f4e93fdad812220a6d75a27ed872d401a26', '66.186.19.5', '1576583583', '__ci_last_regenerate|i:1576583583;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5adff8761017d18278c9d3a46592018db8e844', '134.209.40.189', '1577876376', '__ci_last_regenerate|i:1577876376;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee63fc0ae17a1a878100e7297171b8c31d3b3256', '66.186.19.5', '1576558742', '__ci_last_regenerate|i:1576558742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee65a12c86d8c01be307eafd058037b963aa2727', '66.186.19.5', '1576330681', '__ci_last_regenerate|i:1576330681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6efe81309f9e6b3b0e602cc492759a105cd489', '66.186.19.5', '1576599061', '__ci_last_regenerate|i:1576599061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6f4b683089fcdc71491f50bc705f832a32bb55', '66.186.19.5', '1576420861', '__ci_last_regenerate|i:1576420861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee771203210d3691456c8293315a3a27ed839e3c', '66.186.19.5', '1576362841', '__ci_last_regenerate|i:1576362841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee8d30905a0fb30592624d6e873f0f83d44f8552', '66.186.19.5', '1576319821', '__ci_last_regenerate|i:1576319821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee923d1060f070cfa4349fa798c400e343995f01', '190.232.125.206', '1578936327', '__ci_last_regenerate|i:1578936326;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee950e283e3d4ba58fd809df4c5b03a1810537c7', '66.186.19.5', '1576487582', '__ci_last_regenerate|i:1576487582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee954c966ac206729cad0f50db43346b4fd4bb0b', '66.186.19.5', '1576569782', '__ci_last_regenerate|i:1576569782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eea4be4e6c256fd51a00ffd78e69dcdd88b1aea8', '66.186.19.5', '1576451281', '__ci_last_regenerate|i:1576451281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eea7edbcae11727beb24a20c028a9b6da52456ee', '66.186.19.5', '1576283582', '__ci_last_regenerate|i:1576283582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeab6ce81b9b296cdaafe44ad9a893c29b78fe94', '66.186.19.5', '1576667222', '__ci_last_regenerate|i:1576667222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeb528e4c1bad4a5a9b8616bc36d426b14f8e10d', '66.186.19.5', '1576402982', '__ci_last_regenerate|i:1576402982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeb91325ed263ff8ae2fd1cf465949a28215cbc0', '66.186.19.5', '1576506061', '__ci_last_regenerate|i:1576506061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeeab04151c4d6d6613ff5209d825edb79b4e6f9', '190.234.163.130', '1591931987', '__ci_last_regenerate|i:1591931695;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591760840\";last_ip|s:15:\"181.176.118.160\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeec2ad14a5a06439d87538ddb898ed270d21108', '66.186.19.5', '1576538221', '__ci_last_regenerate|i:1576538221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeee44599dd8bca36c47df380110a5c3354a317a', '66.186.19.5', '1576649041', '__ci_last_regenerate|i:1576649041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeee7c0b20dbe96756ad575e36d4d4c6c32c26b6', '66.186.19.5', '1576574221', '__ci_last_regenerate|i:1576574221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eef22f081fdb1b34d25dbb338bacd3f1fc3555cc', '66.186.19.5', '1576285382', '__ci_last_regenerate|i:1576285382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eefd4d8812086b52a8dd44c9563c900ec00cd2ec', '66.186.19.5', '1576302721', '__ci_last_regenerate|i:1576302721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeff25f1df1001737116d0cdc937fe447bf75eb1', '66.186.19.5', '1576530002', '__ci_last_regenerate|i:1576530002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef01ad88d4936031ddd711e49d04eecc0694b780', '66.186.19.5', '1576573141', '__ci_last_regenerate|i:1576573141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef09c2311a9825b46126555f915bf2ba1ee67efd', '181.176.123.241', '1592091559', '__ci_last_regenerate|i:1592091274;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592070777\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef0f582bd9a3d6027185a122126ba7aed2405e38', '66.186.19.5', '1576426262', '__ci_last_regenerate|i:1576426262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef10254d6aef72d444b775ca4b04ec7e157fe84e', '66.186.19.5', '1576626361', '__ci_last_regenerate|i:1576626361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef112079a41f781d7082f595c7cc71b60666cd72', '66.186.19.5', '1576333921', '__ci_last_regenerate|i:1576333921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef139cd4f2bb20cb04304d05101d92c54efcb684', '66.186.19.5', '1576357141', '__ci_last_regenerate|i:1576357141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef1fcf58bf1a0faeee8a2cdb5b7f9823dd683404', '66.186.19.5', '1576529942', '__ci_last_regenerate|i:1576529942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef21d05a655c8d29726ce154225e7d8388cb7b51', '66.186.19.5', '1576411622', '__ci_last_regenerate|i:1576411622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef473874d03aa50fd12e3ddb86547035f71cb77f', '66.186.19.5', '1576331102', '__ci_last_regenerate|i:1576331102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef5aec50b8cecae7b8b79b035fb92da0dea71ef2', '66.186.19.5', '1576428602', '__ci_last_regenerate|i:1576428602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef5cb3adc185827ebbeb623faa834bc8ea094d82', '190.234.181.239', '1580768160', '__ci_last_regenerate|i:1580768084;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1580766967\";last_ip|s:15:\"190.234.181.239\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef5ef22a3014b38041cc76cb58012d1f09b724e2', '66.186.19.5', '1576456022', '__ci_last_regenerate|i:1576456022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef5fd04b43737b1484f964a866953f19eaaf07be', '66.186.19.5', '1576680061', '__ci_last_regenerate|i:1576680061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef630040a2fdc4b2facdb109eba29a008a359e40', '66.186.19.5', '1576485302', '__ci_last_regenerate|i:1576485302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef63d6ad76bd04304a8c2a7202aaf293983596ea', '66.249.83.34', '1590543896', '__ci_last_regenerate|i:1590543896;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef66df62c066d5bb22a0760732f486bbc7b5303e', '66.186.19.5', '1576297741', '__ci_last_regenerate|i:1576297741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef69a04ee0e9910901739738beba58163c9cb0e8', '66.186.19.5', '1576577042', '__ci_last_regenerate|i:1576577042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef6d5a8f012938dfbf241644465fd1dac6898411', '66.186.19.5', '1576563662', '__ci_last_regenerate|i:1576563662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef706d28362ecfe8e27be4addc2e2873f85e6047', '66.186.19.5', '1576393801', '__ci_last_regenerate|i:1576393801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef8233d64cbf51ab2a5cd5c1ecfa529970b0315b', '66.186.19.5', '1576332961', '__ci_last_regenerate|i:1576332961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef8727be1135b4fa58b3c4e72e0e26311c73b119', '66.186.19.5', '1576382641', '__ci_last_regenerate|i:1576382641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef90e2038ede844d5d3cc9efc2c4d8f52ee90e48', '66.186.19.5', '1576318382', '__ci_last_regenerate|i:1576318382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef92816ec84503245015f9153090068d5e77a58a', '66.186.19.5', '1576666502', '__ci_last_regenerate|i:1576666502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef9b663a5f2d8f1b55ad8bf4e7d877a7490df8c0', '66.186.19.5', '1576289761', '__ci_last_regenerate|i:1576289761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef9c1b16545c0335260a08ca1baaea2061e16651', '66.186.19.5', '1576519561', '__ci_last_regenerate|i:1576519561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef9e037e3e2479295f90bc051646444a9cb7b7e6', '200.121.143.96', '1577825890', '__ci_last_regenerate|i:1577825888;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efbcbbd9bd2aedf36c8b47963f4af5b071d43ba9', '66.186.19.5', '1576509961', '__ci_last_regenerate|i:1576509961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efbcdce2382212a588cda21e791fecc294231794', '66.186.19.5', '1576571281', '__ci_last_regenerate|i:1576571281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efc29328dc368f72a2769443d3c2cbcd1582a4e8', '181.176.126.56', '1591493628', '__ci_last_regenerate|i:1591493625;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efd969decdedcbe942c8a65f2180c8208bd80fbe', '173.252.111.23', '1584010227', '__ci_last_regenerate|i:1584010227;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efdaa8576d612e3bba66a17d60e860e8878d62e5', '66.186.19.5', '1576532461', '__ci_last_regenerate|i:1576532461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efdb89aacc522f4c3a1528b5c9169e18c3f0682c', '198.12.112.129', '1591569131', '__ci_last_regenerate|i:1591569131;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efe71297f5e7a622269d23fc2c93e7eb71d141da', '190.234.106.206', '1582672462', '__ci_last_regenerate|i:1582672461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eff16556d6bdc2c242ea4b3e76d805694afdb62a', '66.186.19.5', '1576649221', '__ci_last_regenerate|i:1576649221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eff170ca993f51f9138b52e0ee6a7fbf675f44ec', '66.186.19.5', '1576517222', '__ci_last_regenerate|i:1576517222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eff521bf4e2710790102aaf4deb3311330134a03', '179.7.136.254', '1581030450', '__ci_last_regenerate|i:1581030450;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0044a30acbbcaa88ccefa86e0d256a1ce83239a', '66.186.19.5', '1576570681', '__ci_last_regenerate|i:1576570681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f005df3b0bf7518e354e568f2fb61234d0fed2a2', '66.186.19.5', '1576521422', '__ci_last_regenerate|i:1576521421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f00a02fc15592a326e48b2359e1f916aee8950e2', '66.186.19.5', '1576612802', '__ci_last_regenerate|i:1576612802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f010c30b3240f6efc82b0beba9b3fe8c6e88638a', '66.186.19.5', '1576389302', '__ci_last_regenerate|i:1576389302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0113df41b9e97b1f172052df49f51b412195e99', '66.186.19.5', '1576588202', '__ci_last_regenerate|i:1576588201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f01cce390bac0e1aa95f0bcf15d73ddb9e62f596', '66.249.73.69', '1586929618', '__ci_last_regenerate|i:1586929618;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0291e617ad0aee49840be3b46060b0916665003', '66.186.19.5', '1576659721', '__ci_last_regenerate|i:1576659721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f02f83da9f20b5371d53f8750fda8d7eb1b388df', '66.186.19.5', '1576525261', '__ci_last_regenerate|i:1576525261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0332e68f1492e101f364370b068ffb2dd0f6a17', '66.186.19.5', '1576560481', '__ci_last_regenerate|i:1576560481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f033a3109cee7af32060f848460920250cc8687e', '66.186.19.5', '1576297621', '__ci_last_regenerate|i:1576297621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f03bdb184599f40e71363fed40f72e34d3fb8d6e', '66.186.19.5', '1576317422', '__ci_last_regenerate|i:1576317422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f048be4aaf5d10a727324cc964d335e965bfde1a', '66.186.19.5', '1576630081', '__ci_last_regenerate|i:1576630081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04ffcd5ff43210a133ad201ce05bd5975c0cc50', '66.186.19.5', '1576669442', '__ci_last_regenerate|i:1576669442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f05cc5a7e924158d793d50f5c60d0243632e2a97', '66.186.19.5', '1576647301', '__ci_last_regenerate|i:1576647301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0809a0a528972d67001198036f27dcd1473d881', '45.189.116.18', '1591698967', '__ci_last_regenerate|i:1591698680;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591657225\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f08135cea9dcae3e721f8ea5689f8698c41d89d2', '66.186.19.5', '1576416301', '__ci_last_regenerate|i:1576416301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f084017940ca9d40b83070c32b032250a3913502', '66.186.19.5', '1576362242', '__ci_last_regenerate|i:1576362242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0935598f3a44d3133ff88634679446484a250d8', '45.189.116.14', '1590702576', '__ci_last_regenerate|i:1590702397;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590621309\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f09e1c7d2f7fb831fc7932bda57aed6e9c55d229', '66.186.19.5', '1576536842', '__ci_last_regenerate|i:1576536842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0abf146fa198ea9c07ceea551f69099d216d4ba', '66.186.19.5', '1576500721', '__ci_last_regenerate|i:1576500721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0bd74f1c710d27dc9472d9e0c4f732ee7dd9251', '66.186.19.5', '1576359302', '__ci_last_regenerate|i:1576359302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0cae589aea4b4936c7fc848d9f2b774b583a189', '66.186.19.5', '1576681382', '__ci_last_regenerate|i:1576681382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0cee686137b76217d025a78f9f59b9a6bfc7d57', '66.186.19.5', '1576461422', '__ci_last_regenerate|i:1576461422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0cf3fc3de9048dae0d9331c98136a0816212306', '66.186.19.5', '1576303741', '__ci_last_regenerate|i:1576303741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0e3032b24899413be9a25c33208b343ca0c0e1a', '66.186.19.5', '1576615310', '__ci_last_regenerate|i:1576615310;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0eba5a7bc91910287a3412041183932e553f476', '173.252.107.17', '1586182294', '__ci_last_regenerate|i:1586182294;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0f714a1e0030a64f8eccb788ed2de99880a9a16', '66.186.19.5', '1576535582', '__ci_last_regenerate|i:1576535582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0f88835e378d07b34f7f4bfa001c5f38e0300b7', '66.186.19.5', '1576520642', '__ci_last_regenerate|i:1576520642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0fa5594be57765f4a6bf6635f2cdf9edc6815a5', '66.186.19.5', '1576417562', '__ci_last_regenerate|i:1576417562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0ffd957c9e3186e5af0a703db85d1a32d32b036', '66.186.19.5', '1576289581', '__ci_last_regenerate|i:1576289581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f10c033073aa4020aec2be71a53540d0a3c9cb64', '66.186.19.5', '1576507562', '__ci_last_regenerate|i:1576507562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f10d6f14c1f296c597ed37fdd3d84f8263be95e6', '66.186.19.5', '1576356422', '__ci_last_regenerate|i:1576356422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f10e0c2b2fe433d8908cc966ce6c3bc51d68c58d', '66.186.19.5', '1576564021', '__ci_last_regenerate|i:1576564021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f111207ed05d882302864b359717784ab84d88a1', '66.186.19.5', '1576552322', '__ci_last_regenerate|i:1576552322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f11198247db455654fb65141d03aa410f1a84822', '66.186.19.5', '1576682101', '__ci_last_regenerate|i:1576682101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f12c237f6999d0ea5f459468816500f7ab710d31', '66.186.19.5', '1576417741', '__ci_last_regenerate|i:1576417741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f12d95ecd2a462300bf167c49df89b94ac341e7e', '66.186.19.5', '1576467782', '__ci_last_regenerate|i:1576467782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f12fe9e37e65b39b36a0fed489928e0a617ea4c0', '66.186.19.5', '1576396022', '__ci_last_regenerate|i:1576396022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f13e3fa9f38a55283ab7b98cc017e11fec54159d', '66.186.19.5', '1576459381', '__ci_last_regenerate|i:1576459381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f13fd33b5a2cc3fa81391b5800134cad50367b08', '66.186.19.5', '1576420382', '__ci_last_regenerate|i:1576420382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1549358e1ce7c64129677567d5c9fcfc9b9ee93', '66.186.19.5', '1576377241', '__ci_last_regenerate|i:1576377241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f169913dabd2623ab8fbfe3cc80bd20088caf4ed', '66.186.19.5', '1576575241', '__ci_last_regenerate|i:1576575241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f172c5414510ec165ed26e86b0b15e5411910675', '66.186.19.5', '1576277582', '__ci_last_regenerate|i:1576277582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f18d58865f849e8f469e438ecd70f5db4f673fab', '66.186.19.5', '1576413062', '__ci_last_regenerate|i:1576413062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f18f135592e3284a837876817dd9f91d1e1f67af', '66.186.19.5', '1576682522', '__ci_last_regenerate|i:1576682522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1995fad442cc69b9746ce77d73b218a414ae42b', '66.186.19.5', '1576401541', '__ci_last_regenerate|i:1576401541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1a4a5f0ad8d73ba80a5e41dd62bc6498ef68cfa', '93.158.161.135', '1583930557', '__ci_last_regenerate|i:1583930557;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1ada7a5c824a2ccdedc0473e4eb0931702c9432', '66.186.19.5', '1576454641', '__ci_last_regenerate|i:1576454641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1adb7921ca5a224a941d8ade1e5eab809079b46', '66.186.19.5', '1576350901', '__ci_last_regenerate|i:1576350901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1bb7865e37c913e88c24db480cf151ece7402b8', '66.186.19.5', '1576587361', '__ci_last_regenerate|i:1576587361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1ea49e42a5ad5e9ad3633d0624257c9294fbb6d', '66.186.19.5', '1576388341', '__ci_last_regenerate|i:1576388341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1ee5fc26915330c3e63ef90764c48c45c00d4c2', '66.186.19.5', '1576422541', '__ci_last_regenerate|i:1576422541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1efc19b369fe0f308b2a3fd295455e8e0b7bf67', '66.186.19.5', '1576589581', '__ci_last_regenerate|i:1576589581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1f264e98ccc1b01be1d07204daaad2501f9a749', '66.186.19.5', '1576614661', '__ci_last_regenerate|i:1576614661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f20efa90f456c1bcadeba86a90d88594c633b427', '66.186.19.5', '1576485602', '__ci_last_regenerate|i:1576485602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f215148b05579e1f32d3f8b25e914cd849be32c3', '66.186.19.5', '1576325701', '__ci_last_regenerate|i:1576325701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f22bc4a91f483a65e1d82bd5ef6210b507e0e27d', '165.22.69.193', '1579095638', '__ci_last_regenerate|i:1579095638;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f243a98d76dab1dca3403752d333c348ee7a48e8', '66.186.19.5', '1576353482', '__ci_last_regenerate|i:1576353482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f24dbd8bcae0f06de632baa0b1678609c037f1d4', '66.186.19.5', '1576638062', '__ci_last_regenerate|i:1576638062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2580edefe3c2d0cf25591d8de4e19553894f483', '66.186.19.5', '1576499222', '__ci_last_regenerate|i:1576499222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2591c1ddf750de95b8e2842363e38ad314c2ead', '66.186.19.5', '1576641121', '__ci_last_regenerate|i:1576641121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f25d0b5b6d14778c6db21d03c2cf6297fe73dab2', '66.186.19.5', '1576603742', '__ci_last_regenerate|i:1576603742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f25e881541067a098dce610601acb2326bdb25d0', '66.186.19.5', '1576478162', '__ci_last_regenerate|i:1576478162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f26041eef316e6ed909878f3f4dbc091292d7fb7', '66.186.19.5', '1576548362', '__ci_last_regenerate|i:1576548362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f269b7e913b93555d3ccba3d594d6cbc4dc583b5', '190.239.111.151', '1583944034', '__ci_last_regenerate|i:1583943810;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2793ac885ee2f43c9992a15507d134d573bf33b', '66.186.19.5', '1576364162', '__ci_last_regenerate|i:1576364162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f288191536b77d2f149f4847753ed274b661a68b', '173.252.83.3', '1583448768', '__ci_last_regenerate|i:1583448768;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2b875b8fa1c13e11ad642f76f4e20b784c0ad38', '173.252.79.15', '1583874294', '__ci_last_regenerate|i:1583874294;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2bd1cb27a5c5e84d05e4009f3a53dbdce0100a3', '66.186.19.5', '1576463102', '__ci_last_regenerate|i:1576463102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2ccf9f0d8b5a56778cfa41f8d534686f047a58f', '66.186.19.5', '1576543502', '__ci_last_regenerate|i:1576543502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2d9ec68dedf60c98322f7d1afa585da434b253a', '66.186.19.5', '1576410062', '__ci_last_regenerate|i:1576410062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2e2b6b65f2e8c935fe399eece2accbb453a28c4', '66.186.19.5', '1576470961', '__ci_last_regenerate|i:1576470961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2e741ea0bbae25328eb7ffcc520c4296d12011e', '66.186.19.5', '1576327502', '__ci_last_regenerate|i:1576327502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2f2d9b22934cd0bcc7d5be0d132be0659035703', '66.186.19.5', '1576404361', '__ci_last_regenerate|i:1576404361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2f94aad2cccbc0e96dad0829d9b97c24a028dfc', '66.249.88.181', '1578412620', '__ci_last_regenerate|i:1578412620;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2fac7de93bb2ac719115643e9e317b95b516961', '66.186.19.5', '1576655881', '__ci_last_regenerate|i:1576655881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f306c113d0dc0f1be4932076339ceacaa62969bf', '66.186.19.5', '1576319582', '__ci_last_regenerate|i:1576319582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3084ac80ad2ab35ecb62f12ede330d68d57612b', '45.189.116.18', '1592162415', '__ci_last_regenerate|i:1592162362;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592162400\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3103e60dbd8c4b9306534e5ed6bdbc55bf9ecbc', '173.252.83.1', '1584914487', '__ci_last_regenerate|i:1584914487;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f31500ae9782320b15f83ae6540ff32fa54cc764', '66.186.19.5', '1576347961', '__ci_last_regenerate|i:1576347961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f324a79eda5fbc2367b1be06878eb72804015107', '66.186.19.5', '1576404481', '__ci_last_regenerate|i:1576404481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f324efcbdc51773bb78557d2150ff86f0f6e6e74', '45.189.116.14', '1590699692', '__ci_last_regenerate|i:1590699683;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590621309\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f32aecc7d07f13de29515a86f8a193568a2bb381', '66.186.19.5', '1576645322', '__ci_last_regenerate|i:1576645322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f32c3d7044434b282f486b8a2fe47b4a2f8e2fe3', '66.186.19.5', '1576549982', '__ci_last_regenerate|i:1576549981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f32da1ffdae1cbcb53a203923c199af44cc12dbe', '66.186.19.5', '1576436941', '__ci_last_regenerate|i:1576436941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3311d06396aabd845b07e8918564d4797ed4940', '66.186.19.5', '1576432262', '__ci_last_regenerate|i:1576432262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f33fd2007fd938d152f64cc32c0238af123396ff', '66.186.19.5', '1576379642', '__ci_last_regenerate|i:1576379642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f33ff7ac56cb5fbe6558b3ec9560130d05f02c99', '66.186.19.5', '1576295341', '__ci_last_regenerate|i:1576295341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3460c4a146f0a8f9c0ef3bba8fd9db67378ac11', '66.186.19.5', '1576277761', '__ci_last_regenerate|i:1576277761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f34a2ac57c916c46468ab118e00e9f6f992f7fdb', '66.186.19.5', '1576578181', '__ci_last_regenerate|i:1576578181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f34c42518ee9d1b87dd686e57e3f8281fb3e875d', '66.186.19.5', '1576332541', '__ci_last_regenerate|i:1576332541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f356414e8322c9a4e401866fee9f47dfde680c54', '66.186.19.5', '1576366022', '__ci_last_regenerate|i:1576366022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f36ac7ac2c7e52e7b66e4673990bbd0efdef3195', '66.186.19.5', '1576480381', '__ci_last_regenerate|i:1576480381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f36c5bae473d1e2f92270877f7b7b180bfe64fa7', '66.186.19.5', '1576357621', '__ci_last_regenerate|i:1576357621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f37c6df673a8ab66f9f1bdaf06a918334186bfa8', '66.186.19.5', '1576555081', '__ci_last_regenerate|i:1576555081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f389102f3a78e5e1ce259e5dbbf0100844f69ea5', '181.176.97.43', '1584581646', '__ci_last_regenerate|i:1584581435;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584499956\";last_ip|s:15:\"181.176.106.150\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3969721f88afcaa2984f938cdcc3a659f460bba', '45.189.116.18', '1591655496', '__ci_last_regenerate|i:1591655345;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f399153d351dbd637ecb2de4994ff800c19d1d51', '66.186.19.5', '1576598821', '__ci_last_regenerate|i:1576598821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f399fbb9538a293da042d0d85944702f3ffe8978', '173.252.127.21', '1590331733', '__ci_last_regenerate|i:1590331733;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3b6e7cf8779f083a1e545c38680be1db525f183', '66.186.19.5', '1576289102', '__ci_last_regenerate|i:1576289102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3cb50223c388a212c639491cd3ac01247889849', '66.186.19.5', '1576416603', '__ci_last_regenerate|i:1576416603;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3cda4800f667a4a6f6658c29d1da4c6fca671cd', '66.186.19.5', '1576389902', '__ci_last_regenerate|i:1576389902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3de4fa16bd8e6c0c9f3e9a033f0f7b8cacb56ee', '66.186.19.5', '1576433281', '__ci_last_regenerate|i:1576433281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3deda6de6ac99ccbf68aa613435de3752ac1e16', '66.186.19.5', '1576633502', '__ci_last_regenerate|i:1576633502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3e76016832a27bf7a3701c702f3006f50ddee28', '66.186.19.5', '1576640581', '__ci_last_regenerate|i:1576640581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3f18637572a4ca7337e5b05729f2826a176224c', '66.186.19.5', '1576492921', '__ci_last_regenerate|i:1576492921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3f28d145ecc6ddf6fd22f6f4ce6df03bea741bd', '66.186.19.5', '1576399742', '__ci_last_regenerate|i:1576399742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3fae44e1ebf05e7b3064452b66e93e13ee50c2f', '66.186.19.5', '1576283701', '__ci_last_regenerate|i:1576283701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3fb09b8747861b6560ef320b991414336ab5ffc', '66.186.19.5', '1576594142', '__ci_last_regenerate|i:1576594142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f40b8237c2d615ff9f41537c04530aa236c7998a', '66.186.19.5', '1576389061', '__ci_last_regenerate|i:1576389061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f40cb4fc6d736aabef02902a50faad58a9decd3b', '66.186.19.5', '1576280941', '__ci_last_regenerate|i:1576280941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f40d75cbf60ac8e8fcf8d5df115f433c288469df', '66.186.19.5', '1576312922', '__ci_last_regenerate|i:1576312922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f41bd6fb8962b9c58615b16032ed6a60dbeacf97', '66.186.19.5', '1576282681', '__ci_last_regenerate|i:1576282681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f428e660212d4ea852534f1b434f0c05c6c68a58', '66.186.19.5', '1576524002', '__ci_last_regenerate|i:1576524002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4292d060539a32b86a3e110363dc424816ddae6', '66.186.19.5', '1576585081', '__ci_last_regenerate|i:1576585081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f42c82a0de6b5eedcfcb1ecc9972942783a60994', '66.186.19.5', '1576322281', '__ci_last_regenerate|i:1576322281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f42deabcb182910c0d717d1a5c9e75e61dfef523', '66.186.19.5', '1576511161', '__ci_last_regenerate|i:1576511161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f430bc423b65f403e152348b413ff82292fb4039', '66.186.19.5', '1576566122', '__ci_last_regenerate|i:1576566122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4350492823aecc09c3b86c05f5fd1c3a6d03849', '66.186.19.5', '1576529042', '__ci_last_regenerate|i:1576529042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4449e4d81400fdf0f14a28c1be0437c179aada2', '66.186.19.5', '1576661461', '__ci_last_regenerate|i:1576661461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4467ef57a40a3a78b5e1c79a6e745f0b28eaaab', '66.186.19.5', '1576649822', '__ci_last_regenerate|i:1576649822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f44eb705c86706e3ce93d768bf9f34a44b829b60', '66.186.19.5', '1576322041', '__ci_last_regenerate|i:1576322041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4543c01bc8aca73cab6e8d6f7f061c71c4c3f85', '66.186.19.5', '1576309801', '__ci_last_regenerate|i:1576309801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f45d121789bb10eb5dfbac983c24f855e96c23b4', '173.252.87.27', '1583066673', '__ci_last_regenerate|i:1583066673;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f45daa9463ca379384cc17bef7e0187f6a894671', '66.186.19.5', '1576447862', '__ci_last_regenerate|i:1576447862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4629c5b5a45c2d6f3131db0adb3441964a04dbc', '66.186.19.5', '1576627142', '__ci_last_regenerate|i:1576627142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f46c69f1e86674cb82556883b57f81673feaed05', '66.186.19.5', '1576367101', '__ci_last_regenerate|i:1576367101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f472afd9c0bbb5c9e67c7cd4a982f37b02fb36db', '190.236.102.225', '1582751834', '__ci_last_regenerate|i:1582751834;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582738776\";last_ip|s:13:\"132.191.3.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f479562527a017542510f89e46ed38629bbad4df', '66.186.19.5', '1576643882', '__ci_last_regenerate|i:1576643882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f47d82b0616bce5ecfc4d1061652970178b472b5', '66.186.19.5', '1576681861', '__ci_last_regenerate|i:1576681861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f48315b3367e41f8ce7cb814b8a9ca6a987ad712', '173.252.127.1', '1580226844', '__ci_last_regenerate|i:1580226844;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f48ce346eaf1879947409a2731270ca3da38b37c', '66.186.19.5', '1576438502', '__ci_last_regenerate|i:1576438502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4992a14cbfe518173992776daf08f8d78e8d91d', '66.186.19.5', '1576399202', '__ci_last_regenerate|i:1576399202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4a154d346989b6a520a828b0bf4dd564da59448', '66.186.19.5', '1576516442', '__ci_last_regenerate|i:1576516442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4ac2671ee4b36c51f901abe0df05d26855e7443', '66.186.19.5', '1576326661', '__ci_last_regenerate|i:1576326661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4ac63a531fe15cd8ea0aa6b63fb20d8a6e7f7c6', '66.186.19.5', '1576479661', '__ci_last_regenerate|i:1576479661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4bea7ebf933f4bdfd1af39bdb935a5fcf56d936', '66.186.19.5', '1576672442', '__ci_last_regenerate|i:1576672442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4c03dd305ee585e122bdebf52a16a9ea3323ec7', '66.186.19.5', '1576313881', '__ci_last_regenerate|i:1576313881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4cc538c096c5a6218168e17b6fa7d7c84c42bc2', '66.186.19.5', '1576303082', '__ci_last_regenerate|i:1576303082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4cd38646d1d4c2e9ad908ad040d28ab6e57032e', '66.186.19.5', '1576578602', '__ci_last_regenerate|i:1576578602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4cd9ddad08268de648b1f421819afbf5c386672', '66.186.19.5', '1576502342', '__ci_last_regenerate|i:1576502342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d47fcb74f3074759d4738efe624eae79ed5c4f', '66.186.19.5', '1576326061', '__ci_last_regenerate|i:1576326061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d9cbcb84864b6b08bdfe8811b99e51e6974841', '66.186.19.5', '1576512962', '__ci_last_regenerate|i:1576512962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4e3c90f19dc89f815b477e44e5d8439fd4b524d', '66.186.19.5', '1576554662', '__ci_last_regenerate|i:1576554662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4e928ff4c4e0696423ccf87971a904bb0733414', '66.186.19.5', '1576417022', '__ci_last_regenerate|i:1576417022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4f24cf96e95b881f7b34d318a0f4c3eed1eda7f', '35.170.73.187', '1580858343', '__ci_last_regenerate|i:1580858343;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4f522e9f4fc789bd2d57ab3a5b84432e8bca5ac', '66.186.19.5', '1576560421', '__ci_last_regenerate|i:1576560421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f50190e8721e8df3401e038f31f02abc0c6784ff', '66.186.19.5', '1576681621', '__ci_last_regenerate|i:1576681621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f506260f6d5ba5edddcd0508555d9dc7df68a53e', '66.186.19.5', '1576627981', '__ci_last_regenerate|i:1576627981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f508f549a18bd1c0334a5fb5dcb68bc5f62ce24a', '66.186.19.5', '1576357801', '__ci_last_regenerate|i:1576357801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f51051ec9203c7df2979ff5d291864f2cb11de99', '66.186.19.5', '1576534502', '__ci_last_regenerate|i:1576534502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f519a7ba7b53e44fdab4e9143073ef4eaa7c2746', '66.186.19.5', '1576362902', '__ci_last_regenerate|i:1576362902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f51b88762786289a16b10b21ae3d442a0ebbc4bd', '66.186.19.5', '1576334041', '__ci_last_regenerate|i:1576334041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5283b0bc70cfd3d091038fa62962a91de8ef069', '66.186.19.5', '1576340761', '__ci_last_regenerate|i:1576340761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f52be8abd11baf38c78561cbc039bf5d86055449', '66.186.19.5', '1576306862', '__ci_last_regenerate|i:1576306862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f53942156e1be057067d22e53d0fd5e218803970', '66.186.19.5', '1576438141', '__ci_last_regenerate|i:1576438141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f540ec4950e2a9ec3b4d1b45c917324bf3a3718b', '66.186.19.5', '1576428122', '__ci_last_regenerate|i:1576428122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5436bfb6b1d49a936bc26e1f6ad0071e07f7ac3', '66.186.19.5', '1576407421', '__ci_last_regenerate|i:1576407421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f544095f0e97da03fc7cf479e0c47f5f10961e12', '66.186.19.5', '1576279201', '__ci_last_regenerate|i:1576279201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f557d2399c5ee7b0b78421ad1d2c369f8d02ee16', '66.186.19.5', '1576312741', '__ci_last_regenerate|i:1576312741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5642ef339e56310f990d8f458524ddc903b367f', '66.186.19.5', '1576638421', '__ci_last_regenerate|i:1576638421;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f56b6d6e5a26e0c63981a7a214712801d50b63d1', '66.186.19.5', '1576294502', '__ci_last_regenerate|i:1576294502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5736db187b801bc9289b84061d38ab014760aef', '66.186.19.5', '1576404301', '__ci_last_regenerate|i:1576404301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5811ee903e130b2317d701a4706f471b6b51dbd', '66.186.19.5', '1576537141', '__ci_last_regenerate|i:1576537141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f58d38ab5a6a79328fb1d264ea002792adc0e12a', '66.186.19.5', '1576384261', '__ci_last_regenerate|i:1576384261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f592b97417799c86458d7a8adba45989caab8adc', '66.186.19.5', '1576654622', '__ci_last_regenerate|i:1576654622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f59d61d3e3fd3221ad50440beef1f24c87eecb5d', '66.186.19.5', '1576339861', '__ci_last_regenerate|i:1576339861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5a66ebe2c0456cfa2b70a4529dcec4eb45bf1f9', '66.186.19.5', '1576668961', '__ci_last_regenerate|i:1576668961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5a7b4e71dbbee5d12e102eb3fb7f3f27c31d5ca', '190.239.111.151', '1583946324', '__ci_last_regenerate|i:1583946230;local|s:1:\"1\";listaVenta|i:6;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";remove_spo|i:1;error|s:43:\"El comprobante ya tiene una nota de credito\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5c7cabdd03e9d7f0a3e57e8ea639f4de5c12574', '138.246.253.15', '1587145955', '__ci_last_regenerate|i:1587145955;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5d9c208886bb4767c07a30e7f976836b52d7337', '66.186.19.5', '1576458721', '__ci_last_regenerate|i:1576458721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5df8f17c34ae530f3f4fbf70a5ef07db6ae50b8', '66.186.19.5', '1576483082', '__ci_last_regenerate|i:1576483082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5e6f05cef5148db877984fa82f3df234ff0b1fa', '66.186.19.5', '1576531442', '__ci_last_regenerate|i:1576531442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5f0b056d2d672a9745c1625af649e4e9763e7e3', '66.186.19.5', '1576409402', '__ci_last_regenerate|i:1576409402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f61afc71e428842fdd0a1d4c467d1dfab42213b7', '66.186.19.5', '1576487282', '__ci_last_regenerate|i:1576487282;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f61bdfd7861fa403054cb95da982bd3c80d66e4a', '66.186.19.5', '1576396622', '__ci_last_regenerate|i:1576396622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6341a12b34423732ea02cbb742c89799ee9e4d7', '66.186.19.5', '1576327681', '__ci_last_regenerate|i:1576327681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f635fcef820df638d63a8b2add39061ee9075985', '66.186.19.5', '1576442641', '__ci_last_regenerate|i:1576442641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f637cde51d0f7b18d2d89ad9c1c3da7b7a76431a', '66.186.19.5', '1576640102', '__ci_last_regenerate|i:1576640102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f639305d95bff9bd2a8517cf39fdf8fa7551ce26', '66.186.19.5', '1576485062', '__ci_last_regenerate|i:1576485062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63c2884ded88dde66489652561fc46a8c7554ea', '66.186.19.5', '1576592161', '__ci_last_regenerate|i:1576592161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63d9257aa2efbf9d062d4ba33ca9406d97c3dc8', '148.102.113.156', '1578079096', '__ci_last_regenerate|i:1578079093;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63fdc7d7d9620b5683528aff3fbfcf95e983970', '66.186.19.5', '1576296841', '__ci_last_regenerate|i:1576296841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6465c918619204f9705ff097235e241b9342d46', '66.186.19.5', '1576605481', '__ci_last_regenerate|i:1576605481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f649ecb81f6d958955321f0e2a8d67121ffb68fa', '66.186.19.5', '1576343581', '__ci_last_regenerate|i:1576343581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f64db106fdd5f7c9c7cbd0232409ac551601f5d9', '66.186.19.5', '1576373762', '__ci_last_regenerate|i:1576373762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f65b31bcfa7b3691271497160278eaf2d19d63e0', '66.186.19.5', '1576478821', '__ci_last_regenerate|i:1576478821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f65b3c405639d3310722c132bfa17e5efc8484f7', '45.189.116.18', '1591677881', '__ci_last_regenerate|i:1591677874;local|s:1:\"2\";listaVenta|i:1;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591582499\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f669d08bf2132bdad84adc6bfc9a0e836d44bf02', '66.186.19.5', '1576625281', '__ci_last_regenerate|i:1576625281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f672238f63b227140a93617a219685e497672a90', '66.186.19.5', '1576286641', '__ci_last_regenerate|i:1576286641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f693b899470237e00e7642b792eafad56e103c20', '190.239.111.151', '1584033248', '__ci_last_regenerate|i:1584030836;local|s:1:\"1\";listaVenta|i:5;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584030827\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f69705279d576be298626154ab767c768b5c8e02', '66.186.19.5', '1576328101', '__ci_last_regenerate|i:1576328101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f697e11a4b7afb2676d6fbc166d5a089ea32e999', '66.186.19.5', '1576425361', '__ci_last_regenerate|i:1576425361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f69a0ef81056ee13eadc9151d8c4824c5c8a47d8', '66.186.19.5', '1576608542', '__ci_last_regenerate|i:1576608542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6a420ba31d3b27ec872a81a0a190eaecd66bdf0', '66.186.19.5', '1576290361', '__ci_last_regenerate|i:1576290361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6a5d6618493d16f20acc40a4c5817ec886678c9', '66.186.19.5', '1576641242', '__ci_last_regenerate|i:1576641242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6aee10a121239cd62e27cc497921d2881ea4db4', '66.249.88.213', '1580343598', '__ci_last_regenerate|i:1580343597;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6b3c4dada0c2e2b1594fc2a5446719a482af0a5', '66.186.19.5', '1576498561', '__ci_last_regenerate|i:1576498561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6c23cf40ff268c5a33fd34f5626b4a380dff6b9', '66.186.19.5', '1576355162', '__ci_last_regenerate|i:1576355162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6cbf8db13a2f5382c38c2e62853468aea7852ee', '64.225.78.32', '1588872121', '__ci_last_regenerate|i:1588872121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d88d17c5b74d6978c5a98cd2810211127b6d31', '66.186.19.5', '1576640161', '__ci_last_regenerate|i:1576640161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6daf98e0668c68340c02947d881d46002c70083', '66.186.19.5', '1576493522', '__ci_last_regenerate|i:1576493522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6dc1a679a440e3564290f0209fb05c2342cb023', '66.186.19.5', '1576465441', '__ci_last_regenerate|i:1576465441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6e095a3b5048352471c5dd57f11554eba2a3927', '66.186.19.5', '1576669982', '__ci_last_regenerate|i:1576669981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6e72390ecb318e5cf6f40c83d4d22d36b0f9009', '66.186.19.5', '1576612561', '__ci_last_regenerate|i:1576612561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6f440ffa873443dde4b2bedfa5cec7abbfe3ee2', '45.189.116.18', '1592252058', '__ci_last_regenerate|i:1592252053;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592187164\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6f551f10bb6b120649d5b4ecbf954f68bd85ff4', '66.186.19.5', '1576490642', '__ci_last_regenerate|i:1576490642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6f5a0af3954cf3306726cd2e8d12ad272d9e7e6', '66.186.19.5', '1576517041', '__ci_last_regenerate|i:1576517041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6fbffada5095c71ddc5df867186c252e515089e', '66.186.19.5', '1576544462', '__ci_last_regenerate|i:1576544461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f717414d2d1e4a312b5f76cf88eed2a17c38426e', '69.171.251.8', '1577830619', '__ci_last_regenerate|i:1577830619;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f720b0c52e09dace5c571602318a1982a6a353d3', '66.186.19.5', '1576601882', '__ci_last_regenerate|i:1576601882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f733207adb3daddb0b2cedddd1777623ef463202', '66.186.19.5', '1576423321', '__ci_last_regenerate|i:1576423321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f73dbf8333e0df3f4036ac9acd8a25e7e359a1f7', '66.186.19.5', '1576644062', '__ci_last_regenerate|i:1576644062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f74e55d515dada1f2940de489196469f4f8600a3', '66.186.19.5', '1576474262', '__ci_last_regenerate|i:1576474262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f755e21e8b3aea82828ec2b932308350caf6d879', '66.186.19.5', '1576602062', '__ci_last_regenerate|i:1576602062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f759671ea6fa25a294ae3f3d2898c40e32a9162e', '66.186.19.5', '1576557661', '__ci_last_regenerate|i:1576557661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f766ae8a2b2972d96856204a8acb54adadc115d6', '66.186.19.5', '1576505942', '__ci_last_regenerate|i:1576505942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7678f66427990687e46650d316d09fb2511e474', '190.239.111.151', '1583936959', '__ci_last_regenerate|i:1583936635;local|s:1:\"1\";listaVenta|i:4;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583901247\";last_ip|s:15:\"190.239.111.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7812e1aa1e46cc698f27e7ac8e5abc752445ea8', '66.186.19.5', '1576646221', '__ci_last_regenerate|i:1576646221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7870b398d2dcf5b1a7f85551f904129250fe300', '66.186.19.5', '1576321921', '__ci_last_regenerate|i:1576321921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f78be6806cb2fa61e4f09179421187295bb893d9', '173.252.95.53', '1578936306', '__ci_last_regenerate|i:1578936306;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7a26a25a8581cc358c77bccad5f4c5ecd69bb45', '173.252.83.17', '1578508612', '__ci_last_regenerate|i:1578508612;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7a78d309ac6ed40c9134f9203d962e73975da89', '66.186.19.5', '1576287062', '__ci_last_regenerate|i:1576287062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7ac99904e0098cb8197756cd216fd94d89d27c1', '66.186.19.5', '1576646462', '__ci_last_regenerate|i:1576646462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7b76855c721633009d187716c12d142d80421a4', '66.186.19.5', '1576295162', '__ci_last_regenerate|i:1576295162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7b97ace422641dce1559efc48da00210ba99b41', '66.186.19.5', '1576580702', '__ci_last_regenerate|i:1576580702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7bce8f70313f68ded4837d8164b79aafa0ef9b9', '66.186.19.5', '1576415281', '__ci_last_regenerate|i:1576415281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7bff4f820a87a61d2ca81a604888874221ccb92', '66.186.19.5', '1576296722', '__ci_last_regenerate|i:1576296722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7c5aa405d59b989fb144353064b4a482140f620', '66.186.19.5', '1576307882', '__ci_last_regenerate|i:1576307882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7d1433bd93c3bc9a5c2872dcf7d77a3140680a3', '66.186.19.5', '1576462922', '__ci_last_regenerate|i:1576462922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7d75f5203fc25d28201b2f1e991f2843a87de9e', '66.186.19.5', '1576384742', '__ci_last_regenerate|i:1576384742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7e67de58e7a16ca266ee9a7105b7d4d74b14a1d', '66.186.19.5', '1576681802', '__ci_last_regenerate|i:1576681802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7e6b2fe736963f086b20185ca0c380f89483e93', '66.186.19.5', '1576545242', '__ci_last_regenerate|i:1576545242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7f9d28a6733b3efe8836cb2a6bc3ae0e9854c16', '66.186.19.5', '1576450321', '__ci_last_regenerate|i:1576450321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f80de947fdafc420ded66e3c50edd2aa05c92fc4', '66.186.19.5', '1576369081', '__ci_last_regenerate|i:1576369081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f817dd302288d8cbe0d66452ac384c1482108e55', '66.186.19.5', '1576308902', '__ci_last_regenerate|i:1576308902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f822574656b2579840d602f32fd902453d4cd0fa', '190.239.111.151', '1583901243', '__ci_last_regenerate|i:1583901243;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f83761ecd77ba33b8c9c731038a6b8da6ad06a4e', '66.186.19.5', '1576475041', '__ci_last_regenerate|i:1576475041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8428c704ea1d68b1952d4a20899d0b39f09f5f1', '66.186.19.5', '1576488002', '__ci_last_regenerate|i:1576488002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f84613465a6bf5c583144db00991e298ffd01812', '66.186.19.5', '1576658042', '__ci_last_regenerate|i:1576658042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f849a0204f81f4367d841286fd039624a8cfedb3', '66.186.19.5', '1576500242', '__ci_last_regenerate|i:1576500242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f84d5a4fc3ec539cb4dcef9850bc3b278e15d2cc', '66.186.19.5', '1576642621', '__ci_last_regenerate|i:1576642621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f85bae20e02209751d2822c272818998c05e7da2', '66.186.19.5', '1576579742', '__ci_last_regenerate|i:1576579742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f86052081efbed613927f1db058bc895958c9ea6', '66.186.19.5', '1576629661', '__ci_last_regenerate|i:1576629661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f86196a101099951fafd780f30a77a287c89577b', '66.186.19.5', '1576290122', '__ci_last_regenerate|i:1576290122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8635c65e2079c12738540cefdc27edaebdb9e12', '66.186.19.5', '1576351862', '__ci_last_regenerate|i:1576351862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f88254d16f7fba3d3f7d3b71f7c17468408431ab', '66.186.19.5', '1576315322', '__ci_last_regenerate|i:1576315322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f884b0df1bec830fa11cffeb6111f5aef1386667', '66.186.19.5', '1576351202', '__ci_last_regenerate|i:1576351202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f888703f77d6005a3d0051232a52c713beb17c53', '66.186.19.5', '1576540022', '__ci_last_regenerate|i:1576540022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f88d4609581ce34e1a427f6a68fda91b5a1916ec', '31.13.127.19', '1584937407', '__ci_last_regenerate|i:1584937407;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f892fbffec2a55359638ffa5fe861caa7cea81df', '66.186.19.5', '1576676822', '__ci_last_regenerate|i:1576676822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f89419cc9db3da4cf981adc38bca4c7d41493f9b', '66.186.19.5', '1576547521', '__ci_last_regenerate|i:1576547521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f898b6aebe90c5f6673c0b24961578c36d4e2acb', '66.186.19.5', '1576538402', '__ci_last_regenerate|i:1576538402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f89aedd018689d119856ac59032255dbcd57313b', '66.186.19.5', '1576338302', '__ci_last_regenerate|i:1576338302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8c5ff7a857460debcf723f60a96df1ddcf1c0cd', '66.186.19.5', '1576689302', '__ci_last_regenerate|i:1576689302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8db7bc3af878cf8da5259f2260ea0b4242e7198', '66.186.19.5', '1576330201', '__ci_last_regenerate|i:1576330201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f907aba364a5ff5dcd1365cd26681ebcb2d48ee0', '66.186.19.5', '1576365302', '__ci_last_regenerate|i:1576365302;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f915d311c7784f4fd0501ab65134fb06fd24b71f', '190.113.214.252', '1580343352', '__ci_last_regenerate|i:1580343352;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f91795dfd398ee5ea3d84d1c65c29e917643f4d2', '66.186.19.5', '1576497601', '__ci_last_regenerate|i:1576497601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f938e56d9e7e9fcfc5241b84110547b66de20b75', '66.186.19.5', '1576511401', '__ci_last_regenerate|i:1576511401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f94284afd02073e2cfff9c2d13947121b045ff37', '45.189.116.18', '1591037942', '__ci_last_regenerate|i:1591037927;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590969392\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f94a8e7b73dabec71a3c411019d45cd9d033e0b6', '66.186.19.5', '1576398782', '__ci_last_regenerate|i:1576398782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f94c575ac18aedd3a77e91663fdeeaa53b1bc2b8', '66.186.19.5', '1576545541', '__ci_last_regenerate|i:1576545541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f95650229b3797761243db4c7fc89657719a7cdd', '45.189.116.14', '1589914186', '__ci_last_regenerate|i:1589911718;local|s:1:\"1\";listaVenta|i:15;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1589817111\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9572c13497db039aa044f600452caaca537c137', '66.186.19.5', '1576549382', '__ci_last_regenerate|i:1576549382;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f957dfd7a262852f1e2cf4cab6f317999f2ae317', '66.186.19.5', '1576321982', '__ci_last_regenerate|i:1576321982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f958884a803df322f02f33230cb00160fad7b189', '190.238.52.115', '1593368011', '__ci_last_regenerate|i:1593367942;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1592419748\";last_ip|s:14:\"190.238.52.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f95c23c4c89fbfec97278400c402895efc92e90a', '66.186.19.5', '1576652642', '__ci_last_regenerate|i:1576652642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9622e186d285b4670780d8f5ddf9bb62944be84', '66.186.19.5', '1576590662', '__ci_last_regenerate|i:1576590662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9671e223526ee73eaf6e7643671f340827ca8f4', '66.186.19.5', '1576413182', '__ci_last_regenerate|i:1576413182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f96ebf1ed57b268d5e1d39fb57d18a33547bd04d', '45.189.116.14', '1587658201', '__ci_last_regenerate|i:1587658200;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1587574474\";last_ip|s:13:\"45.189.116.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";message|s:45:\"<p>¡Logueado con éxito! Sea bienvenido!</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f976f9c994ce4e0383541680872bf165446c2dbf', '45.189.116.18', '1590800018', '__ci_last_regenerate|i:1590799513;local|s:1:\"1\";listaVenta|i:13;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1590711151\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f977aa6292034b298b5bd5d846964b272e40041c', '66.186.19.5', '1576516322', '__ci_last_regenerate|i:1576516322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9781d0bea06740cda707f41e020630781e25d17', '66.186.19.5', '1576560902', '__ci_last_regenerate|i:1576560902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f97a874f808a48f368ac296987c5c7bad9b3a218', '66.186.19.5', '1576434721', '__ci_last_regenerate|i:1576434721;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f97e51f076c1b90921c9d15e705bf76943c587af', '45.189.116.18', '1590956650', '__ci_last_regenerate|i:1590956647;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9869fb7ff6d658e59a43c5f0d03c3e648dac0e3', '66.186.19.5', '1576323481', '__ci_last_regenerate|i:1576323481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f986a10b536d272efd59aca62c6ec1509f6bcbf1', '66.186.19.5', '1576535881', '__ci_last_regenerate|i:1576535881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f988c5b27c9b41843bd6b9059fdef5a97f52e823', '66.186.19.5', '1576598041', '__ci_last_regenerate|i:1576598041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9951df21ee16280743b6f038b7aa5d6c522a4a2', '66.186.19.5', '1576398841', '__ci_last_regenerate|i:1576398841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9987b7b3900aa9cb0a8d262b28f519c16e41440', '66.186.19.5', '1576525862', '__ci_last_regenerate|i:1576525862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f99aaeab2ac0e50b1a90fc0389967f0a0cf3ed6c', '141.8.143.146', '1584451518', '__ci_last_regenerate|i:1584451518;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f99dd2eba30a7fcada652bf4f5557458ddf66072', '66.186.19.5', '1576467422', '__ci_last_regenerate|i:1576467422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9a4221a8ca2ed40b333eafbf353efbe58955c18', '190.236.102.225', '1581632171', '__ci_last_regenerate|i:1581632171;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9a445c98917a5e549e6412615da75b97214b0e2', '66.186.19.5', '1576615390', '__ci_last_regenerate|i:1576615390;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9a44917a079c80be5040e74fcaa9997cd8603f7', '66.186.19.5', '1576685401', '__ci_last_regenerate|i:1576685401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9abf3a5abf4dcc62ed3a91239534ee23b74d211', '66.186.19.5', '1576388701', '__ci_last_regenerate|i:1576388701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9b5aeed56dadde92e3ece2c3eeb37c615318053', '66.186.19.5', '1576597201', '__ci_last_regenerate|i:1576597201;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9bfbf920f8f9ae189b0674c8300f2a384152951', '66.186.19.5', '1576581961', '__ci_last_regenerate|i:1576581961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9c16e23d671db63d82cc0abf5733d3f95735612', '190.236.102.225', '1582738294', '__ci_last_regenerate|i:1582738208;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582690929\";last_ip|s:15:\"181.176.119.246\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:41:\"INVERSIONES, SERVICIOS & LOGISTICA S.A.C.\";ruc|s:11:\"20534779845\";direccion|s:59:\"MZA. E LOTE. 11 URB. JOSE DE SAN MARTIN ICA - PISCO - PISCO\";region|s:3:\"Ica\";pais|s:4:\"Peru\";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9c1e0a0ce7bfe0924e19f04554d6a0b781e2d1d', '66.186.19.5', '1576523761', '__ci_last_regenerate|i:1576523761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9c1e2a73426a75c72ac52975af980dfd47d6599', '66.186.19.5', '1576628642', '__ci_last_regenerate|i:1576628642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9c419509791810e423b961ffdc34f06c2de8f8d', '66.186.19.5', '1576475281', '__ci_last_regenerate|i:1576475281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9c50de1adb77283058a4407498af615935bd4c4', '66.186.19.5', '1576573921', '__ci_last_regenerate|i:1576573921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9cca978f37455bf7f2bc28efd2941de63000c4e', '66.186.19.5', '1576309142', '__ci_last_regenerate|i:1576309142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9d0d9408d983b78357387ffcab74f7e1494b6a4', '66.186.19.5', '1576654442', '__ci_last_regenerate|i:1576654442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9d56c7e040deb609c3323da5e7750976ce90b88', '66.186.19.5', '1576340161', '__ci_last_regenerate|i:1576340161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9db50653144cd2e945da28cd310e21437f52c97', '66.186.19.5', '1576330081', '__ci_last_regenerate|i:1576330081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9f0da6d2d88ded2ef579c6fdc814a012a07573a', '66.186.19.5', '1576533362', '__ci_last_regenerate|i:1576533362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9f1ac9b6450e882db5ffc28892efe14f7ba3f89', '66.186.19.5', '1576637401', '__ci_last_regenerate|i:1576637401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9f3427cc2bc757acfc2f2eef963e1ec0d0dfa0f', '66.186.19.5', '1576600562', '__ci_last_regenerate|i:1576600562;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9ffcf7a0a921f7acc4a75b81d76e45576f91287', '173.252.111.4', '1584196692', '__ci_last_regenerate|i:1584196692;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa10d089e6c8317f6e5e94cd51b82b3370d582e1', '66.186.19.5', '1576293362', '__ci_last_regenerate|i:1576293362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa11a925ce20338795314a5c49ffaa544b31e9c1', '66.186.19.5', '1576488901', '__ci_last_regenerate|i:1576488901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa138cc881daffb42d9219f611becb2917b90f0f', '66.186.19.5', '1576387322', '__ci_last_regenerate|i:1576387322;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa14e58581eb89d1f03514688c412fc34c1fbc4a', '66.186.19.5', '1576509422', '__ci_last_regenerate|i:1576509422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa17446715048f3235c96d238705fd91c965dc70', '66.186.19.5', '1576552741', '__ci_last_regenerate|i:1576552741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa21d173605f66a90d67d256dfad3c8c2189a3ea', '66.186.19.5', '1576301702', '__ci_last_regenerate|i:1576301702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa27651b8c6fc3d2320688144e1cd1391e5b9cb9', '66.186.19.5', '1576433101', '__ci_last_regenerate|i:1576433101;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa2a3d3b641c06057bfe46559adb5e1ab425c1be', '66.186.19.5', '1576505702', '__ci_last_regenerate|i:1576505702;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa2a52e22cb8f9b64f1c80723263dff05fe4aaf1', '66.186.19.5', '1576439882', '__ci_last_regenerate|i:1576439882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa2fb23c4e3c0c3c2dc7ee378ecd4795604a6486', '66.186.19.5', '1576485182', '__ci_last_regenerate|i:1576485182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa330fc925320cd1ceed6ac947de09416a7d3195', '190.239.111.151', '1583904220', '__ci_last_regenerate|i:1583904213;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583430020\";last_ip|s:13:\"132.191.3.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa3cb03f33635f3ec469e7aa694a423b32bf0380', '66.186.19.5', '1576293002', '__ci_last_regenerate|i:1576293002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa403d2b6610e403ac7b35bef067efe5b1514fcf', '66.186.19.5', '1576564561', '__ci_last_regenerate|i:1576564561;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa4638e3e682f391f4bdbe9fafa1df574e9d63b5', '66.186.19.5', '1576556042', '__ci_last_regenerate|i:1576556042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa4a8daa8fbda176f38252dc0b8c4b62d009f3a3', '66.186.19.5', '1576387141', '__ci_last_regenerate|i:1576387141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa560f61da15c7936a2cb6f683c9f27418722182', '66.186.19.5', '1576326542', '__ci_last_regenerate|i:1576326542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa5a028df31c4e0b5e60fb7c4c295777e5921683', '66.186.19.5', '1576640461', '__ci_last_regenerate|i:1576640461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa60b137ca93a7cb756d9428440942a573be8d0a', '66.186.19.5', '1576677961', '__ci_last_regenerate|i:1576677961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa656b702abfdd5817891a6f4bb28f30022e5279', '197.234.221.103', '1584488839', '__ci_last_regenerate|i:1584488839;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa6d05cfeb78290e24d083b3529ffd73c88f7bfa', '66.186.19.5', '1576516156', '__ci_last_regenerate|i:1576516156;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa76f1bc2d75d6eff1208f99a44fd60def8b9a8e', '45.189.116.18', '1592096238', '__ci_last_regenerate|i:1592096198;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592089254\";last_ip|s:15:\"181.176.123.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";error|s:46:\"<p>No seleccionaste un archivo para subir.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa82af9ba4d8385cd0db877c17b4cf5850757115', '66.186.19.5', '1576398902', '__ci_last_regenerate|i:1576398902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa851eb2e6c00877ce25d8b937a6bac7361c112a', '66.186.19.5', '1576683482', '__ci_last_regenerate|i:1576683482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa93f40c8ba5f68df3a4fbf03a404843e9887d2c', '66.186.19.5', '1576613402', '__ci_last_regenerate|i:1576613402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa9ae62551939f1b48a9e0abd34cb2d99dde35d5', '173.252.83.10', '1587747305', '__ci_last_regenerate|i:1587747305;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faa7815361c0bb204f78233e73cec582c363f7e8', '66.186.19.5', '1576530961', '__ci_last_regenerate|i:1576530961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faaaf1393c4c5d81216127eb4afc5eaf25272e7b', '66.186.19.5', '1576411261', '__ci_last_regenerate|i:1576411261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faad6942385a233eead475a3af11d60d079d454b', '66.186.19.5', '1576643102', '__ci_last_regenerate|i:1576643102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('face9f568058954edba71e75933249b3af68e39d', '66.186.19.5', '1576660801', '__ci_last_regenerate|i:1576660801;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad23f545e6dab5808e6d2e7367db4bd7d4b8ff6', '66.186.19.5', '1576680842', '__ci_last_regenerate|i:1576680842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad6b4ce3040166a54420803dff109ebbb48a858', '66.186.19.5', '1576285441', '__ci_last_regenerate|i:1576285441;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad8310a8ca5bc29b2a209fa31d8756a389db3a2', '66.186.19.5', '1576661402', '__ci_last_regenerate|i:1576661402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad97be45305e9f763c1b2682e8e2a0d40601b9a', '66.186.19.5', '1576662542', '__ci_last_regenerate|i:1576662542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faef144adcf8f9b40f9be9967b0d58f535528679', '66.186.19.5', '1576337342', '__ci_last_regenerate|i:1576337342;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf0d713df667828ffdf9b29b42e1d0673abed2b', '66.186.19.5', '1576495141', '__ci_last_regenerate|i:1576495141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf53bcd4f3c91b511e392e145c04fbc573bb3d7', '66.186.19.5', '1576301341', '__ci_last_regenerate|i:1576301341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf89dd1aa9e8b8137999c8f7d26b533c9d825d7', '66.186.19.5', '1576284001', '__ci_last_regenerate|i:1576284001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb001f2b30c5300ee82fc8aea7c7f4a768357cf7', '66.186.19.5', '1576308541', '__ci_last_regenerate|i:1576308541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb0d89ed3a0a3cca1fa3fe8711aed389d3ac4893', '66.186.19.5', '1576470841', '__ci_last_regenerate|i:1576470841;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb10c52d70abb6dc7cc04401e1b4738b8cd19363', '66.186.19.5', '1576417501', '__ci_last_regenerate|i:1576417501;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb27b00272de3d3d5e66ede35f34e4fc1c21baf1', '66.186.19.5', '1576596961', '__ci_last_regenerate|i:1576596961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb30445b367adb82520ae0a8908bcdd7362abcf9', '66.220.149.28', '1586090275', '__ci_last_regenerate|i:1586090275;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb38ba41a91b761be6f5e2e0100e553b0b3d7aa9', '66.186.19.5', '1576281361', '__ci_last_regenerate|i:1576281361;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb40c41767938d51787e8868d48b1e27969cdc33', '66.186.19.5', '1576596902', '__ci_last_regenerate|i:1576596902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb4ba4e35e3866cd1c15e6d579f359c2d7cdf812', '66.186.19.5', '1576458242', '__ci_last_regenerate|i:1576458242;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb519663b3352f261dd8d76c62286b1f4f13bcda', '66.186.19.5', '1576686962', '__ci_last_regenerate|i:1576686962;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb56ad2a4237997e1c96c52d8b4ac85e3aa360b8', '66.186.19.5', '1576553281', '__ci_last_regenerate|i:1576553281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb57a74a2eca4d34aa000dae6b983e2715a740af', '66.186.19.5', '1576553162', '__ci_last_regenerate|i:1576553162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb58533e3d532695ee2f593095bc24e4c22999c1', '190.234.163.130', '1591405079', '__ci_last_regenerate|i:1591404840;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591304961\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb5901cc7b0d28674d12e5b8402ff0aa5ab11ccf', '66.186.19.5', '1576647062', '__ci_last_regenerate|i:1576647062;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb73bb2b1aad1bdefd20a6e3d329aa26947dfba0', '66.186.19.5', '1576278842', '__ci_last_regenerate|i:1576278842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb7498d13710078f1ac97184e85089945dbcbc4f', '66.186.19.5', '1576292701', '__ci_last_regenerate|i:1576292701;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb85fc8a7568c1f6273f2e8c59ff4dc94c19afad', '66.186.19.5', '1576405622', '__ci_last_regenerate|i:1576405622;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb891685ae9b57e5aa87ad6e8c14c39ce2af32f6', '138.246.253.15', '1584070679', '__ci_last_regenerate|i:1584070679;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb9286803cda4c6e1419e82520a20d0720fda479', '190.234.163.130', '1591931182', '__ci_last_regenerate|i:1591931026;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591760840\";last_ip|s:15:\"181.176.118.160\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb92eb607466ace3bb5b077ff277bda6627a2e64', '66.186.19.5', '1576437542', '__ci_last_regenerate|i:1576437542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb94bd94f267ab860a6e1e5f87a679fa8f36104d', '179.6.54.82', '1580340721', '__ci_last_regenerate|i:1580340719;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb9ecc928341fbf6afe0cb1714d65e6f534e7766', '66.186.19.5', '1576530182', '__ci_last_regenerate|i:1576530182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbaa00c7f600fbbb120023a1a4266735d02a789b', '66.186.19.5', '1576464782', '__ci_last_regenerate|i:1576464782;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbce7299a5e1071b65f58722ff9adce01588f1b2', '66.186.19.5', '1576386241', '__ci_last_regenerate|i:1576386241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbd2869c697b38a6ecf09f8cdade7c0739dec652', '66.186.19.5', '1576678861', '__ci_last_regenerate|i:1576678861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbd7013489c6faa112b325036b10c94fba9fa01f', '66.186.19.5', '1576565341', '__ci_last_regenerate|i:1576565341;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbf8e4106ba560991f98ba8a0cdc903736c8bd8d', '66.186.19.5', '1576539002', '__ci_last_regenerate|i:1576539002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbfccf88b7f722eba32b6f4f3b4afa4a151cd4a2', '66.186.19.5', '1576460462', '__ci_last_regenerate|i:1576460462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbfe884631851815dfeae84ce451a60e7d994982', '66.186.19.5', '1576676401', '__ci_last_regenerate|i:1576676401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc02936cb1ccf1fbedf847059876e65ccda31391', '66.249.79.172', '1586996101', '__ci_last_regenerate|i:1586996100;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc082fe739816f6a179a8e506f87dacc3f79573c', '66.186.19.5', '1576401722', '__ci_last_regenerate|i:1576401722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc0ed903daccebcedb823ff8ed8d1cc332d69da5', '66.186.19.5', '1576495262', '__ci_last_regenerate|i:1576495262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc166149e2ceac53633727ac4d4a7c8b492455ef', '66.186.19.5', '1576288921', '__ci_last_regenerate|i:1576288921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc2b7628ccbd26d26f6a5620d34a8931b50c5a30', '190.233.137.125', '1583636995', '__ci_last_regenerate|i:1583636981;local|s:1:\"1\";listaVenta|i:16;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1581280217\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-07 22:09:55\";remove_spo|i:1;message|s:16:\"Bienvenido a TPV\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc38ac936bdf73e31d4cbea6691d7bdecb5990ab', '66.186.19.5', '1576639142', '__ci_last_regenerate|i:1576639142;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc398ee2760b04da4d7e92c7e8d568b868d92333', '66.186.19.5', '1576600682', '__ci_last_regenerate|i:1576600682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc3f6402f4da1c808c5006ddcfbb5ed27ca51b57', '66.186.19.5', '1576514582', '__ci_last_regenerate|i:1576514582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc463c8e3bf0736366ee39b4951181a8d3b875fa', '66.186.19.5', '1576681682', '__ci_last_regenerate|i:1576681682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc4f075868262fcc347cf83211724de8b332e328', '66.186.19.5', '1576457522', '__ci_last_regenerate|i:1576457522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc5b40f915e9bd1756823590d73359d1f9683d5a', '181.64.11.254', '1579106022', '__ci_last_regenerate|i:1579106022;local|s:1:\"1\";listaVenta|i:1;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579105357\";last_ip|s:13:\"181.64.11.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc5c9af933f5aa2c3cc0ee1fe4b694e47cfd3d42', '66.186.19.5', '1576317601', '__ci_last_regenerate|i:1576317601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc5d8508ef61e8782dc0795d9d7f06d8aaa7452d', '181.65.0.62', '1585367476', '__ci_last_regenerate|i:1585367475;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc69d0ce1e3f4f807bbff5500df960fee3224875', '31.13.127.17', '1587013061', '__ci_last_regenerate|i:1587013061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc6ea66a14f8f668e035a077cbdb0087bc5505f8', '66.186.19.5', '1576631822', '__ci_last_regenerate|i:1576631822;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc72808c6d6f8358bfdd612b7994f6e857fa3878', '66.186.19.5', '1576479121', '__ci_last_regenerate|i:1576479121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc7e70904d854d22cf58204176155376a316ee4f', '66.186.19.5', '1576324081', '__ci_last_regenerate|i:1576324081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc8ed017deadcf0f3c3cef9ed2d7ab85b7a189cb', '66.186.19.5', '1576644182', '__ci_last_regenerate|i:1576644182;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc9e528a6b93e68edcaaa21d17466b55bf664265', '66.186.19.5', '1576444442', '__ci_last_regenerate|i:1576444442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fca03ef673f4f99b79cee1bc73bf6ded1f9c081a', '66.186.19.5', '1576513082', '__ci_last_regenerate|i:1576513082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fca8faca494bf858bdefdca5d9ad1b15c341ea41', '66.186.19.5', '1576650301', '__ci_last_regenerate|i:1576650301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcab43814f77dadfbd1a9d5172c03bc68a801779', '66.186.19.5', '1576635541', '__ci_last_regenerate|i:1576635541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcbb6a700564120dcc5a0aec1488f0f6df2793a6', '66.186.19.5', '1576598102', '__ci_last_regenerate|i:1576598102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcbc9ca8e5125f1d4530f14a08b8f678192a8c2a', '66.186.19.5', '1576423922', '__ci_last_regenerate|i:1576423922;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcbda0261f9defb1125f8df28e4ecfcb68f36354', '66.186.19.5', '1576687682', '__ci_last_regenerate|i:1576687682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcc24069dd0eb590ff0ecec5a98cd07b500737f7', '37.9.87.167', '1584437050', '__ci_last_regenerate|i:1584437050;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcc8762075d1df54694850c8c64aa09339161f9a', '66.186.19.5', '1576588621', '__ci_last_regenerate|i:1576588621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd4caab007ff4017f3e6ea5aad4b211eab5581b', '132.191.3.200', '1583430160', '__ci_last_regenerate|i:1583430016;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1583206828\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd58b6b7328c05ccaa3b72ff9a1a23920db469b', '66.186.19.5', '1576488121', '__ci_last_regenerate|i:1576488121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd7d9595339bad6c1b160d173d8a7412e3db79c', '66.186.19.5', '1576398662', '__ci_last_regenerate|i:1576398662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcf93582eb4a63d292175552ea157ca4fc9efba2', '66.186.19.5', '1576426741', '__ci_last_regenerate|i:1576426741;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd03d366e06d7bd10b661f6fba9b6fc3da9d205c', '66.186.19.5', '1576670942', '__ci_last_regenerate|i:1576670942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd1a7c6610286f1ca25c850e3f5d6feb82eaff7b', '132.191.1.16', '1579626098', '__ci_last_regenerate|i:1579626098;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd1d898b917be6e1253d3958391cf38991819721', '181.176.123.241', '1592091611', '__ci_last_regenerate|i:1592091611;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1592070777\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd262d89725599124287ce292519521fd215dd9d', '66.186.19.5', '1576308422', '__ci_last_regenerate|i:1576308422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd28eca8e3c1764252552fac60e672f2f004c032', '66.186.19.5', '1576306921', '__ci_last_regenerate|i:1576306921;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd2c2c0e5de4554819bca8efb5d06ade3f6f95d0', '190.232.33.208', '1576521162', '__ci_last_regenerate|i:1576521037;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576519685\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:14:\"smtp.gmail.com\";smtp_user|s:22:\"sistpv.actec@gmail.com\";smtp_pass|s:88:\"AKY4sOQB1MmHoyOMcqIsV7qucC+ouEspLv6KlGxYYH5oQqWf2c+4fxK+CeUVwJQA/ZruT84DE7qSrTJv2iOaoA==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd301c7f628d231c8de37b7c6521c2dca63ad677', '190.234.106.215', '1583181662', '__ci_last_regenerate|i:1583181662;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd30b5d52e222ae6868d4b24c6351dc5a3b07805', '66.186.19.5', '1576385882', '__ci_last_regenerate|i:1576385882;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd30ecdd8eaf6409ae5aab538e719f60ba73b178', '66.186.19.5', '1576475162', '__ci_last_regenerate|i:1576475162;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd324ce12055a2ef11de937b5498abcb13554e44', '66.186.19.5', '1576353121', '__ci_last_regenerate|i:1576353121;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd337cf56f8b704d48f11a0624eec4a8a47ef367', '66.186.19.5', '1576653661', '__ci_last_regenerate|i:1576653661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd3823a518c3e192b8b5119bbda704054acdcda3', '66.186.19.5', '1576660022', '__ci_last_regenerate|i:1576660022;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd4274deb0500f350138b7c858d601360ef6997e', '66.186.19.5', '1576487221', '__ci_last_regenerate|i:1576487221;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd463c7ed66d0aba585fe27d05e83a0a36cdc939', '66.186.19.5', '1576582202', '__ci_last_regenerate|i:1576582202;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd5333a9b91b25a85d1867376db3e2f22af15423', '66.186.19.5', '1576624682', '__ci_last_regenerate|i:1576624682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd55c70fae4ad52454ca05f4c7bd0158257228b2', '66.186.19.5', '1576312082', '__ci_last_regenerate|i:1576312082;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd5c3c26237496dcafac2b0e520b7eb6d4a5bfe0', '66.186.19.5', '1576461002', '__ci_last_regenerate|i:1576461002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd7ea2f7b00ae5e4492e22b1154e8ff6fc2b8e7c', '3.92.92.150', '1580858340', '__ci_last_regenerate|i:1580858340;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd866532020d870fb806b0fdde3d5d787d5538ec', '66.186.19.5', '1576376642', '__ci_last_regenerate|i:1576376642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd9ee493190fb47c6084bb7ecd383883f77c225a', '66.186.19.5', '1576480981', '__ci_last_regenerate|i:1576480981;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdadeab090c7da9902d4e335f332eefd40199bad', '66.186.19.5', '1576461902', '__ci_last_regenerate|i:1576461902;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdafcc2f67cf2ef9db34fabe7820ff84bdcc1ae2', '190.232.33.208', '1577810240', '__ci_last_regenerate|i:1577809984;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1577382072\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"+gI2b0RzCoG/VRtfCdtQAkpr5J9weHJ9mxD2XYryArout92yEsJ+xX6BLHWq8XB2mHps95OreFhsjBRgFiUGxg==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 10:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdb4b4c278b92e9e318430ca89a6c890061576a7', '66.249.83.62', '1591376070', '__ci_last_regenerate|i:1591376070;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdc0704e30558cd6209dafe708cc4d9be2d8680b', '66.186.19.5', '1576565222', '__ci_last_regenerate|i:1576565222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdd15ea300be12db53075fc31d67c007a01c2f5d', '66.186.19.5', '1576394222', '__ci_last_regenerate|i:1576394222;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdd2c542b590fc1ed90f75d10ccfa7835afae874', '66.186.19.5', '1576610881', '__ci_last_regenerate|i:1576610881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdf05fe37b6ed5b39592e9eee31e432d6781050f', '66.186.19.5', '1576346881', '__ci_last_regenerate|i:1576346881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe00902fdd4eba1551ac713c62ea0a6c46d3554e', '201.230.158.73', '1579295173', '__ci_last_regenerate|i:1579295157;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579280139\";last_ip|s:13:\"186.1.145.139\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe05fbcbc4345a3c2ab787206b8de0f29d458023', '66.186.19.5', '1576529641', '__ci_last_regenerate|i:1576529641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe13139bd7f0f68a94025d83fba3b0016b93435c', '66.186.19.5', '1576301641', '__ci_last_regenerate|i:1576301641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe287e57c8307d42b133948772d45aca85e724a4', '66.186.19.5', '1576450802', '__ci_last_regenerate|i:1576450802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe2b02fc11952f855e4b853b6eb69d5cc169954e', '66.186.19.5', '1576403761', '__ci_last_regenerate|i:1576403761;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe34033885a06560fe06a7f814e745ab4596c783', '66.186.19.5', '1576546862', '__ci_last_regenerate|i:1576546862;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3cb4230521d41d01f7c94651adabcb182a88ae', '45.189.116.18', '1591309514', '__ci_last_regenerate|i:1591306826;local|s:1:\"1\";listaVenta|i:2;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591292937\";last_ip|s:13:\"45.189.116.18\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe412e641207d7a481b7813231618b212c96b6ca', '66.186.19.5', '1576383482', '__ci_last_regenerate|i:1576383481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe43aa3bbbb37cbd88ef3184a408dbf7ca17b442', '66.186.19.5', '1576603682', '__ci_last_regenerate|i:1576603682;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe4406727e3741326c50bff2941734ae9d865f03', '66.186.19.5', '1576525021', '__ci_last_regenerate|i:1576525021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe467b647198f72122c8b5f42b5f0ea6b9ad1f13', '66.186.19.5', '1576385581', '__ci_last_regenerate|i:1576385581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe47b298864fa2bbd3e560a41a6b805a30e548de', '66.186.19.5', '1576438681', '__ci_last_regenerate|i:1576438681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe63fb40542cd4d7ab965b1f1512897fcae7235b', '66.186.19.5', '1576578362', '__ci_last_regenerate|i:1576578362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe6a41bc17133d4cb80f48014321a8bf3e33d814', '190.234.163.130', '1591498056', '__ci_last_regenerate|i:1591497706;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1591404858\";last_ip|s:15:\"190.234.163.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe6d1497c63ee18b60124602cb45b279de63acb7', '66.186.19.5', '1576451641', '__ci_last_regenerate|i:1576451641;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe75cce025e7f175c11bd366faacb6ef5a536866', '190.234.106.206', '1582672496', '__ci_last_regenerate|i:1582672462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe849932b095ead5655ad7835e3ce50f688165a4', '66.186.19.5', '1576284601', '__ci_last_regenerate|i:1576284601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe8a3778cb6e531da9a2c0e094eda3040b356f4b', '66.186.19.5', '1576547461', '__ci_last_regenerate|i:1576547461;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe8e4d089cec3448ab2a11da963c8367a6b9fb26', '66.186.19.5', '1576538642', '__ci_last_regenerate|i:1576538642;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe8fb4377e341886476ac0234d1a7e10b2804e44', '66.186.19.5', '1576575602', '__ci_last_regenerate|i:1576575602;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe9d9bdc0ef50419b08bed434ad362771afc77d2', '66.186.19.5', '1576281001', '__ci_last_regenerate|i:1576281001;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea9f5cd2ac99990ac5b485aafd94d10b785b252', '190.232.33.208', '1576197019', '__ci_last_regenerate|i:1576196873;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1576195551\";last_ip|s:14:\"190.232.33.208\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:22:\"mail.xpectral-peru.com\";smtp_user|s:27:\"no-replay@xpectral-peru.com\";smtp_pass|s:88:\"3LZDCjAAdxqxcyE+SAbkuo+IpHeUgp0+q5+I6lWWFgBhJuxnjx54ofONcG9pLAKp4CeeeaUGL9OxEV+wdFL7NQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fead06d9c34e28ae3c586fbac83cb184e236aef6', '66.186.19.5', '1576460102', '__ci_last_regenerate|i:1576460102;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feb360309a40650bee66d683d6921413f1837cb1', '66.186.19.5', '1576566482', '__ci_last_regenerate|i:1576566482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('febc4588328b7ced7a677ec8eed5ff394302d381', '173.252.107.22', '1587612163', '__ci_last_regenerate|i:1587612163;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fec0f6256657dfca0014f9784f1212c35e291c69', '66.186.19.5', '1576482901', '__ci_last_regenerate|i:1576482901;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fec959725bb2e25726eb56a5df9939ee145b89b1', '173.252.83.12', '1587255002', '__ci_last_regenerate|i:1587255002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feca3eda024344429df27a2c62262865dbe814cf', '66.186.19.5', '1576671241', '__ci_last_regenerate|i:1576671241;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fecfe5257a40a6eb78247372b03a872795917402', '66.186.19.5', '1576499762', '__ci_last_regenerate|i:1576499762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fee206fedf7ccb7aa39185dbca0f1aa9bbc87ed0', '66.186.19.5', '1576287541', '__ci_last_regenerate|i:1576287541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feea6a00d153ec1b9dad99630c8dc5d6036a8e61', '66.186.19.5', '1576659481', '__ci_last_regenerate|i:1576659481;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feeb54efe4b99bd099220efe46d02bcd87b10416', '66.186.19.5', '1576321861', '__ci_last_regenerate|i:1576321861;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fef252c73dbbfa21b1f7dd0c5d1b0a51928d5951', '66.186.19.5', '1576359661', '__ci_last_regenerate|i:1576359661;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff0232a77dbf2ce70628b0a6ca6202abddface21', '66.186.19.5', '1576593122', '__ci_last_regenerate|i:1576593122;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff0246c55384d764150fb53c593dba368657d0ed', '190.239.111.92', '1584997836', '__ci_last_regenerate|i:1584997782;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1584678280\";last_ip|s:15:\"190.239.111.231\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff0466a11d9a60b02142bcb8f0dc41a13cbc3298', '209.17.96.178', '1577251574', '__ci_last_regenerate|i:1577251574;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff1c0f8a4555c497efd27354f59a88b8df19ef9b', '66.186.19.5', '1576368301', '__ci_last_regenerate|i:1576368301;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff262019bee31e2ffa30acc7a02fb08832c12987', '66.186.19.5', '1576600802', '__ci_last_regenerate|i:1576600802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff26a5abd5fe137bf7378c3b3f0f718eb9e54fe8', '66.186.19.5', '1576651081', '__ci_last_regenerate|i:1576651081;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff37dda69aaf1c20fe1ee1447546f33bcd321fc1', '66.249.83.37', '1583982552', '__ci_last_regenerate|i:1583982552;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff451e9235d55021c8a88bf9a3e16a11cf772143', '66.186.19.5', '1576520042', '__ci_last_regenerate|i:1576520042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff469b1761fd13fe8a238d40fd58b0eb8987e0c0', '66.186.19.5', '1576336982', '__ci_last_regenerate|i:1576336982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff514424cc33ea7ffb9a32e57440e4d0cc4dbcd7', '66.186.19.5', '1576542541', '__ci_last_regenerate|i:1576542541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff5957fca2a8cf8d14baa895277ccb6ff1d396ff', '201.230.158.73', '1579273312', '__ci_last_regenerate|i:1579273013;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579177974\";last_ip|s:15:\"190.113.208.196\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff5b6dd9a4d7f475a9b5bf59326867820ee219e4', '66.186.19.5', '1576292462', '__ci_last_regenerate|i:1576292462;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff5bfe8e95081b35e4141c7a94fdb17bf9619623', '66.186.19.5', '1576583281', '__ci_last_regenerate|i:1576583281;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff66e6c19aa245e7ae97c3a0d36179714a15e164', '40.84.236.133', '1589647299', '__ci_last_regenerate|i:1589647299;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff6ab33ff592d353caefc9a963cb51bcb642d209', '173.252.83.9', '1585101443', '__ci_last_regenerate|i:1585101442;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff6b30ef110a911b969edb577b661bc7f719bca7', '66.186.19.5', '1576515609', '__ci_last_regenerate|i:1576515609;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff78033de6152cc7030fa9824482ef15fb282bca', '190.232.106.91', '1579664482', '__ci_last_regenerate|i:1579664482;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff7a316ac59eec724290c740220f3c5d753312bc', '66.186.19.5', '1576511522', '__ci_last_regenerate|i:1576511522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff7d6992692f9aad6dd7fa466ef40be4ab3d26c6', '66.186.19.5', '1576349161', '__ci_last_regenerate|i:1576349161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff8bad4530cf71d54e26bbe08dc73ad52f552252', '66.186.19.5', '1576439942', '__ci_last_regenerate|i:1576439942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff976c2aee3f50afccf107249bd1d9a0ff11a0eb', '66.186.19.5', '1576385522', '__ci_last_regenerate|i:1576385522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffa6931534fa2dac5d07a2c34d4e0dadb1924c90', '190.236.102.225', '1582842780', '__ci_last_regenerate|i:1582842562;local|s:1:\"1\";listaVenta|i:3;identity|s:20:\"admin@sistematpv.com\";username|s:5:\"admin\";email|s:20:\"admin@sistematpv.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:3:\"TPV\";created_on|s:22:\"22/08/2018 12:29:11 PM\";old_last_login|s:10:\"1582815726\";last_ip|s:15:\"190.236.102.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"12345678912\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:0;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 18:59:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffaa6ddd77a9f151ae9f53997919ca557b1c94a0', '66.186.19.5', '1576581842', '__ci_last_regenerate|i:1576581842;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffacff44c6abd04e2d13221f8b8dadf854f51618', '66.186.19.5', '1576678802', '__ci_last_regenerate|i:1576678802;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffad9665db72e4cca4cd3dcde333c61d05616f1b', '66.186.19.5', '1576653061', '__ci_last_regenerate|i:1576653061;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc54d936002261e2997b77c2f2ea21207ed8856', '66.186.19.5', '1576511041', '__ci_last_regenerate|i:1576511041;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc6ba01f723bfce1b5e8d995910b487', '190.234.106.162', '1582218132', '__ci_last_regenerate|i:1582218132;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffce666200a546ad2b2330fde1589f891c1c08fb', '66.186.19.5', '1576678681', '__ci_last_regenerate|i:1576678681;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffd76ea0cce0b02431090e878aa80f93c7b4b13d', '66.186.19.5', '1576360742', '__ci_last_regenerate|i:1576360742;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffd777e38150366f44d87c34025661c724bdf6a8', '66.186.19.5', '1576386362', '__ci_last_regenerate|i:1576386362;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffd9aa4a3a692717cf7855ca5b2cd6e2f43abb49', '66.186.19.5', '1576631941', '__ci_last_regenerate|i:1576631941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffdb957c14489451d7f33ca863750d837d643e3a', '66.186.19.5', '1576629722', '__ci_last_regenerate|i:1576629722;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe4ef721a77bc36d7288e3783482aa939e4292f', '190.233.166.206', '1579585150', '__ci_last_regenerate|i:1579584870;local|s:1:\"1\";listaVenta|i:0;identity|s:20:\"demo1@sistematpv.com\";username|s:4:\"demo\";email|s:20:\"demo1@sistematpv.com\";user_id|s:1:\"2\";first_name|s:4:\"Demo\";last_name|s:4:\"Demo\";created_on|s:22:\"26/12/2019 10:30:52 AM\";old_last_login|s:10:\"1579584423\";last_ip|s:15:\"190.233.166.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";razon_social|s:17:\"usuario de prueba\";ruc|s:11:\"00000000000\";direccion|s:1:\" \";region|s:4:\"Lima\";pais|s:1:\" \";negocio|i:1;beta|s:1:\"1\";habilita_btn_pago|s:1:\"1\";habilita_btn_caja|s:1:\"0\";logo|s:16:\"logo-empresa.jpg\";pos_logo|s:1:\"2\";logo_pdf|s:12:\"logo-pdf.png\";type_imagen_pdf|s:1:\"1\";protocol|s:4:\"smtp\";smtp_host|s:17:\"mail.dylanerp.com\";smtp_user|s:21:\"no-reply@dylanerp.com\";smtp_pass|s:88:\"nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==\";smtp_port|s:3:\"587\";mailpath|N;pass_firma|s:6:\"123456\";user_sol|s:8:\"MODDATOS\";pass_sol|s:8:\"moddatos\";register_id|s:1:\"2\";cash_in_hand|s:6:\"100.00\";register_open_time|s:19:\"2019-12-26 10:31:26\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe5fbe20bdc1d696b69b275a2b9c2fbe233ed56', '66.186.19.5', '1576682762', '__ci_last_regenerate|i:1576682762;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe8192142583816a2d666837fddf13fa10b983f', '66.186.19.5', '1576561021', '__ci_last_regenerate|i:1576561021;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe8294dcadc8bf770485745f96ea6d13529134b', '66.186.19.5', '1576686601', '__ci_last_regenerate|i:1576686601;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fff3df3eba4cb3abd336652d782c2b0151a50a75', '66.186.19.5', '1576612502', '__ci_last_regenerate|i:1576612502;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fff63dd3866b02e9fef2b369fb780cd07edb4364', '66.186.19.5', '1576546982', '__ci_last_regenerate|i:1576546982;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fff6b6393431753509ffcb4d3fd664c5a4b17a1c', '66.186.19.5', '1576686182', '__ci_last_regenerate|i:1576686182;');


#
# TABLE STRUCTURE FOR: tec_settings
#

DROP TABLE IF EXISTS `tec_settings`;

CREATE TABLE `tec_settings` (
  `setting_id` int(1) NOT NULL,
  `logo` varchar(255) NOT NULL,
  `site_name` varchar(55) NOT NULL,
  `tel` varchar(20) NOT NULL,
  `dateformat` varchar(20) DEFAULT NULL,
  `timeformat` varchar(20) DEFAULT NULL,
  `default_email` varchar(100) NOT NULL,
  `language` varchar(20) NOT NULL,
  `version` varchar(5) NOT NULL DEFAULT '1.0',
  `theme` varchar(20) NOT NULL,
  `timezone` varchar(255) NOT NULL DEFAULT '0',
  `protocol` varchar(20) NOT NULL DEFAULT 'mail',
  `smtp_host` varchar(255) DEFAULT NULL,
  `smtp_user` varchar(100) DEFAULT NULL,
  `smtp_pass` varchar(255) DEFAULT NULL,
  `smtp_port` varchar(10) DEFAULT '25',
  `smtp_crypto` varchar(5) DEFAULT NULL,
  `mmode` tinyint(1) NOT NULL,
  `captcha` tinyint(1) NOT NULL DEFAULT '1',
  `mailpath` varchar(55) DEFAULT NULL,
  `currency_prefix` varchar(3) NOT NULL,
  `default_customer` int(11) NOT NULL,
  `default_tax_rate` varchar(20) NOT NULL,
  `rows_per_page` int(2) NOT NULL,
  `total_rows` int(2) NOT NULL,
  `header` varchar(1000) NOT NULL,
  `footer` varchar(1000) NOT NULL,
  `bsty` tinyint(4) NOT NULL,
  `display_kb` tinyint(4) NOT NULL,
  `default_category` int(11) NOT NULL,
  `default_discount` varchar(20) NOT NULL,
  `item_addition` tinyint(1) NOT NULL,
  `barcode_symbology` varchar(55) NOT NULL,
  `pro_limit` tinyint(4) NOT NULL,
  `decimals` tinyint(1) NOT NULL DEFAULT '2',
  `thousands_sep` varchar(2) NOT NULL DEFAULT ',',
  `decimals_sep` varchar(2) NOT NULL DEFAULT '.',
  `focus_add_item` varchar(55) DEFAULT NULL,
  `add_customer` varchar(55) DEFAULT NULL,
  `toggle_category_slider` varchar(55) DEFAULT NULL,
  `cancel_sale` varchar(55) DEFAULT NULL,
  `suspend_sale` varchar(55) DEFAULT NULL,
  `print_order` varchar(55) DEFAULT NULL,
  `print_bill` varchar(55) DEFAULT NULL,
  `finalize_sale` varchar(55) DEFAULT NULL,
  `today_sale` varchar(55) DEFAULT NULL,
  `open_hold_bills` varchar(55) DEFAULT NULL,
  `close_register` varchar(55) DEFAULT NULL,
  `java_applet` tinyint(1) NOT NULL,
  `receipt_printer` varchar(55) DEFAULT NULL,
  `pos_printers` varchar(255) DEFAULT NULL,
  `cash_drawer_codes` varchar(55) DEFAULT NULL,
  `char_per_line` tinyint(4) DEFAULT '42',
  `rounding` tinyint(1) DEFAULT '0',
  `pin_code` varchar(20) DEFAULT NULL,
  `stripe` tinyint(1) DEFAULT NULL,
  `stripe_secret_key` varchar(100) DEFAULT NULL,
  `stripe_publishable_key` varchar(100) DEFAULT NULL,
  `purchase_code` varchar(100) DEFAULT NULL,
  `envato_username` varchar(50) DEFAULT NULL,
  `default_warehouse` int(11) NOT NULL,
  `invoice_format` varchar(50) NOT NULL,
  `bill_format` varchar(50) NOT NULL,
  `invoice_number` int(11) NOT NULL,
  `bill_number` int(11) NOT NULL,
  `nventa_format` varchar(50) NOT NULL,
  `nventa_number` int(11) NOT NULL,
  `note_credit_invoice_format` varchar(50) NOT NULL,
  `note_credit_invoice_number` int(11) NOT NULL,
  `note_credit_bill_format` varchar(50) NOT NULL,
  `note_credit_bill_number` int(11) NOT NULL,
  `referral_guide_format` varchar(50) NOT NULL,
  `referral_guide_number` int(11) NOT NULL,
  `beta` int(11) DEFAULT NULL,
  `habilita_btn_pago` int(11) DEFAULT NULL,
  `habilita_btn_caja` int(11) DEFAULT NULL,
  `logo_auth` varchar(50) DEFAULT NULL,
  `pos_logo` int(11) DEFAULT NULL,
  `logo_pdf` varchar(50) DEFAULT NULL,
  `type_imagen_pdf` int(11) DEFAULT NULL,
  `advanced_sale` int(11) NOT NULL,
  `tax_icbper` int(11) NOT NULL,
  `mail_incidents` varchar(100) NOT NULL,
  `pdf_format` int(11) DEFAULT NULL,
  `type_Print` int(11) NOT NULL,
  `summaries_limit` int(11) NOT NULL,
  `ubicacion_XML` longtext NOT NULL,
  PRIMARY KEY (`setting_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `tec_settings` (`setting_id`, `logo`, `site_name`, `tel`, `dateformat`, `timeformat`, `default_email`, `language`, `version`, `theme`, `timezone`, `protocol`, `smtp_host`, `smtp_user`, `smtp_pass`, `smtp_port`, `smtp_crypto`, `mmode`, `captcha`, `mailpath`, `currency_prefix`, `default_customer`, `default_tax_rate`, `rows_per_page`, `total_rows`, `header`, `footer`, `bsty`, `display_kb`, `default_category`, `default_discount`, `item_addition`, `barcode_symbology`, `pro_limit`, `decimals`, `thousands_sep`, `decimals_sep`, `focus_add_item`, `add_customer`, `toggle_category_slider`, `cancel_sale`, `suspend_sale`, `print_order`, `print_bill`, `finalize_sale`, `today_sale`, `open_hold_bills`, `close_register`, `java_applet`, `receipt_printer`, `pos_printers`, `cash_drawer_codes`, `char_per_line`, `rounding`, `pin_code`, `stripe`, `stripe_secret_key`, `stripe_publishable_key`, `purchase_code`, `envato_username`, `default_warehouse`, `invoice_format`, `bill_format`, `invoice_number`, `bill_number`, `nventa_format`, `nventa_number`, `note_credit_invoice_format`, `note_credit_invoice_number`, `note_credit_bill_format`, `note_credit_bill_number`, `referral_guide_format`, `referral_guide_number`, `beta`, `habilita_btn_pago`, `habilita_btn_caja`, `logo_auth`, `pos_logo`, `logo_pdf`, `type_imagen_pdf`, `advanced_sale`, `tax_icbper`, `mail_incidents`, `pdf_format`, `type_Print`, `summaries_limit`, `ubicacion_XML`) VALUES ('1', 'logoTPV_B.png', 'Demo', '941547452', 'd/m/Y', 'h:i:s A', 'no-reply@dylanerp.com', 'spanish', '2.4.3', 'default', 'America/Lima', 'smtp', 'mail.dylanerp.com', 'no-reply@dylanerp.com', 'nrxyPyw2ocZOpBM1MOkJAeh7vHPZw1rgOrUfIK2Rh40N4JD826PqBdyw1+1upsP0FqWE/Wbqsjgi28hG262lrQ==', '587', 'ssl', '0', '0', NULL, 'PEN', '1', '18', '25', '30', '<a href=\"http://www.staffcreativa.pe/blog/wp-content/uploads/logo-empresa.jpg\" rel=\"lightbox-0\"><img src=\"http://www.staffcreativa.pe/blog/wp-content/uploads/diseno-de-logotipos.png\" alt=\"diseno-de-logotipos\"></a><br>CLIENTE DE PRUEBAS<br>AV. SAN LUIS 3082 SAN BORJA<br>LIMA - PERU<br>RUC. 20603248661', 'PUEDE SER CONSULTADA MEDIANTE <a id=\"selection-marker-1\" class=\"redactor-selection-marker\">http://mederma.sistematpv.com/Search_invoice</a><br>Autorizado mediante resolución <br>No. 155-2017/Sunat<br><br>Gracias por elegirnos!<br>', '3', '0', '3', '0', '1', '', '100', '2', ',', '.', 'F7', 'ALT+F2', 'ALT+F10', 'F3', 'F2', 'F6', 'F4', 'F1', 'Ctrl+F1', 'F5', 'ALT+F7', '0', NULL, NULL, NULL, '42', '5', '1234', NULL, NULL, NULL, 'ff2400d9-f3aa-4db5-9dc5-4eee236c6254', 'patriciomelo', '2', 'F001-{0000000}', 'B001-{0000000}', '1562', '3022', 'NV001-{0000}', '2', 'FC01-{0000000}', '37', 'BC01-{0000000}', '1', 'T001-{0000000}', '196', '1', '1', '0', 'logo-empresa.jpg', '2', 'logo-pdf.png', '1', '0', '1', 'informes@actecperu.com', '1', '1', '500', '/home/sistematpv/public_html/api/wsfe/archivos_xml_sunat/FE/');


#
# TABLE STRUCTURE FOR: tec_suppliers
#

DROP TABLE IF EXISTS `tec_suppliers`;

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

INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `custom_field_1`, `custom_field_2`, `custom_field_3`) VALUES ('1', 'VIETTEL  PERU  S.A.C.', '20543254798', 'CAL. 21 NRO. 878 URB. CORPAC LIMA - LIMA - SAN ISIDRO', '', '', '', NULL, NULL);


#
# TABLE STRUCTURE FOR: tec_suspended_items
#

DROP TABLE IF EXISTS `tec_suspended_items`;

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

#
# TABLE STRUCTURE FOR: tec_suspended_sales
#

DROP TABLE IF EXISTS `tec_suspended_sales`;

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

#
# TABLE STRUCTURE FOR: tec_tax_icbper
#

DROP TABLE IF EXISTS `tec_tax_icbper`;

CREATE TABLE `tec_tax_icbper` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `year` int(11) NOT NULL,
  `amount` decimal(25,2) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;

INSERT INTO `tec_tax_icbper` (`id`, `year`, `amount`) VALUES ('1', '2019', '0.10');
INSERT INTO `tec_tax_icbper` (`id`, `year`, `amount`) VALUES ('2', '2020', '0.20');
INSERT INTO `tec_tax_icbper` (`id`, `year`, `amount`) VALUES ('3', '2021', '0.30');
INSERT INTO `tec_tax_icbper` (`id`, `year`, `amount`) VALUES ('4', '2022', '0.40');
INSERT INTO `tec_tax_icbper` (`id`, `year`, `amount`) VALUES ('5', '2023', '0.50');


#
# TABLE STRUCTURE FOR: tec_transfer_items
#

DROP TABLE IF EXISTS `tec_transfer_items`;

CREATE TABLE `tec_transfer_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `transfer_id` int(11) DEFAULT NULL,
  `product_id` int(11) DEFAULT NULL,
  `stock_prev` int(11) DEFAULT NULL,
  `stock_new` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

INSERT INTO `tec_transfer_items` (`id`, `transfer_id`, `product_id`, `stock_prev`, `stock_new`) VALUES ('1', '1', '3', '1', '1');


#
# TABLE STRUCTURE FOR: tec_transfers
#

DROP TABLE IF EXISTS `tec_transfers`;

CREATE TABLE `tec_transfers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `num` varchar(100) DEFAULT NULL,
  `ref` varchar(250) DEFAULT NULL,
  `warehouse_origin_id` int(11) DEFAULT NULL,
  `warehouse_destiny_id` int(11) DEFAULT NULL,
  `estado` int(11) DEFAULT NULL,
  `uCrea` int(11) DEFAULT NULL,
  `fCrea` timestamp NULL DEFAULT NULL,
  `uActualiza` int(11) DEFAULT NULL,
  `fActualiza` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

INSERT INTO `tec_transfers` (`id`, `num`, `ref`, `warehouse_origin_id`, `warehouse_destiny_id`, `estado`, `uCrea`, `fCrea`, `uActualiza`, `fActualiza`) VALUES ('1', 'TL-000001', '', '2', '1', '1', '1', '2020-06-09 05:05:06', NULL, NULL);


#
# TABLE STRUCTURE FOR: tec_user_logins
#

DROP TABLE IF EXISTS `tec_user_logins`;

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

INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('1', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-12 21:14:01');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('2', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-12 21:15:44');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('3', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-12 21:16:30');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('4', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-12 21:41:09');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('5', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-12 21:42:39');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('6', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-12 21:48:49');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('7', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-12 21:48:58');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('8', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-12 21:50:06');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('9', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-12 22:57:49');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('10', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-12 22:59:30');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('11', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-12 23:06:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('12', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-12 23:38:46');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('13', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-13 00:05:51');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('14', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-13 00:10:57');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('15', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-13 22:06:21');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('16', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-16 17:52:27');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('17', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-16 18:08:29');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('18', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-16 18:08:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('19', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-16 18:22:08');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('20', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-16 21:50:07');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('21', '1', NULL, '190.12.92.216', 'admin@sistematpv.com', '2019-12-17 15:59:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('22', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-17 17:21:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('23', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-17 17:22:31');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('24', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-17 17:23:10');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('25', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-17 17:27:55');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('26', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-17 17:27:56');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('27', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-17 17:32:34');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('28', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-20 18:08:35');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('29', '1', NULL, '181.176.127.129', 'admin@sistematpv.com', '2019-12-21 17:36:31');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('30', '1', NULL, '190.12.92.216', 'admin@sistematpv.com', '2019-12-21 18:09:15');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('31', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-23 19:30:24');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('32', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-24 17:22:18');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('33', '1', NULL, '190.234.106.149', 'admin@sistematpv.com', '2019-12-26 15:29:29');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('34', '2', NULL, '190.234.106.149', 'demo1@sistematpv.com', '2019-12-26 15:31:05');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('35', '1', NULL, '190.234.106.149', 'admin@sistematpv.com', '2019-12-26 16:58:07');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('36', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-26 17:41:12');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('37', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-31 16:34:09');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('38', '2', NULL, '190.232.33.208', 'demo1@sistematpv.com', '2019-12-31 16:34:36');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('39', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-31 16:45:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('40', '2', NULL, '190.232.33.208', 'demo1@sistematpv.com', '2019-12-31 16:50:58');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('41', '2', NULL, '190.232.33.208', 'demo1@sistematpv.com', '2019-12-31 16:52:29');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('42', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2019-12-31 16:53:37');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('43', '2', NULL, '190.232.33.208', 'demo1@sistematpv.com', '2019-12-31 16:55:35');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('44', '1', NULL, '132.184.131.165', 'admin@sistematpv.com', '2020-01-07 05:55:10');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('45', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2020-01-07 14:54:14');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('46', '2', NULL, '190.232.33.208', 'demo1@sistematpv.com', '2020-01-07 14:55:12');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('47', '2', NULL, '190.43.174.53', 'demo1@sistematpv.com', '2020-01-07 17:41:24');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('48', '2', NULL, '190.236.131.85', 'demo1@sistematpv.com', '2020-01-08 18:48:30');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('49', '2', NULL, '190.232.33.208', 'demo1@sistematpv.com', '2020-01-08 20:22:45');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('50', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2020-01-09 18:33:35');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('51', '2', NULL, '190.232.33.208', 'demo1@sistematpv.com', '2020-01-13 16:49:39');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('52', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2020-01-13 17:58:58');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('53', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2020-01-14 00:30:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('54', '1', NULL, '190.232.33.208', 'admin@sistematpv.com', '2020-01-14 00:33:39');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('55', '2', NULL, '132.251.2.211', 'demo1@sistematpv.com', '2020-01-14 18:19:07');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('56', '2', NULL, '132.251.2.211', 'demo1@sistematpv.com', '2020-01-14 18:20:24');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('57', '2', NULL, '132.251.2.211', 'demo1@sistematpv.com', '2020-01-14 18:21:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('58', '2', NULL, '132.251.2.211', 'demo1@sistematpv.com', '2020-01-14 18:21:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('59', '2', NULL, '132.251.2.211', 'demo1@sistematpv.com', '2020-01-14 18:21:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('60', '2', NULL, '132.251.2.211', 'demo1@sistematpv.com', '2020-01-14 18:21:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('61', '2', NULL, '132.251.2.211', 'demo1@sistematpv.com', '2020-01-14 18:21:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('62', '2', NULL, '132.251.2.211', 'demo1@sistematpv.com', '2020-01-14 18:21:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('63', '2', NULL, '132.251.2.211', 'demo1@sistematpv.com', '2020-01-14 18:21:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('64', '2', NULL, '132.251.2.211', 'demo1@sistematpv.com', '2020-01-14 18:21:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('65', '2', NULL, '132.251.2.211', 'demo1@sistematpv.com', '2020-01-14 18:21:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('66', '2', NULL, '181.64.11.254', 'demo1@sistematpv.com', '2020-01-15 16:22:37');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('67', '2', NULL, '181.64.11.254', 'demo1@sistematpv.com', '2020-01-15 16:27:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('68', '2', NULL, '181.64.11.254', 'demo1@sistematpv.com', '2020-01-15 16:38:11');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('69', '2', NULL, '190.113.208.196', 'demo1@sistematpv.com', '2020-01-16 12:32:54');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('70', '2', NULL, '201.230.158.73', 'demo1@sistematpv.com', '2020-01-17 14:57:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('71', '2', NULL, '190.238.10.201', 'demo1@sistematpv.com', '2020-01-17 16:25:19');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('72', '2', NULL, '186.1.145.139', 'demo1@sistematpv.com', '2020-01-17 16:55:39');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('73', '2', NULL, '201.230.158.73', 'demo1@sistematpv.com', '2020-01-17 20:51:01');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('74', '2', NULL, '190.233.166.206', 'demo1@sistematpv.com', '2020-01-21 05:27:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('75', '2', NULL, '190.233.166.206', 'demo1@sistematpv.com', '2020-01-21 05:28:08');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('76', '2', NULL, '181.64.57.249', 'demo1@sistematpv.com', '2020-01-21 16:24:34');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('77', '2', NULL, '190.237.145.229', 'demo1@sistematpv.com', '2020-01-23 21:25:52');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('78', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-01-23 22:19:43');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('79', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-01-26 23:59:08');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('80', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-01-27 20:55:24');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('81', '2', NULL, '179.7.137.118', 'demo1@sistematpv.com', '2020-01-28 15:52:07');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('82', '2', NULL, '179.7.137.118', 'demo1@sistematpv.com', '2020-01-28 15:53:24');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('83', '2', NULL, '179.7.137.118', 'demo1@sistematpv.com', '2020-01-28 15:53:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('84', '2', NULL, '179.7.137.118', 'demo1@sistematpv.com', '2020-01-28 15:53:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('85', '2', NULL, '179.7.137.118', 'demo1@sistematpv.com', '2020-01-28 15:53:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('86', '2', NULL, '179.7.137.118', 'demo1@sistematpv.com', '2020-01-28 15:53:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('87', '2', NULL, '179.7.137.118', 'demo1@sistematpv.com', '2020-01-28 15:53:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('88', '2', NULL, '179.7.137.118', 'demo1@sistematpv.com', '2020-01-28 15:53:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('89', '2', NULL, '179.7.137.118', 'demo1@sistematpv.com', '2020-01-28 15:53:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('90', '2', NULL, '179.7.137.118', 'demo1@sistematpv.com', '2020-01-28 15:53:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('91', '2', NULL, '179.7.137.118', 'demo1@sistematpv.com', '2020-01-28 15:55:14');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('92', '2', NULL, '190.113.214.252', 'demo1@sistematpv.com', '2020-01-30 00:16:54');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('93', '2', NULL, '190.113.214.252', 'demo1@sistematpv.com', '2020-01-30 00:18:10');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('94', '2', NULL, '190.116.37.98', 'demo1@sistematpv.com', '2020-01-30 15:01:35');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('95', '2', NULL, '190.116.37.98', 'demo1@sistematpv.com', '2020-01-31 14:03:27');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('96', '2', NULL, '190.116.37.98', 'demo1@sistematpv.com', '2020-01-31 14:07:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('97', '2', NULL, '190.116.37.98', 'demo1@sistematpv.com', '2020-01-31 16:40:49');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('98', '2', NULL, '190.234.181.239', 'demo1@sistematpv.com', '2020-02-03 21:54:50');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('99', '2', NULL, '190.234.181.239', 'demo1@sistematpv.com', '2020-02-03 21:56:07');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('100', '2', NULL, '190.234.181.239', 'demo1@sistematpv.com', '2020-02-03 22:14:44');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('101', '2', NULL, '190.237.41.107', 'demo1@sistematpv.com', '2020-02-04 02:45:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('102', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-04 05:16:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('103', '2', NULL, '74.82.60.75', 'demo1@sistematpv.com', '2020-02-04 23:16:47');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('104', '2', NULL, '190.236.102.225', 'demo1@sistematpv.com', '2020-02-09 20:30:17');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('105', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-10 16:14:44');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('106', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-11 18:18:00');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('107', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-13 22:44:57');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('108', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-13 22:53:10');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('109', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-14 15:06:15');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('110', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-14 15:07:56');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('111', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-14 15:11:26');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('112', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-15 14:41:13');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('113', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-19 16:00:51');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('114', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-19 20:56:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('115', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-20 16:43:32');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('116', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-20 16:47:59');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('117', '1', NULL, '190.234.106.206', 'admin@sistematpv.com', '2020-02-25 23:14:29');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('118', '1', NULL, '190.234.106.206', 'admin@sistematpv.com', '2020-02-25 23:14:46');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('119', '1', NULL, '190.234.106.206', 'admin@sistematpv.com', '2020-02-25 23:14:59');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('120', '1', NULL, '190.234.106.206', 'admin@sistematpv.com', '2020-02-25 23:45:31');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('121', '1', NULL, '190.234.106.206', 'admin@sistematpv.com', '2020-02-25 23:45:45');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('122', '1', NULL, '190.234.106.206', 'admin@sistematpv.com', '2020-02-25 23:47:02');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('123', '1', NULL, '190.234.106.206', 'admin@sistematpv.com', '2020-02-25 23:47:39');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('124', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-26 00:45:39');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('125', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-26 01:01:47');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('126', '1', NULL, '181.176.119.246', 'admin@sistematpv.com', '2020-02-26 04:22:09');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('127', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-26 16:51:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('128', '1', NULL, '132.191.3.217', 'admin@sistematpv.com', '2020-02-26 17:39:36');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('129', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-26 20:19:23');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('130', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-27 15:02:06');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('131', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-02-27 22:17:27');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('132', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-03-02 20:41:32');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('133', '1', NULL, '190.234.106.215', 'admin@sistematpv.com', '2020-03-02 20:48:45');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('134', '1', NULL, '190.236.102.225', 'admin@sistematpv.com', '2020-03-03 03:40:28');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('135', '1', NULL, '132.191.3.200', 'admin@sistematpv.com', '2020-03-05 17:40:20');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('136', '2', NULL, '190.233.137.125', 'demo1@sistematpv.com', '2020-03-08 02:08:30');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('137', '2', NULL, '190.238.52.115', 'demo1@sistematpv.com', '2020-03-08 02:52:36');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('138', '2', NULL, '190.232.96.48', 'demo1@sistematpv.com', '2020-03-09 03:09:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('139', '2', NULL, '179.6.204.155', 'demo1@sistematpv.com', '2020-03-09 14:23:16');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('140', '2', NULL, '132.191.1.151', 'demo1@sistematpv.com', '2020-03-09 16:46:01');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('141', '2', NULL, '132.191.1.151', 'demo1@sistematpv.com', '2020-03-09 16:46:06');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('142', '2', NULL, '132.191.1.151', 'demo1@sistematpv.com', '2020-03-09 16:46:44');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('143', '1', NULL, '190.239.111.151', 'admin@sistematpv.com', '2020-03-11 04:34:07');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('144', '1', NULL, '190.239.111.151', 'admin@sistematpv.com', '2020-03-11 13:18:56');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('145', '1', NULL, '181.176.102.151', 'admin@sistematpv.com', '2020-03-11 13:33:27');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('146', '1', NULL, '190.239.111.151', 'admin@sistematpv.com', '2020-03-11 16:34:51');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('147', '1', NULL, '190.239.111.151', 'admin@sistematpv.com', '2020-03-11 19:45:29');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('148', '2', NULL, '132.191.1.60', 'demo1@sistematpv.com', '2020-03-11 21:34:56');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('149', '1', NULL, '190.239.111.151', 'admin@sistematpv.com', '2020-03-12 16:33:47');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('150', '1', NULL, '190.239.111.151', 'admin@sistematpv.com', '2020-03-12 16:34:16');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('151', '1', NULL, '190.239.111.151', 'admin@sistematpv.com', '2020-03-12 20:05:59');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('152', '1', NULL, '190.239.111.151', 'admin@sistematpv.com', '2020-03-12 23:24:01');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('153', '2', NULL, '190.232.96.48', 'demo1@sistematpv.com', '2020-03-13 04:58:14');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('154', '1', NULL, '190.239.111.151', 'admin@sistematpv.com', '2020-03-13 21:03:47');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('155', '1', NULL, '181.176.106.150', 'admin@sistematpv.com', '2020-03-18 02:52:36');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('156', '1', NULL, '181.176.97.43', 'admin@sistematpv.com', '2020-03-19 01:31:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('157', '1', NULL, '190.239.111.231', 'admin@sistematpv.com', '2020-03-20 04:24:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('158', '1', NULL, '190.239.111.92', 'admin@sistematpv.com', '2020-03-23 21:09:48');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('159', '1', NULL, '181.176.124.100', 'admin@sistematpv.com', '2020-03-27 22:47:18');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('160', '1', NULL, '181.65.0.223', 'admin@sistematpv.com', '2020-03-28 01:31:37');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('161', '1', NULL, '181.176.106.149', 'admin@sistematpv.com', '2020-04-01 15:51:42');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('162', '1', NULL, '181.176.105.102', 'admin@sistematpv.com', '2020-04-11 01:04:01');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('163', '1', NULL, '181.176.97.178', 'admin@sistematpv.com', '2020-04-11 21:59:42');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('164', '1', NULL, '181.176.100.16', 'admin@sistematpv.com', '2020-04-13 17:07:49');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('165', '2', NULL, '179.6.205.180', 'demo1@sistematpv.com', '2020-04-20 06:35:49');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('166', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-04-22 16:54:34');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('167', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-04-23 16:10:00');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('168', '1', NULL, '181.176.102.151', 'admin@sistematpv.com', '2020-04-26 17:09:16');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('169', '3', NULL, '181.176.102.151', 'pruebaprueba@prueba.com', '2020-04-26 17:13:28');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('170', '1', NULL, '181.176.102.151', 'admin@sistematpv.com', '2020-04-26 17:16:28');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('171', '1', NULL, '181.176.102.151', 'admin@sistematpv.com', '2020-04-26 22:17:09');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('172', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-04-29 17:10:16');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('173', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-01 18:05:13');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('174', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-18 15:51:51');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('175', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-19 16:44:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('176', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-20 17:46:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('177', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-20 23:07:27');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('178', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-21 02:22:57');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('179', '1', NULL, '132.251.2.250', 'admin@sistematpv.com', '2020-05-21 17:54:11');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('180', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-21 21:58:50');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('181', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-22 16:56:01');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('182', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-22 19:59:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('183', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-23 16:57:08');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('184', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-23 20:58:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('185', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-26 17:27:06');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('186', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-26 22:15:24');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('187', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-27 18:45:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('188', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-27 23:15:09');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('189', '1', NULL, '45.189.116.14', 'admin@sistematpv.com', '2020-05-28 17:39:42');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('190', '1', NULL, '181.176.124.32', 'admin@sistematpv.com', '2020-05-28 21:16:31');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('191', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-05-29 00:12:31');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('192', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-05-29 18:25:16');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('193', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-05-30 17:26:08');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('194', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-05-30 21:42:02');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('195', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-05-31 00:01:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('196', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-05-31 21:20:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('197', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-05-31 23:56:32');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('198', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-01 18:58:52');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('199', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-01 23:45:46');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('200', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-02 16:32:23');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('201', '1', NULL, '190.234.163.130', 'admin@sistematpv.com', '2020-06-02 22:08:54');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('202', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-02 22:18:05');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('203', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-03 04:13:21');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('204', '1', NULL, '190.234.163.130', 'admin@sistematpv.com', '2020-06-04 00:23:21');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('205', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-04 17:48:57');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('206', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-04 21:09:21');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('207', '1', NULL, '190.234.163.130', 'admin@sistematpv.com', '2020-06-06 00:54:18');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('208', '1', NULL, '190.234.163.130', 'admin@sistematpv.com', '2020-06-07 02:41:55');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('209', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-07 22:00:52');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('210', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-08 02:14:59');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('211', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-08 23:00:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('212', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-09 09:40:59');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('213', '1', NULL, '190.234.163.130', 'admin@sistematpv.com', '2020-06-10 03:46:26');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('214', '1', NULL, '190.234.163.130', 'admin@sistematpv.com', '2020-06-10 03:46:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('215', '1', NULL, '181.176.118.160', 'admin@sistematpv.com', '2020-06-10 03:47:20');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('216', '1', NULL, '190.234.163.130', 'admin@sistematpv.com', '2020-06-12 03:04:23');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('217', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-12 05:45:51');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('218', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-12 20:52:16');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('219', '2', NULL, '45.189.116.18', 'demo1@sistematpv.com', '2020-06-12 20:57:01');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('220', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-12 22:24:46');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('221', '1', NULL, '190.234.163.130', 'admin@sistematpv.com', '2020-06-13 17:52:57');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('222', '1', NULL, '181.176.123.241', 'admin@sistematpv.com', '2020-06-13 23:00:54');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('223', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-13 23:04:51');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('224', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-14 19:20:00');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('225', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-14 19:20:15');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('226', '1', NULL, '190.236.13.184', 'admin@sistematpv.com', '2020-06-14 19:41:57');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('227', '1', NULL, '190.236.13.184', 'admin@sistematpv.com', '2020-06-14 19:45:04');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('228', '1', NULL, '190.234.163.130', 'admin@sistematpv.com', '2020-06-15 02:12:44');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('229', '2', NULL, '190.234.163.130', 'demo1@sistematpv.com', '2020-06-15 02:14:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('230', '2', NULL, '190.234.163.130', 'demo1@sistematpv.com', '2020-06-15 02:15:38');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('231', '2', NULL, '190.238.52.115', 'demo1@sistematpv.com', '2020-06-15 02:38:20');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('232', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-15 20:02:26');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('233', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-15 23:05:37');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('234', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-16 02:39:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('235', '1', NULL, '45.189.116.18', 'admin@sistematpv.com', '2020-06-16 17:49:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('236', '2', NULL, '132.191.0.28', 'demo1@sistematpv.com', '2020-06-17 17:52:06');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('237', '2', NULL, '190.238.52.115', 'demo1@sistematpv.com', '2020-06-17 18:49:08');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('238', '1', NULL, '190.234.163.130', 'admin@sistematpv.com', '2020-06-19 21:38:02');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES ('239', '2', NULL, '190.238.52.115', 'demo1@sistematpv.com', '2020-06-28 18:06:54');


#
# TABLE STRUCTURE FOR: tec_users
#

DROP TABLE IF EXISTS `tec_users`;

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

INSERT INTO `tec_users` (`id`, `last_ip_address`, `ip_address`, `username`, `password`, `salt`, `email`, `activation_code`, `forgotten_password_code`, `forgotten_password_time`, `remember_code`, `created_on`, `last_login`, `active`, `first_name`, `last_name`, `company`, `phone`, `avatar`, `gender`, `group_id`) VALUES ('1', '190.234.163.130', '190.235.78.55', 'admin', '4c547a4ab4036b371474bd00c813bdf590d627ca', NULL, 'admin@sistematpv.com', NULL, NULL, NULL, NULL, '1534958951', '1592602682', '1', 'Admin', 'TPV', NULL, '123456789', NULL, 'male', '1');
INSERT INTO `tec_users` (`id`, `last_ip_address`, `ip_address`, `username`, `password`, `salt`, `email`, `activation_code`, `forgotten_password_code`, `forgotten_password_time`, `remember_code`, `created_on`, `last_login`, `active`, `first_name`, `last_name`, `company`, `phone`, `avatar`, `gender`, `group_id`) VALUES ('2', '190.238.52.115', '190.234.106.149', 'demo', '77d88d5f64ca13451a65f6f6e9f345278027754c', NULL, 'demo1@sistematpv.com', NULL, NULL, NULL, NULL, '1577374252', '1593367614', '1', 'Demo', 'Demo', NULL, '123456789', NULL, 'male', '1');
INSERT INTO `tec_users` (`id`, `last_ip_address`, `ip_address`, `username`, `password`, `salt`, `email`, `activation_code`, `forgotten_password_code`, `forgotten_password_time`, `remember_code`, `created_on`, `last_login`, `active`, `first_name`, `last_name`, `company`, `phone`, `avatar`, `gender`, `group_id`) VALUES ('3', '181.176.102.151', '181.176.102.151', 'prueba', '5e08b7e076c7c3371c6de5dee77b5dbb266a8401', NULL, 'pruebaprueba@prueba.com', NULL, NULL, NULL, NULL, '1587921133', '1587921208', '0', 'prueba', 'prueba', NULL, '1212121', NULL, 'male', '1');


#
# TABLE STRUCTURE FOR: tec_warehouse_stock
#

DROP TABLE IF EXISTS `tec_warehouse_stock`;

CREATE TABLE `tec_warehouse_stock` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `warehouse_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `stock` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;

INSERT INTO `tec_warehouse_stock` (`id`, `warehouse_id`, `product_id`, `stock`) VALUES ('1', '2', '1', '0');
INSERT INTO `tec_warehouse_stock` (`id`, `warehouse_id`, `product_id`, `stock`) VALUES ('2', '2', '2', '-35');
INSERT INTO `tec_warehouse_stock` (`id`, `warehouse_id`, `product_id`, `stock`) VALUES ('3', '2', '3', '0');
INSERT INTO `tec_warehouse_stock` (`id`, `warehouse_id`, `product_id`, `stock`) VALUES ('4', '2', '4', '-1');
INSERT INTO `tec_warehouse_stock` (`id`, `warehouse_id`, `product_id`, `stock`) VALUES ('5', '1', '1', '1');
INSERT INTO `tec_warehouse_stock` (`id`, `warehouse_id`, `product_id`, `stock`) VALUES ('6', '1', '4', '1');
INSERT INTO `tec_warehouse_stock` (`id`, `warehouse_id`, `product_id`, `stock`) VALUES ('7', '1', '3', '1');


#
# TABLE STRUCTURE FOR: tec_warehouses
#

DROP TABLE IF EXISTS `tec_warehouses`;

CREATE TABLE `tec_warehouses` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `warehouse` varchar(250) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;

INSERT INTO `tec_warehouses` (`id`, `warehouse`) VALUES ('1', 'Principal');
INSERT INTO `tec_warehouses` (`id`, `warehouse`) VALUES ('2', 'Transición');
INSERT INTO `tec_warehouses` (`id`, `warehouse`) VALUES ('3', '01');
INSERT INTO `tec_warehouses` (`id`, `warehouse`) VALUES ('4', 'tienda union');
INSERT INTO `tec_warehouses` (`id`, `warehouse`) VALUES ('5', 'taller');
INSERT INTO `tec_warehouses` (`id`, `warehouse`) VALUES ('6', 'secundario');


