noalyss Version-9
Variables
export_printtva_pdf.php File Reference

export PDF More...

Go to the source code of this file.

Variables

 $a_col =['tva_label','tva_rate','amount_wovat','amount_vat','amount_sided']
 
 $a_colp
 
 $a_purchase_header
 
 $a_sale_header
 
 $a_size
 
for($e=2;$e< $nb_col;$e++) $a_sum = $tax_summary->get_summary_sale()
 
 $a_tot =[]
 
 $array = $tax_summary->get_row_sale()
 
 $cn = Dossier::connect()
 
 $fDate = date('Ymd-Hi')
 
 $from_periode = $http->request("date_start")
 
 $gDossier = dossier::id()
 
 $http = new HttpInput()
 
 $ledger_name = ""
 
 $nb_array = count($array)
 
 $nb_col =count($a_col)
 
 $nb_purchase = count($a_purchase_header)
 
 $nb_sale = count($a_sale_header)
 
 $pdf = new PDFLand($cn)
 
 $tax_summary = new Tax_Summary($cn, $from_periode, $to_periode)
 
 $to_periode = $http->request("date_end")
 
 $tot_sided = 0
 
 $tot_vat = 0
 
 $tot_wovat = 0
 
 $tva_type = $http->request("tva_type")
 

Detailed Description

export PDF

Definition in file export_printtva_pdf.php.

Variable Documentation

◆ $a_col

$a_col =['tva_label','tva_rate','amount_wovat','amount_vat','amount_sided']

Definition at line 69 of file export_printtva_pdf.php.

Referenced by Html_Table\sql2table().

◆ $a_colp

$a_colp
Initial value:
=['tva_label','tva_rate','amount_wovat','amount_private','amount_vat','amount_sided',
'amount_noded_amount','amount_noded_tax','amount_noded_return']

Definition at line 209 of file export_printtva_pdf.php.

◆ $a_purchase_header

$a_purchase_header
Initial value:
= [_("Code TVA"), _("Taux"), _("Montant HT"), _("Privée"), _("Montant TVA"),
_("Montant Autoliquidation"), _("Montant Non Déd"), _("TVA ND"), _("TVA ND récup")]

Definition at line 211 of file export_printtva_pdf.php.

◆ $a_sale_header

$a_sale_header
Initial value:
= [_("Code TVA"), _("Taux"), _("Montant HT"), _("Montant TVA"),
_("Montant Autoliquidation")]

Definition at line 55 of file export_printtva_pdf.php.

◆ $a_size

$a_size
Initial value:
=['tva_label'=>40,'tva_rate'=>10,'amount_wovat'=>32,'amount_private'=>32,'amount_vat'=>32,'amount_sided'=>32,
'amount_noded_amount'=>32,'amount_noded_tax'=>32,'amount_noded_return'=>32]

Definition at line 215 of file export_printtva_pdf.php.

◆ $a_sum

for ( $e=2; $e< $nb_col; $e++) $a_sum ( ) = $tax_summary->get_summary_sale()

Definition at line 156 of file export_printtva_pdf.php.

◆ $a_tot

$a_tot =[]

Definition at line 71 of file export_printtva_pdf.php.

◆ $array

$array = $tax_summary->get_row_sale()

Definition at line 58 of file export_printtva_pdf.php.

◆ $cn

Definition at line 39 of file export_printtva_pdf.php.

◆ $fDate

$fDate = date('Ymd-Hi')

Definition at line 366 of file export_printtva_pdf.php.

◆ $from_periode

$from_periode = $http->request("date_start")

Definition at line 31 of file export_printtva_pdf.php.

◆ $gDossier

$gDossier = dossier::id()

Definition at line 36 of file export_printtva_pdf.php.

◆ $http

$http = new HttpInput()

Definition at line 29 of file export_printtva_pdf.php.

◆ $ledger_name

$ledger_name = ""

Definition at line 64 of file export_printtva_pdf.php.

Referenced by Acc_Ledger\get_name().

◆ $nb_array

$nb_array = count($array)

Definition at line 60 of file export_printtva_pdf.php.

◆ $nb_col

$nb_col =count($a_col)

Definition at line 70 of file export_printtva_pdf.php.

Referenced by Export_Data_PDF\__construct().

◆ $nb_purchase

$nb_purchase = count($a_purchase_header)

Definition at line 213 of file export_printtva_pdf.php.

◆ $nb_sale

$nb_sale = count($a_sale_header)

Definition at line 57 of file export_printtva_pdf.php.

◆ $pdf

$pdf = new PDFLand($cn)

Definition at line 42 of file export_printtva_pdf.php.

◆ $tax_summary

$tax_summary = new Tax_Summary($cn, $from_periode, $to_periode)

Definition at line 40 of file export_printtva_pdf.php.

◆ $to_periode

$to_periode = $http->request("date_end")

Definition at line 32 of file export_printtva_pdf.php.

◆ $tot_sided

$tot_sided = 0

Definition at line 63 of file export_printtva_pdf.php.

◆ $tot_vat

$tot_vat = 0

Definition at line 61 of file export_printtva_pdf.php.

◆ $tot_wovat

$tot_wovat = 0

Definition at line 62 of file export_printtva_pdf.php.

◆ $tva_type

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

Definition at line 33 of file export_printtva_pdf.php.