noalyss Version-9
|
Public Member Functions | |
__construct ($p_id) | |
display_result () | |
from_request () | |
get_exercice () | |
get_signature () | |
insert () | |
insert data into data operation_exercice and operation_exercice_detail More... | |
set_exercice ($exercice) | |
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 | |
$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 24 of file operation_closing.class.php.
Operation_Closing::__construct | ( | $p_id | ) |
Reimplemented from Operation_Exercice.
Definition at line 29 of file operation_closing.class.php.
References $p_id.
Operation_Closing::display_result | ( | ) |
Reimplemented from Operation_Exercice.
Definition at line 120 of file operation_closing.class.php.
References h2().
Operation_Closing::from_request | ( | ) |
Definition at line 52 of file operation_closing.class.php.
References $http.
Operation_Closing::get_exercice | ( | ) |
Operation_Closing::get_signature | ( | ) |
Definition at line 47 of file operation_closing.class.php.
References $signature.
Operation_Closing::insert | ( | ) |
insert data into data operation_exercice and operation_exercice_detail
Definition at line 61 of file operation_closing.class.php.
References $array, $cn, $e, $exercice, $row, $sql, Dossier\connect(), and Dossier\id().
Operation_Closing::set_exercice | ( | $exercice | ) |
mixed | $exercice |
Definition at line 43 of file operation_closing.class.php.
References $exercice.
|
private |
Definition at line 27 of file operation_closing.class.php.
Referenced by get_exercice(), insert(), and set_exercice().
|
private |
Definition at line 26 of file operation_closing.class.php.
Referenced by get_signature().