noalyss Version-9
|
Public Member Functions | |
__construct ($p_id) | |
display_result () | |
from_request () | |
get_exercice () | |
get_from_folder () | |
get_signature () | |
insert () | |
insert data into data operation_exercice and operation_exercice_detail More... | |
set_exercice ($exercice) | |
set_from_folder ($from_folder) | |
Public Member Functions inherited from Operation_Exercice | |
__construct ($p_id=-1) | |
display_result () | |
display_row ($data, $row_tr=true) | |
let display one row More... | |
display_total ($with_span=true) | |
display the balance (total) of the operation More... | |
get_operation_exercice_sql () | |
input_transfer () | |
input data for transfering More... | |
set_operation_exercice_sql (Operation_Exercice_SQL $operation_exercice_sql) | |
submit_transfer ($ledger_id) | |
transfer to accountancy More... | |
transform ($ledger_id) | |
Transform the data in table OPERATION_EXERCICE and OPERATION_EXERCICE_DETAIL into an array usable by Acc_Ledger, the result will be stored into the global variable $oe_data @globals $oe_data array with the data transformed. More... | |
Private Attributes | |
$exercice | |
$from_folder | |
$signature | |
Additional Inherited Members | |
Static Public Member Functions inherited from Operation_Exercice | |
static | delete ($aOperation_id) |
static | input_row (Operation_Exercice_Detail_SQL $operation_detail_sql) |
input one row of operation_exercice More... | |
static | input_source () |
input the source of the data : folder, exercice, closing or opening operation More... | |
static | list_draft () |
Protected Attributes inherited from Operation_Exercice | |
$operation_exercice_sql | |
Definition at line 29 of file operation_opening.class.php.
Operation_Opening::__construct | ( | $p_id | ) |
Reimplemented from Operation_Exercice.
Definition at line 35 of file operation_opening.class.php.
References $p_id.
Operation_Opening::display_result | ( | ) |
Reimplemented from Operation_Exercice.
Definition at line 150 of file operation_opening.class.php.
References h2().
Operation_Opening::from_request | ( | ) |
Definition at line 79 of file operation_opening.class.php.
References $http.
Operation_Opening::get_exercice | ( | ) |
Definition at line 61 of file operation_opening.class.php.
References $exercice.
Operation_Opening::get_from_folder | ( | ) |
Definition at line 45 of file operation_opening.class.php.
References $from_folder.
Operation_Opening::get_signature | ( | ) |
Definition at line 74 of file operation_opening.class.php.
References $signature.
Operation_Opening::insert | ( | ) |
insert data into data operation_exercice and operation_exercice_detail
Definition at line 90 of file operation_opening.class.php.
References $array, $cn, $e, $row, $sql, and Dossier\connect().
Operation_Opening::set_exercice | ( | $exercice | ) |
mixed | $exercice |
Definition at line 69 of file operation_opening.class.php.
References $exercice.
Operation_Opening::set_from_folder | ( | $from_folder | ) |
mixed | $from_folder |
Definition at line 53 of file operation_opening.class.php.
References $from_folder.
|
private |
Definition at line 33 of file operation_opening.class.php.
Referenced by get_exercice(), and set_exercice().
|
private |
Definition at line 32 of file operation_opening.class.php.
Referenced by get_from_folder(), and set_from_folder().
|
private |
Definition at line 31 of file operation_opening.class.php.
Referenced by get_signature().