noalyss Version-9
|
Analytic account ; get the balance. More...
Public Member Functions | |
__construct ($p_cn, $p_id=-1) | |
get_balance ($p_cond_sql) | |
Get the balance of an Analytic account. More... | |
get_poste_analytique_sql () | |
load_by_code ($p_code) | |
retrieve the Analytic account thanks its code More... | |
set_poste_analytique_sql ($poste_analytique_sql) | |
Private Attributes | |
$poste_analytique_sql | |
Analytic account ; get the balance.
Definition at line 30 of file anc_account.class.php.
Anc_Account::__construct | ( | $p_cn, | |
$p_id = -1 |
|||
) |
Definition at line 35 of file anc_account.class.php.
References $p_id.
Anc_Account::get_balance | ( | $p_cond_sql | ) |
Get the balance of an Analytic account.
string | $p_cond_sql | SQL condition to filter , usually the period |
Definition at line 55 of file anc_account.class.php.
Anc_Account::get_poste_analytique_sql | ( | ) |
Anc_Account::load_by_code | ( | $p_code | ) |
retrieve the Analytic account thanks its code
type | $p_code |
Definition at line 92 of file anc_account.class.php.
References $cn, $p_id, and $poste_analytique_sql.
Anc_Account::set_poste_analytique_sql | ( | $poste_analytique_sql | ) |
Definition at line 45 of file anc_account.class.php.
References $poste_analytique_sql.
|
private |
Definition at line 33 of file anc_account.class.php.
Referenced by get_poste_analytique_sql(), load_by_code(), and set_poste_analytique_sql().