Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 2517-clientBalanceCompensaciones

This commit is contained in:
Carlos Jimenez Ruiz 2021-02-01 09:52:42 +01:00
commit 17c784e06f
5 changed files with 13 additions and 1 deletions

View File

@ -3,4 +3,4 @@ host = localhost
port = 3306 port = 3306
user = root user = root
password = root password = root
default-character-set=utf8 default-character-set=utf8

View File

@ -31,6 +31,9 @@
{"state": "account.alias.card.users", "icon": "groups"} {"state": "account.alias.card.users", "icon": "groups"}
] ]
}, },
"keybindings": [
{"key": "u", "state": "account.index"}
],
"routes": [ "routes": [
{ {
"url": "/account", "url": "/account",

View File

@ -16,6 +16,9 @@
{"state": "entry.card.log", "icon": "history"} {"state": "entry.card.log", "icon": "history"}
] ]
}, },
"keybindings": [
{"key": "e", "state": "entry.index"}
],
"routes": [ "routes": [
{ {
"url": "/entry", "url": "/entry",

View File

@ -17,6 +17,9 @@
{"state": "supplier.card.consumption", "icon": "show_chart"} {"state": "supplier.card.consumption", "icon": "show_chart"}
] ]
}, },
"keybindings": [
{"key": "p", "state": "supplier.index"}
],
"routes": [ "routes": [
{ {
"url": "/supplier", "url": "/supplier",

View File

@ -18,6 +18,9 @@
{"state": "zone.card.events", "icon": "today"} {"state": "zone.card.events", "icon": "today"}
] ]
}, },
"keybindings": [
{"key": "z", "state": "zone.index"}
],
"routes": [ "routes": [
{ {
"url": "/zone", "url": "/zone",