25if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
26require_once NOALYSS_INCLUDE.
'/lib/function_javascript.php';
33echo
'<div class="noprint">';
34echo
'<div class="content">';
39echo
'<form method="GET">';
40echo dossier::hidden().HtmlInput::hidden(
'ac',
$_GET[
'ac']).HtmlInput::hidden(
'type',
'rec');
41echo _(
'Filtre par journal');
54echo
"Opérations entre ".$dstart->input().
" jusque ".
$dend->input();
55echo
'<ol style="list-style-type:none;">';
59echo
'<li>'.$radio->input()._(
'Opérations rapprochées').
'</li>';
63echo
'<li>'.$radio->input()._(
'Opérations rapprochées avec des montants différents').
'</li>';
67echo
'<li>'.$radio->input()._(
'Opérations rapprochées avec des montants identiques').
'</li>';
71echo
'<li>'.$radio->input()._(
'Opérations non rapprochées').
'</li>';
83echo
'<div class="content">';
84if ( ! isset(
$_GET[
'vis']))
return;
94<form method=
"get" action=
"export.php">
101require_once NOALYSS_TEMPLATE.
'/impress_reconciliation.php';
new class for managing the reconciliation it must be used instead of the function InsertRapt,...
static id()
return the 'gDossier' value after a check
Html Input : Input a date format dd.mm.yyyy The property title should be set to indicate what it is e...