noalyss Version-9
Variables
ajax_history_anc_account.php File Reference

Display the history of an analytic account. More...

Go to the source code of this file.

Variables

 $a_periode_limit =$periode->limit_year($exercice)
 
 $anc_grandlivre =new Anc_GrandLivre($cn)
 
 $div =$http->get("div")
 
 $exercice =$http->get("exercice","number")
 
 $first_day =$periode->first_day($a_periode_limit['start'])
 
 $last_day =$periode->last_day($a_periode_limit['end'])
 
 $periode =new Periode($cn)
 
catch(Exception $ex) $poste_analytic =new Poste_analytique_SQL($cn, $po_id)
 
$anc_grandlivre from =$first_day
 
$anc_grandlivre from_poste =$poste_analytic->po_name
 
$anc_grandlivre pa_id =$poste_analytic->pa_id
 
$anc_grandlivre to =$last_day
 
$anc_grandlivre to_poste =$poste_analytic->po_name
 
 try
 

Detailed Description

Display the history of an analytic account.

Receives the parameters GET:

Definition in file ajax_history_anc_account.php.

Variable Documentation

◆ $a_periode_limit

$a_periode_limit =$periode->limit_year($exercice)

Definition at line 53 of file ajax_history_anc_account.php.

◆ $anc_grandlivre

$anc_grandlivre =new Anc_GrandLivre($cn)

Definition at line 46 of file ajax_history_anc_account.php.

◆ $div

$div =$http->get("div")

Definition at line 39 of file ajax_history_anc_account.php.

◆ $exercice

$exercice =$http->get("exercice","number")

Definition at line 38 of file ajax_history_anc_account.php.

◆ $first_day

$first_day =$periode->first_day($a_periode_limit['start'])

◆ $last_day

$last_day =$periode->last_day($a_periode_limit['end'])

Definition at line 59 of file ajax_history_anc_account.php.

Referenced by Impress\compute_periode().

◆ $periode

$periode =new Periode($cn)

Definition at line 52 of file ajax_history_anc_account.php.

◆ $poste_analytic

catch (Exception $ex) $poste_analytic =new Poste_analytique_SQL($cn, $po_id)

Definition at line 44 of file ajax_history_anc_account.php.

◆ from

$anc_grandlivre from =$first_day

◆ from_poste

$anc_grandlivre from_poste =$poste_analytic->po_name

◆ pa_id

$anc_grandlivre pa_id =$poste_analytic->pa_id

Definition at line 67 of file ajax_history_anc_account.php.

◆ to

$anc_grandlivre to =$last_day

◆ to_poste

$anc_grandlivre to_poste =$poste_analytic->po_name

◆ try

try
Initial value:
{
$po_id=$http->get("po_id","number")

Definition at line 36 of file ajax_history_anc_account.php.