Commit 077a8b70d7452daf4309885648b1df0f7b4495f7
1 parent
dbdd6c1a0e
Exists in
master
Implementé módulo foca-admin-seguimiento.
Showing
7 changed files
with
22 additions
and
1 deletions
Show diff stats
img/botonera.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 rel="stylesheet" href="node_modules/angular-ui-swiper/dist/angular-ui-swiper.css"> | 10 | <link rel="stylesheet" href="node_modules/angular-ui-swiper/dist/angular-ui-swiper.css"> |
11 | <link href="./node_modules/ladda/dist/ladda-themeless.min.css" rel="stylesheet"> | 11 | <link href="./node_modules/ladda/dist/ladda-themeless.min.css" rel="stylesheet"> |
12 | <link href="./node_modules/leaflet/dist/leaflet.css" rel="stylesheet"/> | ||
12 | <link href="css/general.css" rel="stylesheet"/> | 13 | <link href="css/general.css" rel="stylesheet"/> |
13 | 14 | ||
14 | <!--VENDOR JS--> | 15 | <!--VENDOR JS--> |
15 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> | 16 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> |
16 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | 17 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> |
17 | <script src="./node_modules/angular/angular.min.js"></script> | 18 | <script src="./node_modules/angular/angular.min.js"></script> |
18 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> | 19 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> |
19 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> | 20 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> |
20 | <script src="./node_modules/angular-route/angular-route.min.js"></script> | 21 | <script src="./node_modules/angular-route/angular-route.min.js"></script> |
21 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> | 22 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> |
22 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> | 23 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> |
23 | <script src="./node_modules/angular-on-screen-keyboard/dist/angular-on-screen-keyboard.min.js"></script> | 24 | <script src="./node_modules/angular-on-screen-keyboard/dist/angular-on-screen-keyboard.min.js"></script> |
24 | <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> |
25 | <script src="./node_modules/ladda/dist/spin.min.js"></script> | 26 | <script src="./node_modules/ladda/dist/spin.min.js"></script> |
26 | <script src="./node_modules/ladda/dist/ladda.min.js"></script> | 27 | <script src="./node_modules/ladda/dist/ladda.min.js"></script> |
27 | <script src="./node_modules/angular-ladda/dist/angular-ladda.min.js"></script> | 28 | <script src="./node_modules/angular-ladda/dist/angular-ladda.min.js"></script> |
29 | <script src="./node_modules/leaflet/dist/leaflet.js"></script> | ||
28 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> | 30 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> |
29 | 31 | ||
32 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> | ||
30 | <script src="./node_modules/foca-abm-plazo-pago/dist/foca-abm-plazo-pago.min.js"></script> | 33 | <script src="./node_modules/foca-abm-plazo-pago/dist/foca-abm-plazo-pago.min.js"></script> |
31 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> | 34 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> |
32 | <script src="./node_modules/foca-abm-sectores/dist/foca-abm-sectores.min.js"></script> | 35 | <script src="./node_modules/foca-abm-sectores/dist/foca-abm-sectores.min.js"></script> |
33 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> | 36 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> |
34 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> | 37 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> |
35 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> | 38 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> |
36 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> | 39 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> |
37 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> | 40 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> |
38 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> | 41 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> |
39 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> | 42 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> |
40 | <script src="./node_modules/foca-modal-cotizacion/dist/foca-modal-cotizacion.min.js"></script> | 43 | <script src="./node_modules/foca-modal-cotizacion/dist/foca-modal-cotizacion.min.js"></script> |
41 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> | 44 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> |
42 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> | 45 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> |
43 | <script src="./node_modules/foca-modal-moneda/dist/foca-modal-moneda.min.js"></script> | 46 | <script src="./node_modules/foca-modal-moneda/dist/foca-modal-moneda.min.js"></script> |
44 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> | 47 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> |
45 | <script src="./node_modules/foca-modal-proveedor/dist/foca-modal-proveedor.min.js"></script> | 48 | <script src="./node_modules/foca-modal-proveedor/dist/foca-modal-proveedor.min.js"></script> |
46 | <script src="./node_modules/foca-modal-vendedores/dist/foca-modal-vendedores.min.js"></script> | 49 | <script src="./node_modules/foca-modal-vendedores/dist/foca-modal-vendedores.min.js"></script> |
47 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> | 50 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> |
48 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> | 51 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> |
49 | <script src="./node_modules/foca-turno-apertura/dist/foca-turno-apertura.min.js"></script> | 52 | <script src="./node_modules/foca-turno-apertura/dist/foca-turno-apertura.min.js"></script> |
50 | <!-- <script src="cordova.js"></script> --> | 53 | <!-- <script src="cordova.js"></script> --> |
51 | 54 | ||
52 | <!-- <script src="./dist/wrapper-demo.min.js"></script> --> | 55 | <!-- <script src="./dist/wrapper-demo.min.js"></script> --> |
53 | <script src="./src/js/app.js"></script> | 56 | <script src="./src/js/app.js"></script> |
54 | <script src="./src/js/controller.js"></script> | 57 | <script src="./src/js/controller.js"></script> |
55 | <script src="./src/etc/develop.js"></script> | 58 | <script src="./src/etc/develop.js"></script> |
56 | </head> | 59 | </head> |
57 | <body> | 60 | <body> |
58 | <style> | 61 | <style> |
59 | </style> | 62 | </style> |
60 | <botonera-horizontal></botonera-horizontal> | 63 | <botonera-horizontal></botonera-horizontal> |
61 | <div ng-view class="container contenedor"></div> | 64 | <div ng-view class="container contenedor"></div> |
62 | <div ng-controller="appWrapperDemoController" class="container d-none d-md-block"> | 65 | <div ng-controller="appWrapperDemoController" class="container d-none d-md-block"> |
63 | <div | 66 | <div |
64 | class="btn-group-toggle" | 67 | class="btn-group-toggle" |
65 | data-toggle="buttons" | 68 | data-toggle="buttons" |
66 | ng-click="mostrarTeclado = !mostrarTeclado"> | 69 | ng-click="mostrarTeclado = !mostrarTeclado"> |
67 | <label | 70 | <label |
68 | class="btn btn-secondary active boton-activar-teclado" | 71 | class="btn btn-secondary active boton-activar-teclado" |
69 | ng-class="{'teclado-activar': mostrarTeclado}"> | 72 | ng-class="{'teclado-activar': mostrarTeclado}"> |
70 | <input | 73 | <input |
71 | type="checkbox" | 74 | type="checkbox" |
72 | autocomplete="off" | 75 | autocomplete="off" |
73 | > | 76 | > |
74 | <i class="fa fa-keyboard-o fa-3x" aria-hidden="true"></i> | 77 | <i class="fa fa-keyboard-o fa-3x" aria-hidden="true"></i> |
75 | </label> | 78 | </label> |
76 | </div> | 79 | </div> |
77 | <foca-teclado | 80 | <foca-teclado |
78 | ng-show="mostrarTeclado && hasFocus" | 81 | ng-show="mostrarTeclado && hasFocus" |
79 | alfanumeric="true" | 82 | alfanumeric="true" |
80 | numeric="true" | 83 | numeric="true" |
81 | > | 84 | > |
82 | </foca-teclado> | 85 | </foca-teclado> |
83 | </div> | 86 | </div> |
84 | </body> | 87 | </body> |
85 | </html> | 88 | </html> |
86 | 89 |
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 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", | 7 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", |
8 | "gulp-pre-commit": "gulp pre-commit", | 8 | "gulp-pre-commit": "gulp pre-commit", |
9 | "compile": "gulp uglify && gulp sass", | 9 | "compile": "gulp uglify && gulp sass", |
10 | "electron": "electron .", | 10 | "electron": "electron .", |
11 | "electron-build": "gulp uglify && gulp html && gulp sass && electron ." | 11 | "electron-build": "gulp uglify && gulp html && gulp sass && electron ." |
12 | }, | 12 | }, |
13 | "pre-commit": [ | 13 | "pre-commit": [ |
14 | "gulp-pre-commit" | 14 | "gulp-pre-commit" |
15 | ], | 15 | ], |
16 | "repository": { | 16 | "repository": { |
17 | "type": "git", | 17 | "type": "git", |
18 | "url": "https://debo.suite.repo/Wrappers/wrapper-demo.git" | 18 | "url": "https://debo.suite.repo/Wrappers/wrapper-demo.git" |
19 | }, | 19 | }, |
20 | "author": "Foca Software", | 20 | "author": "Foca Software", |
21 | "license": "ISC", | 21 | "license": "ISC", |
22 | "dependencies": { | 22 | "dependencies": { |
23 | "angular": "^1.7.5", | 23 | "angular": "^1.7.5", |
24 | "angular-cookies": "^1.7.5", | 24 | "angular-cookies": "^1.7.5", |
25 | "angular-i18n": "^1.7.5", | 25 | "angular-i18n": "^1.7.5", |
26 | "angular-ladda": "^0.4.3", | 26 | "angular-ladda": "^0.4.3", |
27 | "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git", | 27 | "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git", |
28 | "angular-route": "^1.7.5", | 28 | "angular-route": "^1.7.5", |
29 | "angular-sanitize": "^1.7.5", | 29 | "angular-sanitize": "^1.7.5", |
30 | "angular-ui-swiper": "^2.3.8", | 30 | "angular-ui-swiper": "^2.3.8", |
31 | "bootstrap": "^4.1.3", | 31 | "bootstrap": "^4.1.3", |
32 | "foca-abm-plazo-pago": "git+https://debo.suite.repo/modulos-npm/foca-abm-plazo-pago.git", | 32 | "foca-abm-plazo-pago": "git+https://debo.suite.repo/modulos-npm/foca-abm-plazo-pago.git", |
33 | "foca-abm-precios-condiciones": "git+https://debo.suite.repo/modulos-npm/foca-abm-precios-condiciones.git", | 33 | "foca-abm-precios-condiciones": "git+https://debo.suite.repo/modulos-npm/foca-abm-precios-condiciones.git", |
34 | "foca-abm-sectores": "git+https://debo.suite.repo/modulos-npm/foca-abm-sectores", | 34 | "foca-abm-sectores": "git+https://debo.suite.repo/modulos-npm/foca-abm-sectores", |
35 | "foca-admin-seguimiento": "git+https://debo.suite.repo/modulos-npm/foca-admin-seguimiento.git", | ||
35 | "foca-botonera-principal": "git+https://debo.suite.repo/modulos-npm/foca-botonera-principal.git", | 36 | "foca-botonera-principal": "git+https://debo.suite.repo/modulos-npm/foca-botonera-principal.git", |
36 | "foca-busqueda-cliente": "git+https://debo.suite.repo/modulos-npm/foca-busqueda-cliente.git", | 37 | "foca-busqueda-cliente": "git+https://debo.suite.repo/modulos-npm/foca-busqueda-cliente.git", |
37 | "foca-crear-nota-pedido": "git+https://debo.suite.repo/modulos-npm/foca-crear-nota-pedido.git", | 38 | "foca-crear-nota-pedido": "git+https://debo.suite.repo/modulos-npm/foca-crear-nota-pedido.git", |
38 | "foca-directivas": "git+https://debo.suite.repo/modulos-npm/foca-directivas.git", | 39 | "foca-directivas": "git+https://debo.suite.repo/modulos-npm/foca-directivas.git", |
39 | "foca-login": "git+https://debo.suite.repo/modulos-npm/foca-login.git", | 40 | "foca-login": "git+https://debo.suite.repo/modulos-npm/foca-login.git", |
40 | "foca-modal": "git+https://debo.suite.repo/modulos-npm/foca-modal", | 41 | "foca-modal": "git+https://debo.suite.repo/modulos-npm/foca-modal", |
41 | "foca-modal-busqueda-productos": "git+https://debo.suite.repo/modulos-npm/foca-modal-busqueda-productos", | 42 | "foca-modal-busqueda-productos": "git+https://debo.suite.repo/modulos-npm/foca-modal-busqueda-productos", |
42 | "foca-modal-cotizacion": "git+https://debo.suite.repo/modulos-npm/foca-modal-cotizacion.git", | 43 | "foca-modal-cotizacion": "git+https://debo.suite.repo/modulos-npm/foca-modal-cotizacion.git", |
43 | "foca-modal-domicilio": "git+https://debo.suite.repo/modulos-npm/foca-modal-domicilio.git", | 44 | "foca-modal-domicilio": "git+https://debo.suite.repo/modulos-npm/foca-modal-domicilio.git", |
44 | "foca-modal-flete": "git+https://debo.suite.repo/modulos-npm/foca-modal-flete.git", | 45 | "foca-modal-flete": "git+https://debo.suite.repo/modulos-npm/foca-modal-flete.git", |
45 | "foca-modal-moneda": "git+https://debo.suite.repo/modulos-npm/foca-modal-moneda.git", | 46 | "foca-modal-moneda": "git+https://debo.suite.repo/modulos-npm/foca-modal-moneda.git", |
46 | "foca-modal-precio-condiciones": "git+https://debo.suite.repo/modulos-npm/foca-modal-precio-condiciones.git", | 47 | "foca-modal-precio-condiciones": "git+https://debo.suite.repo/modulos-npm/foca-modal-precio-condiciones.git", |
47 | "foca-modal-proveedor": "git+https://debo.suite.repo/modulos-npm/foca-modal-proveedor.git", | 48 | "foca-modal-proveedor": "git+https://debo.suite.repo/modulos-npm/foca-modal-proveedor.git", |
48 | "foca-modal-vendedores": "git+https://debo.suite.repo/modulos-npm/foca-modal-vendedores.git", | 49 | "foca-modal-vendedores": "git+https://debo.suite.repo/modulos-npm/foca-modal-vendedores.git", |
49 | "foca-seguimiento": "git+https://debo.suite.repo/modulos-npm/foca-seguimiento.git", | 50 | "foca-seguimiento": "git+https://debo.suite.repo/modulos-npm/foca-seguimiento.git", |
50 | "foca-teclado": "git+https://debo.suite.repo/modulos-npm/foca-teclado.git", | 51 | "foca-teclado": "git+https://debo.suite.repo/modulos-npm/foca-teclado.git", |
51 | "foca-turno-apertura": "git+https://debo.suite.repo/modulos-npm/foca-turno-apertura.git", | 52 | "foca-turno-apertura": "git+https://debo.suite.repo/modulos-npm/foca-turno-apertura.git", |
52 | "font-awesome": "^4.7.0", | 53 | "font-awesome": "^4.7.0", |
53 | "gulp-angular-templatecache": "^2.2.1", | 54 | "gulp-angular-templatecache": "^2.2.1", |
54 | "gulp-htmlmin": "^5.0.1", | 55 | "gulp-htmlmin": "^5.0.1", |
55 | "gulp-uglify": "^3.0.1", | 56 | "gulp-uglify": "^3.0.1", |
56 | "gulp-uglify-es": "^1.0.4", | 57 | "gulp-uglify-es": "^1.0.4", |
57 | "jquery": "^3.3.1", | 58 | "jquery": "^3.3.1", |
58 | "ladda": "1.0.6", | 59 | "ladda": "1.0.6", |
60 | "leaflet": "1.3.4", | ||
59 | "node-sass": "^4.9.4", | 61 | "node-sass": "^4.9.4", |
60 | "uglify": "^0.1.5", | 62 | "uglify": "^0.1.5", |
61 | "ui-bootstrap4": "^3.0.5" | 63 | "ui-bootstrap4": "^3.0.5" |
62 | }, | 64 | }, |
63 | "devDependencies": { | 65 | "devDependencies": { |
64 | "electron": "^3.0.2", | 66 | "electron": "^3.0.2", |
65 | "gulp": "^3.9.1", | 67 | "gulp": "^3.9.1", |
66 | "gulp-clean": "^0.4.0", | 68 | "gulp-clean": "^0.4.0", |
67 | "gulp-concat": "^2.6.1", | 69 | "gulp-concat": "^2.6.1", |
68 | "gulp-connect": "^5.6.1", | 70 | "gulp-connect": "^5.6.1", |
69 | "gulp-jshint": "^2.1.0", | 71 | "gulp-jshint": "^2.1.0", |
70 | "gulp-rename": "^1.4.0", | 72 | "gulp-rename": "^1.4.0", |
71 | "gulp-replace": "^1.0.0", | 73 | "gulp-replace": "^1.0.0", |
72 | "gulp-sass": "^4.0.1", | 74 | "gulp-sass": "^4.0.1", |
73 | "gulp-uglify": "^1.0.4", | 75 | "gulp-uglify": "^1.0.4", |
74 | "gulp-watch": "^5.0.1", | 76 | "gulp-watch": "^5.0.1", |
75 | "jasmine-core": "^3.2.1", | 77 | "jasmine-core": "^3.2.1", |
76 | "jshint": "^2.9.6", | 78 | "jshint": "^2.9.6", |
77 | "pre-commit": "^1.2.2", | 79 | "pre-commit": "^1.2.2", |
78 | "pump": "^3.0.0" | 80 | "pump": "^3.0.0" |
79 | } | 81 | } |
80 | } | 82 | } |
81 | 83 |
src/js/app.js
1 | angular.module('appWrapperDemo', [ | 1 | angular.module('appWrapperDemo', [ |
2 | 'angular-ladda', | 2 | 'angular-ladda', |
3 | 'ngCookies', | 3 | 'ngCookies', |
4 | 'ngRoute', | 4 | 'ngRoute', |
5 | 'ui.bootstrap', | 5 | 'ui.bootstrap', |
6 | 'ui.swiper', | 6 | 'ui.swiper', |
7 | 'focaAbmPlazoPago', | 7 | 'focaAbmPlazoPago', |
8 | 'focaAbmPreciosCondiciones', | 8 | 'focaAbmPreciosCondiciones', |
9 | 'focaAbmSectores', | 9 | 'focaAbmSectores', |
10 | 'focaAdminSeguimiento', | ||
10 | 'focaBotoneraPrincipal', | 11 | 'focaBotoneraPrincipal', |
11 | 'focaBusquedaCliente', | 12 | 'focaBusquedaCliente', |
12 | 'focaBusquedaProductos', | 13 | 'focaBusquedaProductos', |
13 | 'focaCrearNotaPedido', | 14 | 'focaCrearNotaPedido', |
14 | 'focaDirectivas', | 15 | 'focaDirectivas', |
15 | 'focaLogin', | 16 | 'focaLogin', |
16 | 'focaModal', | 17 | 'focaModal', |
17 | 'focaModalCotizacion', | 18 | 'focaModalCotizacion', |
18 | 'focaModalFlete', | 19 | 'focaModalFlete', |
19 | 'focaModalMoneda', | 20 | 'focaModalMoneda', |
20 | 'focaModalPrecioCondicion', | 21 | 'focaModalPrecioCondicion', |
21 | 'focaModalProveedor', | 22 | 'focaModalProveedor', |
22 | 'focaModalVendedores', | 23 | 'focaModalVendedores', |
23 | 'focaTeclado', | 24 | 'focaTeclado', |
24 | 'focaTurnoApertura', | 25 | 'focaTurnoApertura', |
25 | 'ngSanitize', | 26 | 'ngSanitize', |
26 | 'onScreenKeyboard', | 27 | 'onScreenKeyboard', |
27 | 'focaModalDomicilio', | 28 | 'focaModalDomicilio', |
28 | 'cordovaGeolocationModule', | 29 | 'cordovaGeolocationModule', |
29 | 'focaSeguimiento' | 30 | 'focaSeguimiento' |
30 | ]); | 31 | ]); |
31 | 32 |
src/sass/_admin-seguimiento.scss
File was created | 1 | .foca-admin-seguimiento { | |
2 | osm { | ||
3 | &>div { | ||
4 | height: 600px; | ||
5 | } | ||
6 | } | ||
7 | } | ||
8 |
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 | } | 10 | } |
11 | button { | 11 | button { |
12 | background-image: url('../img/botonera.png'); | 12 | background-image: url('../img/botonera.png'); |
13 | border-radius: 12px; | 13 | border-radius: 12px; |
14 | border-width: 0; | 14 | border-width: 0; |
15 | height: 90px; | 15 | height: 90px; |
16 | position: relative; | 16 | position: relative; |
17 | width: 90px; | 17 | width: 90px; |
18 | span { | 18 | span { |
19 | left: 0; | 19 | left: 0; |
20 | position: absolute; | 20 | position: absolute; |
21 | text-align: center; | 21 | text-align: center; |
22 | top: 90px; | 22 | top: 90px; |
23 | width: 100%; | 23 | width: 100%; |
24 | font-size: 12px; | 24 | font-size: 12px; |
25 | color: #777777; | 25 | color: #777777; |
26 | } | 26 | } |
27 | } | 27 | } |
28 | &-menu { | 28 | &-menu { |
29 | padding-left: 90px; | 29 | padding-left: 90px; |
30 | @media (max-width: 576px) { | 30 | @media (max-width: 576px) { |
31 | padding: 0; | 31 | padding: 0; |
32 | } | 32 | } |
33 | } | 33 | } |
34 | &-logo { | 34 | &-logo { |
35 | width: 80%; | 35 | width: 80%; |
36 | opacity: .8; | 36 | opacity: .8; |
37 | @media (max-width: 576px) { | 37 | @media (max-width: 576px) { |
38 | width: 100%; | 38 | width: 100%; |
39 | } | 39 | } |
40 | } | 40 | } |
41 | &-vacio { | 41 | &-vacio { |
42 | & button { | 42 | & button { |
43 | background-position: -4380px 0; | 43 | background-position: -4380px 0; |
44 | &:hover { | 44 | &:hover { |
45 | background-position: -4380px -90px; | 45 | background-position: -4380px -90px; |
46 | } | 46 | } |
47 | } | 47 | } |
48 | } | 48 | } |
49 | &-abrir-turno { | 49 | &-abrir-turno { |
50 | & button { | 50 | & button { |
51 | background-position: 0 0; | 51 | background-position: 0 0; |
52 | &:hover { | 52 | &:hover { |
53 | background-position: 0 -90px; | 53 | background-position: 0 -90px; |
54 | } | 54 | } |
55 | } | 55 | } |
56 | } | 56 | } |
57 | &-cerrar-turno { | 57 | &-cerrar-turno { |
58 | & button { | 58 | & button { |
59 | background-position: -90px 0; | 59 | background-position: -90px 0; |
60 | &:hover { | 60 | &:hover { |
61 | background-position: -90px -90px; | 61 | background-position: -90px -90px; |
62 | } | 62 | } |
63 | } | 63 | } |
64 | } | 64 | } |
65 | &-caja { | 65 | &-caja { |
66 | & button { | 66 | & button { |
67 | background-position: -180px 0; | 67 | background-position: -180px 0; |
68 | &:hover { | 68 | &:hover { |
69 | background-position: -180px -90px; | 69 | background-position: -180px -90px; |
70 | } | 70 | } |
71 | } | 71 | } |
72 | } | 72 | } |
73 | &-facturador { | 73 | &-facturador { |
74 | & button { | 74 | & button { |
75 | background-position: -270px 0px; | 75 | background-position: -270px 0px; |
76 | &:hover { | 76 | &:hover { |
77 | background-position: -270px -90px; | 77 | background-position: -270px -90px; |
78 | } | 78 | } |
79 | } | 79 | } |
80 | } | 80 | } |
81 | &-nota-pedido { | 81 | &-nota-pedido { |
82 | & button { | 82 | & button { |
83 | background-position: -1250px 0px; | 83 | background-position: -1250px 0px; |
84 | &:hover { | 84 | &:hover { |
85 | background-position: -1250px -90px; | 85 | background-position: -1250px -90px; |
86 | } | 86 | } |
87 | } | 87 | } |
88 | } | 88 | } |
89 | 89 | &-seguimiento { | |
90 | & button { | ||
91 | background-position: -4470px 0px; | ||
92 | &:hover { | ||
93 | background-position: -4470px -90px; | ||
94 | } | ||
95 | } | ||
96 | } | ||
90 | .swiper-pagination { | 97 | .swiper-pagination { |
91 | bottom: 0px !important; | 98 | bottom: 0px !important; |
92 | } | 99 | } |
93 | } | 100 | } |
94 | 101 |
src/sass/general.scss
1 | @import 'admin-seguimiento'; | ||
1 | @import 'bootstrap'; | 2 | @import 'bootstrap'; |
2 | @import 'botonera'; | 3 | @import 'botonera'; |
3 | @import 'botonera-lateral'; | 4 | @import 'botonera-lateral'; |
4 | @import 'botonera-principal'; | 5 | @import 'botonera-principal'; |
5 | @import 'botonera-secundaria'; | 6 | @import 'botonera-secundaria'; |
6 | @import 'contenedor'; | 7 | @import 'contenedor'; |
7 | @import 'lista'; | 8 | @import 'lista'; |
8 | @import 'login'; | 9 | @import 'login'; |
9 | @import 'panel-informativo'; | 10 | @import 'panel-informativo'; |
10 | @import 'tabla'; | 11 | @import 'tabla'; |
11 | @import 'teclado'; | 12 | @import 'teclado'; |
12 | @import 'tabla-articulos'; | 13 | @import 'tabla-articulos'; |
13 | @import 'acciones-mobile'; | 14 | @import 'acciones-mobile'; |
14 | @import 'swiper'; | 15 | @import 'swiper'; |
15 | @import 'crear-nota-pedido'; | 16 | @import 'crear-nota-pedido'; |
16 | 17 |