noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
stock_state.inc.php File Reference

show the state of the repository More...

Go to the source code of this file.

Variables

global $cn
 $date_limit = $per->limit_year($per->p_exercice)
global $g_parameter
global $g_user
 $iexercice = new ISelect('state_exercice')
 $last_day = $per->last_day($date_limit['end'])
 $per = new Periode($cn,$g_user->get_periode())
 $presentation = new ISelect("present")
 $stock = new Stock($cn)
$iexercice selected = (isset($_GET['state_exercice']))?$_GET['state_exercice']:$last_day
$iexercice value = $cn->make_array("select max(p_end) as date_end, p_exercice from parm_periode group by p_exercice order by 2 desc")

Detailed Description

show the state of the repository

Definition in file stock_state.inc.php.


Variable Documentation

global $cn

Definition at line 29 of file stock_state.inc.php.

$date_limit = $per->limit_year($per->p_exercice)
global $g_parameter

Definition at line 29 of file stock_state.inc.php.

global $g_user

Definition at line 29 of file stock_state.inc.php.

$iexercice = new ISelect('state_exercice')

Definition at line 35 of file stock_state.inc.php.

Referenced by Periode\display_form_periode().

$last_day = $per->last_day($date_limit['end'])

Definition at line 40 of file stock_state.inc.php.

$per = new Periode($cn,$g_user->get_periode())
$presentation = new ISelect("present")

Definition at line 44 of file stock_state.inc.php.

$stock = new Stock($cn)

Definition at line 52 of file stock_state.inc.php.

$presentation selected = (isset($_GET['state_exercice']))?$_GET['state_exercice']:$last_day

Definition at line 42 of file stock_state.inc.php.

$presentation value = $cn->make_array("select max(p_end) as date_end, p_exercice from parm_periode group by p_exercice order by 2 desc")

Definition at line 36 of file stock_state.inc.php.

 All Data Structures Namespaces Files Functions Variables Enumerations