|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
concerns the predefined operation for ACH ledger More...
Inheritance diagram for Pre_op_ach:
Collaboration diagram for Pre_op_ach:Public Member Functions | |
| __construct ($cn) | |
| compute_array ($p_od_id) | |
| compute an array accordingly with the FormVenView function, first the data is fetched (via load) to the database and turns into an array to be use with Pre_Op_Ach::display | |
| display ($p_array) | |
| Display the form for modifying or adding new predefined operation. | |
| get_post () | |
| get the post and stove them into data member , before saving them in the db | |
| load ($p_od_id) | |
| load the data from the database and return an array | |
| save ($p_od_id, $p_nb_item) | |
| save the detail and op in the database | |
Additional Inherited Members | |
Static Public Member Functions inherited from Pre_operation_detail | |
| static | build_detail ($p_jrn_type, Database $database) |
Protected Attributes inherited from Pre_operation_detail | |
| $db | |
concerns the predefined operation for ACH ledger
Definition at line 29 of file pre_op_ach.class.php.
| Pre_op_ach::__construct | ( | $cn | ) |
Reimplemented from Pre_operation_detail.
Definition at line 31 of file pre_op_ach.class.php.
References $cn.
| Pre_op_ach::compute_array | ( | $p_od_id | ) |
compute an array accordingly with the FormVenView function, first the data is fetched (via load) to the database and turns into an array to be use with Pre_Op_Ach::display
Definition at line 124 of file pre_op_ach.class.php.
References $array, $count, $p_array, $row, and load().
Here is the call graph for this function:| Pre_op_ach::display | ( | $p_array | ) |
Display the form for modifying or adding new predefined operation.
| array | $p_array | is the result of compute_array or blank |
| Exception |
Definition at line 179 of file pre_op_ach.class.php.
References $array, $fiche, $g_parameter, $g_user, $i, $ledger, $max, $min, $p_array, $r, _, ATTR_DEF_ADRESS, ATTR_DEF_CITY, ATTR_DEF_CP, ATTR_DEF_NAME, ATTR_DEF_TVA, db, FICADD, Html_Input_Noalyss\ledger_add_item(), and noalyss_strlentrim().
Here is the call graph for this function:| Pre_op_ach::get_post | ( | ) |
get the post and stove them into data member , before saving them in the db
Definition at line 39 of file pre_op_ach.class.php.
| Pre_op_ach::load | ( | $p_od_id | ) |
load the data from the database and return an array
Definition at line 159 of file pre_op_ach.class.php.
References $array, $res, $sql, db, and DatabaseCore\fetch_all().
Referenced by compute_array().
Here is the call graph for this function:| Pre_op_ach::save | ( | $p_od_id, | |
| $p_nb_item ) |
save the detail and op in the database
Definition at line 64 of file pre_op_ach.class.php.
References $e, $i, $sql, db, noalyss_strlentrim(), and record_log().
Here is the call graph for this function: