noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
display a form for detail of tax More...
Go to the source code of this file.
Variables | |
$a_ledger =array_merge($a_ledger_sale??[],$a_ledger_purchase??[]) | |
$a_ledger_purchase =$g_user->get_ledger('ACH',3) | |
$a_ledger_sale =$g_user->get_ledger('VEN',3) | |
$a_limit = $g_user->get_limit_current_exercice() | |
global | $cn |
global | $g_user |
$http =new \HttpInput() | |
$idateend = new IDate("to") | |
$idatestart = new IDate("from") | |
$ivatnumber = new ITva_Popup("vat_code") | |
$select =new \ISelect("p_jrn") | |
$select_value =array() | |
$select_value [] =array('value'=>-1,"label"=>'Tous vente et Achat') | |
endforeach | |
$select | selected =$http->get("p_jrn","number",-1) |
$ivatnumber | value =$http->get("vat_code","string","") |
display a form for detail of tax
Definition in file tax_detail-display_form.php.
$a_ledger =array_merge($a_ledger_sale??[],$a_ledger_purchase??[]) |
Definition at line 57 of file tax_detail-display_form.php.
Referenced by Acc_Other_Tax_MTable\check(), Acc_Other_Tax_MTable\input_custom(), and Anc_Key\save().
$a_ledger_purchase =$g_user->get_ledger('ACH',3) |
Definition at line 55 of file tax_detail-display_form.php.
$a_ledger_sale =$g_user->get_ledger('VEN',3) |
Definition at line 56 of file tax_detail-display_form.php.
$a_limit = $g_user->get_limit_current_exercice() |
Definition at line 33 of file tax_detail-display_form.php.
global $cn |
Definition at line 24 of file tax_detail-display_form.php.
global $g_user |
Definition at line 31 of file tax_detail-display_form.php.
global $http =new \HttpInput() |
Definition at line 25 of file tax_detail-display_form.php.
$idateend = new IDate("to") |
Definition at line 29 of file tax_detail-display_form.php.
$idatestart = new IDate("from") |
Definition at line 28 of file tax_detail-display_form.php.
$ivatnumber = new ITva_Popup("vat_code") |
Definition at line 26 of file tax_detail-display_form.php.
Referenced by IVATNumber\testme().
$select =new \ISelect("p_jrn") |
Definition at line 64 of file tax_detail-display_form.php.
$select_value =array() |
Definition at line 59 of file tax_detail-display_form.php.
$select_value[] =array('value'=>-1,"label"=>'Tous vente et Achat') |
Definition at line 60 of file tax_detail-display_form.php.
endforeach |
Definition at line 63 of file tax_detail-display_form.php.
$select selected =$http->get("p_jrn","number",-1) |
Definition at line 66 of file tax_detail-display_form.php.
$select value =$http->get("vat_code","string","") |
Definition at line 27 of file tax_detail-display_form.php.