|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Concerns the Analytic plan (table plan_analytique) More...
Collaboration diagram for Anc_Plan:Public Member Functions | |
| __construct ($p_cn, $p_id=0) | |
| add () | |
| count () | |
| delete () | |
| exist () | |
| form () | |
| form_new () | |
| add a new plan | |
| get () | |
| get_list ($p_order=" order by pa_name") | |
| get the list of all existing PA | |
| header () | |
| show the header for a table for PA | |
| isAppend () | |
| update () | |
Static Public Member Functions | |
| static | hidden ($p_array) |
| return an HTML string containing hidden input type to hold the differant PA_ID | |
| static | test_me () |
Data Fields | |
| $db | |
| $description | |
| $id | |
| $name | |
Concerns the Analytic plan (table plan_analytique)
Definition at line 32 of file anc_plan.class.php.
| Anc_Plan::__construct | ( | $p_cn, | |
| $p_id = 0 ) |
Definition at line 39 of file anc_plan.class.php.
| Anc_Plan::add | ( | ) |
Definition at line 96 of file anc_plan.class.php.
References $description, $name, db, isAppend(), name, and sql_string().
Here is the call graph for this function:| Anc_Plan::count | ( | ) |
| Anc_Plan::delete | ( | ) |
Definition at line 78 of file anc_plan.class.php.
References db.
| Anc_Plan::exist | ( | ) |
| Anc_Plan::form | ( | ) |
Definition at line 109 of file anc_plan.class.php.
References $dossier_id, $ret, _, and name.
| Anc_Plan::form_new | ( | ) |
add a new plan
Definition at line 143 of file anc_plan.class.php.
| Anc_Plan::get | ( | ) |
Definition at line 62 of file anc_plan.class.php.
References $a, $ret, $sql, db, DatabaseCore\fetch_array(), name, and DatabaseCore\num_row().
Here is the call graph for this function:| Anc_Plan::get_list | ( | $p_order = " order by pa_name" | ) |
get the list of all existing PA
Definition at line 51 of file anc_plan.class.php.
References $array, $p_order, $ret, $sql, db, and DatabaseCore\fetch_all().
Referenced by header().
Here is the call graph for this function:| Anc_Plan::header | ( | ) |
show the header for a table for PA
name...
Definition at line 169 of file anc_plan.class.php.
References $a_plan, $res, and get_list().
Here is the call graph for this function:
|
static |
return an HTML string containing hidden input type to hold the differant PA_ID
| $p_array | array contains a array, it is the result of the fct Anc_Plan\get_list |
Definition at line 201 of file anc_plan.class.php.
References $p_array, $r, and count().
Referenced by Acc_Ledger\confirm(), Acc_Ledger_Fin\confirm(), Acc_Ledger_Purchase\confirm(), and Acc_Ledger_Sale\confirm().
Here is the call graph for this function:| Anc_Plan::isAppend | ( | ) |
Definition at line 157 of file anc_plan.class.php.
Referenced by add().
|
static |
Definition at line 210 of file anc_plan.class.php.
| Anc_Plan::update | ( | ) |
Definition at line 84 of file anc_plan.class.php.
References $description, $name, db, name, and sql_string().
Here is the call graph for this function:| Anc_Plan::$db |
database connection
Definition at line 34 of file anc_plan.class.php.
| Anc_Plan::$description |
description of the PA plan_analytique.pa_description
Definition at line 36 of file anc_plan.class.php.
| Anc_Plan::$id |
id = plan_analytique.pa_id
Definition at line 37 of file anc_plan.class.php.
| Anc_Plan::$name |
name plan_analytique.pa_name
Definition at line 35 of file anc_plan.class.php.