Skip to content

Instantly share code, notes, and snippets.

@scorredoira
Created June 1, 2018 18:42
Show Gist options
  • Select an option

  • Save scorredoira/777fecce9e93244f7bd4481cea4ec5c0 to your computer and use it in GitHub Desktop.

Select an option

Save scorredoira/777fecce9e93244f7bd4481cea4ec5c0 to your computer and use it in GitHub Desktop.
{
"path": "/cashregister",
"type": "a.adminview",
"title": "@@Ocupación",
"children": {
"body": {
"type": "dashboard",
"children": [
{
"type": "row",
"children": [
{
"type": "column",
"width": "900px",
"children": [
{
"type": "tile",
"children": [
{
"type": "a.cashregister",
"id": "cashReg",
"idCashRegister": 1
}
]
}
]
},
{
"type": "column",
"children": [
{
"type": "tile",
"height": "330px",
"children": [
{
"type": "a.dayselect",
"onClick": {
"target": "cashReg",
"command": "setDate"
}
}
]
}
]
}
]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment