Uname: Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: 6036 (villadal)
Group: 100 (users)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//home/villadal/www/old///////booked/tpl/Reports      ( Reset | Go to )
File Name: common-reports.tpl
Edit
{*
Copyright 2012-2014 Nick Korbel

This file is part of Booked Scheduler.

Booked Scheduler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Booked Scheduler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Booked Scheduler.  If not, see <http://www.gnu.org/licenses/>.
*}
{include file='globalheader.tpl' cssFiles="css/reports.css,scripts/js/jqplot/jquery.jqplot.min.css"}

<h1>{translate key=CommonReports}</h1>
<div id="report-list">
    <ul>
        <li>
            <span class="report-title">{translate key=ReservedResources}</span>
            <span class="right">
                <a href="#" reportId="{CannedReport::RESERVATIONS_TODAY}"
                   class="report report-action runNow">{html_image src="calendar.png"} {translate key=Today}</a>
                <a href="#" reportId="{CannedReport::RESERVATIONS_THISWEEK}"
                   class="report report-action runNow">{html_image src="calendar-select-week.png"} {translate key=CurrentWeek}</a>
                <a href="#" reportId="{CannedReport::RESERVATIONS_THISMONTH}"
                   class="report report-action runNow">{html_image src="calendar-select-month.png"} {translate key=CurrentMonth}</a>
            </span>
        </li>
        <li class="alt">
            <span class="report-title">{translate key=ReservedAccessories}</span>
            <span class="right">
                <a href="#" reportId="{CannedReport::ACCESSORIES_TODAY}"
                   class="report report-action runNow">{html_image src="calendar.png"} {translate key=Today}</a>
                <a href="#" reportId="{CannedReport::ACCESSORIES_THISWEEK}"
                   class="report report-action runNow">{html_image src="calendar-select-week.png"} {translate key=CurrentWeek}</a>
                <a href="#" reportId="{CannedReport::ACCESSORIES_THISMONTH}"
                   class="report report-action runNow">{html_image src="calendar-select-month.png"} {translate key=CurrentMonth}</a>
            </span>
        </li>
        <li>
            <span class="report-title">{translate key=ResourceUsageTimeBooked}</span>
            <span class="right">
                <a href="#" reportId="{CannedReport::RESOURCE_TIME_ALLTIME}"
                   class="report report-action runNow">{html_image src="calendar.png"} {translate key=AllTime}</a>
                <a href="#" reportId="{CannedReport::RESOURCE_TIME_THISWEEK}"
                   class="report report-action runNow">{html_image src="calendar-select-week.png"} {translate key=CurrentWeek}</a>
                <a href="#" reportId="{CannedReport::RESOURCE_TIME_THISMONTH}"
                   class="report report-action runNow">{html_image src="calendar-select-month.png"} {translate key=CurrentMonth}</a>
            </span>
        </li>
        <li class="alt">
            <span class="report-title">{translate key=ResourceUsageReservationCount}</span>
            <span class="right">
                <a href="#" reportId="{CannedReport::RESOURCE_COUNT_ALLTIME}"
                   class="report report-action runNow">{html_image src="calendar.png"} {translate key=AllTime}</a>
                <a href="#" reportId="{CannedReport::RESOURCE_COUNT_THISWEEK}"
                   class="report report-action runNow">{html_image src="calendar-select-week.png"} {translate key=CurrentWeek}</a>
                <a href="#" reportId="{CannedReport::RESOURCE_COUNT_THISMONTH}"
                   class="report report-action runNow">{html_image src="calendar-select-month.png"} {translate key=CurrentMonth}</a>
            </span>
        </li>
        <li>
            <span class="report-title">{translate key=Top20UsersTimeBooked}</span>
            <span class="right">
                <a href="#" reportId="{CannedReport::USER_TIME_ALLTIME}"
                   class="report report-action runNow">{html_image src="calendar.png"} {translate key=AllTime}</a>
                <a href="#" reportId="{CannedReport::USER_TIME_THISWEEK}"
                   class="report report-action runNow">{html_image src="calendar-select-week.png"} {translate key=CurrentWeek}</a>
                <a href="#" reportId="{CannedReport::USER_TIME_THISMONTH}"
                   class="report report-action runNow">{html_image src="calendar-select-month.png"} {translate key=CurrentMonth}</a>
            </span>
        </li>
        <li class="alt">
            <span class="report-title">{translate key=Top20UsersReservationCount}</span>
            <span class="right">
                <a href="#" reportId="{CannedReport::USER_COUNT_ALLTIME}"
                   class="report report-action  runNow">{html_image src="calendar.png"} {translate key=AllTime}</a>
                <a href="#" reportId="{CannedReport::USER_COUNT_THISWEEK}"
                   class="report report-action runNow">{html_image src="calendar-select-week.png"} {translate key=CurrentWeek}</a>
                <a href="#" reportId="{CannedReport::USER_COUNT_THISMONTH}"
                   class="report report-action  runNow">{html_image src="calendar-select-month.png"} {translate key=CurrentMonth}</a>
            </span>
        </li>
    </ul>
</div>


<div id="resultsDiv">
</div>

<div id="indicator" style="display:none; text-align: center;">
    <h3>{translate key=Working}</h3>
{html_image src="admin-ajax-indicator.gif"}
</div>

{include file="Reports/chart.tpl"}

{jsfile src="ajax-helpers.js"}
{jsfile src="reports/canned-reports.js"}
{jsfile src="reports/chart.js"}

<script type="text/javascript">
    $(document).ready(function () {
        var reportOptions = {
            generateUrl:"{$smarty.server.SCRIPT_NAME}?{QueryStringKeys::ACTION}={ReportActions::Generate}&{QueryStringKeys::REPORT_ID}=",
            emailUrl:"{$smarty.server.SCRIPT_NAME}?{QueryStringKeys::ACTION}={ReportActions::Email}&{QueryStringKeys::REPORT_ID}=",
            deleteUrl:"{$smarty.server.SCRIPT_NAME}?{QueryStringKeys::ACTION}={ReportActions::Delete}&{QueryStringKeys::REPORT_ID}=",
            printUrl:"{$smarty.server.SCRIPT_NAME}?{QueryStringKeys::ACTION}={ReportActions::PrintReport}&{QueryStringKeys::REPORT_ID}=",
            csvUrl:"{$smarty.server.SCRIPT_NAME}?{QueryStringKeys::ACTION}={ReportActions::Csv}&{QueryStringKeys::REPORT_ID}="
        };

        var reports = new CannedReports(reportOptions);
        reports.init();
    });
</script>

{include file='globalfooter.tpl'}

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL