noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
export ANC Receipt with detail of operation and documents in PDF More...
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 Anc Accountancy in PDF | |
$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) | |
try | |
export ANC Receipt with detail of operation and documents in PDF
Definition in file export_anc_receipt_pdf.php.
if ( $ck==0) $anc =new Document_Export() |
Definition at line 43 of file export_anc_receipt_pdf.php.
$ck = $http->get('ck',"string", 0) |
Definition at line 37 of file export_anc_receipt_pdf.php.
$http =new HttpInput() |
export all the selected documents for Anc Accountancy in PDF
Definition at line 36 of file export_anc_receipt_pdf.php.
$progress =new Progress_Bar($task_id) |
Definition at line 48 of file export_anc_receipt_pdf.php.
Referenced by Acc_Account_Ledger\HtmlTable(), and Fiche\HtmlTable().
$reconcilied_document =$http->get("reconcilied_document","number",1) |
Definition at line 45 of file export_anc_receipt_pdf.php.
Referenced by Document_Export\export_all().
$task_id =$http->request("task_id") |
Definition at line 47 of file export_anc_receipt_pdf.php.
$type_pdf =$http->get("type_pdf","number",1) |
Definition at line 44 of file export_anc_receipt_pdf.php.
try |
Definition at line 49 of file export_anc_receipt_pdf.php.