noalyss Version-9
|
Concerns the Analytic plan (table plan_analytique) More...
Public Member Functions | |
__construct ($p_cn, $p_id=0) | |
add () | |
count () | |
delete () | |
exist () | |
form () | |
form_new () | |
add a new plan More... | |
get () | |
get_list ($p_order=" order by pa_name") | |
get the list of all existing PA More... | |
header () | |
show the header for a table for PA More... | |
isAppend () | |
update () | |
Static Public Member Functions | |
static | hidden ($p_array) |
return an HTML string containing hidden input type to hold the differant PA_ID More... | |
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().
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, Dossier\id(), and name.
Anc_Plan::form_new | ( | ) |
add a new plan
Definition at line 143 of file anc_plan.class.php.
References $ret.
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().
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, $ret, $sql, db, and DatabaseCore\fetch_all().
Referenced by header().
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().
|
static |
return an HTML string containing hidden input type to hold the differant PA_ID
$p_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, count(), and HtmlInput\hidden().
Referenced by Acc_Ledger_Fin\confirm(), Acc_Ledger\confirm(), Acc_Ledger_Purchase\confirm(), and Acc_Ledger_Sale\confirm().
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.
References $a, $cn, $p, $pa_id, and Dossier\connect().
Anc_Plan::update | ( | ) |
Definition at line 84 of file anc_plan.class.php.
References $description, $name, db, name, and sql_string().
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.