noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
tax_detail-display_form.php File Reference

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","")
 

Detailed Description

display a form for detail of tax

Definition in file tax_detail-display_form.php.

Variable Documentation

◆ $a_ledger

$a_ledger =array_merge($a_ledger_sale??[],$a_ledger_purchase??[])

◆ $a_ledger_purchase

$a_ledger_purchase =$g_user->get_ledger('ACH',3)

Definition at line 55 of file tax_detail-display_form.php.

◆ $a_ledger_sale

$a_ledger_sale =$g_user->get_ledger('VEN',3)

Definition at line 56 of file tax_detail-display_form.php.

◆ $a_limit

$a_limit = $g_user->get_limit_current_exercice()

Definition at line 33 of file tax_detail-display_form.php.

◆ $cn

global $cn

Definition at line 24 of file tax_detail-display_form.php.

◆ $g_user

global $g_user

Definition at line 31 of file tax_detail-display_form.php.

◆ $http

global $http =new \HttpInput()

Definition at line 25 of file tax_detail-display_form.php.

◆ $idateend

$idateend = new IDate("to")

Definition at line 29 of file tax_detail-display_form.php.

◆ $idatestart

$idatestart = new IDate("from")

Definition at line 28 of file tax_detail-display_form.php.

◆ $ivatnumber

$ivatnumber = new ITva_Popup("vat_code")

Definition at line 26 of file tax_detail-display_form.php.

Referenced by IVATNumber\testme().

◆ $select

$select =new \ISelect("p_jrn")

Definition at line 64 of file tax_detail-display_form.php.

◆ $select_value [1/2]

$select_value =array()

Definition at line 59 of file tax_detail-display_form.php.

◆ $select_value [2/2]

$select_value[] =array('value'=>-1,"label"=>'Tous vente et Achat')

Definition at line 60 of file tax_detail-display_form.php.

◆ endforeach

endforeach

Definition at line 63 of file tax_detail-display_form.php.

◆ selected

$select selected =$http->get("p_jrn","number",-1)

Definition at line 66 of file tax_detail-display_form.php.

◆ value

$select value =$http->get("vat_code","string","")

Definition at line 27 of file tax_detail-display_form.php.