noalyss Version-9
|
concerns the predefined operation for FIN ledger More...
Public Member Functions | |
__construct ($cn) | |
compute_array () | |
compute an array accordingly with the FormVenView function More... | |
get_post () | |
load () | |
load the data from the database and return an array More... | |
save () | |
save the detail and op in the database More... | |
set_od_id ($p_id) | |
__construct ($p_cn) | |
Data Fields | |
$op | |
Additional Inherited Members | |
Static Public Member Functions inherited from Pre_operation_detail | |
static | build_detail ($p_jrn_type, Database $database) |
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().
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().
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().
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.