-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint_soft.sql
More file actions
252 lines (209 loc) · 12 KB
/
print_soft.sql
File metadata and controls
252 lines (209 loc) · 12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
-- phpMyAdmin SQL Dump
-- version 4.0.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: May 29, 2013 at 08:36 AM
-- Server version: 5.6.11
-- PHP Version: 5.3.15
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `print_soft`
--
-- --------------------------------------------------------
--
-- Table structure for table `ps_ci_sessions`
--
CREATE TABLE IF NOT EXISTS `ps_ci_sessions` (
`session_id` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
`ip_address` varchar(45) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
`user_agent` varchar(120) COLLATE utf8_unicode_ci NOT NULL,
`last_activity` int(10) unsigned NOT NULL DEFAULT '0',
`user_data` text COLLATE utf8_unicode_ci NOT NULL,
`temporal_data` text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`session_id`),
KEY `last_activity_idx` (`last_activity`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `ps_ci_sessions`
--
INSERT INTO `ps_ci_sessions` (`session_id`, `ip_address`, `user_agent`, `last_activity`, `user_data`, `temporal_data`) VALUES
('7a9aade8f43cc230b8be8e7e3b8a3ac3', '::1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 1369805256, 'a:4:{s:9:"user_data";s:0:"";s:5:"email";s:18:"phi@blackspiral.eu";s:6:"nombre";s:14:"Developer Jedi";s:5:"nivel";s:1:"1";}', '');
-- --------------------------------------------------------
--
-- Table structure for table `ps_products_1`
--
CREATE TABLE IF NOT EXISTS `ps_products_1` (
`id` int(99) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`costo` varchar(50) NOT NULL,
`bla` varchar(200) NOT NULL,
`active` int(1) NOT NULL DEFAULT '1',
`create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`last_edit` datetime NOT NULL,
`create_by` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`last_edit_by` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `ps_products_1`
--
INSERT INTO `ps_products_1` (`id`, `name`, `costo`, `bla`, `active`, `create`, `last_edit`, `create_by`, `last_edit_by`) VALUES
(1, 'Lona Front 13 Oz 720 DPI', '45', '', 1, '2013-05-29 04:47:52', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu');
-- --------------------------------------------------------
--
-- Table structure for table `ps_products_2`
--
CREATE TABLE IF NOT EXISTS `ps_products_2` (
`id` int(99) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`costo` varchar(50) NOT NULL,
`bla` varchar(200) NOT NULL,
`active` int(1) NOT NULL DEFAULT '1',
`create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`last_edit` datetime NOT NULL,
`create_by` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`last_edit_by` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;
--
-- Dumping data for table `ps_products_2`
--
INSERT INTO `ps_products_2` (`id`, `name`, `costo`, `bla`, `active`, `create`, `last_edit`, `create_by`, `last_edit_by`) VALUES
(1, 'Tarjetas Presentación 4x1 300g Sencillas', '60', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(2, 'Tarjetas Presentación 4x1 300g Dobles', '120', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(3, 'Tarjetas Presentación 4x4 300g Sencillas', '100', '', 1, '2013-05-28 06:46:10', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(4, 'Tarjetas Presentación 4x4 300g Dobles', '200', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(5, 'Postales 4x1 300g 9x15cm', '180', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(6, 'Postales 4x1 300g 10x18cm', '240', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(7, 'Postales 4x4 300g 9x15cm', '300', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(8, 'Postales 4x4 300g 10x18cm', '400', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(9, 'Volantes 4x4 115g 1/4 Carta', '190', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(10, 'Volantes 4x4 115g 1/2 Carta', '360', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(11, 'Volantes 4x4 115g 1 Carta', '830', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(12, 'Volantes 4x4 115g Díptico o Tríptico Carta', '830', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(13, 'Volantes 4x1 115g 1/4 Carta', '90', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(14, 'Volantes 4x1 115g 1/2 Carta', '180', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(15, 'Volantes 4x1 115g 1 Carta', '360', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(16, 'Posters 4x0 135g 4 Cartas Sin Barníz', '1600', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(17, 'Posters 4x0 135g 8 Cartas Sin Barníz', '3200', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(18, 'Posters 4x0 135g 4 Oficios Sin Barníz', '1950', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(19, 'Posters 4x0 135g 8 Oficios Sin Barníz', '4800', '', 1, '2013-05-29 04:49:24', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(20, 'Posters 4x0 135g 4 Cartas Con Barníz', '1950', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(21, 'Posters 4x0 135g 8 Cartas Con Barníz', '3950', '', 1, '2013-05-29 05:07:07', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(22, 'Posters 4x0 135g 4 Oficios Con Barníz', '2250', '', 1, '2013-05-29 04:49:24', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(23, 'Posters 4x0 135g 8 Oficios Con Barníz', '5350', '', 1, '2013-05-29 04:49:24', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu');
-- --------------------------------------------------------
--
-- Table structure for table `ps_products_3`
--
CREATE TABLE IF NOT EXISTS `ps_products_3` (
`id` int(99) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`costo` varchar(50) NOT NULL,
`bla` varchar(200) NOT NULL,
`active` int(1) NOT NULL DEFAULT '1',
`create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`last_edit` datetime NOT NULL,
`create_by` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`last_edit_by` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
--
-- Dumping data for table `ps_products_3`
--
INSERT INTO `ps_products_3` (`id`, `name`, `costo`, `bla`, `active`, `create`, `last_edit`, `create_by`, `last_edit_by`) VALUES
(1, '510 x 645', '100', '', 1, '2013-05-28 06:46:10', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(2, '550 x 650', '120', '', 1, '2013-05-28 06:46:10', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(3, '615 x 724', '140', '', 1, '2013-05-28 06:46:10', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(4, '770 x 1030', '230', '', 1, '2013-05-28 06:46:10', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu');
-- --------------------------------------------------------
--
-- Table structure for table `ps_products_4`
--
CREATE TABLE IF NOT EXISTS `ps_products_4` (
`id` int(99) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`costo` varchar(50) NOT NULL,
`bla` varchar(200) NOT NULL,
`active` int(1) NOT NULL DEFAULT '1',
`create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`last_edit` datetime NOT NULL,
`create_by` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`last_edit_by` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `ps_products_5`
--
CREATE TABLE IF NOT EXISTS `ps_products_5` (
`id` int(99) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`costo` varchar(50) NOT NULL,
`bla` varchar(200) NOT NULL,
`active` int(1) NOT NULL DEFAULT '1',
`create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`last_edit` datetime NOT NULL,
`create_by` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`last_edit_by` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
--
-- Dumping data for table `ps_products_5`
--
INSERT INTO `ps_products_5` (`id`, `name`, `costo`, `bla`, `active`, `create`, `last_edit`, `create_by`, `last_edit_by`) VALUES
(1, 'Diseño Simple', '60', '', 1, '2013-05-28 01:45:00', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(2, 'Diseño con imagen', '100', '', 1, '2013-05-28 01:46:10', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu'),
(3, 'Diseño complejo', '200', '', 1, '2013-05-28 01:46:10', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu');
-- --------------------------------------------------------
--
-- Table structure for table `ps_products_6`
--
CREATE TABLE IF NOT EXISTS `ps_products_6` (
`id` int(99) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`costo` varchar(50) NOT NULL,
`bla` varchar(200) NOT NULL,
`active` int(1) NOT NULL DEFAULT '1',
`create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`last_edit` datetime NOT NULL,
`create_by` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`last_edit_by` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
--
-- Dumping data for table `ps_products_6`
--
INSERT INTO `ps_products_6` (`id`, `name`, `costo`, `bla`, `active`, `create`, `last_edit`, `create_by`, `last_edit_by`) VALUES
(1, 'Corte Guillotina', '5', '', 1, '2013-05-28 06:45:00', '0000-00-00 00:00:00', 'phi@blackspiral.eu', 'phi@blackspiral.eu');
-- --------------------------------------------------------
--
-- Table structure for table `ps_users`
--
CREATE TABLE IF NOT EXISTS `ps_users` (
`id` int(99) NOT NULL AUTO_INCREMENT,
`email` varchar(150) COLLATE utf8_unicode_ci NOT NULL,
`password` varchar(500) COLLATE utf8_unicode_ci NOT NULL,
`nombre` varchar(150) COLLATE utf8_unicode_ci NOT NULL,
`telefono` varchar(25) COLLATE utf8_unicode_ci NOT NULL,
`movil` varchar(25) COLLATE utf8_unicode_ci NOT NULL,
`direccion` text COLLATE utf8_unicode_ci NOT NULL,
`nivel` int(1) NOT NULL DEFAULT '0',
`last_login` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `email` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;
--
-- Dumping data for table `ps_users`
--
INSERT INTO `ps_users` (`id`, `email`, `password`, `nombre`, `telefono`, `movil`, `direccion`, `nivel`, `last_login`) VALUES
(1, 'phi@blackspiral.eu', '2716373f1a0b85c7d8fb074fb4fc61c7', 'Developer Jedi', '5533667788', '', 'una dirección ', 1, '2013-05-29 00:08:28');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;