|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
closing operation , end of exercice for French accountancy More...
Inheritance diagram for Operation_Closing:
Collaboration diagram for Operation_Closing: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 | |
| set_exercice ($exercice) | |
Public Member Functions inherited from Operation_Exercice | |
| display_row ($data, $row_tr=true) | |
| let display one row | |
| display_total ($with_span=true) | |
| display the balance (total) of the operation | |
| get_operation_exercice_sql () | |
| input_transfer () | |
| input data for transfering | |
| set_operation_exercice_sql (Operation_Exercice_SQL $operation_exercice_sql) | |
| submit_transfer ($ledger_id) | |
| transfer to accountancy | |
| 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. | |
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 | |
| static | input_source () |
| input the source of the data : folder, exercice, closing or opening operation | |
| static | list_draft () |
Protected Attributes inherited from Operation_Exercice | |
| $operation_exercice_sql | |
closing operation , end of exercice for French accountancy
Definition at line 28 of file operation_closing.class.php.
| Operation_Closing::__construct | ( | $p_id | ) |
Reimplemented from Operation_Exercice.
Definition at line 33 of file operation_closing.class.php.
References $p_id.
| Operation_Closing::display_result | ( | ) |
Reimplemented from Operation_Exercice.
Definition at line 124 of file operation_closing.class.php.
References h2().
Here is the call graph for this function:| Operation_Closing::from_request | ( | ) |
| Operation_Closing::get_exercice | ( | ) |
| Operation_Closing::get_signature | ( | ) |
Definition at line 51 of file operation_closing.class.php.
References $signature.
| Operation_Closing::insert | ( | ) |
insert data into data operation_exercice and operation_exercice_detail
Definition at line 65 of file operation_closing.class.php.
| Operation_Closing::set_exercice | ( | $exercice | ) |
| mixed | $exercice |
Definition at line 47 of file operation_closing.class.php.
References $exercice.
|
private |
Definition at line 31 of file operation_closing.class.php.
Referenced by get_exercice(), insert(), and set_exercice().
|
private |
Definition at line 30 of file operation_closing.class.php.
Referenced by get_signature().