display, add, delete and modify forecast More...
Go to the source code of this file.
Variables | |
if(isset($_GET['del'])) if(isset($_REQUEST['clone'])) if(isset($_POST['mod_cat_save'])) if($sa== 'new'||isset($_POST['step3'])) | $aForecast = Forecast::load_all($cn) |
$def = (isset($_REQUEST['f_id'])) ? $_REQUEST['f_id'] : -1 | |
$get_dossier = dossier::get() | |
for($i=0;$i< count($aForecast);$i++) | $href = "&sa=new&" . $get_dossier |
$menu = array() | |
$menu [] = array($href, _("Ajout prévision"), _("Ajout d'une prévision"), 0) | |
$sa = (isset($_REQUEST['sa'])) ? $_REQUEST['sa'] : '' |
display, add, delete and modify forecast
Definition in file forecast.inc.php.
if (isset($_GET['del'])) if (isset($_REQUEST['clone'])) if (isset($_POST['mod_cat_save'])) if ($sa== 'new'||isset($_POST['step3'])) $aForecast = Forecast::load_all($cn) |
Definition at line 228 of file forecast.inc.php.
$def = (isset($_REQUEST['f_id'])) ? $_REQUEST['f_id'] : -1 |
Definition at line 242 of file forecast.inc.php.
$get_dossier = dossier::get() |
Definition at line 230 of file forecast.inc.php.
for ($i=0;$i< count($aForecast);$i++) $href = "&sa=new&" . $get_dossier |
Definition at line 240 of file forecast.inc.php.
$menu = array() |
Definition at line 229 of file forecast.inc.php.
$menu[] = array($href, _("Ajout prévision"), _("Ajout d'une prévision"), 0) |
Definition at line 241 of file forecast.inc.php.
$sa = (isset($_REQUEST['sa'])) ? $_REQUEST['sa'] : '' |
Definition at line 31 of file forecast.inc.php.