';
$exercice=$http->get("exercice","number",$g_user->get_exercice());
//----------------------------------------------------------------
// Verification
//----------------------------------------------------------------
if ( ! isset ($_GET['verif']))
{
/*
* Let you change the exercice
*/
echo '
';
$filter_year=" where p_exercice='".sql_string($exercice)."'";
echo '
';
}
//----------------------------------------------------------------
// Print
//----------------------------------------------------------------
if ( isset($_GET['verif']))
{
$periode=new Periode($cn);
if ( $g_parameter->MY_REPORT=='Y') {
$date_from=$periode->first_day($bilan->from);
$date_to=$periode->last_day($bilan->to);
}
else {
$date_from=$bilan->from;
$date_to=$bilan->to;
}
echo '
'._('Etape 2 :Impression')." ".$date_from.'-'.$date_to.'
';
$bilan->get_request_get();
$bilan->verify();
$url_verify=http_build_query(array('ac'=>'VERIFBIL','gDossier'=>dossier::id()));
echo _('Pour une vérification complète, allez dans ').'
VERIFBIL';
$id=uniqid("export_");
echo '
';
}
echo '
';
echo '
';