noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
respond ajax request, the get contains the value : More...
Go to the source code of this file.
Variables | |
$c =$http->get("c") | |
$cn =Dossier::connect() | |
$http =new HttpInput() | |
$n =$http->get("n") | |
$other_tax_amount =0 | |
$p =$http->get("p") | |
$q =$http->get("q") | |
$result =["ctl"=>$n,"htva"=>$amount,"tva"=>"NA","tvac"=>$amount, "other_tax"=>$other_tax_amount] | |
$t =$http->get("t") | |
$tax_ac_id =$http->request("other_tax_id","number",-1) | |
if( $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.
$c =$http->get("c") |
Definition at line 48 of file compute.php.
Referenced by Pre_op_ods\compute_array(), Securimage\distortedCopy(), Acc_Report\exist(), Acc_Ledger_History_Generic\get_detail(), Document_Modele\myList(), Follow_Up\tag_cell(), Acc_Operation\update_receipt(), and Customer\VatListing().
$cn =Dossier::connect() |
Definition at line 61 of file compute.php.
$http =new HttpInput() |
Definition at line 44 of file compute.php.
$n =$http->get("n") |
Definition at line 54 of file compute.php.
Referenced by Acc_Report_MTable\check(), Securimage\drawLines(), Acc_Reconciliation\get(), Pre_operation\get_post(), TTFontFile\getCMAP4(), TTFontFile\getLOCA(), and TTFontFile\makeSubset().
$other_tax_amount =0 |
Definition at line 88 of file compute.php.
Referenced by Acc_Ledger_Purchase\confirm(), Acc_Ledger_Sale\confirm(), Acc_Ledger_Purchase\insert(), and Acc_Ledger_Sale\insert().
$p =$http->get("p") |
Definition at line 50 of file compute.php.
$q =$http->get("q") |
Definition at line 52 of file compute.php.
$result =["ctl"=>$n,"htva"=>$amount,"tva"=>"NA","tvac"=>$amount, "other_tax"=>$other_tax_amount] |
Definition at line 109 of file compute.php.
$t =$http->get("t") |
Definition at line 46 of file compute.php.
Referenced by IText\display(), Document_Modele\form(), Acc_Payment\get_all(), Fiche\get_bk_account(), Fiche\get_by_category(), Fiche_Def\get_by_category(), Acc_Payment\get_valide(), Fiche_Def\getAttribut(), INum\input(), IText\input(), Card_Property\load(), Fiche_Def\set_autocreate(), ICard\test_me(), and Customer\VatListing().
$tax_ac_id =$http->request("other_tax_id","number",-1) |
Definition at line 56 of file compute.php.
if ($t !=-1) $total =new Acc_Compute() |
Definition at line 80 of file compute.php.
Referenced by Operation_Exercice\display_total(), and PDF_Operation\print_other_tax().
$User =new Noalyss_user($cn) |
Definition at line 62 of file compute.php.
Definition at line 84 of file compute.php.