Update report filtering, helper, and template
- Updated Filters.php configuration - Enhanced ReportHelper library functionality - Modified report template view for improved rendering
This commit is contained in:
parent
b102ba657c
commit
a65feb0495
@ -61,7 +61,7 @@ class Filters extends BaseFilters
|
|||||||
'after' => [
|
'after' => [
|
||||||
'pagecache', // Web Page Caching
|
'pagecache', // Web Page Caching
|
||||||
'performance', // Performance Metrics
|
'performance', // Performance Metrics
|
||||||
#'toolbar', // Debug Toolbar
|
'toolbar', // Debug Toolbar
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@ -267,7 +267,7 @@ class ReportHelper
|
|||||||
$i = 0;
|
$i = 0;
|
||||||
$page = 1;
|
$page = 1;
|
||||||
$line = 0;
|
$line = 0;
|
||||||
$lpp = 38;
|
$lpp = 39;
|
||||||
$done[1] = "";
|
$done[1] = "";
|
||||||
$nline = 0;
|
$nline = 0;
|
||||||
$RERUN = 1;
|
$RERUN = 1;
|
||||||
|
|||||||
@ -65,7 +65,7 @@ $i = 1;
|
|||||||
</table>
|
</table>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<?php if ($others != '' && substr_count($others, "\r") + substr_count($result[$npage], "\r") < 38): ?>
|
<?php if ($others != '' && substr_count($others, "\r") + substr_count($result[$npage - 1], "\r") < 39): ?>
|
||||||
<table>
|
<table>
|
||||||
<tr><td><b><?= esc($othertitle) ?>:</b><br/>
|
<tr><td><b><?= esc($othertitle) ?>:</b><br/>
|
||||||
<?= $others ?></td></tr>
|
<?= $others ?></td></tr>
|
||||||
@ -129,8 +129,8 @@ endforeach;
|
|||||||
Status : <?= esc($status) ?>
|
Status : <?= esc($status) ?>
|
||||||
<pre class='small'>Collected on <?= esc($collData) ?>
|
<pre class='small'>Collected on <?= esc($collData) ?>
|
||||||
Received on <?= esc($recvData) ?>
|
Received on <?= esc($recvData) ?>
|
||||||
Val1 By : <?= esc($val1User) ?> | Val2 By <?= esc($val2User) ?>
|
Val1 By : <?= esc($val1User) ?> (<?= esc($val1Date) ?>) | Val2 By : <?= esc($val2User) ?> (<?= esc($val2Date) ?>)
|
||||||
Page <?= $i ?>/<?= $npage ?> Printed By : <?= esc($valBy) ?> <?= esc($date) ?></pre>
|
Page <?= $npage + 1 ?>/<?= $npage + 1 ?> Printed By : <?= esc($valBy) ?> <?= esc($date) ?></pre>
|
||||||
</td>
|
</td>
|
||||||
<td class='right'>
|
<td class='right'>
|
||||||
<pre><b>”This result is valid without signature.”</b></pre>
|
<pre><b>”This result is valid without signature.”</b></pre>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user