noalyss Version-9
|
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 | |
$array =$tax_summary->get_row_sale() |
Definition at line 55 of file export_printtva_csv.php.
catch (Exception $e) $csv =new Noalyss_Csv("summary_tva") |
Definition at line 45 of file export_printtva_csv.php.
$http =new HttpInput() |
Definition at line 29 of file export_printtva_csv.php.
$nb_array =count($array) |
Definition at line 56 of file export_printtva_csv.php.
$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 = $http->request("tva_type") |
Definition at line 31 of file export_printtva_csv.php.
try |
Definition at line 34 of file export_printtva_csv.php.