|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
concerns the predefined operation for ODS ledger More...
Inheritance diagram for Pre_op_ods:
Collaboration diagram for Pre_op_ods:Public Member Functions | |
| __construct ($cn) | |
| compute_array ($p_od_id) | |
| compute an array accordingly with the FormVenView function | |
| get_post () | |
| load ($p_od_id) | |
| load the data from the database and return an array | |
| save ($p_od_id, $p_nbitem) | |
| save the detail and op in the database | |
Data Fields | |
| $op | |
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 ODS ledger
Definition at line 29 of file pre_op_ods.class.php.
| Pre_op_ods::__construct | ( | $cn | ) |
Reimplemented from Pre_operation_detail.
Definition at line 32 of file pre_op_ods.class.php.
References $cn.
| Pre_op_ods::compute_array | ( | $p_od_id | ) |
compute an array accordingly with the FormVenView function
Definition at line 84 of file pre_op_ods.class.php.
References $array, $c, $count, $p_array, $row, and load().
Here is the call graph for this function:| Pre_op_ods::get_post | ( | ) |
Definition at line 40 of file pre_op_ods.class.php.
| Pre_op_ods::load | ( | $p_od_id | ) |
load the data from the database and return an array
Definition at line 103 of file pre_op_ods.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_ods::save | ( | $p_od_id, | |
| $p_nbitem ) |
save the detail and op in the database
Definition at line 56 of file pre_op_ods.class.php.
References $e, $i, $sql, db, and record_log().
Here is the call graph for this function:| Pre_op_ods::$op |
Definition at line 31 of file pre_op_ods.class.php.