noalyss Version-9
scenario.php
Go to the documentation of this file.
1<?php
2$_GET=array (
3 'gDossier' => '27',
4 'ac' => 'COMPTA/HIST',
5);
6$_POST=array (
7);
8 $_REQUEST=array_merge($_GET,$_POST);
9include 'history_operation.inc.php';
10$_GET=array (
11 'gDossier' => '27',
12 'ledger_type' => 'ALL',
13 'ac' => 'COMPTA/HIST',
14 'nb_jrn' => '0',
15 'date_start' => '01.01.2013',
16 'date_end' => '31.12.2013',
17 'date_paid_start' => '',
18 'date_paid_end' => '',
19 'desc' => '',
20 'amount_min' => '0',
21 'amount_max' => '0',
22 'qcode' => '',
23 'accounting' => '',
24 'search' => 'Rechercher',
25);
26$_POST=array (
27);
28 $_REQUEST=array_merge($_GET,$_POST);
29include 'history_operation.inc.php';
30?>
$_REQUEST
Definition: scenario.php:8
$_GET
Definition: scenario.php:2
$_POST
Definition: scenario.php:6