Commit 52b9dca8123a4219ad07364436a81ee7c01455b5
1 parent
180117e4e5
Exists in
master
boton autorizar
Showing
5 changed files
with
67 additions
and
57 deletions
Show diff stats
img/0003-00000006.pdf
No preview for this file type
img/autorizarNota.png
5.52 KB
index.html
| ... | ... | @@ -47,6 +47,7 @@ |
| 47 | 47 | <script src="./node_modules/foca-activar-hoja-ruta/dist/foca-activar-hoja-ruta.min.js"></script> |
| 48 | 48 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> |
| 49 | 49 | <script src="./node_modules/foca-agendar-visita/dist/foca-agendar-visita.min.js"></script> |
| 50 | + <script src="./node_modules/foca-autorizar-nota-pedido/dist/foca-autorizar-nota-pedido.min.js"></script> | |
| 50 | 51 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> |
| 51 | 52 | <script src="./node_modules/foca-botonera-lateral/dist/foca-botonera-lateral.min.js"></script> |
| 52 | 53 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> |
package.json
| ... | ... | @@ -16,7 +16,7 @@ |
| 16 | 16 | ], |
| 17 | 17 | "repository": { |
| 18 | 18 | "type": "git", |
| 19 | - "url": "git@debonline.dyndns.org:npm/wrapper-demo.git" | |
| 19 | + "url": "git@debonline.dyndns.org:npm/wrapper-demo.git#develop" | |
| 20 | 20 | }, |
| 21 | 21 | "author": "Foca Software", |
| 22 | 22 | "license": "ISC", |
| ... | ... | @@ -36,62 +36,62 @@ |
| 36 | 36 | "bootstrap": "^4.3.1", |
| 37 | 37 | "chart.js": "2.7.3", |
| 38 | 38 | "excel-builder": "2.0.3", |
| 39 | - "foca-abm-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git", | |
| 40 | - "foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git", | |
| 41 | - "foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git", | |
| 42 | - "foca-abm-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vehiculo.git", | |
| 43 | - "foca-abm-vendedor-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vendedor-cobrador.git", | |
| 44 | - "foca-activar-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-activar-hoja-ruta.git", | |
| 45 | - "foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git", | |
| 46 | - "foca-agendar-visita": "git+ssh://git@debonline.dyndns.org:npm/foca-agendar-visita.git", | |
| 47 | - "foca-autorizar-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-autorizar-nota-pedido.git", | |
| 48 | - "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git", | |
| 49 | - "foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git", | |
| 50 | - "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git", | |
| 51 | - "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git", | |
| 52 | - "foca-cabecera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-cabecera-facturador.git", | |
| 53 | - "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git", | |
| 54 | - "foca-configurar-terminal": "git+ssh://git@debonline.dyndns.org:npm/foca-configurar-terminal.git", | |
| 55 | - "foca-crear-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-cobranza.git", | |
| 56 | - "foca-crear-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-hoja-ruta.git", | |
| 57 | - "foca-crear-login": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-login.git", | |
| 58 | - "foca-crear-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-nota-pedido.git", | |
| 59 | - "foca-crear-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-remito.git", | |
| 60 | - "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", | |
| 61 | - "foca-estado-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-estado-cisternas.git", | |
| 62 | - "foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git", | |
| 63 | - "foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git", | |
| 64 | - "foca-informes": "git+ssh://git@debonline.dyndns.org:npm/foca-informes.git", | |
| 65 | - "foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git", | |
| 66 | - "foca-logistica-pedido-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-logistica-pedido-ruta.git", | |
| 67 | - "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git", | |
| 68 | - "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git", | |
| 69 | - "foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git", | |
| 70 | - "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git", | |
| 71 | - "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", | |
| 72 | - "foca-modal-detalle-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-cisternas.git", | |
| 73 | - "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git", | |
| 74 | - "foca-modal-detalles": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalles.git", | |
| 75 | - "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git", | |
| 76 | - "foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git", | |
| 77 | - "foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git", | |
| 78 | - "foca-modal-factura-detalle": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura-detalle.git", | |
| 79 | - "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git", | |
| 80 | - "foca-modal-grafico-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-grafico-cisternas.git", | |
| 81 | - "foca-modal-informe": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-informe.git", | |
| 82 | - "foca-modal-lista-precio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-lista-precio.git", | |
| 83 | - "foca-modal-localizar": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-localizar.git", | |
| 84 | - "foca-modal-login": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-login.git", | |
| 85 | - "foca-modal-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-nota-pedido.git", | |
| 86 | - "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git", | |
| 87 | - "foca-modal-punto-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-punto-descarga.git", | |
| 88 | - "foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git", | |
| 89 | - "foca-modal-resumen-cuenta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-resumen-cuenta.git", | |
| 90 | - "foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git", | |
| 91 | - "foca-modal-unidad-medida": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-unidad-medida.git", | |
| 92 | - "foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git", | |
| 93 | - "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", | |
| 94 | - "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git", | |
| 39 | + "foca-abm-chofer": "git+http://git.focasoftware.com/npm/foca-abm-chofer.git#develop", | |
| 40 | + "foca-abm-plazo-pago": "git+http://git.focasoftware.com/npm/foca-abm-plazo-pago.git#develop", | |
| 41 | + "foca-abm-precios-condiciones": "git+http://git.focasoftware.com/npm/foca-abm-precios-condiciones.git#develop", | |
| 42 | + "foca-abm-vehiculo": "git+http://git.focasoftware.com/npm/foca-abm-vehiculo.git#develop", | |
| 43 | + "foca-abm-vendedor-cobrador": "git+http://git.focasoftware.com/npm/foca-abm-vendedor-cobrador.git#develop", | |
| 44 | + "foca-activar-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-activar-hoja-ruta.git#develop", | |
| 45 | + "foca-admin-seguimiento": "git+http://git.focasoftware.com/npm/foca-admin-seguimiento.git#develop", | |
| 46 | + "foca-agendar-visita": "git+http://git.focasoftware.com/npm/foca-agendar-visita.git#develop", | |
| 47 | + "foca-autorizar-nota-pedido": "git+http://git.focasoftware.com/npm/foca-autorizar-nota-pedido.git#develop", | |
| 48 | + "foca-botonera-facturador": "git+http://git.focasoftware.com/npm/foca-botonera-facturador.git#develop", | |
| 49 | + "foca-botonera-lateral": "git+http://git.focasoftware.com/npm/foca-botonera-lateral.git#develop", | |
| 50 | + "foca-botonera-principal": "git+http://git.focasoftware.com/npm/foca-botonera-principal.git#develop", | |
| 51 | + "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git#develop", | |
| 52 | + "foca-cabecera-facturador": "git+http://git.focasoftware.com/npm/foca-cabecera-facturador.git#develop", | |
| 53 | + "foca-configuracion": "git+http://git.focasoftware.com/npm/foca-configuracion.git#develop", | |
| 54 | + "foca-configurar-terminal": "git+http://git.focasoftware.com/npm/foca-configurar-terminal.git#develop", | |
| 55 | + "foca-crear-cobranza": "git+http://git.focasoftware.com/npm/foca-crear-cobranza.git#develop", | |
| 56 | + "foca-crear-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-crear-hoja-ruta.git#develop", | |
| 57 | + "foca-crear-login": "git+http://git.focasoftware.com/npm/foca-crear-login.git#develop", | |
| 58 | + "foca-crear-nota-pedido": "git+http://git.focasoftware.com/npm/foca-crear-nota-pedido.git#develop", | |
| 59 | + "foca-crear-remito": "git+http://git.focasoftware.com/npm/foca-crear-remito.git#develop", | |
| 60 | + "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git#develop", | |
| 61 | + "foca-estado-cisternas": "git+http://git.focasoftware.com/npm/foca-estado-cisternas.git#develop", | |
| 62 | + "foca-filtros": "git+http://git.focasoftware.com/npm/foca-filtros.git#develop", | |
| 63 | + "foca-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-hoja-ruta.git#develop", | |
| 64 | + "foca-informes": "git+http://git.focasoftware.com/npm/foca-informes.git#develop", | |
| 65 | + "foca-login": "git+http://git.focasoftware.com/npm/foca-login.git#develop", | |
| 66 | + "foca-logistica-pedido-ruta": "git+http://git.focasoftware.com/npm/foca-logistica-pedido-ruta.git#develop", | |
| 67 | + "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git#develop", | |
| 68 | + "foca-modal-busqueda-productos": "git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git#develop", | |
| 69 | + "foca-modal-cheque": "git+http://git.focasoftware.com/npm/foca-modal-cheque.git#develop", | |
| 70 | + "foca-modal-cobranza": "git+http://git.focasoftware.com/npm/foca-modal-cobranza.git#develop", | |
| 71 | + "foca-modal-cotizacion": "git+http://git.focasoftware.com/npm/foca-modal-cotizacion.git#develop", | |
| 72 | + "foca-modal-detalle-cisternas": "git+http://git.focasoftware.com/npm/foca-modal-detalle-cisternas.git#develop", | |
| 73 | + "foca-modal-detalle-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-modal-detalle-hoja-ruta.git#develop", | |
| 74 | + "foca-modal-detalles": "git+http://git.focasoftware.com/npm/foca-modal-detalles.git#develop", | |
| 75 | + "foca-modal-domicilio": "git+http://git.focasoftware.com/npm/foca-modal-domicilio.git#develop", | |
| 76 | + "foca-modal-efectivo": "git+http://git.focasoftware.com/npm/foca-modal-efectivo.git#develop", | |
| 77 | + "foca-modal-factura": "git+http://git.focasoftware.com/npm/foca-modal-factura.git#develop", | |
| 78 | + "foca-modal-factura-detalle": "git+http://git.focasoftware.com/npm/foca-modal-factura-detalle.git#develop", | |
| 79 | + "foca-modal-flete": "git+http://git.focasoftware.com/npm/foca-modal-flete.git#develop", | |
| 80 | + "foca-modal-grafico-cisternas": "git+http://git.focasoftware.com/npm/foca-modal-grafico-cisternas.git#develop", | |
| 81 | + "foca-modal-informe": "git+http://git.focasoftware.com/npm/foca-modal-informe.git#develop", | |
| 82 | + "foca-modal-lista-precio": "git+http://git.focasoftware.com/npm/foca-modal-lista-precio.git#develop", | |
| 83 | + "foca-modal-localizar": "git+http://git.focasoftware.com/npm/foca-modal-localizar.git#develop", | |
| 84 | + "foca-modal-login": "git+http://git.focasoftware.com/npm/foca-modal-login.git#develop", | |
| 85 | + "foca-modal-nota-pedido": "git+http://git.focasoftware.com/npm/foca-modal-nota-pedido.git#develop", | |
| 86 | + "foca-modal-precio-condiciones": "git+http://git.focasoftware.com/npm/foca-modal-precio-condiciones.git#develop", | |
| 87 | + "foca-modal-punto-descarga": "git+http://git.focasoftware.com/npm/foca-modal-punto-descarga.git#develop", | |
| 88 | + "foca-modal-remito": "git+http://git.focasoftware.com/npm/foca-modal-remito.git#develop", | |
| 89 | + "foca-modal-resumen-cuenta": "git+http://git.focasoftware.com/npm/foca-modal-resumen-cuenta.git#develop", | |
| 90 | + "foca-modal-tarifa-flete": "git+http://git.focasoftware.com/npm/foca-modal-tarifa-flete.git#develop", | |
| 91 | + "foca-modal-unidad-medida": "git+http://git.focasoftware.com/npm/foca-modal-unidad-medida.git#develop", | |
| 92 | + "foca-nombre-empresa": "git+http://git.focasoftware.com/npm/foca-nombre-empresa.git#develop", | |
| 93 | + "foca-seguimiento": "git+http://git.focasoftware.com/npm/foca-seguimiento.git#develop", | |
| 94 | + "foca-teclado": "git+http://git.focasoftware.com/npm/foca-teclado.git#develop", | |
| 95 | 95 | "font-awesome": "^4.7.0", |
| 96 | 96 | "gulp-angular-templatecache": "^2.2.6", |
| 97 | 97 | "gulp-htmlmin": "^5.0.1", |
src/sass/_botonera-principal.scss
| ... | ... | @@ -209,6 +209,15 @@ |
| 209 | 209 | } |
| 210 | 210 | } |
| 211 | 211 | } |
| 212 | + &-autorizar-nota { | |
| 213 | + & button { | |
| 214 | + background-image: url('../../img/autorizarNota.png'); | |
| 215 | + background-size: 90px 90px; | |
| 216 | + &:hover { | |
| 217 | + background-color: rgb(250,250,250); | |
| 218 | + } | |
| 219 | + } | |
| 220 | + } | |
| 212 | 221 | .swiper-pagination { |
| 213 | 222 | bottom: 0px !important; |
| 214 | 223 | } |