noalyss Version-9
Variables
tax_summary.inc.php File Reference

display summary of tax (VAT) possible parameter is time range More...

Go to the source code of this file.

Variables

 $end = $http->request("end_date", "date", $limit[1])
 
 $end_periode = new IDate("end_date", $end)
 
 $http = new HttpInput()
 
 $limit = $g_user->get_limit_current_exercice()
 
 $select_tva =new ISelect("tva_type")
 
 $start = $http->request("start_date", "date", $limit[0])
 
 $start_periode = new IDate("start_date", $start)
 
$select_tva selected =$http->get('tva_type','string','O')
 
$select_tva value
 

Detailed Description

display summary of tax (VAT) possible parameter is time range

Definition in file tax_summary.inc.php.

Variable Documentation

◆ $end

$end = $http->request("end_date", "date", $limit[1])

Definition at line 31 of file tax_summary.inc.php.

◆ $end_periode

$end_periode = new IDate("end_date", $end)

Definition at line 34 of file tax_summary.inc.php.

◆ $http

$http = new HttpInput()

Definition at line 27 of file tax_summary.inc.php.

◆ $limit

$limit = $g_user->get_limit_current_exercice()

◆ $select_tva

$select_tva =new ISelect("tva_type")

Definition at line 38 of file tax_summary.inc.php.

◆ $start

$start = $http->request("start_date", "date", $limit[0])

Definition at line 30 of file tax_summary.inc.php.

◆ $start_periode

$start_periode = new IDate("start_date", $start)

Definition at line 33 of file tax_summary.inc.php.

◆ selected

$select_tva selected =$http->get('tva_type','string','O')

Definition at line 44 of file tax_summary.inc.php.

◆ value

$select_tva value
Initial value:
=array(
array("value"=>'O',"label"=>_("Opération")),
array("value"=>'P',"label"=>_("Paiement")),
array("value"=>'T',"label"=>_("TVA"))
)

Definition at line 39 of file tax_summary.inc.php.