noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
set the operation paid of unpaid More...
Go to the source code of this file.
Variables | |
catch(Exception $exc) | $a_module =explode("/",$ac) |
global | $g_user |
if($g_user->check_module($a_module[count($a_module) -1])==0) | $jr_id =str_replace("rd_paid", "", $operation_id) |
if(isNumber($jr_id)==0) | $ledger_id =$cn->get_value("select jr_def_id from jrn where jr_id=$1",[$jr_id]) |
$operation_id =$http->post("operation_id") | |
$state =$http->post("state") | |
if( $g_user->get_ledger_access($ledger_id) !="W") if($state=="true") elseif( $state=="false") | else |
try | |
set the operation paid of unpaid
Definition in file ajax_payment_status.php.
catch (Exception $exc) $a_module =explode("/",$ac) |
Definition at line 38 of file ajax_payment_status.php.
Referenced by Profile_Menu\display_module_menu(), and Profile_Menu\display_profile_menu_detail().
global $g_user |
Definition at line 29 of file ajax_payment_status.php.
if ( $g_user->check_module( $a_module[count( $a_module) -1])==0) $jr_id =str_replace("rd_paid", "", $operation_id) |
Definition at line 44 of file ajax_payment_status.php.
if (isNumber( $jr_id)==0) $ledger_id =$cn->get_value("select jr_def_id from jrn where jr_id=$1",[$jr_id]) |
Definition at line 52 of file ajax_payment_status.php.
Referenced by factory_Ledger(), Acc_Operation\get_currency_amount(), Acc_Operation\get_quant(), Operation_Exercice\submit_transfer(), and Operation_Exercice\transform().
$operation_id =$http->post("operation_id") |
Definition at line 32 of file ajax_payment_status.php.
Referenced by Operation_Exercice\delete().
$state =$http->post("state") |
Definition at line 33 of file ajax_payment_status.php.
Definition at line 63 of file ajax_payment_status.php.
try |
Definition at line 30 of file ajax_payment_status.php.