Commit 5a71611b52b9346703207bb1bcdf2ca7b755dd0b
Exists in
master
Merge branch 'develop' into 'master'
Develop See merge request !104
Showing
28 changed files
Show diff stats
img/abmChofer.png
img/abmPrecios.png
img/abmVehiculos.png
img/abmVendedorCobrador.png
img/agendarVisita.png
img/autorizarNota.png
5.52 KB
img/chofer.png
img/cobranzas.png
8.43 KB
img/control_stock.png
7.77 KB
img/hoja-ruta.png
6.62 KB
img/logistica.png
7.27 KB
img/logoMapa.png
256 KB
img/moneda.png
img/notaPedido.png
4.68 KB
img/remito.png
img/seguimientoCobranza.png
img/seguimientoHojaRuta.png
img/seguimientoNotaPedido.png
index.html
1 | <html ng-app="appWrapperDemo"> | 1 | <html ng-app="appWrapperDemo"> |
2 | <head> | 2 | <head> |
3 | <meta charset="UTF-8"/> | 3 | <meta charset="UTF-8"/> |
4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
5 | <base href="./"> | 5 | <base href="./"> |
6 | 6 | ||
7 | <!--CSS--> | 7 | <!--CSS--> |
8 | <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> | 8 | <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> |
9 | <link href="./node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/> | 9 | <link href="./node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/> |
10 | <link href="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.css" rel="stylesheet"/> | 10 | <link href="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.css" rel="stylesheet"/> |
11 | <link href="./node_modules/angular-ui-grid/ui-grid.min.css" rel="stylesheet"/> | 11 | <link href="./node_modules/angular-ui-grid/ui-grid.min.css" rel="stylesheet"/> |
12 | <link href="./node_modules/ladda/dist/ladda-themeless.min.css" rel="stylesheet"/> | 12 | <link href="./node_modules/ladda/dist/ladda-themeless.min.css" rel="stylesheet"/> |
13 | <link href="./node_modules/leaflet/dist/leaflet.css" rel="stylesheet"/> | 13 | <link href="./node_modules/leaflet/dist/leaflet.css" rel="stylesheet"/> |
14 | <link href="./css/general.css" rel="stylesheet"/> | 14 | <link href="./css/general.css" rel="stylesheet"/> |
15 | 15 | ||
16 | <!--VENDOR JS--> | 16 | <!--VENDOR JS--> |
17 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> | 17 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> |
18 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | 18 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> |
19 | <script src="./node_modules/angular/angular.min.js"></script> | 19 | <script src="./node_modules/angular/angular.min.js"></script> |
20 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> | 20 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> |
21 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> | 21 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> |
22 | <script src="./node_modules/angular-route/angular-route.min.js"></script> | 22 | <script src="./node_modules/angular-route/angular-route.min.js"></script> |
23 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> | 23 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> |
24 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> | 24 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> |
25 | <script src="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.js"></script> | 25 | <script src="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.js"></script> |
26 | <script src="./node_modules/pdfmake/build/pdfmake.min.js"></script> | 26 | <script src="./node_modules/pdfmake/build/pdfmake.min.js"></script> |
27 | <script src="./node_modules/pdfmake/build/vfs_fonts.js"></script> | 27 | <script src="./node_modules/pdfmake/build/vfs_fonts.js"></script> |
28 | <script src="./node_modules/lodash/lodash.min.js"></script> | 28 | <script src="./node_modules/lodash/lodash.min.js"></script> |
29 | <script src="./node_modules/jszip/dist/jszip.min.js"></script> | 29 | <script src="./node_modules/jszip/dist/jszip.min.js"></script> |
30 | <script src="./node_modules/excel-builder/dist/excel-builder.dist.min.js"></script> | 30 | <script src="./node_modules/excel-builder/dist/excel-builder.dist.min.js"></script> |
31 | <script src="./node_modules/angular-ui-grid/ui-grid.min.js"></script> | 31 | <script src="./node_modules/angular-ui-grid/ui-grid.min.js"></script> |
32 | <script src="./node_modules/ladda/dist/spin.min.js"></script> | 32 | <script src="./node_modules/ladda/dist/spin.min.js"></script> |
33 | <script src="./node_modules/ladda/dist/ladda.min.js"></script> | 33 | <script src="./node_modules/ladda/dist/ladda.min.js"></script> |
34 | <script src="./node_modules/angular-ladda/dist/angular-ladda.min.js"></script> | 34 | <script src="./node_modules/angular-ladda/dist/angular-ladda.min.js"></script> |
35 | <script src="./node_modules/leaflet/dist/leaflet.js"></script> | 35 | <script src="./node_modules/leaflet/dist/leaflet.js"></script> |
36 | <script src="./node_modules/ngstorage/ngStorage.min.js"></script> | 36 | <script src="./node_modules/ngstorage/ngStorage.min.js"></script> |
37 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> | 37 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> |
38 | <script src="./node_modules/chart.js/dist/Chart.min.js"></script> | 38 | <script src="./node_modules/chart.js/dist/Chart.min.js"></script> |
39 | <script src="./node_modules/angular-chart.js/dist/angular-chart.min.js"></script> | 39 | <script src="./node_modules/angular-chart.js/dist/angular-chart.min.js"></script> |
40 | <script src="./node_modules/angular-file-saver/dist/angular-file-saver.bundle.js"></script> | 40 | <script src="./node_modules/angular-file-saver/dist/angular-file-saver.bundle.js"></script> |
41 | <script src="./node_modules/angular-md5/angular-md5.min.js"></script> | 41 | <script src="./node_modules/angular-md5/angular-md5.min.js"></script> |
42 | 42 | ||
43 | <script src="./node_modules/foca-abm-chofer/dist/foca-abm-chofer.min.js"></script> | 43 | <script src="./node_modules/foca-abm-chofer/dist/foca-abm-chofer.min.js"></script> |
44 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> | 44 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> |
45 | <script src="./node_modules/foca-abm-vehiculo/dist/foca-abm-vehiculo.min.js"></script> | 45 | <script src="./node_modules/foca-abm-vehiculo/dist/foca-abm-vehiculo.min.js"></script> |
46 | <script src="./node_modules/foca-abm-vendedor-cobrador/dist/foca-abm-vendedor-cobrador.min.js"></script> | 46 | <script src="./node_modules/foca-abm-vendedor-cobrador/dist/foca-abm-vendedor-cobrador.min.js"></script> |
47 | <script src="./node_modules/foca-activar-hoja-ruta/dist/foca-activar-hoja-ruta.min.js"></script> | 47 | <script src="./node_modules/foca-activar-hoja-ruta/dist/foca-activar-hoja-ruta.min.js"></script> |
48 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> | 48 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> |
49 | <script src="./node_modules/foca-agendar-visita/dist/foca-agendar-visita.min.js"></script> | 49 | <script src="./node_modules/foca-agendar-visita/dist/foca-agendar-visita.min.js"></script> |
50 | <script src="./node_modules/foca-autorizar-nota-pedido/dist/foca-autorizar-nota-pedido.min.js"></script> | ||
50 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> | 51 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> |
51 | <script src="./node_modules/foca-botonera-lateral/dist/foca-botonera-lateral.min.js"></script> | 52 | <script src="./node_modules/foca-botonera-lateral/dist/foca-botonera-lateral.min.js"></script> |
52 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> | 53 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> |
53 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> | 54 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> |
54 | <script src="./node_modules/foca-cabecera-facturador/dist/foca-cabecera-facturador.min.js"></script> | 55 | <script src="./node_modules/foca-cabecera-facturador/dist/foca-cabecera-facturador.min.js"></script> |
55 | <script src="./node_modules/foca-configuracion/dist/foca-configuracion.min.js"></script> | 56 | <script src="./node_modules/foca-configuracion/dist/foca-configuracion.min.js"></script> |
56 | <script src="./node_modules/foca-configurar-terminal/dist/foca-configurar-terminal.min.js"></script> | 57 | <script src="./node_modules/foca-configurar-terminal/dist/foca-configurar-terminal.min.js"></script> |
57 | <script src="./node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script> | 58 | <script src="./node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script> |
58 | <script src="./node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js"></script> | 59 | <script src="./node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js"></script> |
59 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> | 60 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> |
60 | <script src="./node_modules/foca-crear-login/dist/foca-crear-login.min.js"></script> | 61 | <script src="./node_modules/foca-crear-login/dist/foca-crear-login.min.js"></script> |
61 | <script src="./node_modules/foca-crear-remito/dist/foca-crear-remito.min.js"></script> | 62 | <script src="./node_modules/foca-crear-remito/dist/foca-crear-remito.min.js"></script> |
62 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> | 63 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> |
63 | <script src="./node_modules/foca-estado-cisternas/dist/foca-estado-cisternas.min.js"></script> | 64 | <script src="./node_modules/foca-estado-cisternas/dist/foca-estado-cisternas.min.js"></script> |
64 | <script src="./node_modules/foca-filtros/dist/foca-filtros.min.js"></script> | 65 | <script src="./node_modules/foca-filtros/dist/foca-filtros.min.js"></script> |
65 | <script src="./node_modules/foca-hoja-ruta/dist/foca-hoja-ruta.min.js"></script> | 66 | <script src="./node_modules/foca-hoja-ruta/dist/foca-hoja-ruta.min.js"></script> |
66 | <script src="./node_modules/foca-informes/dist/foca-informes.min.js"></script> | 67 | <script src="./node_modules/foca-informes/dist/foca-informes.min.js"></script> |
67 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> | 68 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> |
68 | <script src="./node_modules/foca-logistica-pedido-ruta/dist/foca-logistica-pedido-ruta.min.js"></script> | 69 | <script src="./node_modules/foca-logistica-pedido-ruta/dist/foca-logistica-pedido-ruta.min.js"></script> |
69 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> | 70 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> |
70 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> | 71 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> |
71 | <script src="./node_modules/foca-modal-cheque/dist/foca-modal-cheque.min.js"></script> | 72 | <script src="./node_modules/foca-modal-cheque/dist/foca-modal-cheque.min.js"></script> |
72 | <script src="./node_modules/foca-modal-cobranza/dist/foca-modal-cobranza.min.js"></script> | 73 | <script src="./node_modules/foca-modal-cobranza/dist/foca-modal-cobranza.min.js"></script> |
73 | <script src="./node_modules/foca-modal-cotizacion/dist/foca-modal-cotizacion.min.js"></script> | 74 | <script src="./node_modules/foca-modal-cotizacion/dist/foca-modal-cotizacion.min.js"></script> |
74 | <script src="./node_modules/foca-modal-detalle-cisternas/dist/foca-modal-detalle-cisternas.min.js"></script> | 75 | <script src="./node_modules/foca-modal-detalle-cisternas/dist/foca-modal-detalle-cisternas.min.js"></script> |
75 | <script src="./node_modules/foca-modal-detalle-hoja-ruta/dist/foca-modal-detalle-hoja-ruta.min.js"></script> | 76 | <script src="./node_modules/foca-modal-detalle-hoja-ruta/dist/foca-modal-detalle-hoja-ruta.min.js"></script> |
76 | <script src="./node_modules/foca-modal-detalles/dist/foca-modal-detalles.min.js"></script> | 77 | <script src="./node_modules/foca-modal-detalles/dist/foca-modal-detalles.min.js"></script> |
77 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> | 78 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> |
78 | <script src="./node_modules/foca-modal-efectivo/dist/foca-modal-efectivo.min.js"></script> | 79 | <script src="./node_modules/foca-modal-efectivo/dist/foca-modal-efectivo.min.js"></script> |
79 | <script src="./node_modules/foca-modal-factura/dist/foca-modal-factura.min.js"></script> | 80 | <script src="./node_modules/foca-modal-factura/dist/foca-modal-factura.min.js"></script> |
80 | <script src="./node_modules/foca-modal-factura-detalle/dist/foca-modal-factura-detalle.min.js"></script> | 81 | <script src="./node_modules/foca-modal-factura-detalle/dist/foca-modal-factura-detalle.min.js"></script> |
81 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> | 82 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> |
82 | <script src="./node_modules/foca-modal-grafico-cisternas/dist/foca-modal-grafico-cisternas.min.js"></script> | 83 | <script src="./node_modules/foca-modal-grafico-cisternas/dist/foca-modal-grafico-cisternas.min.js"></script> |
83 | <script src="./node_modules/foca-modal-informe/dist/foca-modal-informe.min.js"></script> | 84 | <script src="./node_modules/foca-modal-informe/dist/foca-modal-informe.min.js"></script> |
84 | <script src="./node_modules/foca-modal-lista-precio/dist/foca-modal-lista-precio.min.js"></script> | 85 | <script src="./node_modules/foca-modal-lista-precio/dist/foca-modal-lista-precio.min.js"></script> |
85 | <script src="./node_modules/foca-modal-localizar/dist/foca-modal-localizar.min.js"></script> | 86 | <script src="./node_modules/foca-modal-localizar/dist/foca-modal-localizar.min.js"></script> |
86 | <script src="./node_modules/foca-modal-login/dist/foca-modal-login.min.js"></script> | 87 | <script src="./node_modules/foca-modal-login/dist/foca-modal-login.min.js"></script> |
87 | <script src="./node_modules/foca-modal-nota-pedido/dist/foca-modal-nota-pedido.min.js"></script> | 88 | <script src="./node_modules/foca-modal-nota-pedido/dist/foca-modal-nota-pedido.min.js"></script> |
88 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> | 89 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> |
89 | <script src="./node_modules/foca-modal-punto-descarga/dist/foca-modal-punto-descarga.min.js"></script> | 90 | <script src="./node_modules/foca-modal-punto-descarga/dist/foca-modal-punto-descarga.min.js"></script> |
90 | <script src="./node_modules/foca-modal-remito/dist/foca-modal-remito.min.js"></script> | 91 | <script src="./node_modules/foca-modal-remito/dist/foca-modal-remito.min.js"></script> |
91 | <script src="./node_modules/foca-modal-resumen-cuenta/dist/foca-modal-resumen-cuenta.min.js"></script> | 92 | <script src="./node_modules/foca-modal-resumen-cuenta/dist/foca-modal-resumen-cuenta.min.js"></script> |
92 | <script src="./node_modules/foca-modal-tarifa-flete/dist/foca-modal-tarifa-flete.min.js"></script> | 93 | <script src="./node_modules/foca-modal-tarifa-flete/dist/foca-modal-tarifa-flete.min.js"></script> |
93 | <script src="./node_modules/foca-modal-unidad-medida/dist/foca-modal-unidad-medida.min.js"></script> | 94 | <script src="./node_modules/foca-modal-unidad-medida/dist/foca-modal-unidad-medida.min.js"></script> |
94 | <script src="./node_modules/foca-nombre-empresa/dist/foca-nombre-empresa.min.js"></script> | 95 | <script src="./node_modules/foca-nombre-empresa/dist/foca-nombre-empresa.min.js"></script> |
95 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> | 96 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> |
96 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> | 97 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> |
97 | <script src="./src/js/app.js"></script> | 98 | <script src="./src/js/app.js"></script> |
98 | <script src="./src/js/controller.js"></script> | 99 | <script src="./src/js/controller.js"></script> |
99 | <script src="./src/etc/develop.js"></script> | 100 | <script src="./src/etc/develop.js"></script> |
100 | </head> | 101 | </head> |
101 | <body class="w-100"> | 102 | <body class="w-100"> |
102 | <style> | 103 | <style> |
103 | </style> | 104 | </style> |
104 | <foca-nombre-empresa></foca-nombre-empresa> | 105 | <foca-nombre-empresa></foca-nombre-empresa> |
105 | <div ng-view class="container contenedor"></div> | 106 | <div ng-view class="container contenedor"></div> |
106 | <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block "> | 107 | <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block "> |
107 | <foca-botonera-lateral></foca-botonera-lateral> | 108 | <foca-botonera-lateral></foca-botonera-lateral> |
108 | <foca-teclado | 109 | <foca-teclado |
109 | ng-show="usarTeclado && mostrarTeclado" | 110 | ng-show="usarTeclado && mostrarTeclado" |
110 | alfanumeric="true" | 111 | alfanumeric="true" |
111 | numeric="true" | 112 | numeric="true" |
112 | > | 113 | > |
113 | </foca-teclado> | 114 | </foca-teclado> |
114 | </div> | 115 | </div> |
115 | </body> | 116 | </body> |
116 | 117 | ||
117 | </html> | 118 | </html> |
118 | 119 |
package.json
1 | { | 1 | { |
2 | "name": "wrapper-demo", | 2 | "name": "wrapper-demo", |
3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
4 | "description": "", | 4 | "description": "", |
5 | "main": "main.js", | 5 | "main": "main.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "unit-test.html", | 7 | "test": "unit-test.html", |
8 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", | 8 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", |
9 | "gulp-pre-commit": "gulp pre-commit", | 9 | "gulp-pre-commit": "gulp pre-commit", |
10 | "compile": "gulp uglify && gulp sass", | 10 | "compile": "gulp uglify && gulp sass", |
11 | "actualizar": "git pull origin master", | 11 | "actualizar": "git pull origin master", |
12 | "install-dev": "gulp pre-install && npm install && gulp post-install" | 12 | "install-dev": "gulp pre-install && npm install && gulp post-install" |
13 | }, | 13 | }, |
14 | "pre-commit": [ | 14 | "pre-commit": [ |
15 | "gulp-pre-commit" | 15 | "gulp-pre-commit" |
16 | ], | 16 | ], |
17 | "repository": { | 17 | "repository": { |
18 | "type": "git", | 18 | "type": "git", |
19 | "url": "git@debonline.dyndns.org:npm/wrapper-demo.git" | 19 | "url": "git@debonline.dyndns.org:npm/wrapper-demo.git" |
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-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", |
48 | "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", |
49 | "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", |
50 | "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", |
51 | "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", |
52 | "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", |
53 | "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", |
54 | "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", |
55 | "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", |
56 | "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", |
57 | "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", |
58 | "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", |
59 | "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", |
60 | "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", |
61 | "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", |
62 | "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", |
63 | "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", |
64 | "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", |
65 | "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", |
66 | "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", |
67 | "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", |
68 | "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", |
69 | "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", |
70 | "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", |
71 | "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", |
72 | "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", |
73 | "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", |
74 | "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", |
75 | "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", |
76 | "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", |
77 | "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", |
78 | "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", |
79 | "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", |
80 | "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", |
81 | "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", |
82 | "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", |
83 | "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", |
84 | "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", |
85 | "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", |
86 | "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", |
87 | "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", |
88 | "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", |
89 | "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", |
90 | "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", |
91 | "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", |
92 | "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", | 93 | "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", |
93 | "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git", | 94 | "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git", |
94 | "font-awesome": "^4.7.0", | 95 | "font-awesome": "^4.7.0", |
95 | "gulp-angular-templatecache": "^2.2.6", | 96 | "gulp-angular-templatecache": "^2.2.6", |
96 | "gulp-htmlmin": "^5.0.1", | 97 | "gulp-htmlmin": "^5.0.1", |
97 | "gulp-sequence": "^1.0.0", | 98 | "gulp-sequence": "^1.0.0", |
98 | "gulp-uglify-es": "^1.0.4", | 99 | "gulp-uglify-es": "^1.0.4", |
99 | "jquery": "^3.3.1", | 100 | "jquery": "^3.4.0", |
100 | "jszip": "2.6.1", | 101 | "jszip": "2.6.1", |
101 | "ladda": "1.0.6", | 102 | "ladda": "1.0.6", |
102 | "leaflet": "1.3.4", | 103 | "leaflet": "1.3.4", |
103 | "lodash": "4.17.11", | 104 | "lodash": "4.17.11", |
104 | "moment": "2.23.0", | 105 | "moment": "2.23.0", |
105 | "ngstorage": "^0.3.11", | 106 | "ngstorage": "^0.3.11", |
106 | "node-sass": "^4.11.0", | 107 | "node-sass": "^4.11.0", |
107 | "pdfmake": "0.1.41", | 108 | "pdfmake": "0.1.41", |
108 | "uglify": "^0.1.5", | 109 | "uglify": "^0.1.5", |
109 | "ui-bootstrap4": "^3.0.6" | 110 | "ui-bootstrap4": "^3.0.6" |
110 | }, | 111 | }, |
111 | "devDependencies": { | 112 | "devDependencies": { |
112 | "gulp": "3.9.1", | 113 | "gulp": "3.9.1", |
113 | "gulp-clean": "^0.4.0", | 114 | "gulp-clean": "^0.4.0", |
114 | "gulp-concat": "^2.6.1", | 115 | "gulp-concat": "^2.6.1", |
115 | "gulp-connect": "^5.7.0", | 116 | "gulp-connect": "^5.7.0", |
116 | "gulp-jshint": "^2.1.0", | 117 | "gulp-jshint": "^2.1.0", |
117 | "gulp-rename": "^1.4.0", | 118 | "gulp-rename": "^1.4.0", |
118 | "gulp-replace": "^1.0.0", | 119 | "gulp-replace": "^1.0.0", |
119 | "gulp-sass": "^4.0.1", | 120 | "gulp-sass": "^4.0.1", |
120 | "gulp-uglify": "^3.0.2", | 121 | "gulp-uglify": "^3.0.2", |
121 | "gulp-watch": "^5.0.1", | 122 | "gulp-watch": "^5.0.1", |
122 | "jasmine-core": "^3.3.0", | 123 | "jasmine-core": "^3.4.0", |
123 | "jshint": "^2.10.2", | 124 | "jshint": "^2.10.2", |
124 | "pre-commit": "^1.2.2", | 125 | "pre-commit": "^1.2.2", |
125 | "pump": "^3.0.0" | 126 | "pump": "^3.0.0" |
126 | } | 127 | } |
127 | } | 128 | } |
128 | 129 |
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 | 'focaBotoneraFacturador', | 26 | 'focaBotoneraFacturador', |
26 | 'focaBotoneraLateral', | 27 | 'focaBotoneraLateral', |
27 | 'focaBotoneraPrincipal', | 28 | 'focaBotoneraPrincipal', |
28 | 'focaBusquedaCliente', | 29 | 'focaBusquedaCliente', |
29 | 'focaBusquedaProductos', | 30 | 'focaBusquedaProductos', |
30 | 'focaCabeceraFacturador', | 31 | 'focaCabeceraFacturador', |
31 | 'focaConfiguracion', | 32 | 'focaConfiguracion', |
32 | 'focaConfigurarTerminal', | 33 | 'focaConfigurarTerminal', |
33 | 'focaCrearCobranza', | 34 | 'focaCrearCobranza', |
34 | 'focaCrearHojaRuta', | 35 | 'focaCrearHojaRuta', |
35 | 'focaCrearLogin', | 36 | 'focaCrearLogin', |
36 | 'focaCrearNotaPedido', | 37 | 'focaCrearNotaPedido', |
37 | 'focaCrearRemito', | 38 | 'focaCrearRemito', |
38 | 'focaDirectivas', | 39 | 'focaDirectivas', |
39 | 'focaEstadoCisternas', | 40 | 'focaEstadoCisternas', |
40 | 'focaFiltros', | 41 | 'focaFiltros', |
41 | 'focaHojaRuta', | 42 | 'focaHojaRuta', |
42 | 'focaInformes', | 43 | 'focaInformes', |
43 | 'focaLogin', | 44 | 'focaLogin', |
44 | 'focaModal', | 45 | 'focaModal', |
45 | 'focaModalCheque', | 46 | 'focaModalCheque', |
46 | 'focaModalCobranza', | 47 | 'focaModalCobranza', |
47 | 'focaModalCotizacion', | 48 | 'focaModalCotizacion', |
48 | 'focaModalDetalleCisternas', | 49 | 'focaModalDetalleCisternas', |
49 | 'focaModalDetalleHojaRuta', | 50 | 'focaModalDetalleHojaRuta', |
50 | 'focaModalDetalles', | 51 | 'focaModalDetalles', |
51 | 'focaModalDomicilio', | 52 | 'focaModalDomicilio', |
52 | 'focaModalEfectivo', | 53 | 'focaModalEfectivo', |
53 | 'focaModalFactura', | 54 | 'focaModalFactura', |
54 | 'focaModalFacturaDetalle', | 55 | 'focaModalFacturaDetalle', |
55 | 'focaModalFlete', | 56 | 'focaModalFlete', |
56 | 'focaModalGraficoCisternas', | 57 | 'focaModalGraficoCisternas', |
57 | 'focaModalInforme', | 58 | 'focaModalInforme', |
58 | 'focaModalListaPrecio', | 59 | 'focaModalListaPrecio', |
59 | 'focaModalLocalizar', | 60 | 'focaModalLocalizar', |
60 | 'focaModalLogin', | 61 | 'focaModalLogin', |
61 | 'focaModalNotaPedido', | 62 | 'focaModalNotaPedido', |
62 | 'focaModalPrecioCondicion', | 63 | 'focaModalPrecioCondicion', |
63 | 'focaModalPuntoDescarga', | 64 | 'focaModalPuntoDescarga', |
64 | 'focaModalRemito', | 65 | 'focaModalRemito', |
65 | 'focaModalResumenCuenta', | 66 | 'focaModalResumenCuenta', |
66 | 'focaModalTarifaFlete', | 67 | 'focaModalTarifaFlete', |
67 | 'focaModalUnidadMedida', | 68 | 'focaModalUnidadMedida', |
68 | 'focaNombreEmpresa', | 69 | 'focaNombreEmpresa', |
69 | 'focaSeguimiento', | 70 | 'focaSeguimiento', |
70 | 'focaTeclado', | 71 | 'focaTeclado', |
71 | 'focaLogisticaPedidoRuta' | 72 | 'focaLogisticaPedidoRuta' |
72 | ]); | 73 | ]); |
73 | 74 |
src/sass/_botonera-principal.scss
1 | .botonera-principal { | 1 | .botonera-principal { |
2 | menuitem { | 2 | menuitem { |
3 | display: inline-block; | 3 | display: inline-block; |
4 | height: 130px; | 4 | height: 130px; |
5 | text-align: center; | 5 | text-align: center; |
6 | width: 180px; | 6 | width: 180px; |
7 | @media (max-width: 576px) { | 7 | @media (max-width: 576px) { |
8 | width: 100%; | 8 | width: 100%; |
9 | } | 9 | } |
10 | @media (min-width: 992px) and (max-width: 1200px){ | 10 | @media (min-width: 992px) and (max-width: 1200px){ |
11 | width: 150px; | 11 | width: 150px; |
12 | } | 12 | } |
13 | } | 13 | } |
14 | button { | 14 | button { |
15 | background-image: url('../img/botonera.png'); | 15 | background-image: url('../img/botonera.png'); |
16 | border-radius: 12px; | 16 | border-radius: 12px; |
17 | border-width: 0; | 17 | border-width: 0; |
18 | height: 90px; | 18 | height: 90px; |
19 | position: relative; | 19 | position: relative; |
20 | width: 90px; | 20 | width: 90px; |
21 | span { | 21 | span { |
22 | left: 0; | 22 | left: 0; |
23 | position: absolute; | 23 | position: absolute; |
24 | text-align: center; | 24 | text-align: center; |
25 | top: 90px; | 25 | top: 90px; |
26 | width: 100%; | 26 | width: 100%; |
27 | font-size: 12px; | 27 | font-size: 12px; |
28 | color: #777777; | 28 | color: #777777; |
29 | } | 29 | } |
30 | } | 30 | } |
31 | &-menu { | 31 | &-menu { |
32 | width: 100%; | 32 | width: 100%; |
33 | padding-left: 90px; | 33 | padding-left: 90px; |
34 | @media (max-width: 576px) { | 34 | @media (max-width: 576px) { |
35 | padding: 0; | 35 | padding: 0; |
36 | } | 36 | } |
37 | } | 37 | } |
38 | &-logo { | 38 | &-logo { |
39 | width: 80%; | 39 | width: 100%; |
40 | margin-left: 50%; | ||
40 | opacity: .8; | 41 | opacity: .8; |
41 | @media (max-width: 576px) { | 42 | @media (max-width: 576px) { |
42 | width: 100%; | 43 | width: 180%; |
44 | margin-left: 20%; | ||
43 | } | 45 | } |
44 | } | 46 | } |
45 | &-vacio { | 47 | &-vacio { |
46 | & button { | 48 | & button { |
47 | background-position: -4380px 0; | 49 | background-position: -4380px 0; |
48 | &:hover { | 50 | &:hover { |
49 | background-position: -4380px -90px; | 51 | background-position: -4380px -90px; |
50 | } | 52 | } |
51 | } | 53 | } |
52 | } | 54 | } |
53 | &-abrir-turno { | 55 | &-abrir-turno { |
54 | & button { | 56 | & button { |
55 | background-position: 0 0; | 57 | background-position: 0 0; |
56 | &:hover { | 58 | &:hover { |
57 | background-position: 0 -90px; | 59 | background-position: 0 -90px; |
58 | } | 60 | } |
59 | } | 61 | } |
60 | } | 62 | } |
61 | &-cerrar-turno { | 63 | &-cerrar-turno { |
62 | & button { | 64 | & button { |
63 | background-position: -90px 0; | 65 | background-position: -90px 0; |
64 | &:hover { | 66 | &:hover { |
65 | background-position: -90px -90px; | 67 | background-position: -90px -90px; |
66 | } | 68 | } |
67 | } | 69 | } |
68 | } | 70 | } |
69 | &-caja { | 71 | &-caja { |
70 | & button { | 72 | & button { |
71 | background-position: -180px 0; | 73 | background-position: -180px 0; |
72 | &:hover { | 74 | &:hover { |
73 | background-position: -180px -90px; | 75 | background-position: -180px -90px; |
74 | } | 76 | } |
75 | } | 77 | } |
76 | } | 78 | } |
79 | &-estado-cisterna { | ||
80 | & button { | ||
81 | background-image: url('../img/control_stock.png'); | ||
82 | background-size: 90px 90px; | ||
83 | &:hover { | ||
84 | background-color: rgb(250,250,250); | ||
85 | } | ||
86 | } | ||
87 | } | ||
88 | &-logistica { | ||
89 | & button { | ||
90 | background-image: url('../img/logistica.png'); | ||
91 | background-size: 90px 90px; | ||
92 | &:hover { | ||
93 | background-color: rgb(250,250,250); | ||
94 | } | ||
95 | } | ||
96 | } | ||
77 | &-facturador { | 97 | &-facturador { |
78 | & button { | 98 | & button { |
79 | background-position: -270px 0px; | 99 | background-position: -270px 0px; |
80 | &:hover { | 100 | &:hover { |
81 | background-position: -270px -90px; | 101 | background-position: -270px -90px; |
82 | } | 102 | } |
83 | } | 103 | } |
84 | } | 104 | } |
85 | &-nota-pedido { | 105 | &-nota-pedido { |
86 | & button { | 106 | & button { |
87 | background-position: -1250px 0px; | 107 | background-image: url('../img/notaPedido.png'); |
108 | background-size: 90px 90px; | ||
88 | &:hover { | 109 | &:hover { |
89 | background-position: -1250px -90px; | 110 | background-color: rgb(250,250,250); |
90 | } | 111 | } |
91 | } | 112 | } |
92 | } | 113 | } |
93 | &-remito { | 114 | &-remito { |
94 | & button { | 115 | & button { |
95 | background-position: -4560px 0px; | 116 | background-image: url('../img/remito.png'); |
117 | background-size: 90px 90px; | ||
96 | &:hover { | 118 | &:hover { |
97 | background-position: -4560px -90px; | 119 | background-color: rgb(250,250,250); |
98 | } | 120 | } |
99 | } | 121 | } |
100 | } | 122 | } |
101 | &-hoja-ruta { | 123 | &-hoja-ruta { |
102 | & button { | 124 | & button { |
103 | background-position: -4650px 0px; | 125 | background-image: url('../img/hoja-ruta.png'); |
126 | background-size: 86px 90px; | ||
104 | &:hover { | 127 | &:hover { |
105 | background-position: -4650px -90px; | 128 | background-color: rgb(250,250,250); |
106 | } | 129 | } |
107 | } | 130 | } |
108 | } | 131 | } |
109 | &-hoja-ruta-transportista { | 132 | &-hoja-ruta-transportista { |
110 | & button { | 133 | & button { |
111 | background-image: url('../img/hojaRutaVolante.png'); | 134 | background-image: url('../img/hojaRutaVolante.png'); |
112 | background-size: 90px 90px; | 135 | background-size: 90px 90px; |
113 | &:hover { | 136 | &:hover { |
114 | background-color: rgb(250,250,250); | 137 | background-color: rgb(250,250,250); |
115 | } | 138 | } |
116 | } | 139 | } |
117 | } | 140 | } |
118 | &-seguimiento { | 141 | &-seguimiento { |
119 | & button { | 142 | & button { |
120 | background-image: url('../img/seguimientoNotaPedido.png'); | 143 | background-image: url('../img/seguimientoNotaPedido.png'); |
121 | background-size: 90px 90px; | 144 | background-size: 90px 90px; |
122 | background-position: 15px 10px; | 145 | // background-position: 15px 10px; |
123 | &:hover { | 146 | &:hover { |
124 | background-color: rgb(250,250,250); | 147 | background-color: rgb(250,250,250); |
125 | } | 148 | } |
126 | } | 149 | } |
127 | } | 150 | } |
128 | &-seguimiento-hoja-ruta { | 151 | &-seguimiento-hoja-ruta { |
129 | & button { | 152 | & button { |
130 | background-image: url('../img/seguimientoHojaRuta.png'); | 153 | background-image: url('../img/seguimientoHojaRuta.png'); |
131 | background-size: 90px 90px; | 154 | background-size: 90px 90px; |
132 | background-position: 15px 10px; | 155 | // background-position: 15px 10px; |
133 | &:hover { | 156 | &:hover { |
134 | background-color: rgb(250,250,250); | 157 | background-color: rgb(250,250,250); |
135 | } | 158 | } |
136 | } | 159 | } |
137 | } | 160 | } |
138 | &-cobranzas { | 161 | &-cobranzas { |
139 | & button { | 162 | & button { |
140 | background-position: -1880 0px; | 163 | background-image: url('../img/cobranzas.png'); |
164 | background-size: 90px 90px; | ||
165 | // background-position: 15px 10px; | ||
141 | &:hover { | 166 | &:hover { |
142 | background-position: -1880 -90px; | 167 | background-color: rgb(250,250,250); |
143 | } | 168 | } |
144 | } | 169 | } |
145 | } | 170 | } |
146 | &-seguimiento-cobranzas { | 171 | &-seguimiento-cobranzas { |
147 | & button { | 172 | & button { |
148 | background-image: url('../img/seguimientoCobranza.png'); | 173 | background-image: url('../img/seguimientoCobranza.png'); |
149 | background-size: 90px 90px; | 174 | background-size: 90px 90px; |
150 | background-position: 15px 10px; | 175 | // background-position: 15px 10px; |
151 | &:hover { | 176 | &:hover { |
152 | background-color: rgb(250,250,250); | 177 | background-color: rgb(250,250,250); |
153 | } | 178 | } |
154 | } | 179 | } |
155 | } | 180 | } |
156 | &-vehiculo { | 181 | &-vehiculo { |
157 | & button { | 182 | & button { |
158 | background-image: url('../img/abmVehiculos.png'); | 183 | background-image: url('../img/abmVehiculos.png'); |
159 | background-size: 90px 90px; | 184 | background-size: 90px 90px; |
160 | &:hover { | 185 | &:hover { |
161 | background-color: rgb(250,250,250); | 186 | background-color: rgb(250,250,250); |
162 | } | 187 | } |
163 | } | 188 | } |
164 | } | 189 | } |
165 | &-precio-condicion { | 190 | &-precio-condicion { |
166 | & button { | 191 | & button { |
167 | background-image: url('../img/abmPrecios.png'); | 192 | background-image: url('../img/abmPrecios.png'); |
168 | background-size: 90px 90px; | 193 | background-size: 90px 90px; |
169 | &:hover { | 194 | &:hover { |
170 | background-color: rgb(250,250,250); | 195 | background-color: rgb(250,250,250); |
171 | } | 196 | } |
172 | } | 197 | } |
173 | } | 198 | } |
174 | &-chofer { | 199 | &-chofer { |
175 | & button { | 200 | & button { |
176 | background-image: url('../img/abmChofer.png'); | 201 | background-image: url('../img/abmChofer.png'); |
177 | background-size: 90px 90px; | 202 | background-size: 90px 90px; |
178 | &:hover { | 203 | &:hover { |
179 | background-color: rgb(250,250,250); | 204 | background-color: rgb(250,250,250); |
180 | } | 205 | } |
181 | } | 206 | } |
182 | } | 207 | } |
183 | &-agendar-visita { | 208 | &-agendar-visita { |
184 | & button { | 209 | & button { |
185 | background-image: url('../img/agendarVisita.png'); | 210 | background-image: url('../img/agendarVisita.png'); |
186 | background-size: 90px 90px; | 211 | background-size: 90px 90px; |
187 | &:hover { | 212 | &:hover { |
213 | box-shadow: 2px; | ||
188 | background-color: rgb(250,250,250); | 214 | background-color: rgb(250,250,250); |
189 | } | 215 | } |
190 | } | 216 | } |
191 | } | 217 | } |
192 | &-informes { | 218 | &-informes { |
193 | & button { | 219 | & button { |
194 | background-image: url('../img/informes.png'); | 220 | background-image: url('../img/informes.png'); |
195 | background-size: 90px 90px; | 221 | background-size: 90px 90px; |
196 | &:hover { | 222 | &:hover { |
197 | background-color: rgb(250,250,250); | 223 | background-color: rgb(250,250,250); |
198 | } | 224 | } |
199 | } | 225 | } |
200 | } | 226 | } |
201 | &-vendedor-cobrador { | 227 | &-vendedor-cobrador { |
202 | & button { | 228 | & button { |
203 | background-image: url('../img/abmVendedorCobrador.png'); | 229 | background-image: url('../img/abmVendedorCobrador.png'); |
204 | background-size: 90px 90px; | 230 | background-size: 90px 90px; |
205 | &:hover { | 231 | &:hover { |
206 | background-color: rgb(250,250,250); | 232 | background-color: rgb(250,250,250); |
207 | } | 233 | } |
208 | } | 234 | } |
209 | } | 235 | } |
236 | &-autorizar-nota { | ||
237 | & button { | ||
238 | background-image: url('../img/autorizarNota.png'); | ||
239 | background-size: 90px 90px; | ||
240 | &:hover { | ||
241 | background-color: rgb(250,250,250); | ||
242 | } | ||
243 | } | ||
244 | } | ||
210 | .swiper-pagination { | 245 | .swiper-pagination { |
211 | bottom: 0px !important; | 246 | bottom: 0px !important; |
212 | } | 247 | } |
213 | 248 | ||
214 | .swiper-button-next { | 249 | .swiper-button-next { |
215 | background-image: url('../img/derecha.png'); | 250 | background-image: url('../img/derecha.png'); |
216 | } | 251 | } |
217 | 252 | ||
218 | .swiper-button-prev { | 253 | .swiper-button-prev { |
219 | background-image: url('../img/izquierda.png'); | 254 | background-image: url('../img/izquierda.png'); |
220 | } | 255 | } |
221 | 256 | ||
222 | @media (min-width: 992px){ | 257 | @media (min-width: 992px){ |
223 | a{ | 258 | a{ |
224 | margin-top: 2.5rem; | 259 | margin-top: 2.5rem; |
225 | } | 260 | } |
226 | } | 261 | } |
227 | } | 262 | } |
228 | 263 |
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 | |||
14 | &:hover{ | 13 | &:hover{ |
15 | background-color: #cd903550 ; | 14 | background-color: #cd903550 ; |
16 | border-color: #cd9035 !important; | 15 | border-color: #cd9035 !important; |
17 | } | 16 | } |
18 | &:focus{ | 17 | &:focus{ |
19 | box-shadow: 0 0 0 0.2rem rgb(216, 176, 125); | 18 | box-shadow: 0 0 0 0.2rem rgb(216, 176, 125); |
20 | } | 19 | } |
21 | img{ | 20 | img{ |
22 | width: 50%; | 21 | width: 40%; |
23 | margin: auto | 22 | margin: auto |
24 | } | 23 | } |
25 | span{ | 24 | span{ |
26 | font-size: 11px; | 25 | font-size: 11px; |
27 | margin-left: -.25rem; | 26 | margin-left: -.25rem; |
28 | margin-right: -.25rem; | 27 | margin-right: -.25rem; |
29 | } | 28 | } |
30 | } | 29 | } |
31 | @media(max-width: 992px){ | 30 | @media(max-width: 992px){ |
32 | .btn-xs{ | 31 | .btn-xs{ |
33 | font-weight: 700; | 32 | font-weight: 700; |
34 | } | 33 | } |
35 | } | 34 | } |
36 | @media(min-width: 1200px){ | 35 | @media(min-width: 1200px){ |
37 | .btn-xs{ | 36 | .btn-xs{ |
38 | height: 85px !important; | 37 | height: 85px !important; |
39 | } | 38 | } |
40 | .foca-facturador-px{ | 39 | .foca-facturador-px{ |
41 | padding-left: 3rem; | 40 | padding-left: 3rem; |
42 | padding-right: 3rem; | 41 | padding-right: 3rem; |
43 | } | 42 | } |
44 | } | 43 | } |
45 | 44 | ||
46 | @media(min-width: 992px) and (max-width: 1200px){ | 45 | @media(min-width: 992px) and (max-width: 1200px){ |
47 | .btn-xs{ | 46 | .btn-xs{ |
48 | height: 73px !important; | 47 | height: 73px !important; |
49 | } | 48 | } |
50 | } | 49 | } |
51 | 50 | ||
52 | @media(min-width: 768px) and (max-width: 992px){ | 51 | @media(min-width: 768px) and (max-width: 992px){ |
53 | .btn-xs{ | 52 | .btn-xs{ |
54 | height: 62px !important; | 53 | height: 62px !important; |
55 | } | 54 | } |
56 | } | 55 | } |
57 | 56 | ||
58 | @media(min-width: 576px) and (max-width: 768px){ | 57 | @media(min-width: 576px) and (max-width: 768px){ |
59 | .btn-xs{ | 58 | .btn-xs{ |
60 | max-height: 51px; | 59 | max-height: 51px; |
61 | } | 60 | } |
62 | } | 61 | } |
63 | 62 | ||
64 | @media(max-width: 576px) { | 63 | @media(max-width: 576px) { |
65 | .btn-xs{ | 64 | .btn-xs{ |
66 | max-height: 13vw; | 65 | max-height: 13vw; |
67 | } | 66 | } |
68 | } | 67 | } |
69 | 68 | ||
70 | } | 69 | } |
71 | 70 |
src/sass/_login.scss
1 | .login { | 1 | .login { |
2 | background-color: #bdbdbd; | 2 | background-color: #bdbdbd; |
3 | border: 1px solid #000000; | 3 | border: 1px solid #000000; |
4 | border-radius: 3px; | 4 | border-radius: 3px; |
5 | height: calc(193px + 1em); | 5 | height: calc(193px + 1em); |
6 | left: calc(50% - 130px); | 6 | left: calc(50% - 130px); |
7 | opacity: 0.7; | 7 | opacity: 0.7; |
8 | position: absolute; | 8 | position: absolute; |
9 | text-align: center; | 9 | text-align: center; |
10 | top: 190px; | 10 | top: 190px; |
11 | width: 260px; | 11 | width: 260px; |
12 | &-titulo { | 12 | &-titulo { |
13 | border-bottom: 1px solid #ffffff; | 13 | border-bottom: 1px solid #ffffff; |
14 | padding: 5px 0; | 14 | padding: 5px 0; |
15 | } | 15 | } |
16 | &-campo { | 16 | &-campo { |
17 | label { | 17 | label { |
18 | display: block; | 18 | display: block; |
19 | font-size: 12px; | 19 | font-size: 12px; |
20 | margin: 5px 0 0; | 20 | margin: 5px 0 0; |
21 | } | 21 | } |
22 | input { | 22 | input { |
23 | -moz-border-radius: 10px; | 23 | -moz-border-radius: 10px; |
24 | -khtml-border-radius: 10px; | 24 | -khtml-border-radius: 10px; |
25 | -webkit-border-radius: 10px; | 25 | -webkit-border-radius: 10px; |
26 | -webkit-appearance: none; | 26 | -webkit-appearance: none; |
27 | padding-right: 5%; | 27 | padding-right: 5%; |
28 | padding-left: 5%; | 28 | padding-left: 5%; |
29 | border-radius: 10px; | 29 | border-radius: 10px; |
30 | outline: 0; | 30 | outline: 0; |
31 | border-color: transparent; | 31 | border-color: transparent; |
32 | &:focus { | 32 | &:focus { |
33 | border-color: #ff9900; | 33 | border-color: #ff9900; |
34 | } | 34 | } |
35 | } | 35 | } |
36 | } | 36 | } |
37 | 37 | ||
38 | |||
39 | &-button { | 38 | &-button { |
40 | width: 80%; | 39 | width: 80%; |
41 | background-color: #cd9035; | 40 | background-color: #cd9035; |
42 | color: white; | 41 | color: white; |
43 | &:hover{ | 42 | &:hover{ |
44 | background-color: #a7743d; | 43 | background-color: #a7743d; |
45 | color: white | 44 | color: white |
46 | } | 45 | } |
47 | &:focus{ | 46 | &:focus{ |
48 | color: white; | 47 | color: white; |
49 | } | 48 | } |
50 | } | 49 | } |
51 | 50 | ||
52 | &-alerta-error { | 51 | &-alerta-error { |
53 | width: 260px; | 52 | width: 260px; |
54 | left: calc(50% - 130px); | 53 | left: calc(50% - 130px); |
55 | top: calc(383px + 1.5em); | 54 | top: calc(383px + 1.5em); |
56 | } | 55 | } |
57 | } | 56 | } |
58 | 57 |
src/sass/_logistica-pedido-ruta.scss
1 | .arrastrando { | 1 | .arrastrando { |
2 | opacity: 0.5; | 2 | opacity: 0.5; |
3 | } | 3 | } |
4 | .vertical { | 4 | .vertical { |
5 | display: inline-block; | 5 | display: inline-block; |
6 | width: 20%; | 6 | width: 20%; |
7 | height: 40px; | 7 | height: 40px; |
8 | -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */ | 8 | -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */ |
9 | transform: rotate(-90deg); | 9 | transform: rotate(-90deg); |
10 | } | 10 | } |
11 | .progress-circle{ | 11 | .progress-circle{ |
12 | width: 150px; | 12 | width: 150px; |
13 | height: 150px; | 13 | height: 150px; |
14 | line-height: 150px; | 14 | line-height: 150px; |
15 | background: none; | 15 | background: none; |
16 | margin: 0 auto; | 16 | margin: 0 auto; |
17 | box-shadow: none; | 17 | box-shadow: none; |
18 | position: relative; | 18 | position: relative; |
19 | } | 19 | } |
20 | .progress-circle:after{ | 20 | .progress-circle:after{ |
21 | content: ""; | 21 | content: ""; |
22 | width: 100%; | 22 | width: 100%; |
23 | height: 100%; | 23 | height: 100%; |
24 | border-radius: 50%; | 24 | border-radius: 50%; |
25 | border: 12px solid #fff; | 25 | border: 8px solid #fff; |
26 | position: absolute; | 26 | position: absolute; |
27 | top: 0; | 27 | top: 0; |
28 | left: 0; | 28 | left: 0; |
29 | } | 29 | } |
30 | .progress-circle > span{ | 30 | .progress-circle > span{ |
31 | width: 50%; | 31 | width: 50%; |
32 | height: 100%; | 32 | height: 100%; |
33 | overflow: hidden; | 33 | overflow: hidden; |
34 | position: absolute; | 34 | position: absolute; |
35 | top: 0; | 35 | top: 0; |
36 | z-index: 1; | 36 | z-index: 1; |
37 | } | 37 | } |
38 | .progress-circle .progress-left{ | 38 | .progress-circle .progress-left{ |
39 | left: 0; | 39 | left: 0; |
40 | } | 40 | } |
41 | .progress-circle .progress-bar{ | 41 | .progress-circle .progress-bar{ |
42 | width: 100%; | 42 | width: 100%; |
43 | height: 100%; | 43 | height: 100%; |
44 | background: none; | 44 | background: none; |
45 | border-width: 12px; | 45 | border-width: 8px; |
46 | border-style: solid; | 46 | border-style: solid; |
47 | position: absolute; | 47 | position: absolute; |
48 | top: 0; | 48 | top: 0; |
49 | } | 49 | } |
50 | .progress-circle .progress-left .progress-bar{ | 50 | .progress-circle .progress-left .progress-bar{ |
51 | left: 100%; | 51 | left: 100%; |
52 | border-top-right-radius: 80px; | 52 | border-top-right-radius: 80px; |
53 | border-bottom-right-radius: 80px; | 53 | border-bottom-right-radius: 80px; |
54 | border-left: 0; | 54 | border-left: 0; |
55 | -webkit-transform-origin: center left; | 55 | -webkit-transform-origin: center left; |
56 | transform-origin: center left; | 56 | transform-origin: center left; |
57 | } | 57 | } |
58 | .progress-circle .progress-right{ | 58 | .progress-circle .progress-right{ |
59 | right: 0; | 59 | right: 0; |
60 | } | 60 | } |
61 | .progress-circle .progress-right .progress-bar{ | 61 | .progress-circle .progress-right .progress-bar{ |
62 | left: -100%; | 62 | left: -100%; |
63 | border-top-left-radius: 80px; | 63 | border-top-left-radius: 80px; |
64 | border-bottom-left-radius: 80px; | 64 | border-bottom-left-radius: 80px; |
65 | border-right: 0; | 65 | border-right: 0; |
66 | -webkit-transform-origin: center right; | 66 | -webkit-transform-origin: center right; |
67 | transform-origin: center right; | 67 | transform-origin: center right; |
68 | animation: loading-1 1.8s linear forwards; | 68 | animation: loading-1 1.8s linear forwards; |
69 | } | 69 | } |
70 | .progress-circle .progress-value{ | 70 | .progress-circle .progress-value{ |
71 | width: 90%; | 71 | width: 90%; |
72 | height: 90%; | 72 | height: 90%; |
73 | border-radius: 50%; | 73 | border-radius: 50%; |
74 | background: #44484b; | 74 | background: #44484b; |
75 | font-size: 24px; | 75 | font-size: 20px; |
76 | color: #fff; | 76 | color: #fff; |
77 | line-height: 20px; | 77 | line-height: 20px; |
78 | text-align: center; | 78 | text-align: center; |
79 | position: absolute; | 79 | position: absolute; |
80 | top: 5%; | 80 | top: 5%; |
81 | left: 5%; | 81 | left: 5%; |
82 | } | 82 | } |
83 | .progress-circle.blue .progress-bar{ | 83 | .progress-circle.blue .progress-bar{ |
84 | border-color: #049dff; | 84 | border-color: #049dff; |
85 | } | 85 | } |
86 | .progress-circle.blue .progress-left .progress-bar{ | 86 | .progress-circle.blue .progress-left .progress-bar{ |
87 | animation: loading-2 1.5s linear forwards 1.8s; | 87 | animation: loading-2 1.5s linear forwards 1.8s; |
88 | } | 88 | } |
89 | @keyframes loading-1{ | 89 | @keyframes loading-1{ |
90 | 0%{ | 90 | 0%{ |
91 | -webkit-transform: rotate(0deg); | 91 | -webkit-transform: rotate(0deg); |
92 | transform: rotate(0deg); | 92 | transform: rotate(0deg); |
93 | } | 93 | } |
94 | 100%{ | 94 | 100%{ |
95 | -webkit-transform: rotate(180deg); | 95 | -webkit-transform: rotate(180deg); |
96 | transform: rotate(180deg); | 96 | transform: rotate(180deg); |
97 | } | 97 | } |
98 | } | 98 | } |
99 | @keyframes loading-2{ | 99 | @keyframes loading-2{ |
100 | 0%{ | 100 | 0%{ |
101 | -webkit-transform: rotate(0deg); | 101 | -webkit-transform: rotate(0deg); |
102 | transform: rotate(0deg); | 102 | transform: rotate(0deg); |
103 | } | 103 | } |
104 | 100%{ | 104 | 100%{ |
105 | -webkit-transform: rotate(180deg); | 105 | -webkit-transform: rotate(180deg); |
106 | transform: rotate(180deg); | 106 | transform: rotate(180deg); |
107 | } | 107 | } |
108 | } | 108 | } |
109 | @keyframes loading-3{ | 109 | @keyframes loading-3{ |
110 | 0%{ | 110 | 0%{ |
111 | -webkit-transform: rotate(0deg); | 111 | -webkit-transform: rotate(0deg); |
112 | transform: rotate(0deg); | 112 | transform: rotate(0deg); |
113 | } | 113 | } |
114 | 100%{ | 114 | 100%{ |
115 | -webkit-transform: rotate(90deg); | 115 | -webkit-transform: rotate(90deg); |
116 | transform: rotate(90deg); | 116 | transform: rotate(90deg); |
117 | } | 117 | } |
118 | } | 118 | } |
119 | @keyframes loading-4{ | 119 | @keyframes loading-4{ |
120 | 0%{ | 120 | 0%{ |
121 | -webkit-transform: rotate(0deg); | 121 | -webkit-transform: rotate(0deg); |
122 | transform: rotate(0deg); | 122 | transform: rotate(0deg); |
123 | } | 123 | } |
124 | 100%{ | 124 | 100%{ |
125 | -webkit-transform: rotate(36deg); | 125 | -webkit-transform: rotate(36deg); |
126 | transform: rotate(36deg); | 126 | transform: rotate(36deg); |
127 | } | 127 | } |
128 | } | 128 | } |
129 | @keyframes loading-5{ | 129 | @keyframes loading-5{ |
130 | 0%{ | 130 | 0%{ |
131 | -webkit-transform: rotate(0deg); | 131 | -webkit-transform: rotate(0deg); |
132 | transform: rotate(0deg); | 132 | transform: rotate(0deg); |
133 | } | 133 | } |
134 | 100%{ | 134 | 100%{ |
135 | -webkit-transform: rotate(126deg); | 135 | -webkit-transform: rotate(126deg); |
136 | transform: rotate(126deg); | 136 | transform: rotate(126deg); |
137 | } | 137 | } |
138 | } | 138 | } |
139 | @media only screen and (max-width: 990px){ | 139 | @media only screen and (max-width: 990px){ |
140 | .progress{ margin-bottom: 20px; } | 140 | .progress{ margin-bottom: 20px; } |
141 | } | 141 | } |
142 | .foca-alto-progress{ | 142 | .foca-alto-progress{ |
143 | height: 2rem; | 143 | height: 2rem; |
144 | } | 144 | } |
145 | 145 |
src/sass/_swiper.scss
1 | .swiper { | 1 | .swiper { |
2 | &-container { | 2 | &-container { |
3 | height: 300px; | 3 | height: 300px; |
4 | |||
5 | } | 4 | } |
6 | &-slide { | 5 | &-slide { |
7 | background: transparent; | 6 | background: transparent; |
8 | height: 400px; | 7 | height: 400px; |
9 | text-align: unset; | 8 | text-align: unset; |
10 | -webkit-align-items: unset; | 9 | -webkit-align-items: unset; |
11 | align-items: unset; | 10 | align-items: unset; |
12 | } | 11 | } |
13 | 12 | ||
14 | @media(max-width: 992px){ | 13 | @media(max-width: 992px){ |
15 | &-container{ | 14 | &-container{ |
16 | height: 430px; | 15 | height: 430px; |
17 | } | 16 | } |
18 | &-pagination{ | 17 | &-pagination{ |
19 | background: #CCC; | 18 | background: #CCC; |
20 | padding: 0.5rem; | 19 | padding: 0.5rem; |
21 | } | 20 | } |
22 | } | 21 | } |
23 | } | 22 | } |
23 | |||
24 | .swiper-pagination-bullet-active { | ||
25 | opacity: 1; | ||
26 | background: #CD9035; | ||
27 | } |
src/sass/_table-autorizar-nota-pedido.scss
File was created | 1 | .tabla-autorizar-nota-pedido { | |
2 | |||
3 | thead > tr > th { | ||
4 | background-color: #67615e; | ||
5 | color: #FFF; | ||
6 | } | ||
7 | |||
8 | tfoot > tr > th { | ||
9 | background-color: #67615e; | ||
10 | color: #FFF; | ||
11 | } | ||
12 | |||
13 | } | ||
14 |
src/sass/general.scss
1 | $primary-color: #e09125; | 1 | $primary-color: #e09125; |
2 | @import 'admin-seguimiento'; | 2 | @import 'admin-seguimiento'; |
3 | @import 'bootstrap'; | 3 | @import 'bootstrap'; |
4 | @import 'botonera'; | 4 | @import 'botonera'; |
5 | @import 'botonera-lateral'; | 5 | @import 'botonera-lateral'; |
6 | @import 'botonera-principal'; | 6 | @import 'botonera-principal'; |
7 | @import 'botonera-secundaria'; | 7 | @import 'botonera-secundaria'; |
8 | @import 'contenedor'; | 8 | @import 'contenedor'; |
9 | @import 'lista'; | 9 | @import 'lista'; |
10 | @import 'login'; | 10 | @import 'login'; |
11 | @import 'panel-informativo'; | 11 | @import 'panel-informativo'; |
12 | @import 'tabla'; | 12 | @import 'tabla'; |
13 | @import 'teclado'; | 13 | @import 'teclado'; |
14 | @import 'tabla-articulos'; | 14 | @import 'tabla-articulos'; |
15 | @import 'acciones-mobile'; | 15 | @import 'acciones-mobile'; |
16 | @import 'swiper'; | 16 | @import 'swiper'; |
17 | @import 'foca-crear'; | 17 | @import 'foca-crear'; |
18 | @import 'logistica-pedido-ruta'; | 18 | @import 'logistica-pedido-ruta'; |
19 | @import 'tabs'; | 19 | @import 'tabs'; |
20 | @import 'grid'; | 20 | @import 'grid'; |
21 | @import 'paginador-abm'; | 21 | @import 'paginador-abm'; |
22 | @import 'table-autorizar-nota-pedido'; | ||
22 | 23 | ||
23 | 24 | ||
24 | //OCULTA FLECHAS INPUT NUMBER | 25 | //OCULTA FLECHAS INPUT NUMBER |
25 | input[type='number'] { | 26 | input[type='number'] { |
26 | -moz-appearance:textfield; | 27 | -moz-appearance:textfield; |
27 | } | 28 | } |
29 | |||
28 | input::-webkit-outer-spin-button, | 30 | input::-webkit-outer-spin-button, |
29 | input::-webkit-inner-spin-button { | 31 | input::-webkit-inner-spin-button { |
30 | -webkit-appearance: none; | 32 | -webkit-appearance: none; |
31 | } | 33 | } |
32 | 34 | ||
33 | .d-md-grid{ | 35 | .d-md-grid{ |
34 | @media (min-width: 768px) { | 36 | @media (min-width: 768px) { |
35 | display: grid !important; | 37 | display: grid !important; |
36 | } | 38 | } |
37 | } | 39 | } |
38 | 40 | ||
39 | .btn-outline-debo{ | 41 | .btn-outline-debo{ |
40 | background-color: transparent; | 42 | background-color: transparent; |
41 | color: $primary-color; | 43 | color: $primary-color; |
42 | border-color: $primary-color; | 44 | border-color: $primary-color; |
43 | &:hover{ | 45 | &:hover{ |
44 | color: #FFF; | 46 | color: #FFF; |
45 | border-color: transparent; | 47 | border-color: transparent; |
46 | background-color: $primary-color; | 48 | background-color: $primary-color; |
47 | } | 49 | } |
48 | } | 50 | } |
49 | 51 | ||
52 | .btn-brown { | ||
53 | background-color:#Cd9035; | ||
54 | -webkit-appearance: none; | ||
55 | border-color: transparent; | ||
56 | &:focus { | ||
57 | outline: 0 !important; | ||
58 | box-shadow: none; | ||
59 | } | ||
60 | .icon-white { | ||
61 | color: white; | ||
62 | } | ||
63 | } | ||
64 | |||
65 | |||
66 | .page-item.active .page-link { | ||
67 | z-index: 1; | ||
68 | color: #fff; | ||
69 | background-color: #Cd9035; | ||
70 | border-color: #Cd9035; | ||
71 | } | ||
72 | |||
73 | .foca-input { | ||
74 | &:focus { | ||
75 | border-color: #Cd9035; | ||
76 | box-shadow: 0 0 5px #Cd9035; | ||
77 | } | ||
78 | } | ||
79 | |||
80 | .btn-info { | ||
81 | background-color: #Cd9035; | ||
82 | border-color: #Cd9035; | ||
83 | &:focus { | ||
84 | box-shadow: none; | ||
85 | } | ||
86 | &:hover { | ||
87 | background-color: #Cd9035; | ||
88 | } | ||
89 | } | ||
90 | |||
91 | .btn-primary { | ||
92 | background-color: #Cd9035; | ||
93 | border-color: #Cd9035; | ||
94 | &:focus { | ||
95 | box-shadow: none; | ||
96 | } | ||
97 | &:hover { | ||
98 | background-color: #Cd9035; | ||
99 | } | ||
100 | } | ||
101 | |||
102 | .table-celda-total { | ||
103 | background-color: #E09524; | ||
104 | } | ||
105 | |||
106 | marquee { | ||
107 | background-color: #E09524; | ||
108 | } | ||
109 | |||
50 | .front-index{ | 110 | .front-index{ |
51 | z-index: 9999; | 111 | z-index: 9999; |
52 | } | 112 | } |
53 | 113 | ||
54 | .uib-daypicker{ | 114 | .uib-daypicker{ |
55 | outline: 0 | 115 | outline: 0 |
56 | } | 116 | } |
57 | 117 | ||
58 | .right-0{ | 118 | .right-0{ |
59 | right: 0; | 119 | right: 0; |
60 | } | 120 | } |
61 | 121 | ||
62 | .tabla-factura{ | 122 | .tabla-factura{ |
63 | word-wrap: break-word; | 123 | word-wrap: break-word; |
64 | table-layout: fixed; | 124 | table-layout: fixed; |
65 | } | 125 | } |
66 | 126 | ||
67 | .ladda-w-100 .ladda-label{ | 127 | .ladda-w-100 .ladda-label{ |
68 | width: 100%; | 128 | width: 100%; |
69 | float: right; | 129 | float: right; |
70 | } | 130 | } |
71 | 131 | ||
72 | .btn-delete-image{ | 132 | .btn-delete-image{ |
73 | height: 25px; | 133 | height: 25px; |
74 | width: 25px; | 134 | width: 25px; |
75 | top: -10px; | 135 | top: -10px; |
76 | right: 0; | 136 | right: 0; |
77 | } | 137 | } |
78 | 138 | ||
79 | button.clear-input{ | 139 | button.clear-input{ |
80 | cursor: pointer; | 140 | cursor: pointer; |
81 | background: transparent; | 141 | background: transparent; |
82 | border: none; | 142 | border: none; |
83 | margin-left: -24px; | 143 | margin-left: -24px; |
84 | z-index: 9; | 144 | z-index: 9; |
85 | color: #a3a3a3; | 145 | color: #a3a3a3; |
86 | &:focus{ | 146 | &:focus{ |
87 | outline: none; | 147 | outline: none; |
88 | } | 148 | } |
89 | } | 149 | } |
90 | 150 |