|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Analytic account ; get the balance. More...
Collaboration diagram for Anc_Account:Public Member Functions | |
| __construct ($p_cn, $p_id=-1) | |
| get_balance ($p_cond_sql) | |
| Get the balance of an Analytic account. | |
| get_poste_analytique_sql () | |
| load_by_code ($p_code) | |
| retrieve the Analytic account thanks its code | |
| 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 ) |
| 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().