Added Time lapse in

This commit is contained in:
fermin831 2017-03-02 16:36:54 +01:00
parent 220e27b224
commit 31ea5bf5ec
4 changed files with 25 additions and 1 deletions

@ -299,7 +299,7 @@ if ($items) {
$table->head[3] .= ' <a onclick="return message_check_sort_items();" href="index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=order&dir=up&field=module&id_report=' . $idReport . $urlFilter . '&pure=' . $config['pure'] . '">' . html_print_image("images/sort_up.png", true, array("title" => __('Ascendent'))) . '</a>' .
'<a onclick="return message_check_sort_items();" href="index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=order&dir=down&field=module&id_report=' . $idReport . $urlFilter . '&pure=' . $config['pure'] . '">' . html_print_image("images/sort_down.png", true, array("title" => __('Descent'))) . '</a>';
}
$table->head[4] = __('Period');
$table->head[4] = __('Time lapse');
$table->head[5] = __('Name') . " / " . __('Description');
if (check_acl ($config['id_user'], 0, "RM")) {
$table->head[6] = '<span title="' . __('Options') . '">' . __('Op.') . '</span>';

@ -0,0 +1,8 @@
<?php
/**
* @package Include/help/en
*/
?>
<h1>Reports - Time lapse</h1>
<br>
This is the range, or period of time over which the report renders the information for this report type. For example, a week means data from a week ago from now.

@ -0,0 +1,8 @@
<?php
/**
* @package Include/help/en
*/
?>
<h1>Reports - Time lapse</h1>
<br>
Este es el lapso de tiempo que refleja el informe. Si es una semana, por ejemplo, el informe mostrará los datos desde hace una semana hasta ahora

@ -0,0 +1,8 @@
<?php
/**
* @package Include/help/en
*/
?>
<h1>Reports - Time lapse</h1>
<br>
This is the range, or period of time over which the report renders the information for this report type. For example, a week means data from a week ago from now.