From 33e084b501b33fbb0367e0045511f4e8726a477a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s?= Date: Thu, 1 Nov 2018 16:46:35 -0300 Subject: [PATCH] arreglos para mobile --- gulpfile.js | 2 +- src/views/nota-pedido.html | 188 +++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 181 insertions(+), 9 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 18368de..e7e4535 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -71,7 +71,7 @@ gulp.task('pre-commit', function() { gulp.task('webserver', function() { pump [ - connect.server({port: 3000}) + connect.server({port: 3300, host: '0.0.0.0'}) ] }); diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 80360a4..b0ee3bf 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -8,8 +8,8 @@
NOTA DE PEDIDO
-
Nº {{puntoVenta}}-{{comprobante}}
-
+
Nº {{puntoVenta}}-{{comprobante}}
+
Fecha: {{ now | date:'dd/MM/yyyy HH:mm'}}
@@ -65,7 +65,7 @@
-
+
@@ -210,15 +210,15 @@ - - - + -
+ Cantidad Items:

Total:

+

Total:

{{getTotal() | currency: '$'}}

+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
# +
+
Código
+
Descripción
+
+
+
Cantidad
+
P. Uni.
+
Subtotal
+
+
+   +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ + +
+
+
+ +
+ +
+ +
+ Cantidad Items: + +

Total:

+

{{getTotal() | currency: '$'}}

+
+
-
+
+
+
+ Salir + Guardar +
+
-- 1.9.1