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

history of manuel change More...

Go to the source code of this file.

Variables

 $a_change
 $default_exercice = $g_user->get_exercice()
 $exercice = new Exercice($cn)
 $gDossier = dossier::id()
 $p_exercice = HtmlInput::default_value_get("p_exercice", $default_exercice)
if(isset($_POST['del'])) $profile = $g_user->get_profile()
 endfor

Detailed Description

history of manuel change

Definition in file stock_inv_histo.inc.php.


Variable Documentation

$a_change
Initial value:
$cn->get_array("select *,to_char(c_date,'DD.MM.YY') as str_date from stock_change as sc
                        join stock_repository as sr on (sc.r_id=sr.r_id)
                        where sc.r_id in (select r_id from profile_sec_repository where p_id=$1)
                         and c_date >= (select min(p_start) from parm_periode where p_exercice = $2)
                        and c_date <= (select max(p_end) from parm_periode where p_exercice = $2)
                order by c_date",array($profile,$p_exercice))

Definition at line 53 of file stock_inv_histo.inc.php.

$default_exercice = $g_user->get_exercice()

Definition at line 50 of file stock_inv_histo.inc.php.

$exercice = new Exercice($cn)

Definition at line 61 of file stock_inv_histo.inc.php.

$gDossier = dossier::id()

Definition at line 49 of file stock_inv_histo.inc.php.

$p_exercice = HtmlInput::default_value_get("p_exercice", $default_exercice)
if (isset($_POST['del'])) $profile = $g_user->get_profile()

Definition at line 48 of file stock_inv_histo.inc.php.

Definition at line 65 of file stock_inv_histo.inc.php.

 All Data Structures Namespaces Files Functions Variables Enumerations