Commit 52b9dca8123a4219ad07364436a81ee7c01455b5
1 parent
180117e4e5
Exists in
master
and in
1 other branch
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
| 1 | <html ng-app="appWrapperDemo"> | 1 | <html ng-app="appWrapperDemo"> |
| 2 | <head> | 2 | <head> |
| 3 | <meta charset="UTF-8"/> | 3 | <meta charset="UTF-8"/> |
| 4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 5 | <base href="./"> | 5 | <base href="./"> |
| 6 | 6 | ||
| 7 | <!--CSS--> | 7 | <!--CSS--> |
| 8 | <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> | 8 | <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> |
| 9 | <link href="./node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/> | 9 | <link href="./node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/> |
| 10 | <link href="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.css" rel="stylesheet"/> | 10 | <link href="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.css" rel="stylesheet"/> |
| 11 | <link href="./node_modules/angular-ui-grid/ui-grid.min.css" rel="stylesheet"/> | 11 | <link href="./node_modules/angular-ui-grid/ui-grid.min.css" rel="stylesheet"/> |
| 12 | <link href="./node_modules/ladda/dist/ladda-themeless.min.css" rel="stylesheet"/> | 12 | <link href="./node_modules/ladda/dist/ladda-themeless.min.css" rel="stylesheet"/> |
| 13 | <link href="./node_modules/leaflet/dist/leaflet.css" rel="stylesheet"/> | 13 | <link href="./node_modules/leaflet/dist/leaflet.css" rel="stylesheet"/> |
| 14 | <link href="./css/general.css" rel="stylesheet"/> | 14 | <link href="./css/general.css" rel="stylesheet"/> |
| 15 | 15 | ||
| 16 | <!--VENDOR JS--> | 16 | <!--VENDOR JS--> |
| 17 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> | 17 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> |
| 18 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | 18 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> |
| 19 | <script src="./node_modules/angular/angular.min.js"></script> | 19 | <script src="./node_modules/angular/angular.min.js"></script> |
| 20 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> | 20 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> |
| 21 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> | 21 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> |
| 22 | <script src="./node_modules/angular-route/angular-route.min.js"></script> | 22 | <script src="./node_modules/angular-route/angular-route.min.js"></script> |
| 23 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> | 23 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> |
| 24 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> | 24 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> |
| 25 | <script src="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.js"></script> | 25 | <script src="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.js"></script> |
| 26 | <script src="./node_modules/pdfmake/build/pdfmake.min.js"></script> | 26 | <script src="./node_modules/pdfmake/build/pdfmake.min.js"></script> |
| 27 | <script src="./node_modules/pdfmake/build/vfs_fonts.js"></script> | 27 | <script src="./node_modules/pdfmake/build/vfs_fonts.js"></script> |
| 28 | <script src="./node_modules/lodash/lodash.min.js"></script> | 28 | <script src="./node_modules/lodash/lodash.min.js"></script> |
| 29 | <script src="./node_modules/jszip/dist/jszip.min.js"></script> | 29 | <script src="./node_modules/jszip/dist/jszip.min.js"></script> |
| 30 | <script src="./node_modules/excel-builder/dist/excel-builder.dist.min.js"></script> | 30 | <script src="./node_modules/excel-builder/dist/excel-builder.dist.min.js"></script> |
| 31 | <script src="./node_modules/angular-ui-grid/ui-grid.min.js"></script> | 31 | <script src="./node_modules/angular-ui-grid/ui-grid.min.js"></script> |
| 32 | <script src="./node_modules/ladda/dist/spin.min.js"></script> | 32 | <script src="./node_modules/ladda/dist/spin.min.js"></script> |
| 33 | <script src="./node_modules/ladda/dist/ladda.min.js"></script> | 33 | <script src="./node_modules/ladda/dist/ladda.min.js"></script> |
| 34 | <script src="./node_modules/angular-ladda/dist/angular-ladda.min.js"></script> | 34 | <script src="./node_modules/angular-ladda/dist/angular-ladda.min.js"></script> |
| 35 | <script src="./node_modules/leaflet/dist/leaflet.js"></script> | 35 | <script src="./node_modules/leaflet/dist/leaflet.js"></script> |
| 36 | <script src="./node_modules/ngstorage/ngStorage.min.js"></script> | 36 | <script src="./node_modules/ngstorage/ngStorage.min.js"></script> |
| 37 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> | 37 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> |
| 38 | <script src="./node_modules/chart.js/dist/Chart.min.js"></script> | 38 | <script src="./node_modules/chart.js/dist/Chart.min.js"></script> |
| 39 | <script src="./node_modules/angular-chart.js/dist/angular-chart.min.js"></script> | 39 | <script src="./node_modules/angular-chart.js/dist/angular-chart.min.js"></script> |
| 40 | <script src="./node_modules/angular-file-saver/dist/angular-file-saver.bundle.js"></script> | 40 | <script src="./node_modules/angular-file-saver/dist/angular-file-saver.bundle.js"></script> |
| 41 | <script src="./node_modules/angular-md5/angular-md5.min.js"></script> | 41 | <script src="./node_modules/angular-md5/angular-md5.min.js"></script> |
| 42 | 42 | ||
| 43 | <script src="./node_modules/foca-abm-chofer/dist/foca-abm-chofer.min.js"></script> | 43 | <script src="./node_modules/foca-abm-chofer/dist/foca-abm-chofer.min.js"></script> |
| 44 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> | 44 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> |
| 45 | <script src="./node_modules/foca-abm-vehiculo/dist/foca-abm-vehiculo.min.js"></script> | 45 | <script src="./node_modules/foca-abm-vehiculo/dist/foca-abm-vehiculo.min.js"></script> |
| 46 | <script src="./node_modules/foca-abm-vendedor-cobrador/dist/foca-abm-vendedor-cobrador.min.js"></script> | 46 | <script src="./node_modules/foca-abm-vendedor-cobrador/dist/foca-abm-vendedor-cobrador.min.js"></script> |
| 47 | <script src="./node_modules/foca-activar-hoja-ruta/dist/foca-activar-hoja-ruta.min.js"></script> | 47 | <script src="./node_modules/foca-activar-hoja-ruta/dist/foca-activar-hoja-ruta.min.js"></script> |
| 48 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> | 48 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> |
| 49 | <script src="./node_modules/foca-agendar-visita/dist/foca-agendar-visita.min.js"></script> | 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 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> | 51 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> |
| 51 | <script src="./node_modules/foca-botonera-lateral/dist/foca-botonera-lateral.min.js"></script> | 52 | <script src="./node_modules/foca-botonera-lateral/dist/foca-botonera-lateral.min.js"></script> |
| 52 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> | 53 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> |
| 53 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> | 54 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> |
| 54 | <script src="./node_modules/foca-cabecera-facturador/dist/foca-cabecera-facturador.min.js"></script> | 55 | <script src="./node_modules/foca-cabecera-facturador/dist/foca-cabecera-facturador.min.js"></script> |
| 55 | <script src="./node_modules/foca-configuracion/dist/foca-configuracion.min.js"></script> | 56 | <script src="./node_modules/foca-configuracion/dist/foca-configuracion.min.js"></script> |
| 56 | <script src="./node_modules/foca-configurar-terminal/dist/foca-configurar-terminal.min.js"></script> | 57 | <script src="./node_modules/foca-configurar-terminal/dist/foca-configurar-terminal.min.js"></script> |
| 57 | <script src="./node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script> | 58 | <script src="./node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script> |
| 58 | <script src="./node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js"></script> | 59 | <script src="./node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js"></script> |
| 59 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> | 60 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> |
| 60 | <script src="./node_modules/foca-crear-login/dist/foca-crear-login.min.js"></script> | 61 | <script src="./node_modules/foca-crear-login/dist/foca-crear-login.min.js"></script> |
| 61 | <script src="./node_modules/foca-crear-remito/dist/foca-crear-remito.min.js"></script> | 62 | <script src="./node_modules/foca-crear-remito/dist/foca-crear-remito.min.js"></script> |
| 62 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> | 63 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> |
| 63 | <script src="./node_modules/foca-estado-cisternas/dist/foca-estado-cisternas.min.js"></script> | 64 | <script src="./node_modules/foca-estado-cisternas/dist/foca-estado-cisternas.min.js"></script> |
| 64 | <script src="./node_modules/foca-filtros/dist/foca-filtros.min.js"></script> | 65 | <script src="./node_modules/foca-filtros/dist/foca-filtros.min.js"></script> |
| 65 | <script src="./node_modules/foca-hoja-ruta/dist/foca-hoja-ruta.min.js"></script> | 66 | <script src="./node_modules/foca-hoja-ruta/dist/foca-hoja-ruta.min.js"></script> |
| 66 | <script src="./node_modules/foca-informes/dist/foca-informes.min.js"></script> | 67 | <script src="./node_modules/foca-informes/dist/foca-informes.min.js"></script> |
| 67 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> | 68 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> |
| 68 | <script src="./node_modules/foca-logistica-pedido-ruta/dist/foca-logistica-pedido-ruta.min.js"></script> | 69 | <script src="./node_modules/foca-logistica-pedido-ruta/dist/foca-logistica-pedido-ruta.min.js"></script> |
| 69 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> | 70 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> |
| 70 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> | 71 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> |
| 71 | <script src="./node_modules/foca-modal-cheque/dist/foca-modal-cheque.min.js"></script> | 72 | <script src="./node_modules/foca-modal-cheque/dist/foca-modal-cheque.min.js"></script> |
| 72 | <script src="./node_modules/foca-modal-cobranza/dist/foca-modal-cobranza.min.js"></script> | 73 | <script src="./node_modules/foca-modal-cobranza/dist/foca-modal-cobranza.min.js"></script> |
| 73 | <script src="./node_modules/foca-modal-cotizacion/dist/foca-modal-cotizacion.min.js"></script> | 74 | <script src="./node_modules/foca-modal-cotizacion/dist/foca-modal-cotizacion.min.js"></script> |
| 74 | <script src="./node_modules/foca-modal-detalle-cisternas/dist/foca-modal-detalle-cisternas.min.js"></script> | 75 | <script src="./node_modules/foca-modal-detalle-cisternas/dist/foca-modal-detalle-cisternas.min.js"></script> |
| 75 | <script src="./node_modules/foca-modal-detalle-hoja-ruta/dist/foca-modal-detalle-hoja-ruta.min.js"></script> | 76 | <script src="./node_modules/foca-modal-detalle-hoja-ruta/dist/foca-modal-detalle-hoja-ruta.min.js"></script> |
| 76 | <script src="./node_modules/foca-modal-detalles/dist/foca-modal-detalles.min.js"></script> | 77 | <script src="./node_modules/foca-modal-detalles/dist/foca-modal-detalles.min.js"></script> |
| 77 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> | 78 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> |
| 78 | <script src="./node_modules/foca-modal-efectivo/dist/foca-modal-efectivo.min.js"></script> | 79 | <script src="./node_modules/foca-modal-efectivo/dist/foca-modal-efectivo.min.js"></script> |
| 79 | <script src="./node_modules/foca-modal-factura/dist/foca-modal-factura.min.js"></script> | 80 | <script src="./node_modules/foca-modal-factura/dist/foca-modal-factura.min.js"></script> |
| 80 | <script src="./node_modules/foca-modal-factura-detalle/dist/foca-modal-factura-detalle.min.js"></script> | 81 | <script src="./node_modules/foca-modal-factura-detalle/dist/foca-modal-factura-detalle.min.js"></script> |
| 81 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> | 82 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> |
| 82 | <script src="./node_modules/foca-modal-grafico-cisternas/dist/foca-modal-grafico-cisternas.min.js"></script> | 83 | <script src="./node_modules/foca-modal-grafico-cisternas/dist/foca-modal-grafico-cisternas.min.js"></script> |
| 83 | <script src="./node_modules/foca-modal-informe/dist/foca-modal-informe.min.js"></script> | 84 | <script src="./node_modules/foca-modal-informe/dist/foca-modal-informe.min.js"></script> |
| 84 | <script src="./node_modules/foca-modal-lista-precio/dist/foca-modal-lista-precio.min.js"></script> | 85 | <script src="./node_modules/foca-modal-lista-precio/dist/foca-modal-lista-precio.min.js"></script> |
| 85 | <script src="./node_modules/foca-modal-localizar/dist/foca-modal-localizar.min.js"></script> | 86 | <script src="./node_modules/foca-modal-localizar/dist/foca-modal-localizar.min.js"></script> |
| 86 | <script src="./node_modules/foca-modal-login/dist/foca-modal-login.min.js"></script> | 87 | <script src="./node_modules/foca-modal-login/dist/foca-modal-login.min.js"></script> |
| 87 | <script src="./node_modules/foca-modal-nota-pedido/dist/foca-modal-nota-pedido.min.js"></script> | 88 | <script src="./node_modules/foca-modal-nota-pedido/dist/foca-modal-nota-pedido.min.js"></script> |
| 88 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> | 89 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> |
| 89 | <script src="./node_modules/foca-modal-punto-descarga/dist/foca-modal-punto-descarga.min.js"></script> | 90 | <script src="./node_modules/foca-modal-punto-descarga/dist/foca-modal-punto-descarga.min.js"></script> |
| 90 | <script src="./node_modules/foca-modal-remito/dist/foca-modal-remito.min.js"></script> | 91 | <script src="./node_modules/foca-modal-remito/dist/foca-modal-remito.min.js"></script> |
| 91 | <script src="./node_modules/foca-modal-resumen-cuenta/dist/foca-modal-resumen-cuenta.min.js"></script> | 92 | <script src="./node_modules/foca-modal-resumen-cuenta/dist/foca-modal-resumen-cuenta.min.js"></script> |
| 92 | <script src="./node_modules/foca-modal-tarifa-flete/dist/foca-modal-tarifa-flete.min.js"></script> | 93 | <script src="./node_modules/foca-modal-tarifa-flete/dist/foca-modal-tarifa-flete.min.js"></script> |
| 93 | <script src="./node_modules/foca-modal-unidad-medida/dist/foca-modal-unidad-medida.min.js"></script> | 94 | <script src="./node_modules/foca-modal-unidad-medida/dist/foca-modal-unidad-medida.min.js"></script> |
| 94 | <script src="./node_modules/foca-nombre-empresa/dist/foca-nombre-empresa.min.js"></script> | 95 | <script src="./node_modules/foca-nombre-empresa/dist/foca-nombre-empresa.min.js"></script> |
| 95 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> | 96 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> |
| 96 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> | 97 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> |
| 97 | <script src="./src/js/app.js"></script> | 98 | <script src="./src/js/app.js"></script> |
| 98 | <script src="./src/js/controller.js"></script> | 99 | <script src="./src/js/controller.js"></script> |
| 99 | <script src="./src/etc/develop.js"></script> | 100 | <script src="./src/etc/develop.js"></script> |
| 100 | </head> | 101 | </head> |
| 101 | <body class="w-100"> | 102 | <body class="w-100"> |
| 102 | <style> | 103 | <style> |
| 103 | </style> | 104 | </style> |
| 104 | <foca-nombre-empresa></foca-nombre-empresa> | 105 | <foca-nombre-empresa></foca-nombre-empresa> |
| 105 | <div ng-view class="container contenedor"></div> | 106 | <div ng-view class="container contenedor"></div> |
| 106 | <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block "> | 107 | <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block "> |
| 107 | <foca-botonera-lateral></foca-botonera-lateral> | 108 | <foca-botonera-lateral></foca-botonera-lateral> |
| 108 | <foca-teclado | 109 | <foca-teclado |
| 109 | ng-show="usarTeclado && mostrarTeclado" | 110 | ng-show="usarTeclado && mostrarTeclado" |
| 110 | alfanumeric="true" | 111 | alfanumeric="true" |
| 111 | numeric="true" | 112 | numeric="true" |
| 112 | > | 113 | > |
| 113 | </foca-teclado> | 114 | </foca-teclado> |
| 114 | </div> | 115 | </div> |
| 115 | </body> | 116 | </body> |
| 116 | 117 | ||
| 117 | </html> | 118 | </html> |
| 118 | 119 |
package.json
| 1 | { | 1 | { |
| 2 | "name": "wrapper-demo", | 2 | "name": "wrapper-demo", |
| 3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
| 4 | "description": "", | 4 | "description": "", |
| 5 | "main": "main.js", | 5 | "main": "main.js", |
| 6 | "scripts": { | 6 | "scripts": { |
| 7 | "test": "unit-test.html", | 7 | "test": "unit-test.html", |
| 8 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", | 8 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", |
| 9 | "gulp-pre-commit": "gulp pre-commit", | 9 | "gulp-pre-commit": "gulp pre-commit", |
| 10 | "compile": "gulp uglify && gulp sass", | 10 | "compile": "gulp uglify && gulp sass", |
| 11 | "actualizar": "git pull origin master", | 11 | "actualizar": "git pull origin master", |
| 12 | "install-dev": "gulp pre-install && npm install && gulp post-install" | 12 | "install-dev": "gulp pre-install && npm install && gulp post-install" |
| 13 | }, | 13 | }, |
| 14 | "pre-commit": [ | 14 | "pre-commit": [ |
| 15 | "gulp-pre-commit" | 15 | "gulp-pre-commit" |
| 16 | ], | 16 | ], |
| 17 | "repository": { | 17 | "repository": { |
| 18 | "type": "git", | 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 | "author": "Foca Software", | 21 | "author": "Foca Software", |
| 22 | "license": "ISC", | 22 | "license": "ISC", |
| 23 | "dependencies": { | 23 | "dependencies": { |
| 24 | "angular": "^1.7.8", | 24 | "angular": "^1.7.8", |
| 25 | "angular-chart.js": "1.1.1", | 25 | "angular-chart.js": "1.1.1", |
| 26 | "angular-cookies": "^1.7.8", | 26 | "angular-cookies": "^1.7.8", |
| 27 | "angular-file-saver": "^1.1.3", | 27 | "angular-file-saver": "^1.1.3", |
| 28 | "angular-i18n": "^1.7.8", | 28 | "angular-i18n": "^1.7.8", |
| 29 | "angular-ladda": "^0.4.3", | 29 | "angular-ladda": "^0.4.3", |
| 30 | "angular-md5": "^0.1.10", | 30 | "angular-md5": "^0.1.10", |
| 31 | "angular-mocks": "^1.7.8", | 31 | "angular-mocks": "^1.7.8", |
| 32 | "angular-route": "^1.7.8", | 32 | "angular-route": "^1.7.8", |
| 33 | "angular-sanitize": "^1.7.8", | 33 | "angular-sanitize": "^1.7.8", |
| 34 | "angular-ui-grid": "4.6.6", | 34 | "angular-ui-grid": "4.6.6", |
| 35 | "angular-ui-swiper": "^2.3.8", | 35 | "angular-ui-swiper": "^2.3.8", |
| 36 | "bootstrap": "^4.3.1", | 36 | "bootstrap": "^4.3.1", |
| 37 | "chart.js": "2.7.3", | 37 | "chart.js": "2.7.3", |
| 38 | "excel-builder": "2.0.3", | 38 | "excel-builder": "2.0.3", |
| 39 | "foca-abm-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git", | 39 | "foca-abm-chofer": "git+http://git.focasoftware.com/npm/foca-abm-chofer.git#develop", |
| 40 | "foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git", | 40 | "foca-abm-plazo-pago": "git+http://git.focasoftware.com/npm/foca-abm-plazo-pago.git#develop", |
| 41 | "foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git", | 41 | "foca-abm-precios-condiciones": "git+http://git.focasoftware.com/npm/foca-abm-precios-condiciones.git#develop", |
| 42 | "foca-abm-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vehiculo.git", | 42 | "foca-abm-vehiculo": "git+http://git.focasoftware.com/npm/foca-abm-vehiculo.git#develop", |
| 43 | "foca-abm-vendedor-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vendedor-cobrador.git", | 43 | "foca-abm-vendedor-cobrador": "git+http://git.focasoftware.com/npm/foca-abm-vendedor-cobrador.git#develop", |
| 44 | "foca-activar-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-activar-hoja-ruta.git", | 44 | "foca-activar-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-activar-hoja-ruta.git#develop", |
| 45 | "foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git", | 45 | "foca-admin-seguimiento": "git+http://git.focasoftware.com/npm/foca-admin-seguimiento.git#develop", |
| 46 | "foca-agendar-visita": "git+ssh://git@debonline.dyndns.org:npm/foca-agendar-visita.git", | 46 | "foca-agendar-visita": "git+http://git.focasoftware.com/npm/foca-agendar-visita.git#develop", |
| 47 | "foca-autorizar-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-autorizar-nota-pedido.git", | 47 | "foca-autorizar-nota-pedido": "git+http://git.focasoftware.com/npm/foca-autorizar-nota-pedido.git#develop", |
| 48 | "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git", | 48 | "foca-botonera-facturador": "git+http://git.focasoftware.com/npm/foca-botonera-facturador.git#develop", |
| 49 | "foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git", | 49 | "foca-botonera-lateral": "git+http://git.focasoftware.com/npm/foca-botonera-lateral.git#develop", |
| 50 | "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git", | 50 | "foca-botonera-principal": "git+http://git.focasoftware.com/npm/foca-botonera-principal.git#develop", |
| 51 | "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git", | 51 | "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git#develop", |
| 52 | "foca-cabecera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-cabecera-facturador.git", | 52 | "foca-cabecera-facturador": "git+http://git.focasoftware.com/npm/foca-cabecera-facturador.git#develop", |
| 53 | "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git", | 53 | "foca-configuracion": "git+http://git.focasoftware.com/npm/foca-configuracion.git#develop", |
| 54 | "foca-configurar-terminal": "git+ssh://git@debonline.dyndns.org:npm/foca-configurar-terminal.git", | 54 | "foca-configurar-terminal": "git+http://git.focasoftware.com/npm/foca-configurar-terminal.git#develop", |
| 55 | "foca-crear-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-cobranza.git", | 55 | "foca-crear-cobranza": "git+http://git.focasoftware.com/npm/foca-crear-cobranza.git#develop", |
| 56 | "foca-crear-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-hoja-ruta.git", | 56 | "foca-crear-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-crear-hoja-ruta.git#develop", |
| 57 | "foca-crear-login": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-login.git", | 57 | "foca-crear-login": "git+http://git.focasoftware.com/npm/foca-crear-login.git#develop", |
| 58 | "foca-crear-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-nota-pedido.git", | 58 | "foca-crear-nota-pedido": "git+http://git.focasoftware.com/npm/foca-crear-nota-pedido.git#develop", |
| 59 | "foca-crear-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-remito.git", | 59 | "foca-crear-remito": "git+http://git.focasoftware.com/npm/foca-crear-remito.git#develop", |
| 60 | "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", | 60 | "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git#develop", |
| 61 | "foca-estado-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-estado-cisternas.git", | 61 | "foca-estado-cisternas": "git+http://git.focasoftware.com/npm/foca-estado-cisternas.git#develop", |
| 62 | "foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git", | 62 | "foca-filtros": "git+http://git.focasoftware.com/npm/foca-filtros.git#develop", |
| 63 | "foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git", | 63 | "foca-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-hoja-ruta.git#develop", |
| 64 | "foca-informes": "git+ssh://git@debonline.dyndns.org:npm/foca-informes.git", | 64 | "foca-informes": "git+http://git.focasoftware.com/npm/foca-informes.git#develop", |
| 65 | "foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git", | 65 | "foca-login": "git+http://git.focasoftware.com/npm/foca-login.git#develop", |
| 66 | "foca-logistica-pedido-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-logistica-pedido-ruta.git", | 66 | "foca-logistica-pedido-ruta": "git+http://git.focasoftware.com/npm/foca-logistica-pedido-ruta.git#develop", |
| 67 | "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git", | 67 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git#develop", |
| 68 | "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git", | 68 | "foca-modal-busqueda-productos": "git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git#develop", |
| 69 | "foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git", | 69 | "foca-modal-cheque": "git+http://git.focasoftware.com/npm/foca-modal-cheque.git#develop", |
| 70 | "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git", | 70 | "foca-modal-cobranza": "git+http://git.focasoftware.com/npm/foca-modal-cobranza.git#develop", |
| 71 | "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", | 71 | "foca-modal-cotizacion": "git+http://git.focasoftware.com/npm/foca-modal-cotizacion.git#develop", |
| 72 | "foca-modal-detalle-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-cisternas.git", | 72 | "foca-modal-detalle-cisternas": "git+http://git.focasoftware.com/npm/foca-modal-detalle-cisternas.git#develop", |
| 73 | "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git", | 73 | "foca-modal-detalle-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-modal-detalle-hoja-ruta.git#develop", |
| 74 | "foca-modal-detalles": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalles.git", | 74 | "foca-modal-detalles": "git+http://git.focasoftware.com/npm/foca-modal-detalles.git#develop", |
| 75 | "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git", | 75 | "foca-modal-domicilio": "git+http://git.focasoftware.com/npm/foca-modal-domicilio.git#develop", |
| 76 | "foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git", | 76 | "foca-modal-efectivo": "git+http://git.focasoftware.com/npm/foca-modal-efectivo.git#develop", |
| 77 | "foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git", | 77 | "foca-modal-factura": "git+http://git.focasoftware.com/npm/foca-modal-factura.git#develop", |
| 78 | "foca-modal-factura-detalle": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura-detalle.git", | 78 | "foca-modal-factura-detalle": "git+http://git.focasoftware.com/npm/foca-modal-factura-detalle.git#develop", |
| 79 | "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git", | 79 | "foca-modal-flete": "git+http://git.focasoftware.com/npm/foca-modal-flete.git#develop", |
| 80 | "foca-modal-grafico-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-grafico-cisternas.git", | 80 | "foca-modal-grafico-cisternas": "git+http://git.focasoftware.com/npm/foca-modal-grafico-cisternas.git#develop", |
| 81 | "foca-modal-informe": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-informe.git", | 81 | "foca-modal-informe": "git+http://git.focasoftware.com/npm/foca-modal-informe.git#develop", |
| 82 | "foca-modal-lista-precio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-lista-precio.git", | 82 | "foca-modal-lista-precio": "git+http://git.focasoftware.com/npm/foca-modal-lista-precio.git#develop", |
| 83 | "foca-modal-localizar": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-localizar.git", | 83 | "foca-modal-localizar": "git+http://git.focasoftware.com/npm/foca-modal-localizar.git#develop", |
| 84 | "foca-modal-login": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-login.git", | 84 | "foca-modal-login": "git+http://git.focasoftware.com/npm/foca-modal-login.git#develop", |
| 85 | "foca-modal-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-nota-pedido.git", | 85 | "foca-modal-nota-pedido": "git+http://git.focasoftware.com/npm/foca-modal-nota-pedido.git#develop", |
| 86 | "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git", | 86 | "foca-modal-precio-condiciones": "git+http://git.focasoftware.com/npm/foca-modal-precio-condiciones.git#develop", |
| 87 | "foca-modal-punto-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-punto-descarga.git", | 87 | "foca-modal-punto-descarga": "git+http://git.focasoftware.com/npm/foca-modal-punto-descarga.git#develop", |
| 88 | "foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git", | 88 | "foca-modal-remito": "git+http://git.focasoftware.com/npm/foca-modal-remito.git#develop", |
| 89 | "foca-modal-resumen-cuenta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-resumen-cuenta.git", | 89 | "foca-modal-resumen-cuenta": "git+http://git.focasoftware.com/npm/foca-modal-resumen-cuenta.git#develop", |
| 90 | "foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git", | 90 | "foca-modal-tarifa-flete": "git+http://git.focasoftware.com/npm/foca-modal-tarifa-flete.git#develop", |
| 91 | "foca-modal-unidad-medida": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-unidad-medida.git", | 91 | "foca-modal-unidad-medida": "git+http://git.focasoftware.com/npm/foca-modal-unidad-medida.git#develop", |
| 92 | "foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git", | 92 | "foca-nombre-empresa": "git+http://git.focasoftware.com/npm/foca-nombre-empresa.git#develop", |
| 93 | "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", | 93 | "foca-seguimiento": "git+http://git.focasoftware.com/npm/foca-seguimiento.git#develop", |
| 94 | "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git", | 94 | "foca-teclado": "git+http://git.focasoftware.com/npm/foca-teclado.git#develop", |
| 95 | "font-awesome": "^4.7.0", | 95 | "font-awesome": "^4.7.0", |
| 96 | "gulp-angular-templatecache": "^2.2.6", | 96 | "gulp-angular-templatecache": "^2.2.6", |
| 97 | "gulp-htmlmin": "^5.0.1", | 97 | "gulp-htmlmin": "^5.0.1", |
| 98 | "gulp-sequence": "^1.0.0", | 98 | "gulp-sequence": "^1.0.0", |
| 99 | "gulp-uglify-es": "^1.0.4", | 99 | "gulp-uglify-es": "^1.0.4", |
| 100 | "jquery": "^3.3.1", | 100 | "jquery": "^3.3.1", |
| 101 | "jszip": "2.6.1", | 101 | "jszip": "2.6.1", |
| 102 | "ladda": "1.0.6", | 102 | "ladda": "1.0.6", |
| 103 | "leaflet": "1.3.4", | 103 | "leaflet": "1.3.4", |
| 104 | "lodash": "4.17.11", | 104 | "lodash": "4.17.11", |
| 105 | "moment": "2.23.0", | 105 | "moment": "2.23.0", |
| 106 | "ngstorage": "^0.3.11", | 106 | "ngstorage": "^0.3.11", |
| 107 | "node-sass": "^4.11.0", | 107 | "node-sass": "^4.11.0", |
| 108 | "pdfmake": "0.1.41", | 108 | "pdfmake": "0.1.41", |
| 109 | "uglify": "^0.1.5", | 109 | "uglify": "^0.1.5", |
| 110 | "ui-bootstrap4": "^3.0.6" | 110 | "ui-bootstrap4": "^3.0.6" |
| 111 | }, | 111 | }, |
| 112 | "devDependencies": { | 112 | "devDependencies": { |
| 113 | "gulp": "3.9.1", | 113 | "gulp": "3.9.1", |
| 114 | "gulp-clean": "^0.4.0", | 114 | "gulp-clean": "^0.4.0", |
| 115 | "gulp-concat": "^2.6.1", | 115 | "gulp-concat": "^2.6.1", |
| 116 | "gulp-connect": "^5.7.0", | 116 | "gulp-connect": "^5.7.0", |
| 117 | "gulp-jshint": "^2.1.0", | 117 | "gulp-jshint": "^2.1.0", |
| 118 | "gulp-rename": "^1.4.0", | 118 | "gulp-rename": "^1.4.0", |
| 119 | "gulp-replace": "^1.0.0", | 119 | "gulp-replace": "^1.0.0", |
| 120 | "gulp-sass": "^4.0.1", | 120 | "gulp-sass": "^4.0.1", |
| 121 | "gulp-uglify": "^3.0.2", | 121 | "gulp-uglify": "^3.0.2", |
| 122 | "gulp-watch": "^5.0.1", | 122 | "gulp-watch": "^5.0.1", |
| 123 | "jasmine-core": "^3.3.0", | 123 | "jasmine-core": "^3.3.0", |
| 124 | "jshint": "^2.10.2", | 124 | "jshint": "^2.10.2", |
| 125 | "pre-commit": "^1.2.2", | 125 | "pre-commit": "^1.2.2", |
| 126 | "pump": "^3.0.0" | 126 | "pump": "^3.0.0" |
| 127 | } | 127 | } |
| 128 | } | 128 | } |
| 129 | 129 |
src/sass/_botonera-principal.scss
| 1 | .botonera-principal { | 1 | .botonera-principal { |
| 2 | menuitem { | 2 | menuitem { |
| 3 | display: inline-block; | 3 | display: inline-block; |
| 4 | height: 130px; | 4 | height: 130px; |
| 5 | text-align: center; | 5 | text-align: center; |
| 6 | width: 180px; | 6 | width: 180px; |
| 7 | @media (max-width: 576px) { | 7 | @media (max-width: 576px) { |
| 8 | width: 100%; | 8 | width: 100%; |
| 9 | } | 9 | } |
| 10 | @media (min-width: 992px) and (max-width: 1200px){ | 10 | @media (min-width: 992px) and (max-width: 1200px){ |
| 11 | width: 150px; | 11 | width: 150px; |
| 12 | } | 12 | } |
| 13 | } | 13 | } |
| 14 | button { | 14 | button { |
| 15 | background-image: url('../img/botonera.png'); | 15 | background-image: url('../img/botonera.png'); |
| 16 | border-radius: 12px; | 16 | border-radius: 12px; |
| 17 | border-width: 0; | 17 | border-width: 0; |
| 18 | height: 90px; | 18 | height: 90px; |
| 19 | position: relative; | 19 | position: relative; |
| 20 | width: 90px; | 20 | width: 90px; |
| 21 | span { | 21 | span { |
| 22 | left: 0; | 22 | left: 0; |
| 23 | position: absolute; | 23 | position: absolute; |
| 24 | text-align: center; | 24 | text-align: center; |
| 25 | top: 90px; | 25 | top: 90px; |
| 26 | width: 100%; | 26 | width: 100%; |
| 27 | font-size: 12px; | 27 | font-size: 12px; |
| 28 | color: #777777; | 28 | color: #777777; |
| 29 | } | 29 | } |
| 30 | } | 30 | } |
| 31 | &-menu { | 31 | &-menu { |
| 32 | width: 100%; | 32 | width: 100%; |
| 33 | padding-left: 90px; | 33 | padding-left: 90px; |
| 34 | @media (max-width: 576px) { | 34 | @media (max-width: 576px) { |
| 35 | padding: 0; | 35 | padding: 0; |
| 36 | } | 36 | } |
| 37 | } | 37 | } |
| 38 | &-logo { | 38 | &-logo { |
| 39 | width: 100%; | 39 | width: 100%; |
| 40 | margin-left: 50%; | 40 | margin-left: 50%; |
| 41 | opacity: .8; | 41 | opacity: .8; |
| 42 | @media (max-width: 576px) { | 42 | @media (max-width: 576px) { |
| 43 | width: 180%; | 43 | width: 180%; |
| 44 | margin-left: 20%; | 44 | margin-left: 20%; |
| 45 | } | 45 | } |
| 46 | } | 46 | } |
| 47 | &-vacio { | 47 | &-vacio { |
| 48 | & button { | 48 | & button { |
| 49 | background-position: -4380px 0; | 49 | background-position: -4380px 0; |
| 50 | &:hover { | 50 | &:hover { |
| 51 | background-position: -4380px -90px; | 51 | background-position: -4380px -90px; |
| 52 | } | 52 | } |
| 53 | } | 53 | } |
| 54 | } | 54 | } |
| 55 | &-abrir-turno { | 55 | &-abrir-turno { |
| 56 | & button { | 56 | & button { |
| 57 | background-position: 0 0; | 57 | background-position: 0 0; |
| 58 | &:hover { | 58 | &:hover { |
| 59 | background-position: 0 -90px; | 59 | background-position: 0 -90px; |
| 60 | } | 60 | } |
| 61 | } | 61 | } |
| 62 | } | 62 | } |
| 63 | &-cerrar-turno { | 63 | &-cerrar-turno { |
| 64 | & button { | 64 | & button { |
| 65 | background-position: -90px 0; | 65 | background-position: -90px 0; |
| 66 | &:hover { | 66 | &:hover { |
| 67 | background-position: -90px -90px; | 67 | background-position: -90px -90px; |
| 68 | } | 68 | } |
| 69 | } | 69 | } |
| 70 | } | 70 | } |
| 71 | &-caja { | 71 | &-caja { |
| 72 | & button { | 72 | & button { |
| 73 | background-position: -180px 0; | 73 | background-position: -180px 0; |
| 74 | &:hover { | 74 | &:hover { |
| 75 | background-position: -180px -90px; | 75 | background-position: -180px -90px; |
| 76 | } | 76 | } |
| 77 | } | 77 | } |
| 78 | } | 78 | } |
| 79 | &-facturador { | 79 | &-facturador { |
| 80 | & button { | 80 | & button { |
| 81 | background-position: -270px 0px; | 81 | background-position: -270px 0px; |
| 82 | &:hover { | 82 | &:hover { |
| 83 | background-position: -270px -90px; | 83 | background-position: -270px -90px; |
| 84 | } | 84 | } |
| 85 | } | 85 | } |
| 86 | } | 86 | } |
| 87 | &-nota-pedido { | 87 | &-nota-pedido { |
| 88 | & button { | 88 | & button { |
| 89 | background-position: -1250px 0px; | 89 | background-position: -1250px 0px; |
| 90 | &:hover { | 90 | &:hover { |
| 91 | background-position: -1250px -90px; | 91 | background-position: -1250px -90px; |
| 92 | } | 92 | } |
| 93 | } | 93 | } |
| 94 | } | 94 | } |
| 95 | &-remito { | 95 | &-remito { |
| 96 | & button { | 96 | & button { |
| 97 | background-position: -4560px 0px; | 97 | background-position: -4560px 0px; |
| 98 | &:hover { | 98 | &:hover { |
| 99 | background-position: -4560px -90px; | 99 | background-position: -4560px -90px; |
| 100 | } | 100 | } |
| 101 | } | 101 | } |
| 102 | } | 102 | } |
| 103 | &-hoja-ruta { | 103 | &-hoja-ruta { |
| 104 | & button { | 104 | & button { |
| 105 | background-position: -4650px 0px; | 105 | background-position: -4650px 0px; |
| 106 | &:hover { | 106 | &:hover { |
| 107 | background-position: -4650px -90px; | 107 | background-position: -4650px -90px; |
| 108 | } | 108 | } |
| 109 | } | 109 | } |
| 110 | } | 110 | } |
| 111 | &-hoja-ruta-transportista { | 111 | &-hoja-ruta-transportista { |
| 112 | & button { | 112 | & button { |
| 113 | background-image: url('../img/hojaRutaVolante.png'); | 113 | background-image: url('../img/hojaRutaVolante.png'); |
| 114 | background-size: 90px 90px; | 114 | background-size: 90px 90px; |
| 115 | &:hover { | 115 | &:hover { |
| 116 | background-color: rgb(250,250,250); | 116 | background-color: rgb(250,250,250); |
| 117 | } | 117 | } |
| 118 | } | 118 | } |
| 119 | } | 119 | } |
| 120 | &-seguimiento { | 120 | &-seguimiento { |
| 121 | & button { | 121 | & button { |
| 122 | background-image: url('../img/seguimientoNotaPedido.png'); | 122 | background-image: url('../img/seguimientoNotaPedido.png'); |
| 123 | background-size: 90px 90px; | 123 | background-size: 90px 90px; |
| 124 | background-position: 15px 10px; | 124 | background-position: 15px 10px; |
| 125 | &:hover { | 125 | &:hover { |
| 126 | background-color: rgb(250,250,250); | 126 | background-color: rgb(250,250,250); |
| 127 | } | 127 | } |
| 128 | } | 128 | } |
| 129 | } | 129 | } |
| 130 | &-seguimiento-hoja-ruta { | 130 | &-seguimiento-hoja-ruta { |
| 131 | & button { | 131 | & button { |
| 132 | background-image: url('../img/seguimientoHojaRuta.png'); | 132 | background-image: url('../img/seguimientoHojaRuta.png'); |
| 133 | background-size: 90px 90px; | 133 | background-size: 90px 90px; |
| 134 | background-position: 15px 10px; | 134 | background-position: 15px 10px; |
| 135 | &:hover { | 135 | &:hover { |
| 136 | background-color: rgb(250,250,250); | 136 | background-color: rgb(250,250,250); |
| 137 | } | 137 | } |
| 138 | } | 138 | } |
| 139 | } | 139 | } |
| 140 | &-cobranzas { | 140 | &-cobranzas { |
| 141 | & button { | 141 | & button { |
| 142 | background-position: -1880 0px; | 142 | background-position: -1880 0px; |
| 143 | &:hover { | 143 | &:hover { |
| 144 | background-position: -1880 -90px; | 144 | background-position: -1880 -90px; |
| 145 | } | 145 | } |
| 146 | } | 146 | } |
| 147 | } | 147 | } |
| 148 | &-seguimiento-cobranzas { | 148 | &-seguimiento-cobranzas { |
| 149 | & button { | 149 | & button { |
| 150 | background-image: url('../img/seguimientoCobranza.png'); | 150 | background-image: url('../img/seguimientoCobranza.png'); |
| 151 | background-size: 90px 90px; | 151 | background-size: 90px 90px; |
| 152 | background-position: 15px 10px; | 152 | background-position: 15px 10px; |
| 153 | &:hover { | 153 | &:hover { |
| 154 | background-color: rgb(250,250,250); | 154 | background-color: rgb(250,250,250); |
| 155 | } | 155 | } |
| 156 | } | 156 | } |
| 157 | } | 157 | } |
| 158 | &-vehiculo { | 158 | &-vehiculo { |
| 159 | & button { | 159 | & button { |
| 160 | background-image: url('../img/abmVehiculos.png'); | 160 | background-image: url('../img/abmVehiculos.png'); |
| 161 | background-size: 90px 90px; | 161 | background-size: 90px 90px; |
| 162 | &:hover { | 162 | &:hover { |
| 163 | background-color: rgb(250,250,250); | 163 | background-color: rgb(250,250,250); |
| 164 | } | 164 | } |
| 165 | } | 165 | } |
| 166 | } | 166 | } |
| 167 | &-precio-condicion { | 167 | &-precio-condicion { |
| 168 | & button { | 168 | & button { |
| 169 | background-image: url('../img/abmPrecios.png'); | 169 | background-image: url('../img/abmPrecios.png'); |
| 170 | background-size: 90px 90px; | 170 | background-size: 90px 90px; |
| 171 | &:hover { | 171 | &:hover { |
| 172 | background-color: rgb(250,250,250); | 172 | background-color: rgb(250,250,250); |
| 173 | } | 173 | } |
| 174 | } | 174 | } |
| 175 | } | 175 | } |
| 176 | &-chofer { | 176 | &-chofer { |
| 177 | & button { | 177 | & button { |
| 178 | background-image: url('../img/abmChofer.png'); | 178 | background-image: url('../img/abmChofer.png'); |
| 179 | background-size: 90px 90px; | 179 | background-size: 90px 90px; |
| 180 | &:hover { | 180 | &:hover { |
| 181 | background-color: rgb(250,250,250); | 181 | background-color: rgb(250,250,250); |
| 182 | } | 182 | } |
| 183 | } | 183 | } |
| 184 | } | 184 | } |
| 185 | &-agendar-visita { | 185 | &-agendar-visita { |
| 186 | & button { | 186 | & button { |
| 187 | background-image: url('../img/agendarVisita.png'); | 187 | background-image: url('../img/agendarVisita.png'); |
| 188 | background-size: 90px 90px; | 188 | background-size: 90px 90px; |
| 189 | &:hover { | 189 | &:hover { |
| 190 | background-color: rgb(250,250,250); | 190 | background-color: rgb(250,250,250); |
| 191 | } | 191 | } |
| 192 | } | 192 | } |
| 193 | } | 193 | } |
| 194 | &-informes { | 194 | &-informes { |
| 195 | & button { | 195 | & button { |
| 196 | background-image: url('../img/informes.png'); | 196 | background-image: url('../img/informes.png'); |
| 197 | background-size: 90px 90px; | 197 | background-size: 90px 90px; |
| 198 | &:hover { | 198 | &:hover { |
| 199 | background-color: rgb(250,250,250); | 199 | background-color: rgb(250,250,250); |
| 200 | } | 200 | } |
| 201 | } | 201 | } |
| 202 | } | 202 | } |
| 203 | &-vendedor-cobrador { | 203 | &-vendedor-cobrador { |
| 204 | & button { | 204 | & button { |
| 205 | background-image: url('../img/abmVendedorCobrador.png'); | 205 | background-image: url('../img/abmVendedorCobrador.png'); |
| 206 | background-size: 90px 90px; | 206 | background-size: 90px 90px; |
| 207 | &:hover { | 207 | &:hover { |
| 208 | background-color: rgb(250,250,250); | 208 | background-color: rgb(250,250,250); |
| 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 | .swiper-pagination { | 221 | .swiper-pagination { |
| 213 | bottom: 0px !important; | 222 | bottom: 0px !important; |
| 214 | } | 223 | } |
| 215 | 224 | ||
| 216 | .swiper-button-next { | 225 | .swiper-button-next { |
| 217 | background-image: url('../img/derecha.png'); | 226 | background-image: url('../img/derecha.png'); |
| 218 | } | 227 | } |
| 219 | 228 | ||
| 220 | .swiper-button-prev { | 229 | .swiper-button-prev { |
| 221 | background-image: url('../img/izquierda.png'); | 230 | background-image: url('../img/izquierda.png'); |
| 222 | } | 231 | } |
| 223 | 232 | ||
| 224 | @media (min-width: 992px){ | 233 | @media (min-width: 992px){ |
| 225 | a{ | 234 | a{ |
| 226 | margin-top: 2.5rem; | 235 | margin-top: 2.5rem; |
| 227 | } | 236 | } |
| 228 | } | 237 | } |
| 229 | } | 238 | } |
| 230 | 239 |