Skip to content

Instantly share code, notes, and snippets.

@scorredoira
Created June 2, 2018 19:54
Show Gist options
  • Save scorredoira/1ab92efd4732733f25be43fa754b0e5f to your computer and use it in GitHub Desktop.
Save scorredoira/1ab92efd4732733f25be43fa754b0e5f to your computer and use it in GitHub Desktop.
{
"type": "amura.adminview",
"path": "/timetable2",
"title": "@@Ocupación",
"children": {
"body": {
"type": "dashboard",
"children": [
{
"type": "row",
"children": [
{
"type": "column",
"height": "900px",
"children": [
{
"type": "tile",
"overflow": "auto",
"children": [
{
"type": "amura.timetable",
"id": "timetable",
"pixelsPerMin": 5,
"hourColumnInterval": 10,
"columns": [
{
"idResourceType": 2
},
{
"idResourceType": 3
},
{
"idResourceType": 1,
"idResource": 1,
"width": 60
},
{
"idResourceType": 1,
"idResource": 2,
"width": 60
}
],
"onReservationClick": {
"target": "pos",
"command": "refresh",
"readArgs": "idSale"
}
}
]
}
]
},
{
"type": "column",
"children": [
{
"type": "row",
"height": "350px",
"children": [
{
"type": "tile",
"width": "100%",
"children": [
{
"type": "amura.dayselect",
"onClick": {
"target": "timetable",
"command": "setDate"
}
}
]
},
{
"type": "tile",
"width": "100%",
"children": [
{
"title": "@@Ventas por subfamilias",
"type": "header"
},
{
"type": "amura.chart",
"chartType": "bar",
"responsive": true
}
]
}
]
},
{
"type": "tile",
"width": "680px",
"children": [
{
"type": "amura.pos",
"id": "pos"
}
]
}
]
}
]
}
]
}
}
}
@scorredoira
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment