|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
concerns the predefined operation for FIN ledger More...
Inheritance diagram for Pre_op_fin:
Collaboration diagram for Pre_op_fin:Public Member Functions | |
| __construct ($cn) | |
| compute_array () | |
| compute an array accordingly with the FormVenView function | |
| get_post () | |
| load () | |
| load the data from the database and return an array | |
| save () | |
| save the detail and op in the database | |
| set_od_id ($p_id) | |
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 FIN ledger
Definition at line 29 of file pre_op_fin.class.php.
| Pre_op_fin::__construct | ( | $cn | ) |
Reimplemented from Pre_operation_detail.
Definition at line 32 of file pre_op_fin.class.php.
References $cn.
| Pre_op_fin::compute_array | ( | ) |
compute an array accordingly with the FormVenView function
Definition at line 96 of file pre_op_fin.class.php.
References $array, $count, $p_array, $row, and load().
Here is the call graph for this function:| Pre_op_fin::get_post | ( | ) |
Definition at line 38 of file pre_op_fin.class.php.
| Pre_op_fin::load | ( | ) |
load the data from the database and return an array
Definition at line 122 of file pre_op_fin.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_fin::save | ( | ) |
save the detail and op in the database
Definition at line 54 of file pre_op_fin.class.php.
References $e, $i, $sql, db, and record_log().
Here is the call graph for this function:| Pre_op_fin::set_od_id | ( | $p_id | ) |
Definition at line 131 of file pre_op_fin.class.php.
References $p_id.
| Pre_op_fin::$op |
Definition at line 31 of file pre_op_fin.class.php.