Created
June 2, 2018 10:53
-
-
Save scorredoira/6416a1a608a4db5bbd2fb68c3373992a 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
| { | |
| "path": "/cashregister", | |
| "type": "a.adminview", | |
| "title": "@@Caja", | |
| "children": { | |
| "body": { | |
| "type": "dashboard", | |
| "children": [ | |
| { | |
| "type": "row", | |
| "children": [ | |
| { | |
| "type": "column", | |
| "children": [ | |
| { | |
| "type": "tile", | |
| "width": "800px", | |
| "children": [ | |
| { | |
| "type": "a.cashregister", | |
| "id": "cashReg", | |
| "idCashRegister": 1 | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "column", | |
| "children": [ | |
| { | |
| "type": "tile", | |
| "height": "350px", | |
| "children": [ | |
| { | |
| "type": "a.dayselect", | |
| "onClick": { | |
| "target": "cashReg", | |
| "command": "setDate" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "tile", | |
| "children": [ | |
| { | |
| "title": "@@Evolución", | |
| "type": "header" | |
| }, | |
| { | |
| "type": "a.chart", | |
| "chartType": "bar", | |
| "width": "270", | |
| "height": "270" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment