From b09c4c16e296e83ccdb69ae35fd97148c05742f2 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Thu, 13 Dec 2018 17:47:46 -0300 Subject: [PATCH] =?UTF-8?q?Nuevo=20dise=C3=B1o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/controller.js | 21 +- src/views/remito.html | 773 +++++++++++++++++++++++++------------------------- 2 files changed, 398 insertions(+), 396 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index 0699fc5..3b72234 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -7,21 +7,28 @@ angular.module('focaCrearRemito') .controller('remitoController', remitoBusinessService, $rootScope) { $scope.botonera = [ - {texto: 'Nota Pedido', accion: function() { + {texto: 'Nota Pedido', imagen: '../img/abmPrecios.png', accion: function() { varlidarRemitoFacturado($scope.seleccionarNotaPedido);}}, - {texto: 'Vendedor', accion: function() { + {texto: 'Vendedor', imagen: '../img/abmPrecios.png', accion: function() { varlidarRemitoFacturado($scope.seleccionarVendedor);}}, - {texto: 'Cliente', accion: function() { + {texto: 'Cliente', imagen: '../img/abmPrecios.png', accion: function() { varlidarRemitoFacturado($scope.seleccionarCliente);}}, - {texto: 'Proveedor', accion: function() { + {texto: 'Proveedor', imagen: '../img/abmPrecios.png', accion: function() { varlidarRemitoFacturado($scope.seleccionarProveedor);}}, - {texto: 'Moneda', accion: function() { + {texto: 'Moneda', imagen: '../img/abmPrecios.png', accion: function() { varlidarRemitoFacturado($scope.abrirModalMoneda);}}, - {texto: 'Precios y condiciones', accion: function() { + {texto: 'Precios y condiciones', imagen: '../img/abmPrecios.png', accion: function() { varlidarRemitoFacturado($scope.abrirModalListaPrecio);}}, - {texto: 'Flete', accion: function() { + {texto: 'Flete', imagen: '../img/abmPrecios.png', accion: function() { varlidarRemitoFacturado($scope.abrirModalFlete);}}, + {texto: 'Productos', imagen: '../img/abmPrecios.png', accion: function() { + $scope.seleccionarArticulo(); + }}, + {texto: '', accion: function() {}}, + {texto: '', accion: function() {}}, + {texto: '', accion: function() {}}, {texto: '', accion: function() {}} + ]; $scope.isNumber = angular.isNumber; $scope.datepickerAbierto = false; diff --git a/src/views/remito.html b/src/views/remito.html index 046411e..034e8e1 100644 --- a/src/views/remito.html +++ b/src/views/remito.html @@ -1,29 +1,29 @@ -
-
+
+
-
-
+
+
-
-
-
REMITO
+
+
+
REMITO
-
Nº {{puntoVenta}}-{{comprobante}}
-
+
Fecha: @@ -38,8 +38,17 @@ hasta-hoy />
+
+ Hora: + + +
-
+
@@ -65,437 +74,423 @@
-
+ +
+
+ +
+
+
+
-
+
-
-
- -
-
- -
- - - - - - - - - - + + + + + + - -
-
#CódigoDescripciónCantidadPrecio UnitarioSubTotal - + + + + + + + + + + + +
- - - - - - - - - - + + + + + + +
# -
-
Código
-
Descripción
-
-
-
Cantidad
-
P. Uni.
-
Subtotal
-
-
-   -
-
- -
-
+
+ Items: + + +

Total:

+
+

{{getTotal() | currency: remito.moneda.SIMBOLO}}

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

Total:

-
-

{{getTotal() | currency: remito.moneda.SIMBOLO}}

-
+ + + + + + + + + Cantidad Items: + + + +

Total:

+ + +

{{getTotal() | currency: remito.moneda.SIMBOLO}}

+ + + + +
-
-
-
-
+
+
+
-- 1.9.1