noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
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 * @file
7 * @brief Export to CSV the operations asked in impress_rec.inc.php
8 * variable set $g_user,$cn
9 * @see impress_rec.inc.php
10 */
11if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
12
13require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
15try
16{
17 $choice=$http->get("choice");
18 $p_start=$http->get("p_start");
19 $p_end=$http->get("p_end");
20 $r_jrn=$http->get("r_jrn","string","");
21
22}
23catch (Exception $exc)
24{
25 record_log($exc);
26 return;
27}
28
29// -------------------------
30// Create object and export
35
record_log($p_message)
Record an error message into the log file of the server or in the log folder of NOALYSS Record also t...
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
catch(Exception $exc) $acc_reconciliation