{
    "Orders": {
        "pages": {
            "roles": {
                "default": [
                    "owner",
                    "admin",
                    "user",
                    "callcenter",
                    "parent-owner",
                    "parent-admin",
                    "parent-user",
                    "parent-callcenter"
                ],
                "values": [
                    "*",
                    "owner",
                    "admin",
                    "user",
                    "callcenter",
                    "parent-owner",
                    "parent-admin",
                    "parent-user",
                    "parent-callcenter"

                ]
            }
        },
        "edit": {
            "tabs": {
                "default": [
                    {
                        "name": "ADMIN_DASHBOARD.ORDERS_PAGE.TABS.DETAILS",
                        "icon": "fa fa-tasks",
                        "path": "orders.edit.details"
                    },
                    {
                        "name": "ADMIN_DASHBOARD.ORDERS_PAGE.TABS.CLIENT",
                        "icon": "fa fa-user",
                        "path": "orders.edit.client"
                    },
                    {
                        "name": "ADMIN_DASHBOARD.ORDERS_PAGE.TABS.INTERACTIONS",
                        "icon": "fa fa-exchange",
                        "path": "orders.edit.interactions"
                    },
                    {
                        "name": "ADMIN_DASHBOARD.ORDERS_PAGE.TABS.AUDIT",
                        "icon": "fa fa-history",
                        "path": "orders.edit.audit"
                    }
                ],
                "values": [
                    {
                        "name": "ADMIN_DASHBOARD.ORDERS_PAGE.TABS.DETAILS",
                        "icon": "fa fa-tasks",
                        "path": "orders.edit.details"
                    },
                    {
                        "name": "ADMIN_DASHBOARD.ORDERS_PAGE.TABS.CLIENT",
                        "icon": "fa fa-user",
                        "path": "orders.edit.client"
                    },
                    {
                        "name": "ADMIN_DASHBOARD.ORDERS_PAGE.TABS.INTERACTIONS",
                        "icon": "fa fa-exchange",
                        "path": "orders.edit.interactions"
                    },
                    {
                        "name": "ADMIN_DASHBOARD.ORDERS_PAGE.TABS.AUDIT",
                        "icon": "fa fa-history",
                        "path": "orders.edit.audit"
                    }
                ]
            }
        },
        "table": {
            "columns": {
                "default": [
                    {
                        "data": "created_at",
                        "title": "Date/Time",
                        "filter": "datetime: 'llll'"
                    },
                    {
                        "data": "id",
                        "title": "ID"
                    },
                    {
                        "data": "client_name",
                        "title": "Client",
                        "defaultContent": "-"
                    },
                    {
                        "data": "price",
                        "title": "Price/Paid",
                        "filter": "currency"
                    },
                    {
                        "data": "paid",
                        "title": "Paid",
                        "filter": "currency"
                    }
                ],
                "values": [
                ]
            },
            "buttons": {
                "default": {
                    "buttons": [
                        "pageLength",
                        "colvis"
                    ]
                },
                "values": "*bbc"
            },
            "pagingType": {
                "default": "first_last_numbers",
                "values": [
                    "first_last_numbers"
                ]
            },
            "buttonSections": {
                "default": {
                    "title": [],
                    "topRight": [],
                    "topLeft": [],
                    "bottomRight": [],
                    "bottomLeft": [],
                    "rowRight": [
                        {
                            "style": "default xs",
                            "translation": "ADMIN_DASHBOARD.ORDERS_PAGE.DETAILS_BTN",
                            "sref": "orders.edit({id: $row.item.id})"
                        }
                    ]
                },
                "values": {
                    "title": [],
                    "topRight": [],
                    "topLeft": [],
                    "bottomRight": [],
                    "bottomLeft": [],
                    "rowRight": [
                        {
                            "style": "default xs",
                            "translation": "ADMIN_DASHBOARD.ORDERS_PAGE.DETAILS_BTN",
                            "sref": "orders.edit({id: $row.item.id})"
                        }
                    ]
                }
            }
        }
    }
}


