Commit 92e6f2705b4bccab8c3f034f98ee96bfd4a4ab5c
Exists in
develop
Merge branch 'master' into 'develop'
Master(benjamin) See merge request !179
Showing
8 changed files
Show diff stats
img/logo-foca.png
24.1 KB
img/logofoca.png
24.1 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 | <link rel="shortcut icon" href="./img/favicon.png" /> | 15 | <link rel="shortcut icon" href="./img/favicon.png" /> |
16 | 16 | ||
17 | <!--VENDOR JS--> | 17 | <!--VENDOR JS--> |
18 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> | 18 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> |
19 | <script src="./node_modules/popper.js/dist/umd/popper.min.js"></script> | 19 | <script src="./node_modules/popper.js/dist/umd/popper.min.js"></script> |
20 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | 20 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> |
21 | <script src="./node_modules/angular/angular.min.js"></script> | 21 | <script src="./node_modules/angular/angular.min.js"></script> |
22 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> | 22 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> |
23 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> | 23 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> |
24 | <script src="./node_modules/angular-route/angular-route.min.js"></script> | 24 | <script src="./node_modules/angular-route/angular-route.min.js"></script> |
25 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> | 25 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> |
26 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> | 26 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> |
27 | <script src="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.js"></script> | 27 | <script src="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.js"></script> |
28 | <script src="./node_modules/pdfmake/build/pdfmake.min.js"></script> | 28 | <script src="./node_modules/pdfmake/build/pdfmake.min.js"></script> |
29 | <script src="./node_modules/pdfmake/build/vfs_fonts.js"></script> | 29 | <script src="./node_modules/pdfmake/build/vfs_fonts.js"></script> |
30 | <script src="./node_modules/lodash/lodash.min.js"></script> | 30 | <script src="./node_modules/lodash/lodash.min.js"></script> |
31 | <script src="./node_modules/jszip/dist/jszip.min.js"></script> | 31 | <script src="./node_modules/jszip/dist/jszip.min.js"></script> |
32 | <script src="./node_modules/excel-builder/dist/excel-builder.dist.min.js"></script> | 32 | <script src="./node_modules/excel-builder/dist/excel-builder.dist.min.js"></script> |
33 | <script src="./node_modules/angular-ui-grid/ui-grid.min.js"></script> | 33 | <script src="./node_modules/angular-ui-grid/ui-grid.min.js"></script> |
34 | <script src="./node_modules/ladda/dist/spin.min.js"></script> | 34 | <script src="./node_modules/ladda/dist/spin.min.js"></script> |
35 | <script src="./node_modules/ladda/dist/ladda.min.js"></script> | 35 | <script src="./node_modules/ladda/dist/ladda.min.js"></script> |
36 | <script src="./node_modules/angular-ladda/dist/angular-ladda.min.js"></script> | 36 | <script src="./node_modules/angular-ladda/dist/angular-ladda.min.js"></script> |
37 | <script src="./node_modules/leaflet/dist/leaflet.js"></script> | 37 | <script src="./node_modules/leaflet/dist/leaflet.js"></script> |
38 | <script src="./node_modules/ngstorage/ngStorage.min.js"></script> | 38 | <script src="./node_modules/ngstorage/ngStorage.min.js"></script> |
39 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> | 39 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> |
40 | <script src="./node_modules/chart.js/dist/Chart.min.js"></script> | 40 | <script src="./node_modules/chart.js/dist/Chart.min.js"></script> |
41 | <script src="./node_modules/angular-chart.js/dist/angular-chart.min.js"></script> | 41 | <script src="./node_modules/angular-chart.js/dist/angular-chart.min.js"></script> |
42 | <script src="./node_modules/angular-file-saver/dist/angular-file-saver.bundle.js"></script> | 42 | <script src="./node_modules/angular-file-saver/dist/angular-file-saver.bundle.js"></script> |
43 | <script src="./node_modules/angular-md5/angular-md5.min.js"></script> | 43 | <script src="./node_modules/angular-md5/angular-md5.min.js"></script> |
44 | 44 | ||
45 | <script src="./node_modules/foca-abm-chofer/dist/foca-abm-chofer.min.js"></script> | 45 | <script src="./node_modules/foca-abm-chofer/dist/foca-abm-chofer.min.js"></script> |
46 | <script src="./node_modules/foca-abm-cliente/dist/foca-abm-cliente.min.js"></script> | 46 | <script src="./node_modules/foca-abm-cliente/dist/foca-abm-cliente.min.js"></script> |
47 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> | 47 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> |
48 | <script src="./node_modules/foca-abm-vehiculo/dist/foca-abm-vehiculo.min.js"></script> | 48 | <script src="./node_modules/foca-abm-vehiculo/dist/foca-abm-vehiculo.min.js"></script> |
49 | <script src="./node_modules/foca-abm-vendedor-cobrador/dist/foca-abm-vendedor-cobrador.min.js"></script> | 49 | <script src="./node_modules/foca-abm-vendedor-cobrador/dist/foca-abm-vendedor-cobrador.min.js"></script> |
50 | <script src="./node_modules/foca-activar-hoja-ruta/dist/foca-activar-hoja-ruta.min.js"></script> | 50 | <script src="./node_modules/foca-activar-hoja-ruta/dist/foca-activar-hoja-ruta.min.js"></script> |
51 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> | 51 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> |
52 | <script src="./node_modules/foca-agendar-visita/dist/foca-agendar-visita.min.js"></script> | 52 | <script src="./node_modules/foca-agendar-visita/dist/foca-agendar-visita.min.js"></script> |
53 | <script src="./node_modules/foca-autorizar-nota-pedido/dist/foca-autorizar-nota-pedido.min.js"></script> | 53 | <script src="./node_modules/foca-autorizar-nota-pedido/dist/foca-autorizar-nota-pedido.min.js"></script> |
54 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> | 54 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> |
55 | <script src="./node_modules/foca-botonera-lateral/dist/foca-botonera-lateral.min.js"></script> | 55 | <script src="./node_modules/foca-botonera-lateral/dist/foca-botonera-lateral.min.js"></script> |
56 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> | 56 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> |
57 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> | 57 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> |
58 | <script src="./node_modules/foca-cabecera-facturador/dist/foca-cabecera-facturador.min.js"></script> | 58 | <script src="./node_modules/foca-cabecera-facturador/dist/foca-cabecera-facturador.min.js"></script> |
59 | <script src="./node_modules/foca-configuracion/dist/foca-configuracion.min.js"></script> | 59 | <script src="./node_modules/foca-configuracion/dist/foca-configuracion.min.js"></script> |
60 | <script src="./node_modules/foca-configurar-terminal/dist/foca-configurar-terminal.min.js"></script> | 60 | <script src="./node_modules/foca-configurar-terminal/dist/foca-configurar-terminal.min.js"></script> |
61 | <script src="./node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script> | 61 | <script src="./node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script> |
62 | <script src="./node_modules/foca-crear-factura/dist/foca-crear-factura.min.js"></script> | ||
63 | <script src="./node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js"></script> | 62 | <script src="./node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js"></script> |
64 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> | 63 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> |
65 | <script src="./node_modules/foca-crear-login/dist/foca-crear-login.min.js"></script> | 64 | <script src="./node_modules/foca-crear-login/dist/foca-crear-login.min.js"></script> |
66 | <script src="./node_modules/foca-crear-remito/dist/foca-crear-remito.min.js"></script> | 65 | <script src="./node_modules/foca-crear-remito/dist/foca-crear-remito.min.js"></script> |
67 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> | 66 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> |
68 | <script src="./node_modules/foca-estado-cisternas/dist/foca-estado-cisternas.min.js"></script> | 67 | <script src="./node_modules/foca-estado-cisternas/dist/foca-estado-cisternas.min.js"></script> |
69 | <script src="./node_modules/foca-filtros/dist/foca-filtros.min.js"></script> | 68 | <script src="./node_modules/foca-filtros/dist/foca-filtros.min.js"></script> |
70 | <script src="./node_modules/foca-hoja-ruta/dist/foca-hoja-ruta.min.js"></script> | 69 | <script src="./node_modules/foca-hoja-ruta/dist/foca-hoja-ruta.min.js"></script> |
71 | <script src="./node_modules/foca-informes/dist/foca-informes.min.js"></script> | 70 | <script src="./node_modules/foca-informes/dist/foca-informes.min.js"></script> |
72 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> | 71 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> |
73 | <script src="./node_modules/foca-logistica-pedido-ruta/dist/foca-logistica-pedido-ruta.min.js"></script> | 72 | <script src="./node_modules/foca-logistica-pedido-ruta/dist/foca-logistica-pedido-ruta.min.js"></script> |
74 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> | 73 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> |
75 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> | 74 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> |
76 | <script src="./node_modules/foca-modal-cheque/dist/foca-modal-cheque.min.js"></script> | 75 | <script src="./node_modules/foca-modal-cheque/dist/foca-modal-cheque.min.js"></script> |
77 | <script src="./node_modules/foca-modal-cobranza/dist/foca-modal-cobranza.min.js"></script> | 76 | <script src="./node_modules/foca-modal-cobranza/dist/foca-modal-cobranza.min.js"></script> |
78 | <script src="./node_modules/foca-modal-cotizacion/dist/foca-modal-cotizacion.min.js"></script> | 77 | <script src="./node_modules/foca-modal-cotizacion/dist/foca-modal-cotizacion.min.js"></script> |
79 | <script src="./node_modules/foca-modal-descarga/dist/foca-modal-descarga.min.js"></script> | 78 | <script src="./node_modules/foca-modal-descarga/dist/foca-modal-descarga.min.js"></script> |
80 | <script src="./node_modules/foca-modal-detalle-cisternas/dist/foca-modal-detalle-cisternas.min.js"></script> | 79 | <script src="./node_modules/foca-modal-detalle-cisternas/dist/foca-modal-detalle-cisternas.min.js"></script> |
81 | <script src="./node_modules/foca-modal-detalle-hoja-ruta/dist/foca-modal-detalle-hoja-ruta.min.js"></script> | 80 | <script src="./node_modules/foca-modal-detalle-hoja-ruta/dist/foca-modal-detalle-hoja-ruta.min.js"></script> |
82 | <script src="./node_modules/foca-modal-detalles/dist/foca-modal-detalles.min.js"></script> | 81 | <script src="./node_modules/foca-modal-detalles/dist/foca-modal-detalles.min.js"></script> |
83 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> | 82 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilio.min.js"></script> |
84 | <script src="./node_modules/foca-modal-efectivo/dist/foca-modal-efectivo.min.js"></script> | 83 | <script src="./node_modules/foca-modal-efectivo/dist/foca-modal-efectivo.min.js"></script> |
85 | <script src="./node_modules/foca-modal-factura/dist/foca-modal-factura.min.js"></script> | 84 | <script src="./node_modules/foca-modal-factura/dist/foca-modal-factura.min.js"></script> |
86 | <script src="./node_modules/foca-modal-factura-detalle/dist/foca-modal-factura-detalle.min.js"></script> | 85 | <script src="./node_modules/foca-modal-factura-detalle/dist/foca-modal-factura-detalle.min.js"></script> |
87 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> | 86 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> |
88 | <script src="./node_modules/foca-modal-grafico-cisternas/dist/foca-modal-grafico-cisternas.min.js"></script> | 87 | <script src="./node_modules/foca-modal-grafico-cisternas/dist/foca-modal-grafico-cisternas.min.js"></script> |
89 | <script src="./node_modules/foca-modal-informe/dist/foca-modal-informe.min.js"></script> | 88 | <script src="./node_modules/foca-modal-informe/dist/foca-modal-informe.min.js"></script> |
90 | <script src="./node_modules/foca-modal-lista-precio/dist/foca-modal-lista-precio.min.js"></script> | 89 | <script src="./node_modules/foca-modal-lista-precio/dist/foca-modal-lista-precio.min.js"></script> |
91 | <script src="./node_modules/foca-modal-localizar/dist/foca-modal-localizar.min.js"></script> | 90 | <script src="./node_modules/foca-modal-localizar/dist/foca-modal-localizar.min.js"></script> |
92 | <script src="./node_modules/foca-modal-login/dist/foca-modal-login.min.js"></script> | 91 | <script src="./node_modules/foca-modal-login/dist/foca-modal-login.min.js"></script> |
93 | <script src="./node_modules/foca-modal-nota-pedido/dist/foca-modal-nota-pedido.min.js"></script> | 92 | <script src="./node_modules/foca-modal-nota-pedido/dist/foca-modal-nota-pedido.min.js"></script> |
94 | <script src="./node_modules/foca-orden-carga/dist/foca-orden-carga.min.js"></script> | 93 | <script src="./node_modules/foca-orden-carga/dist/foca-orden-carga.min.js"></script> |
95 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> | 94 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> |
96 | <script src="./node_modules/foca-modal-punto-descarga/dist/foca-modal-punto-descarga.min.js"></script> | 95 | <script src="./node_modules/foca-modal-punto-descarga/dist/foca-modal-punto-descarga.min.js"></script> |
97 | <script src="./node_modules/foca-modal-remito/dist/foca-modal-remito.min.js"></script> | 96 | <script src="./node_modules/foca-modal-remito/dist/foca-modal-remito.min.js"></script> |
98 | <script src="./node_modules/foca-modal-resumen-cuenta/dist/foca-modal-resumen-cuenta.min.js"></script> | 97 | <script src="./node_modules/foca-modal-resumen-cuenta/dist/foca-modal-resumen-cuenta.min.js"></script> |
99 | <script src="./node_modules/foca-modal-tarifa-flete/dist/foca-modal-tarifa-flete.min.js"></script> | 98 | <script src="./node_modules/foca-modal-tarifa-flete/dist/foca-modal-tarifa-flete.min.js"></script> |
100 | <script src="./node_modules/foca-modal-unidad-medida/dist/foca-modal-unidad-medida.min.js"></script> | 99 | <script src="./node_modules/foca-modal-unidad-medida/dist/foca-modal-unidad-medida.min.js"></script> |
101 | <script src="./node_modules/foca-nombre-empresa/dist/foca-nombre-empresa.min.js"></script> | 100 | <script src="./node_modules/foca-nombre-empresa/dist/foca-nombre-empresa.min.js"></script> |
102 | <script src="./node_modules/foca-parametros/dist/foca-parametros.min.js"></script> | 101 | <script src="./node_modules/foca-parametros/dist/foca-parametros.min.js"></script> |
103 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> | 102 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> |
104 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> | 103 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> |
105 | <script src="./node_modules/foca-modal-forma-pago/dist/foca-modal-forma-pago.min.js"></script> | 104 | <script src="./node_modules/foca-modal-forma-pago/dist/foca-modal-forma-pago.min.js"></script> |
106 | <script src="./src/js/app.js"></script> | 105 | <script src="./src/js/app.js"></script> |
107 | <script src="./src/js/controller.js"></script> | 106 | <script src="./src/js/controller.js"></script> |
108 | <script src="./src/etc/develop.js"></script> | 107 | <script src="./src/etc/develop.js"></script> |
109 | 108 | ||
110 | </head> | 109 | </head> |
111 | <body class="w-100"> | 110 | <body class="w-100"> |
112 | <style> | 111 | <style> |
113 | </style> | 112 | </style> |
114 | <foca-nombre-empresa></foca-nombre-empresa> | 113 | <foca-nombre-empresa></foca-nombre-empresa> |
115 | <div ng-view class="container contenedor"></div> | 114 | <div ng-view class="container contenedor"></div> |
116 | <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block "> | 115 | <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block "> |
117 | <foca-botonera-lateral></foca-botonera-lateral> | 116 | <foca-botonera-lateral></foca-botonera-lateral> |
118 | <foca-teclado | 117 | <foca-teclado |
119 | ng-show="usarTeclado && mostrarTeclado" | 118 | ng-show="usarTeclado && mostrarTeclado" |
120 | alfanumeric="true" | 119 | alfanumeric="true" |
121 | numeric="true" | 120 | numeric="true" |
122 | > | 121 | > |
123 | </foca-teclado> | 122 | </foca-teclado> |
124 | </div> | 123 | </div> |
125 | </body> | 124 | </body> |
126 | 125 | ||
127 | </html> | 126 | </html> |
128 | 127 |
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 | "install-gulp": "npm install gulp-sass gulp-concat gulp-rename gulp-uglify pump gulp-jshint gulp-replace gulp-connect gulp-watch gulp-sequence jshint" | 13 | "install-gulp": "npm install gulp-sass gulp-concat gulp-rename gulp-uglify pump gulp-jshint gulp-replace gulp-connect gulp-watch gulp-sequence jshint" |
14 | }, | 14 | }, |
15 | "pre-commit": [ | 15 | "pre-commit": [ |
16 | "gulp-pre-commit" | 16 | "gulp-pre-commit" |
17 | ], | 17 | ], |
18 | "repository": { | 18 | "repository": { |
19 | "type": "git", | 19 | "type": "git", |
20 | "url": "git@debonline.dyndns.org:npm/wrapper-demo.git" | 20 | "url": "git@debonline.dyndns.org:npm/wrapper-demo.git" |
21 | }, | 21 | }, |
22 | "author": "Foca Software", | 22 | "author": "Foca Software", |
23 | "license": "ISC", | 23 | "license": "ISC", |
24 | "dependencies": { | 24 | "dependencies": { |
25 | "angular": "^1.7.8", | 25 | "angular": "^1.7.8", |
26 | "angular-chart.js": "1.1.1", | 26 | "angular-chart.js": "1.1.1", |
27 | "angular-cookies": "^1.7.8", | 27 | "angular-cookies": "^1.7.8", |
28 | "angular-file-saver": "^1.1.3", | 28 | "angular-file-saver": "^1.1.3", |
29 | "angular-i18n": "^1.7.8", | 29 | "angular-i18n": "^1.7.8", |
30 | "angular-ladda": "^0.4.3", | 30 | "angular-ladda": "^0.4.3", |
31 | "angular-md5": "^0.1.10", | 31 | "angular-md5": "^0.1.10", |
32 | "angular-mocks": "^1.7.8", | 32 | "angular-mocks": "^1.7.8", |
33 | "angular-route": "^1.7.8", | 33 | "angular-route": "^1.7.8", |
34 | "angular-sanitize": "^1.7.8", | 34 | "angular-sanitize": "^1.7.8", |
35 | "angular-ui-grid": "4.6.6", | 35 | "angular-ui-grid": "4.6.6", |
36 | "angular-ui-swiper": "^2.3.8", | 36 | "angular-ui-swiper": "^2.3.8", |
37 | "bootstrap": "^4.3.1", | 37 | "bootstrap": "^4.3.1", |
38 | "chart.js": "2.7.3", | 38 | "chart.js": "2.7.3", |
39 | "excel-builder": "2.0.3", | 39 | "excel-builder": "2.0.3", |
40 | "foca-abm-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git#v0.1.1", | 40 | "foca-abm-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git#v0.1.1", |
41 | "foca-abm-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-cliente.git#v0.0.3", | 41 | - "foca-abm-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-cliente.git#v0.0.3", |
42 | "foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git#v0.0.1", | 42 | - "foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git#v0.0.1", |
43 | "foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git#v0.1.0", | 43 | - "foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git#v0.1.0", |
44 | "foca-abm-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vehiculo.git#v0.1.2", | 44 | - "foca-abm-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vehiculo.git#v0.1.2", |
45 | "foca-abm-vendedor-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vendedor-cobrador.git#v0.0.7", | 45 | - "foca-abm-vendedor-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vendedor-cobrador.git#v0.0.7", |
46 | "foca-activar-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-activar-hoja-ruta.git#v0.2.0", | 46 | - "foca-activar-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-activar-hoja-ruta.git#v0.2.0", |
47 | "foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git#v0.0.4", | 47 | - "foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git#v0.0.4", |
48 | "foca-agendar-visita": "git+ssh://git@debonline.dyndns.org:npm/foca-agendar-visita.git#v0.0.2", | 48 | - "foca-agendar-visita": "git+ssh://git@debonline.dyndns.org:npm/foca-agendar-visita.git#v0.0.2", |
49 | "foca-autorizar-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-autorizar-nota-pedido.git#v0.0.2", | 49 | - "foca-autorizar-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-autorizar-nota-pedido.git#v0.0.2", |
50 | "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git#v0.1.1", | 50 | - "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git#v0.1.1", |
51 | "foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git#v0.0.4", | 51 | - "foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git#v0.0.4", |
52 | "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git#v0.0.3", | 52 | - "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git#v0.0.3", |
53 | "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git#v0.2.2", | 53 | - "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git#v0.2.2", |
54 | "foca-cabecera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-cabecera-facturador.git#v0.1.2", | 54 | - "foca-cabecera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-cabecera-facturador.git#v0.1.2", |
55 | "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git#v0.0.3", | 55 | - "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git#v0.0.3", |
56 | "foca-configurar-terminal": "git+ssh://git@debonline.dyndns.org:npm/foca-configurar-terminal.git#v0.0.1", | 56 | - "foca-configurar-terminal": "git+ssh://git@debonline.dyndns.org:npm/foca-configurar-terminal.git#v0.0.1", |
57 | "foca-crear-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-cobranza.git#v0.1.6", | 57 | - "foca-crear-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-cobranza.git#v0.1.6", |
58 | "foca-crear-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-factura.git#v0.1.0", | 58 | - "foca-crear-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-factura.git#v0.1.0", |
59 | "foca-crear-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-hoja-ruta.git#v0.2.4", | 59 | - "foca-crear-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-hoja-ruta.git#v0.2.4", |
60 | "foca-crear-login": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-login.git#v0.0.1", | 60 | - "foca-crear-login": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-login.git#v0.0.1", |
61 | "foca-crear-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-nota-pedido.git#v0.1.1", | 61 | - "foca-crear-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-nota-pedido.git#v0.1.1", |
62 | "foca-crear-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-remito.git#v0.1.1", | 62 | - "foca-crear-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-remito.git#v0.1.1", |
63 | "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git#v0.1.4", | 63 | - "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git#v0.1.4", |
64 | "foca-estado-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-estado-cisternas.git#v0.0.2", | 64 | - "foca-estado-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-estado-cisternas.git#v0.0.2", |
65 | "foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git#v0.0.1", | 65 | - "foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git#v0.0.1", |
66 | "foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git#v0.3.2", | 66 | - "foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git#v0.3.2", |
67 | "foca-informes": "git+ssh://git@debonline.dyndns.org:npm/foca-informes.git#v0.0.1", | 67 | - "foca-informes": "git+ssh://git@debonline.dyndns.org:npm/foca-informes.git#v0.0.1", |
68 | "foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git#v0.0.5", | 68 | - "foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git#v0.0.5", |
69 | "foca-logistica-pedido-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-logistica-pedido-ruta.git#v0.0.4", | 69 | - "foca-logistica-pedido-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-logistica-pedido-ruta.git#v0.0.4", |
70 | "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git#v0.1.7", | 70 | - "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git#v0.1.7", |
71 | "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git#v0.1.1", | 71 | - "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git#v0.1.1", |
72 | "foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git#v0.0.4", | 72 | - "foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git#v0.0.4", |
73 | "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git#v0.1.0", | 73 | - "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git#v0.1.0", |
74 | "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git#v0.0.1", | 74 | - "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git#v0.0.1", |
75 | "foca-modal-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-descarga.git#v0.1.0", | 75 | - "foca-modal-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-descarga.git#v0.1.0", |
76 | "foca-modal-detalle-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-cisternas.git#v0.1.0", | 76 | - "foca-modal-detalle-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-cisternas.git#v0.1.0", |
77 | "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git#v0.0.1", | 77 | - "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git#v0.0.1", |
78 | "foca-modal-detalles": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalles.git#v0.1.1", | 78 | - "foca-modal-detalles": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalles.git#v0.1.1", |
79 | "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git#v0.1.2", | 79 | - "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git#v0.1.2", |
80 | "foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git#v0.1.0", | 80 | - "foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git#v0.1.0", |
81 | "foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git#v0.1.6", | 81 | - "foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git#v0.1.6", |
82 | "foca-modal-factura-detalle": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura-detalle.git#v0.0.1", | 82 | - "foca-modal-factura-detalle": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura-detalle.git#v0.0.1", |
83 | "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git#v0.1.0", | 83 | - "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git#v0.1.0", |
84 | "foca-modal-forma-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-forma-pago.git#v0.1.0", | 84 | - "foca-modal-forma-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-forma-pago.git#v0.1.0", |
85 | "foca-modal-grafico-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-grafico-cisternas.git#v0.0.1", | 85 | - "foca-modal-grafico-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-grafico-cisternas.git#v0.0.1", |
86 | "foca-modal-informe": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-informe.git#v0.0.4", | 86 | - "foca-modal-informe": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-informe.git#v0.0.4", |
87 | "foca-modal-lista-precio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-lista-precio.git#v0.0.2", | 87 | - "foca-modal-lista-precio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-lista-precio.git#v0.0.2", |
88 | "foca-modal-localizar": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-localizar.git#v0.1.2", | 88 | - "foca-modal-localizar": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-localizar.git#v0.1.2", |
89 | "foca-modal-login": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-login.git#v0.0.2", | 89 | - "foca-modal-login": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-login.git#v0.0.2", |
90 | "foca-modal-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-nota-pedido.git#v0.0.4", | 90 | - "foca-modal-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-nota-pedido.git#v0.0.4", |
91 | "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git#v0.1.1", | 91 | - "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git#v0.1.1", |
92 | "foca-modal-punto-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-punto-descarga.git#v0.0.4", | 92 | - "foca-modal-punto-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-punto-descarga.git#v0.0.4", |
93 | "foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git#v0.1.2", | 93 | - "foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git#v0.1.2", |
94 | "foca-modal-resumen-cuenta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-resumen-cuenta.git#v0.1.2", | 94 | - "foca-modal-resumen-cuenta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-resumen-cuenta.git#v0.1.2", |
95 | "foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git#v0.0.1", | 95 | - "foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git#v0.0.1", |
96 | "foca-modal-unidad-medida": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-unidad-medida.git#v0.0.1", | 96 | - "foca-modal-unidad-medida": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-unidad-medida.git#v0.0.1", |
97 | "foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git#v0.0.1", | 97 | - "foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git#v0.0.1", |
98 | "foca-orden-carga": "git+ssh://git@debonline.dyndns.org:npm/foca-orden-carga.git#v0.1.0", | 98 | - "foca-orden-carga": "git+ssh://git@debonline.dyndns.org:npm/foca-orden-carga.git#v0.1.0", |
99 | "foca-parametros": "git+ssh://git@debonline.dyndns.org:npm/foca-parametros.git#v0.1.0", | 99 | - "foca-parametros": "git+ssh://git@debonline.dyndns.org:npm/foca-parametros.git#v0.1.0", |
100 | "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git#v0.1.0", | 100 | - "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git#v0.1.0", |
101 | "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git#v0.0.1", | 101 | - "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git#v0.0.1", |
102 | "font-awesome": "^4.7.0", | 102 | "font-awesome": "^4.7.0", |
103 | "gulp-angular-templatecache": "^2.2.7", | 103 | "gulp-angular-templatecache": "^2.2.7", |
104 | "gulp-htmlmin": "^5.0.1", | 104 | "gulp-htmlmin": "^5.0.1", |
105 | "gulp-sequence": "^1.0.0", | 105 | "gulp-sequence": "^1.0.0", |
106 | "gulp-uglify-es": "^1.0.4", | 106 | "gulp-uglify-es": "^1.0.4", |
107 | "jquery": "^3.4.1", | 107 | "jquery": "^3.4.1", |
108 | "jszip": "2.6.1", | 108 | "jszip": "2.6.1", |
109 | "ladda": "1.0.6", | 109 | "ladda": "1.0.6", |
110 | "leaflet": "1.3.4", | 110 | "leaflet": "1.3.4", |
111 | "lodash": "4.17.11", | 111 | "lodash": "4.17.11", |
112 | "moment": "2.23.0", | 112 | "moment": "2.23.0", |
113 | "ngstorage": "^0.3.11", | 113 | "ngstorage": "^0.3.11", |
114 | "node-sass": "^4.12.0", | 114 | "node-sass": "^4.13.0", |
115 | "pdfmake": "0.1.41", | 115 | "pdfmake": "0.1.41", |
116 | "popper.js": "^1.15.0", | 116 | "popper.js": "^1.16.0", |
117 | "uglify": "^0.1.5", | 117 | "uglify": "^0.1.5", |
118 | "ui-bootstrap4": "^3.0.6" | 118 | "ui-bootstrap4": "^3.0.6" |
119 | }, | 119 | }, |
120 | "devDependencies": { | 120 | "devDependencies": { |
121 | "gulp": "^3.9.1", | 121 | "gulp": "^3.9.1", |
122 | "gulp-clean": "^0.4.0", | 122 | "gulp-clean": "^0.4.0", |
123 | "gulp-concat": "^2.6.1", | 123 | "gulp-concat": "^2.6.1", |
124 | "gulp-connect": "^5.7.0", | 124 | "gulp-connect": "^5.7.0", |
125 | "gulp-jshint": "^2.1.0", | 125 | "gulp-jshint": "^2.1.0", |
126 | "gulp-rename": "^1.4.0", | 126 | "gulp-rename": "^1.4.0", |
127 | "gulp-replace": "^1.0.0", | 127 | "gulp-replace": "^1.0.0", |
128 | "gulp-sass": "^4.0.2", | 128 | "gulp-sass": "^4.0.2", |
129 | "gulp-uglify": "^3.0.2", | 129 | "gulp-uglify": "^3.0.2", |
130 | "gulp-watch": "^5.0.1", | 130 | "gulp-watch": "^5.0.1", |
131 | "jasmine-core": "^3.5.0", | 131 | "jasmine-core": "^3.5.0", |
132 | "jshint": "^2.10.2", | 132 | "jshint": "^2.10.2", |
133 | "pre-commit": "^1.2.2", | 133 | "pre-commit": "^1.2.2", |
134 | "pump": "^3.0.0" | 134 | "pump": "^3.0.0" |
135 | } | 135 | } |
136 | } | 136 | } |
137 | 137 |
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 | 'focaAbmCliente', | 21 | 'focaAbmCliente', |
22 | 'focaAbmVendedorCobrador', | 22 | 'focaAbmVendedorCobrador', |
23 | 'focaActivarHojaRuta', | 23 | 'focaActivarHojaRuta', |
24 | 'focaAdminSeguimiento', | 24 | 'focaAdminSeguimiento', |
25 | 'focaAgendarVisita', | 25 | 'focaAgendarVisita', |
26 | 'focaAutorizarHojaRuta', | 26 | 'focaAutorizarHojaRuta', |
27 | 'focaBotoneraFacturador', | 27 | 'focaBotoneraFacturador', |
28 | 'focaBotoneraLateral', | 28 | 'focaBotoneraLateral', |
29 | 'focaBotoneraPrincipal', | 29 | 'focaBotoneraPrincipal', |
30 | 'focaBusquedaCliente', | 30 | 'focaBusquedaCliente', |
31 | 'focaBusquedaProductos', | 31 | 'focaBusquedaProductos', |
32 | 'focaCabeceraFacturador', | 32 | 'focaCabeceraFacturador', |
33 | 'focaConfiguracion', | 33 | 'focaConfiguracion', |
34 | 'focaConfigurarTerminal', | 34 | 'focaConfigurarTerminal', |
35 | 'focaCrearCobranza', | 35 | 'focaCrearCobranza', |
36 | 'focaCrearFactura', | ||
37 | 'focaCrearHojaRuta', | 36 | 'focaCrearHojaRuta', |
38 | 'focaCrearLogin', | 37 | 'focaCrearLogin', |
39 | 'focaCrearNotaPedido', | 38 | 'focaCrearNotaPedido', |
40 | 'focaCrearRemito', | 39 | 'focaCrearRemito', |
41 | 'focaDirectivas', | 40 | 'focaDirectivas', |
42 | 'focaEstadoCisternas', | 41 | 'focaEstadoCisternas', |
43 | 'focaFiltros', | 42 | 'focaFiltros', |
44 | 'focaHojaRuta', | 43 | 'focaHojaRuta', |
45 | 'focaInformes', | 44 | 'focaInformes', |
46 | 'focaLogin', | 45 | 'focaLogin', |
47 | 'focaModal', | 46 | 'focaModal', |
48 | 'focaModalCheque', | 47 | 'focaModalCheque', |
49 | 'focaModalCobranza', | 48 | 'focaModalCobranza', |
50 | 'focaModalCotizacion', | 49 | 'focaModalCotizacion', |
51 | 'focaModalDescarga', | 50 | 'focaModalDescarga', |
52 | 'focaModalDetalleCisternas', | 51 | 'focaModalDetalleCisternas', |
53 | 'focaModalDetalleHojaRuta', | 52 | 'focaModalDetalleHojaRuta', |
54 | 'focaModalDetalles', | 53 | 'focaModalDetalles', |
55 | 'focaModalDomicilio', | 54 | 'focaModalDomicilio', |
56 | 'focaModalEfectivo', | 55 | 'focaModalEfectivo', |
57 | 'focaModalFactura', | 56 | 'focaModalFactura', |
58 | 'focaModalFacturaDetalle', | 57 | 'focaModalFacturaDetalle', |
59 | 'focaModalFlete', | 58 | 'focaModalFlete', |
60 | 'focaModalGraficoCisternas', | 59 | 'focaModalGraficoCisternas', |
61 | 'focaModalInforme', | 60 | 'focaModalInforme', |
62 | 'focaModalListaPrecio', | 61 | 'focaModalListaPrecio', |
63 | 'focaModalLocalizar', | 62 | 'focaModalLocalizar', |
64 | 'focaModalLogin', | 63 | 'focaModalLogin', |
65 | 'focaModalNotaPedido', | 64 | 'focaModalNotaPedido', |
66 | 'focaModalPrecioCondicion', | 65 | 'focaModalPrecioCondicion', |
67 | 'focaModalPuntoDescarga', | 66 | 'focaModalPuntoDescarga', |
68 | 'focaModalRemito', | 67 | 'focaModalRemito', |
69 | 'focaModalResumenCuenta', | 68 | 'focaModalResumenCuenta', |
70 | 'focaModalTarifaFlete', | 69 | 'focaModalTarifaFlete', |
71 | 'focaModalUnidadMedida', | 70 | 'focaModalUnidadMedida', |
72 | 'focaNombreEmpresa', | 71 | 'focaNombreEmpresa', |
73 | 'focaOrdenCarga', | 72 | 'focaOrdenCarga', |
74 | 'focaParametros', | 73 | 'focaParametros', |
75 | 'focaSeguimiento', | 74 | 'focaSeguimiento', |
76 | 'focaTeclado', | 75 | 'focaTeclado', |
77 | 'focaLogisticaPedidoRuta', | 76 | 'focaLogisticaPedidoRuta', |
78 | 'focaModalFormaPago' | 77 | 'focaModalFormaPago' |
79 | ]); | 78 | ]); |
80 | 79 |
src/sass/_bootstrap.scss
1 | button.active { | 1 | button.active { |
2 | text-decoration: none; | 2 | text-decoration: none; |
3 | outline: 0; | 3 | outline: 0; |
4 | color: white; | 4 | color: white; |
5 | background-color: $primary; | 5 | background-color: $primary; |
6 | &:focus { | 6 | &:focus { |
7 | box-shadow: 0 0 0 0.2rem $primaryTransparency; | 7 | box-shadow: 0 0 0 0.2rem $primaryTransparency; |
8 | } | 8 | } |
9 | } | 9 | } |
10 | .btn-xs { | 10 | .btn-xs { |
11 | padding: 0.15rem 0.5rem; | 11 | padding: 0.15rem 0.5rem; |
12 | font-size: 0.8rem; | 12 | font-size: 0.8rem; |
13 | line-height: 1.5; | 13 | line-height: 1.5; |
14 | border-radius: 0.2rem; | 14 | border-radius: 0.2rem; |
15 | } | 15 | } |
16 | 16 | ||
17 | .no-border-bottom { | 17 | .no-border-bottom { |
18 | border-bottom: 0 !important; | 18 | border-bottom: 0 !important; |
19 | } | 19 | } |
20 | .no-border-top { | 20 | .no-border-top { |
21 | border-top: 0 !important; | 21 | border-top: 0 !important; |
22 | } | 22 | } |
23 | .no-border { | 23 | .no-border { |
24 | border: 0 !important; | 24 | border: 0 !important; |
25 | } | 25 | } |
26 | .margin-bottom-mobile { | 26 | .margin-bottom-mobile { |
27 | margin-bottom: 2.5em !important; | 27 | margin-bottom: 2.5em !important; |
28 | } | 28 | } |
29 | .tamaรฑo-boton { | 29 | .tamaรฑo-boton { |
30 | width: 44px; | 30 | width: 44px; |
31 | } | 31 | } |
32 | .modal-content { | 32 | .modal-content { |
33 | .modal-header { | 33 | .modal-header { |
34 | display: block; | 34 | display: block; |
35 | > div.row { | 35 | > div.row { |
36 | margin: 0 !important; | 36 | margin: 0 !important; |
37 | > div { | 37 | > div { |
38 | padding: 0 !important; | 38 | padding: 0 !important; |
39 | } | 39 | } |
40 | } | 40 | } |
41 | } | 41 | } |
42 | @media (max-width: 576px) { | 42 | @media (max-width: 576px) { |
43 | height: auto; | 43 | height: auto; |
44 | height: 100%; | 44 | height: 100%; |
45 | border-radius: 0; | 45 | border-radius: 0; |
46 | } | 46 | } |
47 | } | 47 | } |
48 | .modal.show .modal-dialog { | 48 | .modal.show .modal-dialog { |
49 | @media (min-width: 1201px) { | 49 | @media (min-width: 1201px) { |
50 | -webkit-transform: translate(0, 70px); | 50 | -webkit-transform: translate(0, 70px); |
51 | transform: translate(0, 70px); | 51 | transform: translate(0, 70px); |
52 | } | 52 | } |
53 | @media (min-width: 576px) { | 53 | @media (min-width: 576px) { |
54 | -webkit-transform: translate(0, 90px); | 54 | -webkit-transform: translate(0, 90px); |
55 | transform: translate(0, 90px); | 55 | transform: translate(0, 90px); |
56 | } | 56 | } |
57 | @media (max-width: 576px) { | 57 | @media (max-width: 576px) { |
58 | width: 100%; | 58 | width: 100%; |
59 | height: 100%; | 59 | height: 100%; |
60 | margin: 0; | 60 | margin: 0; |
61 | padding: 0; | 61 | padding: 0; |
62 | } | 62 | } |
63 | } | 63 | } |
64 | .modal-body { | 64 | .modal-body { |
65 | @media (max-width: 576px) { | 65 | @media (max-width: 576px) { |
66 | overflow-y: auto; | 66 | overflow-y: auto; |
67 | } | 67 | } |
68 | } | 68 | } |
69 | 69 | ||
70 | .boton-salir { | 70 | .boton-salir { |
71 | position: absolute; | 71 | position: absolute; |
72 | bottom: 10px; | 72 | bottom: 10px; |
73 | right: 15px; | 73 | right: 15px; |
74 | width: calc(100% - 15px); | 74 | width: calc(100% - 15px); |
75 | } | 75 | } |
76 | 76 | ||
77 | input[type="number"]::-webkit-inner-spin-button, | 77 | input[type="number"]::-webkit-inner-spin-button, |
78 | input[type="number"]::-webkit-outer-spin-button { | 78 | input[type="number"]::-webkit-outer-spin-button { |
79 | -webkit-appearance: none; | 79 | -webkit-appearance: none; |
80 | margin: 0; | 80 | margin: 0; |
81 | } | 81 | } |
82 | 82 | ||
83 | .invisible { | 83 | .invisible { |
84 | color: rgba(0, 0, 0, 0); | 84 | color: rgba(0, 0, 0, 0); |
85 | } | 85 | } |
86 | 86 | ||
87 | .badge-success { | 87 | .badge-success { |
88 | background-color: #9aae47 !important; | 88 | background-color: #9aae47 !important; |
89 | } | 89 | } |
90 | 90 | ||
91 | .border-warning { | 91 | .border-warning { |
92 | border-color: #cd9035 !important; | 92 | border-color: #cd9035 !important; |
93 | } | 93 | } |
94 | |||
95 | .cursero-default { | ||
96 | cursor: default; | ||
97 | } |
src/sass/_botonera-lateral.scss
1 | .botonera-lateral { | 1 | .botonera-lateral { |
2 | pointer-events: none; | 2 | pointer-events: none; |
3 | position: absolute; | 3 | position: absolute; |
4 | left: 0; | 4 | left: 0; |
5 | right: 0; | 5 | right: 0; |
6 | top: 402px; | 6 | top: 402px; |
7 | &.teclado{ | 7 | &.teclado{ |
8 | top: 449px; | 8 | top: 449px; |
9 | z-index: 100000; | 9 | z-index: 100000; |
10 | } | 10 | } |
11 | .row{ | 11 | .row{ |
12 | margin: 0 !important; | 12 | margin: 0 !important; |
13 | pointer-events: none; | 13 | pointer-events: none; |
14 | } | 14 | } |
15 | 15 | ||
16 | .container{ | 16 | .container{ |
17 | @media (min-width: 768px){ | 17 | @media (min-width: 768px){ |
18 | display: grid !important; | 18 | display: grid !important; |
19 | } | 19 | } |
20 | } | 20 | } |
21 | 21 | ||
22 | button{ | 22 | button{ |
23 | pointer-events: all; | 23 | pointer-events: all; |
24 | background-color: #DDD; | 24 | background-color: #DDD; |
25 | } | 25 | } |
26 | 26 | ||
27 | .teclado-activar { | 27 | .teclado-activar { |
28 | background-color: #17d236 !important; | 28 | background-color: #17d236 !important; |
29 | color: #FFF !important; | 29 | color: #FFF !important; |
30 | } | 30 | } |
31 | div[ladda]{ | 31 | div[ladda]{ |
32 | background-color: #DDD; | 32 | background-color: #DDD; |
33 | } | 33 | } |
34 | 34 | ||
35 | button, .btn-group-toggle{ | 35 | button, .btn-group-toggle{ |
36 | background-color: #DDD; | 36 | background-color: #DDD; |
37 | color: #000; | 37 | color: #000; |
38 | text-transform: uppercase; | 38 | text-transform: uppercase; |
39 | min-width: 109px; | 39 | min-width: 109px; |
40 | &:hover{ | 40 | &:hover{ |
41 | color: #FFF; | 41 | color: #FFF; |
42 | .boton-activar-teclado{ | 42 | .boton-activar-teclado{ |
43 | color: #FFF; | 43 | color: #FFF; |
44 | } | 44 | } |
45 | background-color: #000; | 45 | background-color: #000; |
46 | } | 46 | } |
47 | } | 47 | } |
48 | 48 | ||
49 | |||
50 | .btn-group-toggle{ | 49 | .btn-group-toggle{ |
51 | pointer-events: all; | 50 | pointer-events: all; |
52 | &.active{ | 51 | &.active{ |
53 | background-color: $primary; | 52 | background-color: $primary; |
54 | .boton-activar-teclado{ | 53 | .boton-activar-teclado{ |
55 | color: #FFF; | 54 | color: #FFF; |
56 | } | 55 | } |
57 | } | 56 | } |
58 | 57 | ||
59 | .boton-activar-teclado{ | 58 | .boton-activar-teclado{ |
60 | cursor: pointer; | 59 | cursor: pointer; |
61 | color: #000; | 60 | color: #000; |
62 | background-color: transparent; | 61 | background-color: transparent; |
63 | } | 62 | } |
64 | 63 | ||
65 | input{ | 64 | input{ |
66 | display: none; | 65 | display: none; |
67 | } | 66 | } |
68 | } | 67 | } |
69 | 68 | ||
70 | .guardado{ | 69 | .guardado{ |
71 | animation:guardado 4s 1; | 70 | animation:guardado 4s 1; |
72 | -webkit-animation:guardado 4s 1; /* Safari and Chrome */ | 71 | -webkit-animation:guardado 4s 1; /* Safari and Chrome */ |
73 | } | 72 | } |
74 | 73 | ||
75 | @keyframes guardado | 74 | @keyframes guardado |
76 | { | 75 | { |
77 | 0% {background:#DDD; color: #000;} | 76 | 0% {background:#DDD; color: #000;} |
78 | 25% {background:#28a745; color: #FFF;} | 77 | 25% {background:#28a745; color: #FFF;} |
79 | 75% {background:#28a745; color: #FFF;} | 78 | 75% {background:#28a745; color: #FFF;} |
80 | 100% {background:#DDD; color: #000;} | 79 | 100% {background:#DDD; color: #000;} |
81 | } | 80 | } |
82 | 81 | ||
83 | @-webkit-keyframes guardado /* Safari and Chrome */ | 82 | @-webkit-keyframes guardado /* Safari and Chrome */ |
84 | { | 83 | { |
85 | 0% {background:#DDD; color: #000;} | 84 | 0% {background:#DDD; color: #000;} |
86 | 25% {background:#28a745; color: #FFF;} | 85 | 25% {background:#28a745; color: #FFF;} |
87 | 75% {background:#28a745; color: #FFF;} | 86 | 75% {background:#28a745; color: #FFF;} |
88 | 100% {background:#DDD; color: #000;} | 87 | 100% {background:#DDD; color: #000;} |
89 | } | 88 | } |
90 | } | 89 | } |
91 | 90 |
src/sass/_botonera-principal.scss
1 | |||
1 | .botonera-principal { | 2 | .botonera-principal { |
2 | menuitem { | 3 | menuitem { |
3 | display: inline-block; | 4 | display: inline-block; |
4 | height: 130px; | 5 | height: 130px; |
5 | text-align: center; | 6 | text-align: center; |
6 | width: 180px; | 7 | width: 180px; |
7 | @media (max-width: 576px) { | 8 | @media (max-width: 576px) { |
8 | width: 100%; | 9 | width: 100%; |
9 | } | 10 | } |
10 | @media (min-width: 992px) and (max-width: 1200px) { | 11 | @media (min-width: 992px) and (max-width: 1200px) { |
11 | width: 150px; | 12 | width: 150px; |
12 | } | 13 | } |
13 | } | 14 | } |
14 | button { | 15 | button { |
15 | cursor: pointer; | 16 | cursor: pointer; |
16 | background-image: url("../img/botonera.png"); | 17 | background-image: url("../img/botonera.png"); |
17 | border-radius: 12px; | 18 | border-radius: 12px; |
18 | border-width: 0; | 19 | border-width: 0; |
19 | height: 90px; | 20 | height: 90px; |
20 | position: relative; | 21 | position: relative; |
21 | width: 90px; | 22 | width: 90px; |
22 | outline: 0; | 23 | outline: 0; |
23 | transition: 0.3s; | 24 | transition: 0.3s; |
24 | span { | 25 | span { |
25 | left: 0; | 26 | left: 0; |
26 | position: absolute; | 27 | position: absolute; |
27 | text-align: center; | 28 | text-align: center; |
28 | top: 90px; | 29 | top: 90px; |
29 | width: 100%; | 30 | width: 100%; |
30 | font-size: 12px; | 31 | font-size: 12px; |
31 | color: #777777; | 32 | color: #777777; |
32 | } | 33 | } |
33 | &:hover { | 34 | &:hover { |
34 | background-color: rgb(250, 250, 250); | 35 | background-color: rgb(250, 250, 250); |
35 | filter: drop-shadow(4px 4px 4px gray); | 36 | filter: drop-shadow(4px 4px 4px gray); |
36 | } | 37 | } |
37 | &:active { | 38 | &:active { |
38 | background-color: rgb(230, 230, 230); | 39 | background-color: rgb(230, 230, 230); |
39 | filter: drop-shadow(4px 4px 4px gray); | 40 | filter: drop-shadow(4px 4px 4px gray); |
40 | } | 41 | } |
41 | &:focus { | 42 | &:focus { |
42 | background-color: rgb(250, 250, 250); | 43 | background-color: rgb(250, 250, 250); |
43 | filter: drop-shadow(4px 4px 4px gray); | 44 | filter: drop-shadow(4px 4px 4px gray); |
44 | } | 45 | } |
45 | } | 46 | } |
46 | &-menu { | 47 | &-menu { |
47 | width: 100%; | 48 | width: 100%; |
48 | padding-left: 90px; | 49 | padding-left: 90px; |
49 | @media (max-width: 576px) { | 50 | @media (max-width: 576px) { |
50 | padding: 0; | 51 | padding: 0; |
51 | } | 52 | } |
52 | } | 53 | } |
53 | &-logo { | 54 | &-logo { |
54 | width: 100%; | 55 | width: 100%; |
55 | margin-left: 50%; | 56 | margin-left: 50%; |
56 | opacity: 0.8; | 57 | opacity: 0.8; |
57 | @media (max-width: 576px) { | 58 | @media (max-width: 576px) { |
58 | width: 180%; | 59 | width: 180%; |
59 | margin-left: 20%; | 60 | margin-left: 20%; |
60 | } | 61 | } |
61 | } | 62 | } |
62 | &-vacio { | 63 | &-vacio { |
63 | & button { | 64 | & button { |
64 | background-position: -4380px 0; | 65 | background-position: -4380px 0; |
65 | &:hover { | 66 | &:hover { |
66 | background-position: -4380px -90px; | 67 | background-position: -4380px -90px; |
67 | } | 68 | } |
68 | } | 69 | } |
69 | } | 70 | } |
70 | &-abrir-turno { | 71 | &-abrir-turno { |
71 | & button { | 72 | & button { |
72 | background-position: 0 0; | 73 | background-position: 0 0; |
73 | &:hover { | 74 | &:hover { |
74 | background-position: 0 -90px; | 75 | background-position: 0 -90px; |
75 | } | 76 | } |
76 | } | 77 | } |
77 | } | 78 | } |
78 | &-cerrar-turno { | 79 | &-cerrar-turno { |
79 | & button { | 80 | & button { |
80 | background-position: -90px 0; | 81 | background-position: -90px 0; |
81 | &:hover { | 82 | &:hover { |
82 | background-position: -90px -90px; | 83 | background-position: -90px -90px; |
83 | } | 84 | } |
84 | } | 85 | } |
85 | } | 86 | } |
86 | &-caja { | 87 | &-caja { |
87 | & button { | 88 | & button { |
88 | background-position: -180px 0; | 89 | background-position: -180px 0; |
89 | &:hover { | 90 | &:hover { |
90 | background-position: -180px -90px; | 91 | background-position: -180px -90px; |
91 | } | 92 | } |
92 | } | 93 | } |
93 | } | 94 | } |
94 | &-estado-cisterna { | 95 | &-estado-cisterna { |
95 | & button { | 96 | & button { |
96 | background-image: url("../img/control_stock.png"); | 97 | background-image: url("../img/control_stock.png"); |
97 | background-size: 90px 90px; | 98 | background-size: 90px 90px; |
98 | } | 99 | } |
99 | } | 100 | } |
100 | &-logistica { | 101 | &-logistica { |
101 | & button { | 102 | & button { |
102 | background-image: url("../img/logistica.png"); | 103 | background-image: url("../img/logistica.png"); |
103 | background-size: 90px 90px; | 104 | background-size: 90px 90px; |
104 | } | 105 | } |
105 | } | 106 | } |
106 | &-facturador { | 107 | &-facturador { |
107 | & button { | 108 | & button { |
108 | background-position: -270px 0px; | 109 | background-position: -270px 0px; |
109 | &:hover { | 110 | &:hover { |
110 | background-position: -270px -90px; | 111 | background-position: -270px -90px; |
111 | } | 112 | } |
112 | } | 113 | } |
113 | } | 114 | } |
114 | &-nota-pedido { | 115 | &-nota-pedido { |
115 | & button { | 116 | & button { |
116 | background-image: url("../img/notaPedido.png"); | 117 | background-image: url("../img/notaPedido.png"); |
117 | background-size: 90px 90px; | 118 | background-size: 90px 90px; |
118 | } | 119 | } |
119 | } | 120 | } |
120 | &-remito { | 121 | &-remito { |
121 | & button { | 122 | & button { |
122 | background-image: url("../img/remito.png"); | 123 | background-image: url("../img/remito.png"); |
123 | background-size: 90px 90px; | 124 | background-size: 90px 90px; |
124 | } | 125 | } |
125 | } | 126 | } |
126 | &-hoja-ruta { | 127 | &-hoja-ruta { |
127 | & button { | 128 | & button { |
128 | background-image: url("../img/hoja-ruta.png"); | 129 | background-image: url("../img/hoja-ruta.png"); |
129 | background-size: 86px 90px; | 130 | background-size: 86px 90px; |
130 | } | 131 | } |
131 | } | 132 | } |
132 | &-activar-hoja-ruta { | 133 | &-activar-hoja-ruta { |
133 | & button { | 134 | & button { |
134 | background-image: url("../img/activar_hoja.png"); | 135 | background-image: url("../img/activar_hoja.png"); |
135 | background-size: 90px 90px; | 136 | background-size: 90px 90px; |
136 | } | 137 | } |
137 | } | 138 | } |
138 | &-hoja-ruta-transportista { | 139 | &-hoja-ruta-transportista { |
139 | & button { | 140 | & button { |
140 | background-image: url("../img/hojaRutaVolante.png"); | 141 | background-image: url("../img/hojaRutaVolante.png"); |
141 | background-size: 90px 90px; | 142 | background-size: 90px 90px; |
142 | } | 143 | } |
143 | } | 144 | } |
144 | &-seguimiento { | 145 | &-seguimiento { |
145 | & button { | 146 | & button { |
146 | background-image: url("../img/seguimientoNotaPedido.png"); | 147 | background-image: url("../img/seguimientoNotaPedido.png"); |
147 | background-size: 90px 90px; | 148 | background-size: 90px 90px; |
148 | } | 149 | } |
149 | } | 150 | } |
150 | &-seguimiento-hoja-ruta { | 151 | &-seguimiento-hoja-ruta { |
151 | & button { | 152 | & button { |
152 | background-image: url("../img/seguimientoHojaRuta.png"); | 153 | background-image: url("../img/seguimientoHojaRuta.png"); |
153 | background-size: 90px 90px; | 154 | background-size: 90px 90px; |
154 | } | 155 | } |
155 | } | 156 | } |
156 | &-cobranzas { | 157 | &-cobranzas { |
157 | & button { | 158 | & button { |
158 | background-image: url("../img/cobranzas.png"); | 159 | background-image: url("../img/cobranzas.png"); |
159 | background-size: 90px 90px; | 160 | background-size: 90px 90px; |
160 | } | 161 | } |
161 | } | 162 | } |
162 | &-seguimiento-cobranzas { | 163 | &-seguimiento-cobranzas { |
163 | & button { | 164 | & button { |
164 | background-image: url("../img/seguimientoCobranza.png"); | 165 | background-image: url("../img/seguimientoCobranza.png"); |
165 | background-size: 90px 90px; | 166 | background-size: 90px 90px; |
166 | } | 167 | } |
167 | } | 168 | } |
168 | &-vehiculo { | 169 | &-vehiculo { |
169 | & button { | 170 | & button { |
170 | background-image: url("../img/abmVehiculos.png"); | 171 | background-image: url("../img/abmVehiculos.png"); |
171 | background-size: 90px 90px; | 172 | background-size: 90px 90px; |
172 | } | 173 | } |
173 | } | 174 | } |
174 | &-precio-condicion { | 175 | &-precio-condicion { |
175 | & button { | 176 | & button { |
176 | background-image: url("../img/abmPrecios.png"); | 177 | background-image: url("../img/abmPrecios.png"); |
177 | background-size: 90px 90px; | 178 | background-size: 90px 90px; |
178 | } | 179 | } |
179 | } | 180 | } |
180 | &-chofer { | 181 | &-chofer { |
181 | & button { | 182 | & button { |
182 | background-image: url("../img/abmChofer.png"); | 183 | background-image: url("../img/abmChofer.png"); |
183 | background-size: 90px 90px; | 184 | background-size: 90px 90px; |
184 | } | 185 | } |
185 | } | 186 | } |
186 | &-agendar-visita { | 187 | &-agendar-visita { |
187 | & button { | 188 | & button { |
188 | background-image: url("../img/agendarVisita.png"); | 189 | background-image: url("../img/agendarVisita.png"); |
189 | background-size: 90px 90px; | 190 | background-size: 90px 90px; |
190 | } | 191 | } |
191 | } | 192 | } |
192 | &-informes { | 193 | &-informes { |
193 | & button { | 194 | & button { |
194 | background-image: url("../img/informes.png"); | 195 | background-image: url("../img/informes.png"); |
195 | background-size: 90px 90px; | 196 | background-size: 90px 90px; |
196 | } | 197 | } |
197 | } | 198 | } |
198 | &-vendedor-cobrador { | 199 | &-vendedor-cobrador { |
199 | & button { | 200 | & button { |
200 | background-image: url("../img/abmVendedorCobrador.png"); | 201 | background-image: url("../img/abmVendedorCobrador.png"); |
201 | background-size: 90px 90px; | 202 | background-size: 90px 90px; |
202 | } | 203 | } |
203 | } | 204 | } |
204 | &-autorizar-nota { | 205 | &-autorizar-nota { |
205 | & button { | 206 | & button { |
206 | background-image: url("../img/autorizarNota.png"); | 207 | background-image: url("../img/autorizarNota.png"); |
207 | background-size: 90px 90px; | 208 | background-size: 90px 90px; |
208 | } | 209 | } |
209 | } | 210 | } |
210 | 211 | ||
211 | &-cliente { | 212 | &-cliente { |
212 | & button { | 213 | & button { |
213 | background-image: url("../img/clientePrincipal.png"); | 214 | background-image: url("../img/clientePrincipal.png"); |
214 | background-size: 90px 90px; | 215 | background-size: 90px 90px; |
215 | } | 216 | } |
216 | } | 217 | } |
217 | 218 | ||
218 | &-parametros { | 219 | &-parametros { |
219 | & button { | 220 | & button { |
220 | background-image: url("../img/parametrizar.png"); | 221 | background-image: url("../img/parametrizar.png"); |
221 | background-size: 90px 90px; | 222 | background-size: 90px 90px; |
222 | } | 223 | } |
223 | } | 224 | } |
224 | 225 | ||
225 | &-factura { | 226 | &-factura { |
226 | & button { | 227 | & button { |
227 | background-image: url("../img/factura.png"); | 228 | background-image: url("../img/factura.png"); |
228 | background-size: 90px 90px; | 229 | background-size: 90px 90px; |
229 | } | 230 | } |
230 | } | 231 | } |
231 | 232 | ||
232 | &-orden-carga { | 233 | &-orden-carga { |
233 | & button { | 234 | & button { |
234 | background-image: url("../img/Orden_de_Carga.png"); | 235 | background-image: url("../img/Orden_de_Carga.png"); |
235 | background-size: 90px 90px; | 236 | background-size: 90px 90px; |
236 | } | 237 | } |
237 | } | 238 | } |
238 | 239 | ||
239 | .swiper-pagination { | 240 | .swiper-pagination { |
240 | bottom: 0px !important; | 241 | bottom: 0px !important; |
241 | background: none; | 242 | background: none; |
242 | } | 243 | } |
243 | 244 | ||
244 | .swiper-button-next { | 245 | .swiper-button-next { |
245 | background-image: url("../img/derecha.png"); | 246 | background-image: url("../img/derecha.png"); |
246 | &:hover { | ||
247 | filter: drop-shadow(4px 4px 4px gray); | ||
248 | } | ||
249 | } | 247 | } |
250 | 248 | ||
251 | .swiper-button-prev { | 249 | .swiper-button-prev { |
252 | background-image: url("../img/izquierda.png"); | 250 | background-image: url("../img/izquierda.png"); |
253 | &:hover { | ||
254 | filter: drop-shadow(4px 4px 4px gray); | ||
255 | } | ||
256 | } | 251 | } |
257 | 252 | ||
258 | .btn-tareas-pausadas { | 253 | .btn-tareas-pausadas { |
259 | padding-left: 2rem; | 254 | padding-left: 2rem; |
260 | padding-right: 2rem; | 255 | padding-right: 2rem; |
261 | border-radius: 4px; | 256 | border-radius: 4px; |
262 | font-size: 14px; | 257 | font-size: 14px; |
263 | width: auto; | 258 | width: auto; |
264 | height: 35px; | 259 | height: 35px; |
265 | color: white; | 260 | color: white; |
266 | background-image: none; | 261 | background-image: none; |
267 | background-color: #cd9035; | 262 | background-color: #cd9035; |
268 | transition: 0.3s; | 263 | transition: 0.3s; |
269 | &:hover, | 264 | &:hover, |
270 | &:focus { | 265 | &:focus { |
271 | background-color: #cd9035; | 266 | background-color: #cd9035; |
272 | } | 267 | } |
273 | } | 268 | } |
274 | 269 | ||
275 | .dropdown-tareas-pausadas { | 270 | .dropdown-tareas-pausadas { |
276 | padding: 0px; | 271 | padding: 0px; |
277 | border-radius: 4px; | 272 | border-radius: 4px; |
278 | background: linear-gradient(0, #ffffff, #e6e6e6); | 273 | background: linear-gradient(0, #ffffff, #e6e6e6); |
279 | transform: translate3d(0px, 30px, 0px); | 274 | transform: translate3d(0px, 30px, 0px); |
280 | box-sizing: content-box; | 275 | box-sizing: content-box; |
281 | font-size: 12px; | 276 | font-size: 12px; |
282 | transition: 0.3s; | 277 | transition: 0.3s; |
283 | } | 278 | } |
284 | 279 | ||
285 | .items-dropdown { | 280 | .items-dropdown { |
286 | cursor: pointer; | 281 | cursor: pointer; |
287 | width: auto; | 282 | width: auto; |
288 | background-color: rgba(0, 0, 0, 0); | 283 | background-color: rgba(0, 0, 0, 0); |
289 | transition: 0.3s; | 284 | transition: 0.3s; |
290 | &:hover, | 285 | &:hover, |
291 | &:focus { | 286 | &:focus { |
292 | background-color: #e6e6e6; | 287 | background-color: #e6e6e6; |
293 | } | 288 | } |
294 | } | 289 | } |
295 | 290 | ||
296 | @media (min-width: 992px) { | 291 | @media (min-width: 992px) { |
297 | a { | 292 | a { |
298 | margin-top: 2.5rem; | 293 | margin-top: 2.5rem; |
299 | } | 294 | } |
300 | } | 295 | } |
301 | } | 296 | } |