noalyss Version-9
Variables
export_printtva_csv.php File Reference

Go to the source code of this file.

Variables

 $array =$tax_summary->get_row_sale()
 
catch(Exception $e) $csv =new Noalyss_Csv("summary_tva")
 
 $http =new HttpInput()
 
 $nb_array =count($array)
 
 $tax_summary = new Tax_Summary($cn,$http->get("date_start"),$http->get("date_end"))
 
 $tva_type = $http->request("tva_type")
 
 try
 

Variable Documentation

◆ $array

$array =$tax_summary->get_row_sale()

Definition at line 55 of file export_printtva_csv.php.

◆ $csv

catch (Exception $e) $csv =new Noalyss_Csv("summary_tva")

Definition at line 45 of file export_printtva_csv.php.

◆ $http

$http =new HttpInput()

Definition at line 29 of file export_printtva_csv.php.

◆ $nb_array

$nb_array =count($array)

Definition at line 56 of file export_printtva_csv.php.

◆ $tax_summary

$tax_summary = new Tax_Summary($cn,$http->get("date_start"),$http->get("date_end"))

Definition at line 30 of file export_printtva_csv.php.

◆ $tva_type

$tva_type = $http->request("tva_type")

Definition at line 31 of file export_printtva_csv.php.

◆ try

try
Initial value:
{
$tax_summary->check()

Definition at line 34 of file export_printtva_csv.php.