<br />
<b>Deprecated</b>:  Function eregi() is deprecated in <b>/www/baumwollen.com.ar/htdocs/system/pma/libraries/plugin_interface.lib.php</b> on line <b>30</b><br />
<br />
<b>Deprecated</b>:  Function eregi() is deprecated in <b>/www/baumwollen.com.ar/htdocs/system/pma/libraries/plugin_interface.lib.php</b> on line <b>30</b><br />
<br />
<b>Deprecated</b>:  Function eregi() is deprecated in <b>/www/baumwollen.com.ar/htdocs/system/pma/libraries/plugin_interface.lib.php</b> on line <b>30</b><br />
<br />
<b>Deprecated</b>:  Function eregi() is deprecated in <b>/www/baumwollen.com.ar/htdocs/system/pma/libraries/plugin_interface.lib.php</b> on line <b>30</b><br />
<br />
<b>Deprecated</b>:  Function eregi() is deprecated in <b>/www/baumwollen.com.ar/htdocs/system/pma/libraries/plugin_interface.lib.php</b> on line <b>30</b><br />
<br />
<b>Deprecated</b>:  Function eregi() is deprecated in <b>/www/baumwollen.com.ar/htdocs/system/pma/libraries/plugin_interface.lib.php</b> on line <b>30</b><br />
<br />
<b>Deprecated</b>:  Function eregi() is deprecated in <b>/www/baumwollen.com.ar/htdocs/system/pma/libraries/plugin_interface.lib.php</b> on line <b>30</b><br />
<br />
<b>Deprecated</b>:  Function eregi() is deprecated in <b>/www/baumwollen.com.ar/htdocs/system/pma/libraries/plugin_interface.lib.php</b> on line <b>30</b><br />
<br />
<b>Deprecated</b>:  Function eregi() is deprecated in <b>/www/baumwollen.com.ar/htdocs/system/pma/libraries/plugin_interface.lib.php</b> on line <b>30</b><br />
<br />
<b>Deprecated</b>:  Function eregi() is deprecated in <b>/www/baumwollen.com.ar/htdocs/system/pma/libraries/plugin_interface.lib.php</b> on line <b>30</b><br />
<br />
<b>Deprecated</b>:  Function eregi() is deprecated in <b>/www/baumwollen.com.ar/htdocs/system/pma/libraries/plugin_interface.lib.php</b> on line <b>30</b><br />
<br />
<b>Deprecated</b>:  Function eregi() is deprecated in <b>/www/baumwollen.com.ar/htdocs/system/pma/libraries/plugin_interface.lib.php</b> on line <b>30</b><br />
-- phpMyAdmin SQL Dump
-- version 2.11.5
-- http://www.phpmyadmin.net
--
-- Host: 192.168.0.59:3306
-- Generation Time: Aug 24, 2012 at 03:50 PM
-- Server version: 5.5.8
-- PHP Version: 5.3.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `baumwollen`
--

-- --------------------------------------------------------

--
-- Table structure for table `productos`
--

CREATE TABLE IF NOT EXISTS `productos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nombre` varchar(255) NOT NULL,
  `codigo` varchar(100) NOT NULL,
  `permalink` varchar(255) NOT NULL,
  `bajada` text NOT NULL,
  `cuerpo` text NOT NULL,
  `color1` varchar(8) NOT NULL,
  `color2` varchar(8) NOT NULL,
  `fotos` varchar(255) NOT NULL,
  `archivos` varchar(255) NOT NULL,
  `categoria` int(11) NOT NULL,
  `subcategorias` varchar(255) NOT NULL,
  `padre` int(11) NOT NULL,
  `orden` int(11) NOT NULL,
  `descuento` float(16,2) NOT NULL,
  `destacar` tinyint(1) NOT NULL,
  `atributo1` varchar(255) NOT NULL,
  `atributo2` varchar(255) NOT NULL,
  `habilitar` tinyint(1) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `productos`
--

INSERT INTO `productos` (`id`, `nombre`, `codigo`, `permalink`, `bajada`, `cuerpo`, `color1`, `color2`, `fotos`, `archivos`, `categoria`, `subcategorias`, `padre`, `orden`, `descuento`, `destacar`, `atributo1`, `atributo2`, `habilitar`, `fecha_alta`) VALUES
(2, 'Camisa 1', 'EXP2011', 'camisa_1', 'sad asd ', '<p>&nbsp;asd asd asd&nbsp;</p>', 'FFCF5E', 'FFF824', '14,15,16', '2', 1, '4,6', 0, 2, 20.00, 1, '', '', 1, '2012-05-14 15:10:34'),
(3, 'Camisa 2', 'EXP3333', 'camisa_2', 'dfdsf', '<p>&nbsp;dfsaasf</p>', 'FFFFFF', 'FFFFFF', '16,15,14,17', '1', 1, '4', 0, 2, 0.00, 1, '', '', 1, '2012-05-14 15:21:39'),
(4, 'New York', 'NY_123456_123', 'new_york', '', '<p>&nbsp;Esta camisa es 100% algodon, cuello mao, pu&ntilde;os reforzados doble bot&oacute;n. Sin bolsillo, bordado color.</p>', 'B8EAFF', 'FF6BCE', '21', '', 1, '6', 0, 1, 0.00, 0, 'Fit 1', 'Camisa cuadriculada', 1, '2012-07-21 19:47:29');

-- --------------------------------------------------------

--
-- Table structure for table `productos_categorias`
--

CREATE TABLE IF NOT EXISTS `productos_categorias` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nombre` varchar(255) NOT NULL,
  `categoria` int(11) NOT NULL,
  `orden` int(11) NOT NULL,
  `habilitar` tinyint(1) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `productos_categorias`
--

INSERT INTO `productos_categorias` (`id`, `nombre`, `categoria`, `orden`, `habilitar`, `fecha_alta`) VALUES
(1, 'Camisas', 0, 1, 1, '2012-05-14 12:30:05'),
(3, 'Corbatas', 0, 2, 1, '2012-05-14 12:50:02'),
(4, 'Escocesas', 1, 1, 1, '2012-05-14 12:54:28'),
(6, 'Lisas', 1, 2, 1, '2012-05-14 12:56:32');

-- --------------------------------------------------------

--
-- Table structure for table `productos_clientes`
--

CREATE TABLE IF NOT EXISTS `productos_clientes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `usuario` int(11) NOT NULL,
  `sexo` varchar(15) NOT NULL,
  `calle` varchar(255) NOT NULL,
  `numero` varchar(255) NOT NULL,
  `piso` varchar(100) NOT NULL,
  `departamento` varchar(100) NOT NULL,
  `ciudad` varchar(100) NOT NULL,
  `provincia` varchar(255) NOT NULL,
  `pais` varchar(255) NOT NULL,
  `codigo_postal` varchar(100) NOT NULL,
  `telefono` varchar(255) NOT NULL,
  `celular` varchar(255) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ;

--
-- Dumping data for table `productos_clientes`
--

INSERT INTO `productos_clientes` (`id`, `usuario`, `sexo`, `calle`, `numero`, `piso`, `departamento`, `ciudad`, `provincia`, `pais`, `codigo_postal`, `telefono`, `celular`, `fecha_alta`) VALUES
(1, 1, '', 'Riobamba 1078', 'Ciudad Autonoma de Buenos Aires', '', '', '1114', 'Buenos Aires', 'Argentina', '', '4813-5552', '10 a 18 hs', '2012-05-16 16:50:53'),
(2, 63881, 'Hombre', 'Riobamba', '1758', '7', 'A', 'CABA', 'Buenos Aires', 'Argentina', '1453', '48235552', '1550011724', '2012-05-16 17:02:11'),
(11, 63888, 'Hombre', 'pirulo', '23443', '7', 'B', 'BUENOS AIRES', 'BUENOS AIRES', 'ARGENTINA', '1425', '25649779794464', '311165448486', '2012-07-20 11:00:15'),
(16, 63893, 'Hombre', 'River', '1234', '1', 'b', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '12345', '123213213', '324234234', '2012-07-28 10:11:43'),
(10, 63887, 'Hombre', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '154578593322', '12554588665', '2012-07-20 00:19:38'),
(9, 2, 'Hombre', 'fsdfsdf', 'localidad 1', '', '', '1234', 'buenos aires 1', 'argentina 1', '', '1234', '8 a 10 hs.', '2012-07-03 13:44:43'),
(15, 63892, 'Hombre', 'River', '1234', '1', 'B', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', '2012-07-28 10:09:13'),
(17, 63894, 'Hombre', '123456', '123456', '123456', '123456', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '1345', '1435', '1345', '2012-07-28 10:13:10'),
(18, 63895, 'Hombre', '123456', '123456', '123456', '123456', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '1345', '1435', '1345', '2012-07-28 10:16:58'),
(19, 63896, 'Hombre', '123456', '123456', '123456', '123456', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '1345', '1435', '1345', '2012-07-28 10:17:58'),
(20, 63897, 'Hombre', '123456', '123456', '123456', '123456', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '1345', '1435', '1345', '2012-07-28 10:18:31'),
(30, 63905, 'Hombre', 'pueyrredon', '2145', '7', 'm', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '1425', '2568845566255', '5214558585412', '2012-08-02 00:00:43'),
(29, 63904, 'Hombre', '', '', '', '', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '', '', '', '2012-07-29 18:51:14'),
(28, 63903, 'Hombre', '', '', '', '', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '', '', '', '2012-07-29 18:47:27'),
(27, 63902, 'Hombre', 'Intrusos', '1234', '12', '13', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '14', '15', '16', '2012-07-28 10:39:11'),
(26, 63901, 'Hombre', 'Intrusos', '12', '13', '14', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '15', '16', '17', '2012-07-28 10:34:45');

-- --------------------------------------------------------

--
-- Table structure for table `productos_configuracion`
--

CREATE TABLE IF NOT EXISTS `productos_configuracion` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parametro` varchar(50) NOT NULL,
  `valor` varchar(255) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;

--
-- Dumping data for table `productos_configuracion`
--

INSERT INTO `productos_configuracion` (`id`, `parametro`, `valor`, `fecha_alta`) VALUES
(1, 'PRODUCTOS_STATUS_CANCELADO', '1', '2012-05-17 13:35:39'),
(2, 'CANTIDAD_ALERTA_STOCK', '5', '2012-05-17 13:38:04'),
(3, 'PEDIDOS_ITEMS_MAXIMO', '2', '2012-05-23 11:33:24'),
(4, 'MONEDA_PRECIO', '$', '2012-06-29 10:41:46'),
(5, 'CODIGO_MONEDA', 'AR', '2012-06-29 10:41:46'),
(6, 'PRECIO_DECIMALES', '2', '2012-06-29 10:41:56'),
(7, 'EMAIL_NOTIFICACION', 'ventas@baumwollen.com.ar', '2012-07-06 12:21:17'),
(8, 'DIAS_MAXIMO_DEVOLUCION', '30', '2012-07-10 11:15:17'),
(9, 'PRODUCTOS_STATUS_DEVOLUCION', '5', '2012-07-10 11:25:14'),
(10, 'PRODUCTOS_STATUS_PENDIENTE', '2', '2012-07-12 17:25:08'),
(11, 'PRODUCTOS_STATUS_CONFIRMADO', '4', '2012-07-12 17:25:08'),
(12, 'EMAIL_GATEWAY_PAGOS', '1249108', '2012-07-12 17:26:26'),
(13, 'PRODUCTOS_STATUS_DESPACHADO', '6', '2012-07-29 12:56:01');

-- --------------------------------------------------------

--
-- Table structure for table `productos_entrega_franja_horaria`
--

CREATE TABLE IF NOT EXISTS `productos_entrega_franja_horaria` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nombre` varchar(255) NOT NULL,
  `descripcion` text NOT NULL,
  `orden` int(11) NOT NULL,
  `tipo` varchar(3) NOT NULL,
  `habilitar` tinyint(1) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `productos_entrega_franja_horaria`
--

INSERT INTO `productos_entrega_franja_horaria` (`id`, `nombre`, `descripcion`, `orden`, `tipo`, `habilitar`, `fecha_alta`) VALUES
(1, 'Lunes a Viernes de 9 a 13hs (excepto feriados)', '', 1, 'ENT', 1, '2012-07-06 11:01:17'),
(2, 'Lunes a Viernes de 14 a 20hs (excepto feriados)', '', 2, 'ENT', 1, '2012-07-06 11:01:35'),
(3, 'Sabados de 9 a 12hs (excepto feriados)', '', 3, 'ENT', 1, '2012-07-06 11:01:50'),
(4, 'De Lunes a Viernes 2:30 a 5:40 AM', '', 1, 'DEV', 1, '2012-08-03 15:14:30'),
(5, 'Otro Horario', '', 2, 'DEV', 1, '2012-08-03 15:14:43');

-- --------------------------------------------------------

--
-- Table structure for table `productos_entrega_sucursales`
--

CREATE TABLE IF NOT EXISTS `productos_entrega_sucursales` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nombre` varchar(255) NOT NULL,
  `descripcion` text NOT NULL,
  `orden` int(11) NOT NULL,
  `habilitar` int(1) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `productos_entrega_sucursales`
--

INSERT INTO `productos_entrega_sucursales` (`id`, `nombre`, `descripcion`, `orden`, `habilitar`, `fecha_alta`) VALUES
(1, 'OCA - Paraguay 1756', 'Abierta de 9 a 20hs', 1, 1, '2012-07-06 10:58:43'),
(2, 'OCA - Cabildo 500', '', 3, 1, '2012-07-06 10:59:01');

-- --------------------------------------------------------

--
-- Table structure for table `productos_formas_pago`
--

CREATE TABLE IF NOT EXISTS `productos_formas_pago` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nombre` varchar(255) NOT NULL,
  `codigo` varchar(20) NOT NULL,
  `orden` int(11) NOT NULL,
  `devolucion` tinyint(1) NOT NULL,
  `habilitar` tinyint(1) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `productos_formas_pago`
--

INSERT INTO `productos_formas_pago` (`id`, `nombre`, `codigo`, `orden`, `devolucion`, `habilitar`, `fecha_alta`) VALUES
(1, 'Tarjeta Visa', 'ar_visa', 1, 1, 1, '2012-05-14 13:03:27'),
(2, 'Tarjeta American Express', 'ar_amex', 2, 1, 1, '2012-05-14 13:04:51'),
(3, 'Tarjeta Mastercard', 'ar_master', 3, 1, 1, '2012-05-14 13:05:03'),
(5, 'Pago Facil', 'ar_pagofacil', 4, 0, 1, '2012-05-14 13:06:15'),
(7, 'Dinero Mail', 'ar_dm', 5, 0, 1, '2012-07-12 16:48:26');

-- --------------------------------------------------------

--
-- Table structure for table `productos_gastos_envio`
--

CREATE TABLE IF NOT EXISTS `productos_gastos_envio` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nombre` varchar(255) NOT NULL,
  `descripcion` text NOT NULL,
  `moneda` int(11) NOT NULL,
  `precio` float(16,2) NOT NULL,
  `orden` int(11) NOT NULL,
  `peso_maximo` float(16,2) NOT NULL,
  `volumen_maximo` float(16,2) NOT NULL,
  `campos_extras` tinyint(1) NOT NULL,
  `habilitar` tinyint(1) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `productos_gastos_envio`
--

INSERT INTO `productos_gastos_envio` (`id`, `nombre`, `descripcion`, `moneda`, `precio`, `orden`, `peso_maximo`, `volumen_maximo`, `campos_extras`, `habilitar`, `fecha_alta`) VALUES
(1, 'Envio Capital Federal', 'Envio sin costo para Capital Federal', 1, 0.00, 0, 0.00, 0.00, 0, 1, '2012-05-14 13:16:44'),
(3, 'Envio Provincia de Buenos Aires', 'Provincia de Buenos Aires (no conurbano)', 1, 500.00, 1, 0.00, 0.00, 1, 1, '2012-05-14 13:18:00');

-- --------------------------------------------------------

--
-- Table structure for table `productos_monedas`
--

CREATE TABLE IF NOT EXISTS `productos_monedas` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nombre` varchar(255) NOT NULL,
  `descripcion` varchar(255) NOT NULL,
  `codigo` varchar(5) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `productos_monedas`
--

INSERT INTO `productos_monedas` (`id`, `nombre`, `descripcion`, `codigo`, `fecha_alta`) VALUES
(1, '$', 'Pesos Argentinos', 'AR$', '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `productos_pedidos`
--

CREATE TABLE IF NOT EXISTS `productos_pedidos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `codigo` varchar(100) NOT NULL,
  `usuario` int(11) NOT NULL,
  `moneda` int(11) NOT NULL,
  `gastos_envio_id` int(11) NOT NULL,
  `gastos_envio_detalle` varchar(255) NOT NULL,
  `gastos_envio` float(16,2) NOT NULL,
  `total` float(16,2) NOT NULL,
  `forma_pago` varchar(20) NOT NULL,
  `mensaje` text NOT NULL,
  `status` int(11) NOT NULL,
  `notas` text NOT NULL,
  `franja_horaria` varchar(255) NOT NULL,
  `observaciones_cliente` text NOT NULL,
  `observaciones_cliente_devolucion` text NOT NULL,
  `pago_online` text NOT NULL,
  `entrega_sucursal_id` int(11) NOT NULL,
  `entrega_sucursal` varchar(255) NOT NULL,
  `archivos` varchar(255) NOT NULL,
  `fecha_entrega` date NOT NULL,
  `devolucion_franja_horaria` varchar(255) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=16017 ;

--
-- Dumping data for table `productos_pedidos`
--

INSERT INTO `productos_pedidos` (`id`, `codigo`, `usuario`, `moneda`, `gastos_envio_id`, `gastos_envio_detalle`, `gastos_envio`, `total`, `forma_pago`, `mensaje`, `status`, `notas`, `franja_horaria`, `observaciones_cliente`, `observaciones_cliente_devolucion`, `pago_online`, `entrega_sucursal_id`, `entrega_sucursal`, `archivos`, `fecha_entrega`, `devolucion_franja_horaria`, `fecha_alta`) VALUES
(15999, '', 0, 0, 0, '', 0.00, 0.00, '', '', 0, '', '', '', '', '', 0, '', '', '0000-00-00', '', '2012-08-10 20:12:19'),
(16000, '12081516000ez', 63887, 1, 1, 'Envio Capital Federal', 0.00, 300.00, '1', '', 5, '', '', '', '', '', 0, '', '', '2012-08-18', 'De Lunes a Viernes 2:30 a 5:40 AM', '2012-08-15 13:39:44'),
(16001, '1208151600191', 63887, 1, 1, 'Envio Capital Federal', 0.00, 280.00, '', '', 2, '', '', '', '', '', 0, '', '', '0000-00-00', '', '2012-08-15 13:46:59'),
(16002, '120815160025E', 63887, 1, 1, 'Envio Capital Federal', 0.00, 280.00, '', '', 2, '', '', '', '', '', 0, '', '', '0000-00-00', '', '2012-08-15 23:14:51'),
(16003, '12081616003WH', 63887, 1, 1, 'Envio Capital Federal', 0.00, 300.00, '', '', 2, '', '', '', '', '', 0, '', '', '0000-00-00', '', '2012-08-16 21:48:14'),
(16004, '12082216004s5', 63887, 1, 1, 'Envio Capital Federal', 0.00, 300.00, '', '', 2, '', '', '', '', '', 0, '', '', '0000-00-00', '', '2012-08-22 16:59:00'),
(16005, '12082316005Kp', 63881, 1, 1, 'Envio Capital Federal', 0.00, 300.00, '', '', 4, '', '', '', '', 'Pago online CONFIRMADO Dinero Mail 24-08-2012 15:41:32', 0, '', '', '0000-00-00', '', '2012-08-23 11:41:16'),
(16006, '12082316006J6', 63881, 1, 1, 'Envio Capital Federal', 0.00, 2.00, '5', '', 2, '', '', '', '', '', 0, '', '', '0000-00-00', '', '2012-08-23 12:06:57'),
(16007, '1208231600724', 63881, 1, 1, 'Envio Capital Federal', 0.00, 2.00, '5', '', 2, '', '', '', '', '', 0, '', '', '0000-00-00', '', '2012-08-23 12:10:41'),
(16008, '12082316008gK', 63881, 1, 1, 'Envio Capital Federal', 0.00, 2.00, '1', '', 2, '', '', '', '', '', 0, '', '', '0000-00-00', '', '2012-08-23 12:12:53'),
(16009, '12082316009Pj', 63881, 1, 1, 'Envio Capital Federal', 0.00, 2.00, '1', '', 2, '', '', '', '', '', 0, '', '', '0000-00-00', '', '2012-08-23 12:44:35'),
(16010, '12082316010Sq', 63881, 1, 1, 'Envio Capital Federal', 0.00, 2.00, '1', '', 2, '', '', '', '', '', 0, '', '', '0000-00-00', '', '2012-08-23 12:52:52'),
(16011, '12082316011mg', 63881, 1, 1, 'Envio Capital Federal', 0.00, 2.00, '1', '', 2, '', '', '', '', '', 0, '', '', '0000-00-00', '', '2012-08-23 15:33:54'),
(16012, '12082316012Ya', 63881, 1, 1, 'Envio Capital Federal', 0.00, 2.00, '1', '', 4, '', '', '', '', 'Pago online CONFIRMADO Dinero Mail 24-08-2012 15:38:36', 0, '', '', '0000-00-00', '', '2012-08-23 17:03:21'),
(16013, '12082316013Ul', 63887, 1, 1, 'Envio Capital Federal', 0.00, 4.00, '5', '', 2, '', '', '', '', '', 0, '', '', '0000-00-00', '', '2012-08-23 23:11:39'),
(16014, '12082316014Zk', 63887, 1, 1, 'Envio Capital Federal', 0.00, 4.00, '5', '', 1, '', '', '', '', 'ERROR en Pago online Dinero Mail 23-08-2012 23:30:36', 0, '', '', '0000-00-00', '', '2012-08-23 23:16:12'),
(16015, '12082316015Du', 63887, 1, 1, 'Envio Capital Federal', 0.00, 2.00, '1', '', 1, '', '', '', '', 'ERROR en Pago online Dinero Mail 23-08-2012 23:45:10', 0, '', '', '0000-00-00', '', '2012-08-23 23:44:04'),
(16016, '12082316016F8', 63887, 1, 1, 'Envio Capital Federal', 0.00, 2.00, '1', '', 5, '', '', '', '', 'ERROR en Pago online Dinero Mail 23-08-2012 23:58:01', 0, '', '', '2012-08-24', 'De Lunes a Viernes 2:30 a 5:40 AM', '2012-08-23 23:46:42');

-- --------------------------------------------------------

--
-- Table structure for table `productos_pedidos_direcciones`
--

CREATE TABLE IF NOT EXISTS `productos_pedidos_direcciones` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `usuario` int(11) NOT NULL,
  `tipo` varchar(5) NOT NULL,
  `pedido` int(11) NOT NULL,
  `nombre` varchar(255) NOT NULL,
  `apellido` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `calle` varchar(255) NOT NULL,
  `numero` varchar(255) NOT NULL,
  `piso` varchar(255) NOT NULL,
  `departamento` varchar(255) NOT NULL,
  `ciudad` varchar(255) NOT NULL,
  `provincia` varchar(255) NOT NULL,
  `pais` varchar(255) NOT NULL,
  `codigo_postal` varchar(255) NOT NULL,
  `horario` text NOT NULL,
  `comentario` text NOT NULL,
  `defecto` tinyint(1) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=275 ;

--
-- Dumping data for table `productos_pedidos_direcciones`
--

INSERT INTO `productos_pedidos_direcciones` (`id`, `usuario`, `tipo`, `pedido`, `nombre`, `apellido`, `email`, `calle`, `numero`, `piso`, `departamento`, `ciudad`, `provincia`, `pais`, `codigo_postal`, `horario`, `comentario`, `defecto`, `fecha_alta`) VALUES
(91, 0, 'DEV', 16688, 'Ernesto H', 'Garcias', 'betomel@gmail.com', 'Riobamba', '1758', '7', 'A', 'CABA', 'Buenos Aires', 'Argentina', 'XX3456', '', '', 0, '2012-07-13 17:05:19'),
(92, 0, 'DEV', 16685, 'Alberto 2', 'Ibarguren 2', 'betomel@gmail.com', 'Riobamba', '17582', '72', 'A2', 'CABA2', 'Buenos Aires2', 'Argentina', '14532', '', '14532', 0, '2012-07-13 17:44:31'),
(94, 63888, 'DIR', 0, 'esteban', 'rodriguez', 'asldkjsadfj@hotmail.com', 'pichincha', '666', '6', '6', 'buenos aires', 'buenos aires', 'argentina', '6666', '', '', 0, '2012-07-20 11:37:38'),
(95, 63888, 'ENT', 16690, 'esteban', 'rodriguez', 'asldkjsadfj@hotmail.com', 'pichincha', '666', '6', '6', 'buenos aires', 'buenos aires', 'argentina', '6666', '', '', 0, '2012-07-20 11:38:04'),
(96, 63888, 'FAC', 16690, 'esteban', 'rodriguez', '', 'pichincha', '666', '6', '6', 'buenos aires', 'buenos aires', 'argentina', '6666', '', '', 0, '2012-07-20 11:38:04'),
(97, 63887, 'ENT', 16691, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-07-21 18:05:47'),
(98, 63887, 'FAC', 16691, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-07-21 18:05:47'),
(99, 63887, 'DIR', 0, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 1, '2012-07-22 19:53:30'),
(100, 63887, 'ENT', 16692, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-07-22 20:02:34'),
(101, 63887, 'FAC', 16692, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-07-22 20:02:34'),
(102, 63887, 'ENT', 16693, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-07-22 20:31:12'),
(103, 63887, 'FAC', 16693, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-07-22 20:31:12'),
(104, 63887, 'DEV', 16692, 'juan', 'roraro', 'cunico2008@gmail.com', 'santa sarasa', '1124', '7', 'a', 'buenos aires', 'buenso aires', 'argentina', '1425', '', '1425', 0, '2012-07-22 21:10:23'),
(105, 63887, 'DEV', 16691, 'sdfasdf', 'dsafasdf', 'sadfasdf@hotmail.com', 'sdfasdf', '21654', '78', 'd', 'buenos aires', 'buenos aires', 'argentina', '1425', '', '1425', 0, '2012-07-26 01:46:02'),
(120, 63902, 'DIR', 0, 'Jorge', 'RIal', 'jorge@rial.com', 'Intrusos', '1234', '12', '13', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '14', '', '', 1, '2012-07-28 10:39:11'),
(121, 63902, 'DIF', 0, 'Jorge', 'RIal', 'jorge@rial.com', 'Intrusos', '1234', '12', '13', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '14', '', '', 1, '2012-07-28 10:39:12'),
(157, 63903, 'DIR', 0, '', '', '', '', '', '', '', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '', '', '', 1, '2012-07-29 18:47:27'),
(158, 63903, 'DIF', 0, '', '', '', '', '', '', '', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '', '', '', 1, '2012-07-29 18:47:27'),
(159, 63904, 'DIR', 0, '', '', '', '', '', '', '', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '', '', '', 1, '2012-07-29 18:51:14'),
(160, 63904, 'DIF', 0, '', '', '', '', '', '', '', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '', '', '', 1, '2012-07-29 18:51:14'),
(182, 63887, 'ENT', 12, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-07-30 23:42:59'),
(183, 63887, 'FAC', 12, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-07-30 23:42:59'),
(184, 63888, 'ENT', 13, 'esteban', 'rodriguez', 'asldkjsadfj@hotmail.com', 'pichincha', '666', '6', '6', 'buenos aires', 'buenos aires', 'argentina', '6666', '', '', 0, '2012-07-30 23:44:06'),
(185, 63888, 'FAC', 13, 'esteban', 'rodriguez', '', 'pichincha', '666', '6', '6', 'buenos aires', 'buenos aires', 'argentina', '6666', '', '', 0, '2012-07-30 23:44:06'),
(186, 63887, 'DIF', 0, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 1, '2012-07-31 09:49:44'),
(187, 63887, 'ENT', 14, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-07-31 09:49:50'),
(188, 63887, 'FAC', 14, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-07-31 09:49:50'),
(189, 63887, 'ENT', 15, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-01 22:11:21'),
(190, 63887, 'FAC', 15, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-01 22:11:21'),
(191, 63887, 'ENT', 16, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-01 22:33:45'),
(192, 63887, 'FAC', 16, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-01 22:33:45'),
(193, 63887, 'ENT', 17, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-01 22:57:38'),
(194, 63887, 'FAC', 17, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-01 22:57:38'),
(195, 63887, 'DEV', 16, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '145', 0, '2012-08-01 23:05:50'),
(196, 63887, 'DEV', 15, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '145', 0, '2012-08-01 23:10:06'),
(197, 63887, 'DEV', 17, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '145', 0, '2012-08-01 23:24:18'),
(198, 63887, 'ENT', 18, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-01 23:43:17'),
(199, 63887, 'FAC', 18, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-01 23:43:17'),
(200, 63887, 'DIR', 0, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'santa fe', '1234', '12', 'x', 'buenos aires', 'buenos aires', 'argentina', '1425', '', '', 0, '2012-08-01 23:52:36'),
(201, 63887, 'ENT', 19, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'santa fe', '1234', '12', 'x', 'buenos aires', 'buenos aires', 'argentina', '1425', '', '', 0, '2012-08-01 23:52:41'),
(202, 63887, 'FAC', 19, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-01 23:52:41'),
(203, 63905, 'DIR', 0, 'federico', 'asfasfd', 'facundo.gaglio@gmail.com', 'pueyrredon', '2145', '7', 'm', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '1425', '', '', 1, '2012-08-02 00:00:43'),
(204, 63905, 'DIF', 0, 'federico', 'asfasfd', 'facundo.gaglio@gmail.com', 'pueyrredon', '2145', '7', 'm', 'Ciudad Autonomia de Buenos Aires', 'Buenos Aires', 'Argentina', '1425', '', '', 1, '2012-08-02 00:00:43'),
(205, 63887, 'ENT', 20, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'santa fe', '1234', '12', 'x', 'buenos aires', 'buenos aires', 'argentina', '1425', '', '', 0, '2012-08-02 00:09:57'),
(206, 63887, 'FAC', 20, 'Facundo Juan', 'Gaglio', '', 'santa fe', '1234', '12', 'x', 'buenos aires', 'buenos aires', 'argentina', '1425', '', '', 0, '2012-08-02 00:09:57'),
(207, 63887, 'ENT', 21, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'santa fe', '1234', '12', 'x', 'buenos aires', 'buenos aires', 'argentina', '1425', '', '', 0, '2012-08-03 00:46:48'),
(208, 63887, 'FAC', 21, 'Facundo Juan', 'Gaglio', '', 'santa fe', '1234', '12', 'x', 'buenos aires', 'buenos aires', 'argentina', '1425', '', '', 0, '2012-08-03 00:46:48'),
(209, 63887, 'ENT', 22, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-03 13:47:35'),
(210, 63887, 'FAC', 22, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-03 13:47:35'),
(211, 63881, 'DIR', 0, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 1, '2012-08-03 14:26:13'),
(212, 63881, 'DIF', 0, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 1, '2012-08-03 14:26:13'),
(213, 63881, 'ENT', 23, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-03 14:26:17'),
(214, 63881, 'FAC', 23, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-03 14:26:17'),
(215, 63881, 'ENT', 24, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-03 14:28:23'),
(216, 63881, 'FAC', 24, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-03 14:28:23'),
(217, 63881, 'DEV', 23, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '1234', 0, '2012-08-03 14:45:46'),
(218, 63881, 'DEV', 10, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanches', '1234', '1234', '1234', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '1234', 0, '2012-08-03 14:55:22'),
(219, 63881, 'DEV', 24, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '1234', 0, '2012-08-03 14:59:41'),
(220, 63881, 'ENT', 25, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-03 15:00:29'),
(221, 63881, 'FAC', 25, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-03 15:00:29'),
(222, 63881, 'DEV', 25, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '1234', 0, '2012-08-03 15:02:31'),
(223, 63881, 'DEV', 25, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '1234', 0, '2012-08-03 15:33:12'),
(224, 63887, 'ENT', 26, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'santa fe', '1234', '12', 'x', 'buenos aires', 'buenos aires', 'argentina', '1425', '', '', 0, '2012-08-05 16:20:14'),
(225, 63887, 'FAC', 26, 'Facundo Juan', 'Gaglio', '', 'santa fe', '1234', '12', 'x', 'buenos aires', 'buenos aires', 'argentina', '1425', '', '', 0, '2012-08-05 16:20:14'),
(226, 63887, 'ENT', 27, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-05 16:21:37'),
(227, 63887, 'FAC', 27, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-05 16:21:37'),
(228, 63887, 'DEV', 26, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'santa fe', '1234', '12', 'x', 'buenos aires', 'buenos aires', 'argentina', '1425', '', '1425', 0, '2012-08-05 16:36:08'),
(229, 63887, 'ENT', 28, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-05 16:53:55'),
(230, 63887, 'FAC', 28, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-05 16:53:55'),
(231, 63887, 'ENT', 29, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-05 16:55:01'),
(232, 63887, 'FAC', 29, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-05 16:55:01'),
(233, 63881, 'ENT', 30, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-06 10:48:23'),
(234, 63881, 'FAC', 30, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-06 10:48:23'),
(235, 0, 'DEV', 30, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '1234', 0, '2012-08-06 11:02:05'),
(236, 63881, 'ENT', 31, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-10 19:23:12'),
(237, 63881, 'FAC', 31, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-10 19:23:12'),
(238, 63887, 'ENT', 16000, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-15 13:39:44'),
(239, 63887, 'FAC', 16000, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-15 13:39:44'),
(240, 63887, 'ENT', 16001, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-15 13:46:59'),
(241, 63887, 'FAC', 16001, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-15 13:46:59'),
(242, 63887, 'ENT', 16002, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-15 23:14:51'),
(243, 63887, 'FAC', 16002, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-15 23:14:51'),
(244, 63887, 'ENT', 16003, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-16 21:48:14'),
(245, 63887, 'FAC', 16003, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-16 21:48:14'),
(246, 63887, 'DEV', 16000, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '145', 0, '2012-08-19 16:43:33'),
(247, 63887, 'ENT', 16004, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-22 16:59:01'),
(248, 63887, 'FAC', 16004, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-22 16:59:01'),
(249, 63881, 'ENT', 16005, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 11:41:16'),
(250, 63881, 'FAC', 16005, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 11:41:16'),
(251, 63881, 'ENT', 16006, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 12:06:57'),
(252, 63881, 'FAC', 16006, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 12:06:57'),
(253, 63881, 'ENT', 16007, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 12:10:41'),
(254, 63881, 'FAC', 16007, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 12:10:41'),
(255, 63881, 'ENT', 16008, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 12:12:53'),
(256, 63881, 'FAC', 16008, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 12:12:53'),
(257, 63881, 'ENT', 16009, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 12:44:35'),
(258, 63881, 'FAC', 16009, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 12:44:35'),
(259, 63881, 'ENT', 16010, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 12:52:52'),
(260, 63881, 'FAC', 16010, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 12:52:52'),
(261, 63881, 'ENT', 16011, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 15:33:54'),
(262, 63881, 'FAC', 16011, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 15:33:54'),
(263, 63881, 'ENT', 16012, 'Alberto', 'Ibarguren', 'betomel@gmail.com', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 17:03:21'),
(264, 63881, 'FAC', 16012, 'Alberto', 'Ibarguren', '', 'Sanchez', '12345', '7', 'B', 'Ciudad de Buenos Aires', 'Buenos Aires', 'Argentina', '1234', '', '', 0, '2012-08-23 17:03:21'),
(265, 63887, 'DIR', 0, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'Pueyrredon', '12345', '12', 'C', 'buenos aires', 'buenos aires', 'argentina', '1425', '', '', 0, '2012-08-23 22:53:44'),
(266, 63887, 'ENT', 16013, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-23 23:11:39'),
(267, 63887, 'FAC', 16013, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-23 23:11:39'),
(268, 63887, 'ENT', 16014, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-23 23:16:12'),
(269, 63887, 'FAC', 16014, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-23 23:16:12'),
(270, 63887, 'ENT', 16015, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-23 23:44:04'),
(271, 63887, 'FAC', 16015, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-23 23:44:04'),
(272, 63887, 'ENT', 16016, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-23 23:46:42'),
(273, 63887, 'FAC', 16016, 'Facundo Juan', 'Gaglio', '', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '', 0, '2012-08-23 23:46:42'),
(274, 63887, 'DEV', 16016, 'Facundo Juan', 'Gaglio', 'cunico2008@gmail.com', 'charcas', '3456', '7', 'b', 'buenos aires', 'buenos aires', 'argentina', '145', '', '145', 0, '2012-08-24 01:49:21');

-- --------------------------------------------------------

--
-- Table structure for table `productos_pedidos_items`
--

CREATE TABLE IF NOT EXISTS `productos_pedidos_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `producto` int(11) NOT NULL,
  `pedido` int(11) NOT NULL,
  `talle` int(11) NOT NULL,
  `cantidad` int(11) NOT NULL,
  `moneda` int(11) NOT NULL,
  `precio` float(16,2) NOT NULL,
  `subtotal` float(16,2) NOT NULL,
  `tipo` int(11) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=22 ;

--
-- Dumping data for table `productos_pedidos_items`
--

INSERT INTO `productos_pedidos_items` (`id`, `producto`, `pedido`, `talle`, `cantidad`, `moneda`, `precio`, `subtotal`, `tipo`, `fecha_alta`) VALUES
(1, 4, 16000, 4, 1, 1, 300.00, 300.00, 0, '2012-08-15 13:39:44'),
(2, 4, 16001, 2, 1, 1, 280.00, 280.00, 0, '2012-08-15 13:46:59'),
(3, 4, 16002, 2, 1, 1, 280.00, 280.00, 0, '2012-08-15 23:14:51'),
(4, 4, 16003, 4, 1, 1, 300.00, 300.00, 0, '2012-08-16 21:48:14'),
(5, 4, 16000, 4, 1, 1, 300.00, 300.00, 2, '2012-08-19 16:43:33'),
(6, 4, 16000, 5, 1, 1, 300.00, 300.00, 1, '2012-08-19 16:43:33'),
(7, 4, 16004, 4, 1, 1, 300.00, 300.00, 0, '2012-08-22 16:59:01'),
(8, 4, 16005, 5, 1, 1, 300.00, 300.00, 0, '2012-08-23 11:41:16'),
(9, 4, 16006, 2, 1, 1, 2.00, 2.00, 0, '2012-08-23 12:06:57'),
(10, 4, 16007, 3, 1, 1, 2.00, 2.00, 0, '2012-08-23 12:10:41'),
(11, 4, 16008, 2, 1, 1, 2.00, 2.00, 0, '2012-08-23 12:12:53'),
(12, 4, 16009, 5, 1, 1, 2.00, 2.00, 0, '2012-08-23 12:44:35'),
(13, 4, 16010, 3, 1, 1, 2.00, 2.00, 0, '2012-08-23 12:52:52'),
(14, 4, 16011, 2, 1, 1, 2.00, 2.00, 0, '2012-08-23 15:33:54'),
(15, 4, 16012, 4, 1, 1, 2.00, 2.00, 0, '2012-08-23 17:03:21'),
(16, 4, 16013, 3, 2, 1, 2.00, 4.00, 0, '2012-08-23 23:11:39'),
(17, 4, 16014, 3, 2, 1, 2.00, 4.00, 0, '2012-08-23 23:16:12'),
(18, 4, 16015, 3, 1, 1, 2.00, 2.00, 0, '2012-08-23 23:44:04'),
(19, 4, 16016, 4, 1, 1, 2.00, 2.00, 0, '2012-08-23 23:46:42'),
(20, 4, 16016, 4, 1, 1, 2.00, 2.00, 2, '2012-08-24 01:49:21'),
(21, 4, 16016, 5, 1, 1, 2.00, 2.00, 1, '2012-08-24 01:49:21');

-- --------------------------------------------------------

--
-- Table structure for table `productos_precios`
--

CREATE TABLE IF NOT EXISTS `productos_precios` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `producto` int(11) NOT NULL,
  `talle` int(11) NOT NULL,
  `moneda` int(11) NOT NULL,
  `precio` float(16,2) NOT NULL,
  `detalle` text NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=19 ;

--
-- Dumping data for table `productos_precios`
--

INSERT INTO `productos_precios` (`id`, `producto`, `talle`, `moneda`, `precio`, `detalle`, `fecha_alta`) VALUES
(1, 3, 1, 1, 0.00, 'IVA Incluido', '2012-05-14 15:57:17'),
(2, 3, 2, 1, 2.00, 'IVA Incluido', '2012-05-14 15:57:17'),
(3, 3, 3, 1, 2.00, 'IVA Incluido', '2012-05-14 15:57:17'),
(4, 3, 4, 1, 2.00, 'IVA Incluido', '2012-05-14 15:57:17'),
(5, 3, 5, 1, 2.00, 'IVA Incluido', '2012-05-14 15:57:17'),
(6, 3, 7, 1, 2.00, 'IVA Incluido', '2012-05-14 15:57:17'),
(7, 2, 1, 1, 1.00, 'IVA Incluido', '2012-05-14 15:57:34'),
(8, 2, 2, 1, 1.00, 'IVA Incluido', '2012-05-14 15:57:34'),
(9, 2, 3, 1, 1.00, 'IVA Incluido', '2012-05-14 15:57:34'),
(10, 2, 4, 1, 1.00, 'IVA Incluido', '2012-05-14 15:57:34'),
(11, 2, 5, 1, 1.00, 'IVA Incluido', '2012-05-14 15:57:34'),
(12, 2, 7, 1, 1.00, 'IVA Incluido', '2012-05-14 15:57:34'),
(13, 4, 1, 1, 2.00, '', '2012-07-21 19:47:29'),
(14, 4, 2, 1, 2.00, '', '2012-07-21 19:47:29'),
(15, 4, 3, 1, 2.00, '', '2012-07-21 19:47:29'),
(16, 4, 4, 1, 2.00, '', '2012-07-21 19:47:29'),
(17, 4, 5, 1, 2.00, '', '2012-07-21 19:47:29'),
(18, 4, 7, 1, 2.00, '', '2012-07-21 19:47:29');

-- --------------------------------------------------------

--
-- Table structure for table `productos_status`
--

CREATE TABLE IF NOT EXISTS `productos_status` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nombre` varchar(255) NOT NULL,
  `orden` int(11) NOT NULL,
  `habilitar` tinyint(4) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `productos_status`
--

INSERT INTO `productos_status` (`id`, `nombre`, `orden`, `habilitar`, `fecha_alta`) VALUES
(1, 'Cancelado', 3, 1, '2012-05-14 13:00:15'),
(2, 'Pedido', 1, 1, '2012-05-14 13:00:28'),
(5, 'Devolución', 5, 1, '2012-05-14 13:01:11'),
(4, 'Cobrado', 2, 1, '2012-05-14 13:00:52'),
(6, 'Despachado', 4, 1, '2012-07-29 12:57:58');

-- --------------------------------------------------------

--
-- Table structure for table `productos_status_log`
--

CREATE TABLE IF NOT EXISTS `productos_status_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `pedido` int(11) NOT NULL,
  `status` int(11) NOT NULL,
  `usuario` int(11) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;

--
-- Dumping data for table `productos_status_log`
--

INSERT INTO `productos_status_log` (`id`, `pedido`, `status`, `usuario`, `fecha_alta`) VALUES
(1, 16000, 2, 63887, '2012-08-15 13:39:44'),
(2, 16001, 2, 63887, '2012-08-15 13:46:59'),
(3, 16002, 2, 63887, '2012-08-15 23:14:51'),
(4, 16003, 2, 63887, '2012-08-16 21:48:14'),
(5, 16000, 6, 1, '2012-08-19 15:14:46'),
(6, 16000, 5, 63887, '2012-08-19 16:43:33'),
(7, 16004, 2, 63887, '2012-08-22 16:59:00'),
(8, 16005, 2, 63881, '2012-08-23 11:41:16'),
(9, 16006, 2, 63881, '2012-08-23 12:06:57'),
(10, 16007, 2, 63881, '2012-08-23 12:10:41'),
(11, 16008, 2, 63881, '2012-08-23 12:12:53'),
(12, 16009, 2, 63881, '2012-08-23 12:44:35'),
(13, 16010, 2, 63881, '2012-08-23 12:52:52'),
(14, 16011, 2, 63881, '2012-08-23 15:33:54'),
(15, 16012, 2, 63881, '2012-08-23 17:03:21'),
(16, 16013, 2, 63887, '2012-08-23 23:11:39'),
(17, 16014, 2, 63887, '2012-08-23 23:16:12'),
(18, 16015, 2, 63887, '2012-08-23 23:44:04'),
(19, 16016, 2, 63887, '2012-08-23 23:46:42'),
(20, 16016, 6, 1, '2012-08-24 00:12:57'),
(21, 16016, 5, 63887, '2012-08-24 01:49:21'),
(22, 16012, 2, 1, '2012-08-24 15:38:32');

-- --------------------------------------------------------

--
-- Table structure for table `productos_stock`
--

CREATE TABLE IF NOT EXISTS `productos_stock` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `producto` int(11) NOT NULL,
  `comentario` text NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `productos_stock`
--

INSERT INTO `productos_stock` (`id`, `producto`, `comentario`, `fecha_alta`) VALUES
(6, 2, 'ALtas p`roveedor 1', '2012-07-12 20:20:56'),
(4, 3, '', '2012-05-10 17:42:27'),
(5, 2, 'Me las entregaron ', '2012-05-16 20:30:12'),
(7, 4, '', '2012-07-21 19:50:42'),
(8, 4, '', '2012-07-30 23:39:54'),
(9, 4, '', '2012-08-03 13:43:54'),
(10, 4, 'De prueba, no se veia nada en la ficha de producto', '2012-08-12 09:49:12');

-- --------------------------------------------------------

--
-- Table structure for table `productos_stock_items`
--

CREATE TABLE IF NOT EXISTS `productos_stock_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `stock` int(11) NOT NULL,
  `producto` int(11) NOT NULL,
  `talle` int(11) NOT NULL,
  `cantidad` int(11) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `productos_stock_items`
--

INSERT INTO `productos_stock_items` (`id`, `stock`, `producto`, `talle`, `cantidad`, `fecha_alta`) VALUES
(1, 10, 4, 1, 0, '2012-08-12 09:49:12'),
(2, 10, 4, 2, 10, '2012-08-12 09:49:12'),
(3, 10, 4, 3, 10, '2012-08-12 09:49:12'),
(4, 10, 4, 4, 10, '2012-08-12 09:49:12'),
(5, 10, 4, 5, 10, '2012-08-12 09:49:12'),
(6, 10, 4, 7, 10, '2012-08-12 09:49:12');

-- --------------------------------------------------------

--
-- Table structure for table `productos_talles`
--

CREATE TABLE IF NOT EXISTS `productos_talles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nombre` varchar(255) NOT NULL,
  `categoria` int(11) NOT NULL,
  `peso` float(10,2) NOT NULL,
  `volumen` float(10,2) NOT NULL,
  `orden` int(11) NOT NULL,
  `habilitar` tinyint(1) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `productos_talles`
--

INSERT INTO `productos_talles` (`id`, `nombre`, `categoria`, `peso`, `volumen`, `orden`, `habilitar`, `fecha_alta`) VALUES
(1, 'XS', 1, 10.20, 20.30, 1, 1, '2012-05-14 12:45:34'),
(2, 'S', 1, 0.00, 0.00, 2, 1, '2012-05-14 12:45:44'),
(3, 'M', 1, 0.00, 0.00, 3, 1, '2012-05-14 12:45:53'),
(4, 'L', 1, 0.00, 0.00, 4, 1, '2012-05-14 12:46:00'),
(5, 'XL', 1, 0.00, 0.00, 5, 1, '2012-05-14 12:46:09'),
(7, 'XXL', 1, 0.00, 0.00, 6, 1, '2012-05-14 12:47:06');

-- --------------------------------------------------------

--
-- Table structure for table `productos_usuarios_carros_log`
--

CREATE TABLE IF NOT EXISTS `productos_usuarios_carros_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `usuario` int(11) NOT NULL,
  `tipo` varchar(3) NOT NULL,
  `producto` int(11) NOT NULL,
  `talle` int(11) NOT NULL,
  `cantidad` int(11) NOT NULL,
  `precio` float(16,2) NOT NULL,
  `subtotal` float(16,2) NOT NULL,
  `fecha_alta` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=108 ;

--
-- Dumping data for table `productos_usuarios_carros_log`
--

INSERT INTO `productos_usuarios_carros_log` (`id`, `usuario`, `tipo`, `producto`, `talle`, `cantidad`, `precio`, `subtotal`, `fecha_alta`) VALUES
(4, 1, 'CAR', 3, 5, 1, 2.00, 2.00, '2012-07-30 16:40:18'),
(5, 1, 'CAR', 3, 4, 2, 2.00, 4.00, '2012-07-30 16:40:58'),
(10, 1, 'WIS', 2, 0, 0, 0.00, 0.00, '2012-07-30 16:59:22'),
(11, 1, 'WIS', 4, 0, 0, 0.00, 0.00, '2012-07-30 16:59:32'),
(12, 1, 'WIS', 3, 0, 0, 0.00, 0.00, '2012-07-30 16:59:42'),
(73, 63881, 'WIS', 2, 0, 0, 0.00, 0.00, '2012-08-03 13:23:42'),
(79, 63881, 'WIS', 3, 0, 0, 0.00, 0.00, '2012-08-03 13:38:23'),
(85, 63888, 'CAR', 4, 1, 1, 300.00, 300.00, '2012-08-03 13:46:42'),
(94, 63881, 'WIS', 4, 0, 0, 0.00, 0.00, '2012-08-03 15:02:09'),
(107, 63887, 'CAR', 4, 5, 1, 2.00, 2.00, '2012-08-24 01:44:53');
