|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Manage the anticipation of expense, sales,... More...
Collaboration diagram for Anticipation:Public Member Functions | |
| __construct ($p_init, $p_id=0) | |
| constructor | |
| display () | |
| Display the result of the forecast. | |
| getCat () | |
| getForecastId () | |
| getItem () | |
| input_category () | |
| input_form () | |
| display the detail for the forecast , for modifying item, category or name | |
| input_title () | |
| object_clone () | |
| Clone completely Forecast and returns the new forecast_id. | |
| setCat ($cat) | |
| setForecastId ($forecast_id) | |
| setItem ($item) | |
Static Public Member Functions | |
| static | div () |
Data Fields | |
| $cat | |
| $item | |
Private Attributes | |
| $cn | |
| $forecast_id | |
| forecast.f_id | |
Manage the anticipation of expense, sales,...
Definition at line 35 of file anticipation.class.php.
| Anticipation::__construct | ( | $p_init, | |
| $p_id = 0 ) |
constructor
| $p_init | Database object |
Definition at line 47 of file anticipation.class.php.
| Anticipation::display | ( | ) |
Display the result of the forecast.
| $p_periode |
Definition at line 183 of file anticipation.class.php.
References $amount, $aPeriode, $end, $error, $forecast, $l, $per, $poste, $r, $start, $str_end, $str_name, $str_start, _, cn, format_date(), h, and Impress\parse_formula().
Here is the call graph for this function:
|
static |
| Anticipation::getCat | ( | ) |
| Anticipation::getForecastId | ( | ) |
Definition at line 88 of file anticipation.class.php.
References $forecast_id.
Referenced by input_form().
| Anticipation::getItem | ( | ) |
| Anticipation::input_category | ( | ) |
Definition at line 106 of file anticipation.class.php.
References $forecast_category, _, Forecast_Category_MTable\build(), and Icon_Action\less().
Referenced by input_form().
Here is the call graph for this function:| Anticipation::input_form | ( | ) |
display the detail for the forecast , for modifying item, category or name
Definition at line 142 of file anticipation.class.php.
References $ac, $forecast_item, $form, $href, $http, _, Forecast_Item_MTable\build(), getForecastId(), h2(), input_category(), and input_title().
Here is the call graph for this function:| Anticipation::input_title | ( | ) |
Definition at line 101 of file anticipation.class.php.
Referenced by input_form().
| Anticipation::object_clone | ( | ) |
Clone completely Forecast and returns the new forecast_id.
Definition at line 266 of file anticipation.class.php.
| Anticipation::setCat | ( | $cat | ) |
| Anticipation::setForecastId | ( | $forecast_id | ) |
| int | mixed | $forecast_id |
Definition at line 96 of file anticipation.class.php.
References $forecast_id.
| Anticipation::setItem | ( | $item | ) |
| Anticipation::$cat |
array of object categorie (forecast_category)
Definition at line 39 of file anticipation.class.php.
|
private |
Definition at line 38 of file anticipation.class.php.
|
private |
forecast.f_id
Definition at line 41 of file anticipation.class.php.
Referenced by getForecastId(), and setForecastId().
| Anticipation::$item |
Definition at line 40 of file anticipation.class.php.