noalyss Version-9
|
concerns the predefined operation for ODS ledger More...
Public Member Functions | |
__construct ($cn) | |
compute_array ($p_od_id) | |
compute an array accordingly with the FormVenView function More... | |
get_post () | |
load ($p_od_id) | |
load the data from the database and return an array More... | |
save ($p_od_id, $p_nbitem) | |
save the detail and op in the database More... | |
__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 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, $count, $p_array, $row, and load().
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().
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().
Pre_op_ods::$op |
Definition at line 31 of file pre_op_ods.class.php.