Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 2517-clientBalanceCompensaciones
This commit is contained in:
commit
17c784e06f
|
@ -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
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue