Created
June 2, 2018 17:23
-
-
Save scorredoira/566f29c67b92d10631032be092c7e380 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "a.adminview", | |
"path": "/timetable2", | |
"title": "@@Ocupación", | |
"children": { | |
"body": { | |
"type": "dashboard", | |
"children": [ | |
{ | |
"type": "row", | |
"children": [ | |
{ | |
"type": "column", | |
"children": [ | |
{ | |
"type": "tile", | |
"children": [ | |
{ | |
"type": "a.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", | |
"width": "100%", | |
"children": [ | |
{ | |
"type": "tile", | |
"children": [ | |
{ | |
"type": "a.pos", | |
"id": "pos" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"type": "column", | |
"children": [ | |
{ | |
"type": "tile", | |
"height": "350px", | |
"children": [ | |
{ | |
"type": "a.dayselect", | |
"onClick": { | |
"target": "timetable", | |
"command": "setDate" | |
} | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment