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 |
history of manuel change
Definition in file stock_inv_histo.inc.php.
$a_change |
$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.
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) |
Definition at line 51 of file stock_inv_histo.inc.php.
Referenced by IPeriod\__construct(), Periode\get_limit(), Acc_Ledger\get_saldo_exercice(), Periode\insert(), Periode\insert_exercice(), and Periode\limit_year().
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.