{
    "statisticalSummaries":[
        {
            "id" : "SS1",
            "title" : "reports.restaurant.statisticalSummaries.daily_sales",
            "icon" : "fas fa-file-invoice-dollar",
            "html_id" : "saleDay"
        },
        {
            "id" : "SS2",
            "title" : "reports.restaurant.statisticalSummaries.monthly_sales",
            "icon" : "fa fa-calculator",
            "html_id" : "saleMonth"
        },
        {
            "id" : "SS3",
            "title" : "reports.restaurant.statisticalSummaries.daily_orders",
            "icon" : "fa fa-cart-plus",
            "html_id" : "orderDay"
        },
        {
            "id" : "SS4",
            "title" : "reports.restaurant.statisticalSummaries.monthly_orders",
            "icon" : "fa fa-cart-arrow-down",
            "html_id" : "orderMonth"
        },
        {
            "id" : "SS5",
            "title" : "reports.restaurant.statisticalSummaries.products",
            "icon" : "fa fa-coffee",
            "html_id" : "products"
        },
        {
            "id" : "SS6",
            "title" : "reports.restaurant.statisticalSummaries.tables",
            "icon" : "fa fa-th",
            "html_id" : "tables"
        }
    ],

    "generalReports" : [
        {
            "id" : "GR1",
            "title" : "reports.restaurant.generalReports.anual_sales",
            "route" : "sales.pdf"
        },
        {
            "id" : "GR2",
            "title" : "reports.restaurant.generalReports.product_list",
            "route" : "products.pdf"
        },
        {
            "id" : "GR3",
            "title" : "reports.restaurant.generalReports.category_list",
            "route" : "categories.pdf"
        }
    ],

    "statisticalReports" : {
        "ingresos" : [
            {
                "id" : "SRI1",
                "title" : "reports.restaurant.statisticalReports.ingresos.day_balance",
                "route" : "dailyRestaurantIncome"
            },
            {
                "id" : "SRI2",
                "title" : "reports.restaurant.statisticalReports.ingresos.balances_per_period_and_category",
                "route" : "incomePerPeriodAndCategory"
            },
            {
                "id" : "SRI3",
                "title" : "reports.restaurant.statisticalReports.ingresos.balances_per_period_and_amenities",
                "route" : "incomePerPeriodAndAmenities",
                "conditional": {
                    "helper": "features",
                    "element": "mini_shop"
                }
            }
        ]
    }

}
