From 7589ccb1ce98956a1a14b2efd909ea34f6b6b1be Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Wed, 5 Dec 2018 17:25:28 -0300 Subject: [PATCH] correccion texto titulos --- src/js/controller.js | 2 +- src/views/cobranza.html | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index 16ac00b..c80dd1a 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -11,7 +11,7 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', $scope.botonera = [ {texto: 'Cliente', accion: function() {$scope.seleccionarCliente();}}, {texto: 'Cobrador', accion: function() {$scope.seleccionarCobrador();}}, - {texto: 'Deuda', accion: function() {$scope.swichDeuda();}}, + {texto: 'Comprobantes', accion: function() {$scope.swichDeuda();}}, {texto: 'Cobros', accion: function() {$scope.swichCobro();}}, {texto: 'Moneda', accion: function() {$scope.seleccionarMoneda();}}, {texto: '', accion: function() {}}, diff --git a/src/views/cobranza.html b/src/views/cobranza.html index 9f031ff..c147dbf 100644 --- a/src/views/cobranza.html +++ b/src/views/cobranza.html @@ -6,7 +6,7 @@
- Cobranza + RECIBO DE COBRANZA
NÂș {{puntoVenta}}-{{comprobante}} @@ -88,8 +88,7 @@ # - Factura - Cliente + Comprobante Fecha Importe @@ -125,7 +124,6 @@ "(factura.TCO + '-' + factura.TIP + '-' + factura.SUC + '-' + factura.NCO)" > - Factura + >Pendientes @@ -156,7 +154,7 @@ - Total Deuda: + Cancela: {{(getTotalDeuda() / cobranza.cotizacion.VENDEDOR) | -- 1.9.1