-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
368 lines (363 loc) · 14.4 KB
/
index.html
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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="shortcut icon" href="https://cdn-icons-png.flaticon.com/512/4062/4062916.png" />
<link rel="stylesheet" href="index.css" />
<title>TACOS EL CHINO 1.0</title>
</head>
<body>
<header><h1 class="encabezado">TACOS EL CHINO</h1></header>
<div class="contenedor-main">
<div class="contenedor-precios">
<img src="imgs/logotaqueria.jpg">
</div>
<div class="space-divs"></div>
<div class="contenedor">
<div class="contenido1">
<button class="show-modal btnMain efect mesa1" id="1">Mesa 1</button>
<button class="show-modal btnMain efect mesa2" id="2">Mesa 2</button>
<button class="show-modal btnMain efect mesa3" id="3">Mesa 3</button>
<button class="show-modal btnMain efect mesa4" id="4">Mesa 4</button>
<button class="show-modal btnMain efect mesa5" id="5">Mesa 5</button>
</div>
<div class="contenido2">
<button class="show-modal btnMain efect mesa6" id="6">Mesa 6</button>
<button class="show-modal btnMain efect mesa7" id="7">Mesa 7</button>
<button class="show-modal btnMain efect mesa8" id="8">Mesa 8</button>
<button class="show-modal btnMain efect mesa9" id="9">Mesa 9</button>
<button class="show-modal btnMain efect mesa10" id="10">Mesa 10</button>
</div>
<div class="contenido3">
<button class="show-modal btnMain efect mesa11" name="mesa11">Mesa 11</button>
<button class="show-modal btnMain efect mesa12" name="mesa12">Mesa 12</button>
<button class="show-modal btnMain efect mesa13" name="mesa13">Mesa 13</button>
<button class="show-modal btnMain efect mesa14" name="mesa14">Mesa 14</button>
<button class="btnMain efect ayuda">Acerca de</button>
</div>
</div>
</div>
<div class="modal2 hidden">
<button class="close-modal">×</button>
<h1 class="dev">DESARROLLADO POR</h1>
<div class="personas">
<div class="persona">
<img src="imgs/perfil.jpg" alt="Foto j-angel-vazquez-virgen">
<h3>J. Angel Vazquez Virgen</h3>
<p>Desarrollador de Software en progreso</p>
<ul class="contacto">
<li><a >Cel: 3123189865</a></li>
<li><a >Correo: [email protected]</a></li>
</ul>
</div>
<div class="persona">
<img src="imgs/perfil2.jpg" alt="Foto lgutierrez23">
<h3>Luis Gutierrez Cobian</h3>
<p>Desarrollador de Software en progreso</p>
<ul class="contacto">
<li><a >Cel: 3121141455</a></li>
<li><a >Correo: [email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class="modal hidden">
<button class="close-modal">×</button>
<div class="contenedor4">
<table class="space_down">
<thead>
<tr>
<td></td>
<th>Adobad</th>
<th>Longaniza</th>
<th>Cachete</th>
<th>Chorizo</th>
<th>Res</th>
<th>Salchicha</th>
<th>Tripa</th>
<th>Mixto</th>
</tr>
</thead>
<tbody>
<tr>
<th>Tacos</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="tacoAdobada active tacos ado" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="tacoLonganiza active tacos ado" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="tacoCachete active tacos" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="tacoChorizo active tacos" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="tacoRes active tacos" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="tacoSalchicha active tacos" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="tacoTripa active tacos" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="mixto active tacos" />
</td>
</tr>
<tr>
<th>Tortas</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="tortaAdobada active tortas ado" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="tortaLonganiza active tortas ado" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="tortaCachete active tortas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="tortaChorizo active tortas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="tortaRes active tortas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="tortaSalchicha active tortas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="tortaTripa active tortas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="mixto active tortas" />
</td>
</tr>
<tr>
<th>Quesadillas</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="quesadillaAdobada active quesadillas ado" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="quesadillaLonganiza active quesadillas ado" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="quesadillaCachete active quesadillas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="quesadillaChorizo active quesadillas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="quesadillaRes active quesadillas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="quesadillaSalchicha active quesadillas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="quesadillaTripa active quesadillas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="mixto active quesadillas" />
</td>
</tr>
<tr>
<th>Gringas</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="gringaAdobada active gringas ado" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="gringaLonganiza active gringas ado" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="gringaCachete active gringas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="gringaChorizo active gringas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="gringaRes active gringas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="gringaSalchicha active gringas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="gringaTripa active gringas" />
</td>
<td>
<input type="number" value="" min="0" name="cantidad" class="mixto active gringas" />
</td>
</tr>
</tbody>
</table>
<div class="space_lefth"></div>
<table class="space_down">
<thead>
<td></td>
<th>Extras</th>
</thead>
<tbody>
<tr>
<th>Cebollitas</th>
<td><input type="number" min="0" class="extras cebolla"></td>
</tr>
<tr>
<th>Doraditas</th>
<td><input type="number" min="0" class="extras dorada"></td>
</tr>
<tr>
<th>Queso</th>
<td><input type="number" min="0" class="extras"></td>
</tr>
<tr>
<th>Taco de Frijol</th>
<td><input type="number" min="0" class="extras"></td>
</tr>
<tr>
<th>Quesadilla Sencilla</th>
<td><input type="number" min="0" class="extras"></td>
</tr>
</tbody>
</table>
<table>
<thead>
<td></td>
<th>Cantidad</th>
</thead>
<tbody>
<tr>
<th>Hamburguesa Sencilla</th>
<td><input type="number" min="0" class="dogoyburger"></td>
</tr>
<tr>
<th>Hamburguesa con Papas</th>
<td><input type="number" min="0" class="dogoyburger"></td>
</tr>
<tr>
<th>Hot Dog Sencillo</th>
<td><input type="number" min="0" class="dogoyburger"></td>
</tr>
<tr>
<th>Hot Dog con Tocino</th>
<td><input type="number" min="0" class="dogoyburger"></td>
</tr>
<tr>
<th>Salchicha c/s tocino</th>
<td><input type="number" min="0" class="dogoyburger"></td>
</tr>
<tr>
<th>Salchipulpos</th>
<td><input type="number" min="0" class="dogoyburger"></td>
</tr>
<tr>
<th>Orden de Papas</th>
<td><input type="number" min="0" class="dogoyburger"></td>
</tr>
</tbody>
</table>
<div class="space"></div>
<table>
<thead>
<td></td>
<th>Cantidad</th>
</thead>
<tbody>
<tr>
<th>Bebida 355ml</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="bebidasNA active">
</td>
</tr>
<tr>
<th>Bebida 600ml</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="bebidasNA active" >
</td>
</tr>
<tr>
<th>Agua Ciel</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="bebidasNA active" >
</td>
</tr>
<tr>
<th>Jugo Del Valle 250ml</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="bebidasNA active" >
</td>
</tr>
<tr>
<th>Agua Fresca Chica</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="bebidasNA active" >
</td>
</tr>
<tr>
<th>Agua Fresca Grande</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="bebidasNA active" >
</td>
</tr>
</tbody>
</table>
<div class="space"></div>
<table>
<thead>
<td></td>
<th>Cantidad</th>
</thead>
<tbody>
<tr>
<th>Latones</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="alcholicas active" >
</td>
</tr>
<tr>
<th>Coronita Ligth</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="alcholicas active" >
</td>
</tr>
<tr>
<th>Corona Familiar</th>
<td>
<input type="number" value="" min="0" name="cantidad" class="alcholicas active" >
</td>
</tr>
</tbody>
</table>
</div>
<div class="parte-baja-hidden">
<button class="imprimir btnMD">Imprimir Ticket</button>
<button id="reload" class="borrar btnMD">Borrar</button>
<h1 class="mesas"></h1>
<button id="refresh" class="refresh btnMD">Total</button>
<p class="total2">$0</p>
</div>
<!-- //! Generar ticket para la compra -->
<div class="ticket hidden">
<div id="titulo">TACOS EL CHINO</div>
<table class="productos hidden">
<thead>
<tr>
<th>Cantidad</th>
<th>Producto</th>
<th>P.U.</th>
<th>Subtotal</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</body>
</html>
</div>
</div>
</div>
<div class="overlay hidden"></div>
<!-- script para javascript-->
<script src="app.js"></script>
</body>
</html>