noalyss Version-9
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()
 
 $http =new HttpInput()
 
 $p_exercice =$http->get("p_exercice", "string",$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

$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))
if(isset($_POST['del'])) $profile

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

◆ $default_exercice

$default_exercice =$g_user->get_exercice()

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

◆ $exercice

$exercice =new Exercice($cn)

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

◆ $gDossier

$gDossier =dossier::id()

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

◆ $http

$http =new HttpInput()

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

◆ $p_exercice

$p_exercice =$http->get("p_exercice", "string",$default_exercice)

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

◆ $profile

if (isset( $_POST[ 'del'])) $profile =$g_user->get_profile()

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

◆ endfor

endfor

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