noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
verif_bilan.inc.php File Reference

Verify the saldo of ledger: independant file. More...

Go to the source code of this file.

Variables

 $bilan = new Acc_Bilan($cn)
 $cn = new Database(dossier::id())
 $cred = $cn->get_value("select sum (j_montant) from jrnx where j_debit='f' $sql_year ")
 $deb = $cn->get_value("select sum (j_montant) from jrnx where j_debit='t' $sql_year ")
 $exercice = $g_user->get_exercice()
 $jrn = Database::fetch_all($res)
 $periode = new Periode($cn)
 $res = $cn->exec_sql($sql)
 $sql = "select jrn_def_id,jrn_def_name from jrn_def"
 $sql_year = "')"
 foreach ($jrn as $l)
$bilan from = $start_periode->p_id
$bilan to = $end_periode->p_id

Detailed Description

Verify the saldo of ledger: independant file.

Definition in file verif_bilan.inc.php.


Variable Documentation

$bilan = new Acc_Bilan($cn)

Definition at line 113 of file verif_bilan.inc.php.

$cn = new Database(dossier::id())

Definition at line 29 of file verif_bilan.inc.php.

$cred = $cn->get_value("select sum (j_montant) from jrnx where j_debit='f' $sql_year ")
$deb = $cn->get_value("select sum (j_montant) from jrnx where j_debit='t' $sql_year ")
$exercice = $g_user->get_exercice()

Definition at line 30 of file verif_bilan.inc.php.

$periode = new Periode($cn)

Definition at line 114 of file verif_bilan.inc.php.

$res = $cn->exec_sql($sql)

Definition at line 51 of file verif_bilan.inc.php.

$sql = "select jrn_def_id,jrn_def_name from jrn_def"

Definition at line 50 of file verif_bilan.inc.php.

$sql_year = "')"

Definition at line 33 of file verif_bilan.inc.php.

foreach($jrn as $l)

Definition at line 53 of file verif_bilan.inc.php.

$bilan from = $start_periode->p_id
$bilan to = $end_periode->p_id
 All Data Structures Namespaces Files Functions Variables Enumerations