Commit 82e3a31e6ee0565d21766c7cb4ba482e1eedc554
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !108
Showing
8 changed files
Show diff stats
img/cruz-gris.png
8.64 KB
img/parametrizar.png
10.1 KB
img/tilde_.png
6.33 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-autorizar-nota-pedido/dist/foca-autorizar-nota-pedido.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-facturador/dist/foca-botonera-facturador.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-lateral/dist/foca-botonera-lateral.min.js"></script> |
53 | <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> |
54 | <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> |
55 | <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> |
56 | <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> |
57 | <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> |
58 | <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> |
59 | <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> |
60 | <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> |
61 | <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> |
62 | <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> |
63 | <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> |
64 | <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> |
65 | <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> |
66 | <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> |
67 | <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> |
68 | <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> |
69 | <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> |
70 | <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> |
71 | <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> |
72 | <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> |
73 | <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> |
74 | <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> |
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-cisternas/dist/foca-modal-detalle-cisternas.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-detalle-hoja-ruta/dist/foca-modal-detalle-hoja-ruta.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-detalles/dist/foca-modal-detalles.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-domicilio/dist/foca-modal-domicilios.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-efectivo/dist/foca-modal-efectivo.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/dist/foca-modal-factura.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-factura-detalle/dist/foca-modal-factura-detalle.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-flete/dist/foca-modal-flete.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-grafico-cisternas/dist/foca-modal-grafico-cisternas.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-informe/dist/foca-modal-informe.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-lista-precio/dist/foca-modal-lista-precio.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-localizar/dist/foca-modal-localizar.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-login/dist/foca-modal-login.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-nota-pedido/dist/foca-modal-nota-pedido.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-precio-condiciones/dist/foca-modal-precio-condiciones.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-punto-descarga/dist/foca-modal-punto-descarga.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-remito/dist/foca-modal-remito.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-resumen-cuenta/dist/foca-modal-resumen-cuenta.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-tarifa-flete/dist/foca-modal-tarifa-flete.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-modal-unidad-medida/dist/foca-modal-unidad-medida.min.js"></script> |
95 | <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> |
96 | <script src="./node_modules/foca-parametros/dist/foca-parametros.min.js"></script> | ||
96 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> | 97 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> |
97 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> | 98 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> |
98 | <script src="./src/js/app.js"></script> | 99 | <script src="./src/js/app.js"></script> |
99 | <script src="./src/js/controller.js"></script> | 100 | <script src="./src/js/controller.js"></script> |
100 | <script src="./src/etc/develop.js"></script> | 101 | <script src="./src/etc/develop.js"></script> |
102 | |||
101 | </head> | 103 | </head> |
102 | <body class="w-100"> | 104 | <body class="w-100"> |
103 | <style> | 105 | <style> |
104 | </style> | 106 | </style> |
105 | <foca-nombre-empresa></foca-nombre-empresa> | 107 | <foca-nombre-empresa></foca-nombre-empresa> |
106 | <div ng-view class="container contenedor"></div> | 108 | <div ng-view class="container contenedor"></div> |
107 | <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block "> | 109 | <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block "> |
108 | <foca-botonera-lateral></foca-botonera-lateral> | 110 | <foca-botonera-lateral></foca-botonera-lateral> |
109 | <foca-teclado | 111 | <foca-teclado |
110 | ng-show="usarTeclado && mostrarTeclado" | 112 | ng-show="usarTeclado && mostrarTeclado" |
111 | alfanumeric="true" | 113 | alfanumeric="true" |
112 | numeric="true" | 114 | numeric="true" |
113 | > | 115 | > |
114 | </foca-teclado> | 116 | </foca-teclado> |
115 | </div> | 117 | </div> |
116 | </body> | 118 | </body> |
117 | 119 | ||
118 | </html> | 120 | </html> |
119 | 121 |
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" |
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+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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 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", | 92 | "foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git", |
93 | "foca-parametros": "git+ssh://git@debonline.dyndns.org:npm/foca-parametros.git", | ||
93 | "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", | 94 | "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", | 95 | "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git", |
95 | "font-awesome": "^4.7.0", | 96 | "font-awesome": "^4.7.0", |
96 | "gulp-angular-templatecache": "^2.2.6", | 97 | "gulp-angular-templatecache": "^2.2.6", |
97 | "gulp-htmlmin": "^5.0.1", | 98 | "gulp-htmlmin": "^5.0.1", |
98 | "gulp-sequence": "^1.0.0", | 99 | "gulp-sequence": "^1.0.0", |
99 | "gulp-uglify-es": "^1.0.4", | 100 | "gulp-uglify-es": "^1.0.4", |
100 | "jquery": "^3.4.0", | 101 | "jquery": "^3.4.0", |
101 | "jszip": "2.6.1", | 102 | "jszip": "2.6.1", |
102 | "ladda": "1.0.6", | 103 | "ladda": "1.0.6", |
103 | "leaflet": "1.3.4", | 104 | "leaflet": "1.3.4", |
104 | "lodash": "4.17.11", | 105 | "lodash": "4.17.11", |
105 | "moment": "2.23.0", | 106 | "moment": "2.23.0", |
106 | "ngstorage": "^0.3.11", | 107 | "ngstorage": "^0.3.11", |
107 | "node-sass": "^4.11.0", | 108 | "node-sass": "^4.11.0", |
108 | "pdfmake": "0.1.41", | 109 | "pdfmake": "0.1.41", |
109 | "uglify": "^0.1.5", | 110 | "uglify": "^0.1.5", |
110 | "ui-bootstrap4": "^3.0.6" | 111 | "ui-bootstrap4": "^3.0.6" |
111 | }, | 112 | }, |
112 | "devDependencies": { | 113 | "devDependencies": { |
113 | "gulp": "3.9.1", | 114 | "gulp": "3.9.1", |
114 | "gulp-clean": "^0.4.0", | 115 | "gulp-clean": "^0.4.0", |
115 | "gulp-concat": "^2.6.1", | 116 | "gulp-concat": "^2.6.1", |
116 | "gulp-connect": "^5.7.0", | 117 | "gulp-connect": "^5.7.0", |
117 | "gulp-jshint": "^2.1.0", | 118 | "gulp-jshint": "^2.1.0", |
118 | "gulp-rename": "^1.4.0", | 119 | "gulp-rename": "^1.4.0", |
119 | "gulp-replace": "^1.0.0", | 120 | "gulp-replace": "^1.0.0", |
120 | "gulp-sass": "^4.0.1", | 121 | "gulp-sass": "^4.0.1", |
121 | "gulp-uglify": "^3.0.2", | 122 | "gulp-uglify": "^3.0.2", |
122 | "gulp-watch": "^5.0.1", | 123 | "gulp-watch": "^5.0.1", |
123 | "jasmine-core": "^3.4.0", | 124 | "jasmine-core": "^3.4.0", |
124 | "jshint": "^2.10.2", | 125 | "jshint": "^2.10.2", |
125 | "pre-commit": "^1.2.2", | 126 | "pre-commit": "^1.2.2", |
126 | "pump": "^3.0.0" | 127 | "pump": "^3.0.0" |
127 | } | 128 | } |
128 | } | 129 | } |
129 | 130 |
src/js/app.js
1 | angular.module('appWrapperDemo', [ | 1 | angular.module('appWrapperDemo', [ |
2 | //EXTERNOS | 2 | //EXTERNOS |
3 | 'angular-ladda', | 3 | 'angular-ladda', |
4 | 'cordovaGeolocationModule', | 4 | 'cordovaGeolocationModule', |
5 | 'ngCookies', | 5 | 'ngCookies', |
6 | 'ngRoute', | 6 | 'ngRoute', |
7 | 'ngSanitize', | 7 | 'ngSanitize', |
8 | 'ngStorage', | 8 | 'ngStorage', |
9 | 'onScreenKeyboard', | 9 | 'onScreenKeyboard', |
10 | 'ui.bootstrap', | 10 | 'ui.bootstrap', |
11 | 'ui.swiper', | 11 | 'ui.swiper', |
12 | 'ui.grid', | 12 | 'ui.grid', |
13 | 'ui.grid.exporter', | 13 | 'ui.grid.exporter', |
14 | 'ngFileSaver', | 14 | 'ngFileSaver', |
15 | 'angular-md5', | 15 | 'angular-md5', |
16 | 16 | ||
17 | // MODULOS FOCA | 17 | // MODULOS FOCA |
18 | 'focaAbmPreciosCondiciones', | 18 | 'focaAbmPreciosCondiciones', |
19 | 'focaAbmVehiculo', | 19 | 'focaAbmVehiculo', |
20 | 'focaAbmChofer', | 20 | 'focaAbmChofer', |
21 | 'focaAbmVendedorCobrador', | 21 | 'focaAbmVendedorCobrador', |
22 | 'focaActivarHojaRuta', | 22 | 'focaActivarHojaRuta', |
23 | 'focaAdminSeguimiento', | 23 | 'focaAdminSeguimiento', |
24 | 'focaAgendarVisita', | 24 | 'focaAgendarVisita', |
25 | 'focaAutorizarHojaRuta', | 25 | 'focaAutorizarHojaRuta', |
26 | 'focaBotoneraFacturador', | 26 | 'focaBotoneraFacturador', |
27 | 'focaBotoneraLateral', | 27 | 'focaBotoneraLateral', |
28 | 'focaBotoneraPrincipal', | 28 | 'focaBotoneraPrincipal', |
29 | 'focaBusquedaCliente', | 29 | 'focaBusquedaCliente', |
30 | 'focaBusquedaProductos', | 30 | 'focaBusquedaProductos', |
31 | 'focaCabeceraFacturador', | 31 | 'focaCabeceraFacturador', |
32 | 'focaConfiguracion', | 32 | 'focaConfiguracion', |
33 | 'focaConfigurarTerminal', | 33 | 'focaConfigurarTerminal', |
34 | 'focaCrearCobranza', | 34 | 'focaCrearCobranza', |
35 | 'focaCrearHojaRuta', | 35 | 'focaCrearHojaRuta', |
36 | 'focaCrearLogin', | 36 | 'focaCrearLogin', |
37 | 'focaCrearNotaPedido', | 37 | 'focaCrearNotaPedido', |
38 | 'focaCrearRemito', | 38 | 'focaCrearRemito', |
39 | 'focaDirectivas', | 39 | 'focaDirectivas', |
40 | 'focaEstadoCisternas', | 40 | 'focaEstadoCisternas', |
41 | 'focaFiltros', | 41 | 'focaFiltros', |
42 | 'focaHojaRuta', | 42 | 'focaHojaRuta', |
43 | 'focaInformes', | 43 | 'focaInformes', |
44 | 'focaLogin', | 44 | 'focaLogin', |
45 | 'focaModal', | 45 | 'focaModal', |
46 | 'focaModalCheque', | 46 | 'focaModalCheque', |
47 | 'focaModalCobranza', | 47 | 'focaModalCobranza', |
48 | 'focaModalCotizacion', | 48 | 'focaModalCotizacion', |
49 | 'focaModalDetalleCisternas', | 49 | 'focaModalDetalleCisternas', |
50 | 'focaModalDetalleHojaRuta', | 50 | 'focaModalDetalleHojaRuta', |
51 | 'focaModalDetalles', | 51 | 'focaModalDetalles', |
52 | 'focaModalDomicilio', | 52 | 'focaModalDomicilio', |
53 | 'focaModalEfectivo', | 53 | 'focaModalEfectivo', |
54 | 'focaModalFactura', | 54 | 'focaModalFactura', |
55 | 'focaModalFacturaDetalle', | 55 | 'focaModalFacturaDetalle', |
56 | 'focaModalFlete', | 56 | 'focaModalFlete', |
57 | 'focaModalGraficoCisternas', | 57 | 'focaModalGraficoCisternas', |
58 | 'focaModalInforme', | 58 | 'focaModalInforme', |
59 | 'focaModalListaPrecio', | 59 | 'focaModalListaPrecio', |
60 | 'focaModalLocalizar', | 60 | 'focaModalLocalizar', |
61 | 'focaModalLogin', | 61 | 'focaModalLogin', |
62 | 'focaModalNotaPedido', | 62 | 'focaModalNotaPedido', |
63 | 'focaModalPrecioCondicion', | 63 | 'focaModalPrecioCondicion', |
64 | 'focaModalPuntoDescarga', | 64 | 'focaModalPuntoDescarga', |
65 | 'focaModalRemito', | 65 | 'focaModalRemito', |
66 | 'focaModalResumenCuenta', | 66 | 'focaModalResumenCuenta', |
67 | 'focaModalTarifaFlete', | 67 | 'focaModalTarifaFlete', |
68 | 'focaModalUnidadMedida', | 68 | 'focaModalUnidadMedida', |
69 | 'focaNombreEmpresa', | 69 | 'focaNombreEmpresa', |
70 | 'focaParametros', | ||
70 | 'focaSeguimiento', | 71 | 'focaSeguimiento', |
71 | 'focaTeclado', | 72 | 'focaTeclado', |
72 | 'focaLogisticaPedidoRuta' | 73 | 'focaLogisticaPedidoRuta' |
73 | ]); | 74 | ]); |
74 | 75 |
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 | outline: 0; | 21 | outline: 0; |
22 | span { | 22 | span { |
23 | left: 0; | 23 | left: 0; |
24 | position: absolute; | 24 | position: absolute; |
25 | text-align: center; | 25 | text-align: center; |
26 | top: 90px; | 26 | top: 90px; |
27 | width: 100%; | 27 | width: 100%; |
28 | font-size: 12px; | 28 | font-size: 12px; |
29 | color: #777777; | 29 | color: #777777; |
30 | } | 30 | } |
31 | &:hover { | 31 | &:hover { |
32 | background-color:rgb(250,250,250); | 32 | background-color:rgb(250,250,250); |
33 | filter:drop-shadow(4px 4px 4px gray); | 33 | filter:drop-shadow(4px 4px 4px gray); |
34 | } | 34 | } |
35 | &:active { | 35 | &:active { |
36 | background-color: rgb(230, 230, 230); | 36 | background-color: rgb(230, 230, 230); |
37 | filter:drop-shadow(4px 4px 4px gray); | 37 | filter:drop-shadow(4px 4px 4px gray); |
38 | } | 38 | } |
39 | } | 39 | } |
40 | &-menu { | 40 | &-menu { |
41 | width: 100%; | 41 | width: 100%; |
42 | padding-left: 90px; | 42 | padding-left: 90px; |
43 | @media (max-width: 576px) { | 43 | @media (max-width: 576px) { |
44 | padding: 0; | 44 | padding: 0; |
45 | } | 45 | } |
46 | } | 46 | } |
47 | &-logo { | 47 | &-logo { |
48 | width: 100%; | 48 | width: 100%; |
49 | margin-left: 50%; | 49 | margin-left: 50%; |
50 | opacity: .8; | 50 | opacity: .8; |
51 | @media (max-width: 576px) { | 51 | @media (max-width: 576px) { |
52 | width: 180%; | 52 | width: 180%; |
53 | margin-left: 20%; | 53 | margin-left: 20%; |
54 | } | 54 | } |
55 | } | 55 | } |
56 | &-vacio { | 56 | &-vacio { |
57 | & button { | 57 | & button { |
58 | background-position: -4380px 0; | 58 | background-position: -4380px 0; |
59 | &:hover { | 59 | &:hover { |
60 | background-position: -4380px -90px; | 60 | background-position: -4380px -90px; |
61 | } | 61 | } |
62 | } | 62 | } |
63 | } | 63 | } |
64 | &-abrir-turno { | 64 | &-abrir-turno { |
65 | & button { | 65 | & button { |
66 | background-position: 0 0; | 66 | background-position: 0 0; |
67 | &:hover { | 67 | &:hover { |
68 | background-position: 0 -90px; | 68 | background-position: 0 -90px; |
69 | } | 69 | } |
70 | } | 70 | } |
71 | } | 71 | } |
72 | &-cerrar-turno { | 72 | &-cerrar-turno { |
73 | & button { | 73 | & button { |
74 | background-position: -90px 0; | 74 | background-position: -90px 0; |
75 | &:hover { | 75 | &:hover { |
76 | background-position: -90px -90px; | 76 | background-position: -90px -90px; |
77 | } | 77 | } |
78 | } | 78 | } |
79 | } | 79 | } |
80 | &-caja { | 80 | &-caja { |
81 | & button { | 81 | & button { |
82 | background-position: -180px 0; | 82 | background-position: -180px 0; |
83 | &:hover { | 83 | &:hover { |
84 | background-position: -180px -90px; | 84 | background-position: -180px -90px; |
85 | } | 85 | } |
86 | } | 86 | } |
87 | } | 87 | } |
88 | &-estado-cisterna { | 88 | &-estado-cisterna { |
89 | & button { | 89 | & button { |
90 | background-image: url('../img/control_stock.png'); | 90 | background-image: url('../img/control_stock.png'); |
91 | background-size: 90px 90px; | 91 | background-size: 90px 90px; |
92 | } | 92 | } |
93 | } | 93 | } |
94 | &-logistica { | 94 | &-logistica { |
95 | & button { | 95 | & button { |
96 | background-image: url('../img/logistica.png'); | 96 | background-image: url('../img/logistica.png'); |
97 | background-size: 90px 90px; | 97 | background-size: 90px 90px; |
98 | } | 98 | } |
99 | } | 99 | } |
100 | &-facturador { | 100 | &-facturador { |
101 | & button { | 101 | & button { |
102 | background-position: -270px 0px; | 102 | background-position: -270px 0px; |
103 | &:hover { | 103 | &:hover { |
104 | background-position: -270px -90px; | 104 | background-position: -270px -90px; |
105 | } | 105 | } |
106 | } | 106 | } |
107 | } | 107 | } |
108 | &-nota-pedido { | 108 | &-nota-pedido { |
109 | & button { | 109 | & button { |
110 | background-image: url('../img/notaPedido.png'); | 110 | background-image: url('../img/notaPedido.png'); |
111 | background-size: 90px 90px; | 111 | background-size: 90px 90px; |
112 | } | 112 | } |
113 | } | 113 | } |
114 | &-remito { | 114 | &-remito { |
115 | & button { | 115 | & button { |
116 | background-image: url('../img/remito.png'); | 116 | background-image: url('../img/remito.png'); |
117 | background-size: 90px 90px; | 117 | background-size: 90px 90px; |
118 | } | 118 | } |
119 | } | 119 | } |
120 | &-hoja-ruta { | 120 | &-hoja-ruta { |
121 | & button { | 121 | & button { |
122 | background-image: url('../img/hoja-ruta.png'); | 122 | background-image: url('../img/hoja-ruta.png'); |
123 | background-size: 86px 90px; | 123 | background-size: 86px 90px; |
124 | } | 124 | } |
125 | } | 125 | } |
126 | &-activar-hoja-ruta { | 126 | &-activar-hoja-ruta { |
127 | & button { | 127 | & button { |
128 | background-image: url('../img/activar_hoja.png'); | 128 | background-image: url('../img/activar_hoja.png'); |
129 | background-size: 90px 90px; | 129 | background-size: 90px 90px; |
130 | } | 130 | } |
131 | } | 131 | } |
132 | &-hoja-ruta-transportista { | 132 | &-hoja-ruta-transportista { |
133 | & button { | 133 | & button { |
134 | background-image: url('../img/hojaRutaVolante.png'); | 134 | background-image: url('../img/hojaRutaVolante.png'); |
135 | background-size: 90px 90px; | 135 | background-size: 90px 90px; |
136 | } | 136 | } |
137 | } | 137 | } |
138 | &-seguimiento { | 138 | &-seguimiento { |
139 | & button { | 139 | & button { |
140 | background-image: url('../img/seguimientoNotaPedido.png'); | 140 | background-image: url('../img/seguimientoNotaPedido.png'); |
141 | background-size: 90px 90px; | 141 | background-size: 90px 90px; |
142 | } | 142 | } |
143 | } | 143 | } |
144 | &-seguimiento-hoja-ruta { | 144 | &-seguimiento-hoja-ruta { |
145 | & button { | 145 | & button { |
146 | background-image: url('../img/seguimientoHojaRuta.png'); | 146 | background-image: url('../img/seguimientoHojaRuta.png'); |
147 | background-size: 90px 90px; | 147 | background-size: 90px 90px; |
148 | } | 148 | } |
149 | } | 149 | } |
150 | &-cobranzas { | 150 | &-cobranzas { |
151 | & button { | 151 | & button { |
152 | background-image: url('../img/cobranzas.png'); | 152 | background-image: url('../img/cobranzas.png'); |
153 | background-size: 90px 90px; | 153 | background-size: 90px 90px; |
154 | } | 154 | } |
155 | } | 155 | } |
156 | &-seguimiento-cobranzas { | 156 | &-seguimiento-cobranzas { |
157 | & button { | 157 | & button { |
158 | background-image: url('../img/seguimientoCobranza.png'); | 158 | background-image: url('../img/seguimientoCobranza.png'); |
159 | background-size: 90px 90px; | 159 | background-size: 90px 90px; |
160 | } | 160 | } |
161 | } | 161 | } |
162 | &-vehiculo { | 162 | &-vehiculo { |
163 | & button { | 163 | & button { |
164 | background-image: url('../img/abmVehiculos.png'); | 164 | background-image: url('../img/abmVehiculos.png'); |
165 | background-size: 90px 90px; | 165 | background-size: 90px 90px; |
166 | } | 166 | } |
167 | } | 167 | } |
168 | &-precio-condicion { | 168 | &-precio-condicion { |
169 | & button { | 169 | & button { |
170 | background-image: url('../img/abmPrecios.png'); | 170 | background-image: url('../img/abmPrecios.png'); |
171 | background-size: 90px 90px; | 171 | background-size: 90px 90px; |
172 | } | 172 | } |
173 | } | 173 | } |
174 | &-chofer { | 174 | &-chofer { |
175 | & button { | 175 | & button { |
176 | background-image: url('../img/abmChofer.png'); | 176 | background-image: url('../img/abmChofer.png'); |
177 | background-size: 90px 90px; | 177 | background-size: 90px 90px; |
178 | } | 178 | } |
179 | } | 179 | } |
180 | &-agendar-visita { | 180 | &-agendar-visita { |
181 | & button { | 181 | & button { |
182 | background-image: url('../img/agendarVisita.png'); | 182 | background-image: url('../img/agendarVisita.png'); |
183 | background-size: 90px 90px; | 183 | background-size: 90px 90px; |
184 | } | 184 | } |
185 | } | 185 | } |
186 | &-informes { | 186 | &-informes { |
187 | & button { | 187 | & button { |
188 | background-image: url('../img/informes.png'); | 188 | background-image: url('../img/informes.png'); |
189 | background-size: 90px 90px; | 189 | background-size: 90px 90px; |
190 | } | 190 | } |
191 | } | 191 | } |
192 | &-vendedor-cobrador { | 192 | &-vendedor-cobrador { |
193 | & button { | 193 | & button { |
194 | background-image: url('../img/abmVendedorCobrador.png'); | 194 | background-image: url('../img/abmVendedorCobrador.png'); |
195 | background-size: 90px 90px; | 195 | background-size: 90px 90px; |
196 | } | 196 | } |
197 | } | 197 | } |
198 | &-autorizar-nota { | 198 | &-autorizar-nota { |
199 | & button { | 199 | & button { |
200 | background-image: url('../img/autorizarNota.png'); | 200 | background-image: url('../img/autorizarNota.png'); |
201 | background-size: 90px 90px; | 201 | background-size: 90px 90px; |
202 | } | 202 | } |
203 | } | 203 | } |
204 | &-parametros { | ||
205 | & button { | ||
206 | background-image: url('../img/parametrizar.png'); | ||
207 | background-size: 90px 90px; | ||
208 | } | ||
209 | } | ||
204 | .swiper-pagination { | 210 | .swiper-pagination { |
205 | bottom: 0px !important; | 211 | bottom: 0px !important; |
206 | } | 212 | } |
207 | 213 | ||
208 | .swiper-button-next { | 214 | .swiper-button-next { |
209 | background-image: url('../img/derecha.png'); | 215 | background-image: url('../img/derecha.png'); |
210 | &:hover{ | 216 | &:hover{ |
211 | filter:drop-shadow(4px 4px 4px gray); | 217 | filter:drop-shadow(4px 4px 4px gray); |
212 | } | 218 | } |
213 | } | 219 | } |
214 | 220 | ||
215 | .swiper-button-prev { | 221 | .swiper-button-prev { |
216 | background-image: url('../img/izquierda.png'); | 222 | background-image: url('../img/izquierda.png'); |
217 | &:hover{ | 223 | &:hover{ |
218 | filter:drop-shadow(4px 4px 4px gray); | 224 | filter:drop-shadow(4px 4px 4px gray); |
219 | } | 225 | } |
220 | } | 226 | } |
221 | @media (min-width: 992px){ | 227 | @media (min-width: 992px){ |
222 | a{ | 228 | a{ |
223 | margin-top: 2.5rem; | 229 | margin-top: 2.5rem; |
224 | } | 230 | } |
225 | } | 231 | } |
226 | } | 232 | } |
227 | 233 |
src/sass/_botonera-secundaria.scss
1 | .botonera-secundaria { | 1 | .botonera-secundaria { |
2 | .row { | 2 | .row { |
3 | border-radius: 5px; | 3 | border-radius: 5px; |
4 | overflow: hidden; | 4 | overflow: hidden; |
5 | } | 5 | } |
6 | .btn-xs { | 6 | .btn-xs { |
7 | display: grid; | 7 | display: grid; |
8 | border-width: 3px !important; | 8 | border-width: 3px !important; |
9 | border-radius: .7rem !important; | 9 | border-radius: .7rem !important; |
10 | margin-right: 1px; | 10 | margin-right: 1px; |
11 | width: calc(100% - 1px); | 11 | width: calc(100% - 1px); |
12 | margin-bottom: 1px; | 12 | margin-bottom: 1px; |
13 | &:hover{ | 13 | &:hover{ |
14 | background-color: #cd903550 ; | 14 | background-color: #cd903550 ; |
15 | border-color: #cd9035 !important; | 15 | border-color: #cd9035 !important; |
16 | } | 16 | } |
17 | &:focus{ | 17 | &:focus{ |
18 | box-shadow: 0 0 0 0.2rem rgb(216, 176, 125); | 18 | box-shadow: 0 0 0 0.2rem rgb(216, 176, 125); |
19 | } | 19 | } |
20 | img{ | 20 | img{ |
21 | width: 40%; | 21 | width: 40%; |
22 | margin: auto | 22 | margin: auto |
23 | } | 23 | } |
24 | span{ | 24 | span{ |
25 | font-size: 11px; | 25 | font-size: 11px; |
26 | margin-left: -.25rem; | 26 | margin-left: -.25rem; |
27 | margin-right: -.25rem; | 27 | margin-right: -.25rem; |
28 | } | 28 | } |
29 | } | 29 | } |
30 | @media(max-width: 992px){ | 30 | @media(max-width: 992px){ |
31 | .btn-xs{ | 31 | .btn-xs{ |
32 | font-weight: 700; | 32 | font-weight: 700; |
33 | } | 33 | } |
34 | } | 34 | } |
35 | @media(min-width: 1200px){ | 35 | @media(min-width: 1200px){ |
36 | .btn-xs{ | 36 | .btn-xs{ |
37 | height: 85px !important; | 37 | height: 85px !important; |
38 | } | 38 | } |
39 | .foca-facturador-px{ | 39 | .foca-facturador-px{ |
40 | padding-left: 3rem; | 40 | padding-left: 3rem; |
41 | padding-right: 3rem; | 41 | padding-right: 3rem; |
42 | } | 42 | } |
43 | } | 43 | } |
44 | 44 | ||
45 | @media(min-width: 992px) and (max-width: 1200px){ | 45 | @media(min-width: 992px) and (max-width: 1200px){ |
46 | .btn-xs{ | 46 | .btn-xs{ |
47 | height: 73px !important; | 47 | height: 73px !important; |
48 | } | 48 | } |
49 | } | 49 | } |
50 | 50 | ||
51 | @media(min-width: 768px) and (max-width: 992px){ | 51 | @media(min-width: 768px) and (max-width: 992px){ |
52 | .btn-xs{ | 52 | .btn-xs{ |
53 | height: 62px !important; | 53 | height: 62px !important; |
54 | } | 54 | } |
55 | } | 55 | } |
56 | 56 | ||
57 | @media(min-width: 576px) and (max-width: 768px){ | 57 | @media(min-width: 576px) and (max-width: 768px){ |
58 | .btn-xs{ | 58 | .btn-xs{ |
59 | max-height: 51px; | 59 | max-height: 51px; |
60 | } | 60 | } |
61 | } | 61 | } |
62 | 62 | ||
63 | @media(max-width: 576px) { | 63 | @media(max-width: 576px) { |
64 | .btn-xs{ | 64 | .btn-xs{ |
65 | max-height: 13vw; | 65 | max-height: 22vw; |
66 | } | 66 | } |
67 | } | 67 | } |
68 | 68 | ||
69 | } | 69 | } |
70 | .foca-overflow-hidden{ | ||
71 | overflow: hidden; | ||
72 | text-overflow: ellipsis; | ||
73 | white-space: nowrap; | ||
74 | } | ||
75 | |||
76 | .foca-boton-facturador-right { | ||
77 | right: 5; | ||
78 | } | ||
70 | 79 |