noalyss Version-9
|
respond ajax request, the get contains the value : More...
Go to the source code of this file.
Variables | |
$cn =Dossier::connect() | |
foreach(array('t', 'c', 'p', 'q', 'n', 'gDossier') as $a) | $http =new HttpInput() |
$other_tax_amount =0 | |
$p =noalyss_str_replace(",",".",$p) | |
$q =noalyss_str_replace(",",".",$q) | |
$result =["ctl"=>$n,"htva"=>$amount,"tva"=>"NA","tvac"=>$amount, "other_tax"=>$other_tax_amount] | |
$tax_ac_id =$http->request("other_tax_id","number",-1) | |
if( $t !=-1 &&isNumber($t)==1) | $total =new Acc_Compute() |
$User =new Noalyss_user($cn) | |
if(isNUmber($p) &&isNumber($q)) | else |
respond ajax request, the get contains the value :
Definition in file compute.php.
$cn =Dossier::connect() |
Definition at line 60 of file compute.php.
Definition at line 54 of file compute.php.
$other_tax_amount =0 |
Definition at line 87 of file compute.php.
Referenced by Acc_Ledger_Purchase\confirm(), Acc_Ledger_Sale\confirm(), Acc_Ledger_Purchase\insert(), and Acc_Ledger_Sale\insert().
$p =noalyss_str_replace(",",".",$p) |
Definition at line 57 of file compute.php.
$q =noalyss_str_replace(",",".",$q) |
Definition at line 58 of file compute.php.
$result =["ctl"=>$n,"htva"=>$amount,"tva"=>"NA","tvac"=>$amount, "other_tax"=>$other_tax_amount] |
Definition at line 108 of file compute.php.
$tax_ac_id =$http->request("other_tax_id","number",-1) |
Definition at line 55 of file compute.php.
if ($t !=-1 &&isNumber( $t)==1) $total =new Acc_Compute() |
Definition at line 79 of file compute.php.
Referenced by Operation_Exercice\display_total(), and PDF_Operation\print_other_tax().
$User =new Noalyss_user($cn) |
Definition at line 61 of file compute.php.
Definition at line 83 of file compute.php.