|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Operation ouverture. More...
Inheritance diagram for Operation_Opening:
Collaboration diagram for Operation_Opening: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 | |
| set_exercice ($exercice) | |
| set_from_folder ($from_folder) | |
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 | |
| $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 | |
| 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 | |
Operation ouverture.
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().
Here is the call graph for this function:| Operation_Opening::from_request | ( | ) |
| 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.
| 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().