noalyss Version-9
Variables
export_anc_receipt_pdf.php File Reference

Go to the source code of this file.

Variables

if($ck==0) $anc =new Document_Export()
 
 $ck = $http->get('ck',"string", 0)
 
 $http =new HttpInput()
 export all the selected documents for Ana Accountancy in PDF More...
 
 $progress =new Progress_Bar($task_id)
 
 $reconcilied_document =$http->get("reconcilied_document","number",1)
 
 $task_id =$http->request("task_id")
 
 $type_pdf =$http->get("type_pdf","number",1)
 

Variable Documentation

◆ $anc

if ( $ck==0) $anc =new Document_Export()

Definition at line 39 of file export_anc_receipt_pdf.php.

◆ $ck

$ck = $http->get('ck',"string", 0)

Definition at line 33 of file export_anc_receipt_pdf.php.

◆ $http

$http =new HttpInput()

export all the selected documents for Ana Accountancy in PDF

Definition at line 32 of file export_anc_receipt_pdf.php.

◆ $progress

$progress =new Progress_Bar($task_id)

◆ $reconcilied_document

$reconcilied_document =$http->get("reconcilied_document","number",1)

Definition at line 41 of file export_anc_receipt_pdf.php.

Referenced by Document_Export\export_all().

◆ $task_id

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

Definition at line 43 of file export_anc_receipt_pdf.php.

◆ $type_pdf

$type_pdf =$http->get("type_pdf","number",1)

Definition at line 40 of file export_anc_receipt_pdf.php.