{
    "statisticalSummaries":[
        {
            "id" : "SS1",
            "title" : "reports.hotel.statisticalSummaries.room_types",
            "icon" : "fa fa-th",
            "html_id" : "roomType"
        },
        {
            "id" : "SS2",
            "title" : "reports.hotel.statisticalSummaries.rooms",
            "icon" : "fa fa-solid fa-heading",
            "html_id" : "room"
        },
        {
            "id" : "SS3",
            "title" : "reports.hotel.statisticalSummaries.agencies",
            "icon" : "fa fa-plane",
            "html_id" : "agencies"
        },
        {
            "id" : "SS4",
            "title" : "reports.hotel.statisticalSummaries.monthly_checkouts",
            "icon" : "fa fa-calendar-check",
            "html_id" : "checkins"
        },
        {
            "id" : "SS5",
            "title" : "reports.hotel.statisticalSummaries.monthly_reservations",
            "icon" : "fa fa-solid fa-calendar-plus",
            "html_id" : "reservations"
        },
        {
            "id" : "SS6",
            "title" : "reports.hotel.statisticalSummaries.monthly_lodging_income",
            "icon" : "fa fa-solid fa-dollar-sign",
            "html_id" : "lodgingEarningsM"
        },
        {
            "id" : "SS7",
            "title" : "reports.hotel.statisticalSummaries.monthly_extra_income",
            "icon" : "fa fa-solid fa-dollar-sign",
            "html_id" : "extraEarningsM"
        },
        {
            "id" : "SS8",
            "title" : "reports.hotel.statisticalSummaries.monthly_consumption_income",
            "icon" : "fa fa-solid fa-dollar-sign",
            "html_id" : "consumptionEarningsM"
        },
        {
            "id" : "SS9",
            "title" : "reports.hotel.statisticalSummaries.total_monthly_income",
            "icon" : "fa fa-light fa-money-bill",
            "html_id" : "totalEarningsM"
        },
        {
            "id" : "SS10",
            "title" : "reports.hotel.statisticalSummaries.occupied_rooms",
            "icon" : "fa fa-bed",
            "html_id" : "occupiedRooms"
        },
        {
            "id" : "SS11",
            "title" : "reports.hotel.statisticalSummaries.clients",
            "icon" : "fa fa-users",
            "html_id" : "clients"
        },
        {
            "id" : "SS12",
            "title" : "reports.hotel.statisticalSummaries.users",
            "icon" : "fa fa-user",
            "html_id" : "userTotal"
        }
    ],

    "generalReports" : [
        {
    	    "id" : "GR1",
            "title" : "reports.hotel.generalReports.room_list",
            "route" : "rooms.pdf"
        },
        {
    	    "id" : "GR2",
            "title" : "reports.hotel.generalReports.agency_list",
            "route" : "agencies.pdf"
        },
        {
            "id" : "GR3",
            "title" : "reports.hotel.generalReports.user_list",
            "route" : "users.pdf"
        }
    ],

    "statisticalReports" : {
        "ingresos" : [
            {
                "id" : "SRI1",
                "title" : "reports.hotel.statisticalReports.ingresos.day_balance",
                "route" : "checkinBalances"
            },
            {
                "id" : "SRI2",
                "title" : "reports.hotel.statisticalReports.ingresos.balances_per_period",
                "route" : "checkoutBalances"
            },
            {
                "id" : "SRI3",
                "title" : "reports.hotel.statisticalReports.ingresos.revenues_per_month",
                "route" : "incomePerMonth"
            },
            {
                "id" : "SRI4",
                "title" : "reports.hotel.statisticalReports.ingresos.revenues_per_period",
                "route" : "incomePerPeriod"
            },
            {
                "id" : "SRI5",
                "title" : "reports.hotel.statisticalReports.ingresos.revenues_per_period_and_payment_method",
                "route" : "incomePerPeriodAndPaymentMethod"
            },
            {
                "id" : "SRI6",
                "title" : "reports.hotel.statisticalReports.ingresos.revenues_per_period_and_room_type",
                "route" : "incomePerPeriodAndRoomType"
            }
        ],

        "reservas" : [
            {
                "id" : "SRR1",
                "title" : "reports.hotel.statisticalReports.reservas.reservations_per_period",
                "route" : "reservationsPerPeriod"
            },
            {
                "id" : "SRR2",
                "title" : "reports.hotel.statisticalReports.reservas.deferred_reservations",
                "route" : "deferredBookings"
            },
            {
                "id" : "SRR3",
                "title" : "reports.hotel.statisticalReports.reservas.common_reservation_sources",
                "route" : "commonSources"
            },
            {
                "id" : "SRR4",
                "title" : "reports.hotel.statisticalReports.reservas.reservation_history",
                "route" : "bookingHistory"
            },
            {
                "id" : "SRR5",
                "title" : "reports.hotel.statisticalReports.reservas.reservation_history_changes",
                "action" : "getBookingHistory()"
            },
            {
                "id" : "SRR6",
                "title" : "reports.hotel.statisticalReports.reservas.checkin_per_user_and_period",
                "route" : "checkinPerUserAndPeriod"
            },
            {
                "id" : "SRR7",
                "title" : "reports.hotel.statisticalReports.reservas.occupation_per_period",
                "route" : "occupationPerPeriod"
            },
            {
                "id" : "SRR8",
                "title" : "reports.hotel.statisticalReports.reservas.occupation_per_month",
                "route" : "occupationPerMonth"
            },
            {
                "id" : "SRR9",
                "title" : "reports.hotel.statisticalReports.reservas.occupation_per_year",
                "route" : "occupationPerYear"
            },
            {
                "id" : "SRR10",
                "title" : "reports.hotel.statisticalReports.reservas.arrives_per_period",
                "route" : "arrivesPerPeriod"
            },
            {
                "id" : "SRR11",
                "title" : "reports.hotel.statisticalReports.reservas.overbooking_per_period",
                "route" : "overbookingPerPeriod"
            },
            {
                "id" : "SRR12",
                "title" : "reports.hotel.statisticalReports.reservas.future_overbooking",
                "route" : "overbookingOnFuture"
            },
            {
                "id" : "SRR13",
                "title" : "reports.hotel.statisticalReports.reservas.regimen_per_period",
                "route" : "regimenPerPeriod"
            },
            {
                "id" : "SRR14",
                "title" : "reports.hotel.statisticalReports.reservas.on_destiny_per_period_and_payment_method",
                "route" : "onDestinyPerPeriod"
            },
            {
                "id" : "SRR15",
                "title" : "reports.hotel.statisticalReports.reservas.credit_per_period_and_payment_method",
                "route" : "creditPerPeriod"
            },
            {
                "id" : "SRR16",
                "title" : "reports.hotel.statisticalReports.reservas.courtesy_per_period_and_payment_method",
                "route" : "courtesyPerPeriod"
            }
        ],

        "clientes" : [
            {
                "id" : "SRC1",
                "title" : "reports.hotel.statisticalReports.clientes.clients_per_period",
                "route" : "clientsPerPeriod"
            }
        ]
    }

}
