noalyss Version-9
|
display or save a periode variable received $op, $cn $g_user variable : act More...
Go to the source code of this file.
Variables | |
$a_answer =[] | |
$a_answer ['status'] ="NOK" | |
$err =0 | |
$http =new HttpInput() | |
$js_var =$http->request("js_var") | |
catch(Exception $ex) if( $g_user->check_module("PERIODE")==0) switch($act) | $jsson |
$ledger_id =$http->request("ledger_id", "number") | |
$periode_id =$http->request("p_id", "number") | |
try | |
display or save a periode variable received $op, $cn $g_user variable : act
ledger_id is the SQL id of ledger
p_id is either the SQL id of parm_periode of jrn_periode, depending if ledger_id == 0 or not The answer must be in JSON
Definition in file ajax_periode.php.
$a_answer =[] |
Definition at line 43 of file ajax_periode.php.
$a_answer[ 'status'] ="NOK" |
Definition at line 44 of file ajax_periode.php.
$err =0 |
Definition at line 42 of file ajax_periode.php.
$http =new HttpInput() |
Definition at line 45 of file ajax_periode.php.
$js_var =$http->request("js_var") |
Definition at line 55 of file ajax_periode.php.
Definition at line 277 of file ajax_periode.php.
$ledger_id =$http->request("ledger_id", "number") |
Definition at line 53 of file ajax_periode.php.
Referenced by factory_Ledger(), Acc_Operation\get_currency_amount(), Acc_Operation\get_quant(), Operation_Exercice\submit_transfer(), and Operation_Exercice\transform().
$periode_id =$http->request("p_id", "number") |
Definition at line 51 of file ajax_periode.php.
Referenced by Stock\build_tmp_table().
try |
Definition at line 46 of file ajax_periode.php.