noalyss Version-9
export_rec_csv.php
Go to the documentation of this file.
1<?php
2//This file is part of NOALYSS and is under GPL
3//see licence.txt
4
5/**
6 * Export to CSV the operations asked in impress_rec.inc.php
7 * variable set $g_user,$cn
8 * @see impress_rec.inc.php
9 */
10if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
11
12require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
14try
15{
16 $choice=$http->get("choice");
17 $p_start=$http->get("p_start");
18 $p_end=$http->get("p_end");
19 $r_jrn=$http->get("r_jrn","string","");
20
21}
22catch (Exception $exc)
23{
24 error_log($exc->getTraceAsString());
25 return;
26}
27
28// -------------------------
29// Create object and export
34
new class for managing the reconciliation it must be used instead of the function InsertRapt,...
manage the http input (get , post, request) and extract from an array
$r_jrn
$p_end
catch(Exception $exc) $acc_reconciliation
$p_start
$array