mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
New Feature: Overall performance report
New Feature: Download searched sample to file New Feature: Added docker-compose template Fixed Bug: Performance reporting with unended calls has undefined result (was using NOW()) Fixed Bug: Total call time limited to MySQL SEC_TO_TIME function
This commit is contained in:
@@ -170,6 +170,7 @@ include ("../functions/functions.operator.php");
|
||||
<li><a href="?g=6&page=shiftreport.php"><i class="fa fa-th-large fa-fw"></i><?php print T_("Shift reports") ;?></a></li>
|
||||
<li><a href="?g=6&page=quotareport.php" ><i class="fa fa-filter fa-fw"></i><?php print T_("Quota report") ;?></a></li>
|
||||
<li><a href="?g=6&page=outcomes.php"><i class="fa fa-bar-chart fa-fw"></i><?php print T_("Questionnaire outcomes") ;?></a></li>
|
||||
<li><a href="?g=6&page=overallreport.php"><i class="fa fa-pie-chart fa-fw"></i><?php print T_("Overall performance report") ;?></a></li>
|
||||
<li><a href="?g=6&page=dataoutput.php"><i class="fa fa-download fa-fw"></i><?php print T_("Data output") ;?></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@@ -314,6 +314,8 @@ if ($sample_import_id != false)
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('#bs-table').DataTable( {
|
||||
"dom": 'Bfrtip',
|
||||
"buttons": ['copy','csv','excel','pdf','print'],
|
||||
"processing": true,
|
||||
"serverSide": true,
|
||||
"ajax": {
|
||||
|
||||
Reference in New Issue
Block a user