noalyss Version-9
|
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") |
show the state of the repository
Definition in file stock_state.inc.php.
global $cn |
Definition at line 29 of file stock_state.inc.php.
$date_limit =$per->limit_year($per->p_exercice) |
Definition at line 38 of file stock_state.inc.php.
Referenced by Acc_Ledger\confirm(), Acc_Ledger_Purchase\confirm(), and Acc_Ledger_Sale\confirm().
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 34 of file stock_state.inc.php.
$last_day =$per->last_day($date_limit['end']) |
Definition at line 39 of file stock_state.inc.php.
Definition at line 36 of file stock_state.inc.php.
Referenced by Anticipation\display(), Periode\find_periode(), Acc_Ledger_Fin\insert(), Stock_Goods\record_save(), Acc_Ledger\reverse(), Acc_Ledger_Search\search_form(), and Acc_Ledger_Sale\verify_operation().
$presentation =new ISelect("present") |
Definition at line 43 of file stock_state.inc.php.
Definition at line 51 of file stock_state.inc.php.
$presentation selected =(isset($_GET['state_exercice']))?$_GET['state_exercice']:$last_day |
Definition at line 41 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 35 of file stock_state.inc.php.