X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep202.php;h=2eb27559689efe240c53f395c0a60089ea79f773;hb=6c2eb8504065becb97a0bbe66f87ed18d067293f;hp=57ef0e8baaa4cd1d9620479150b0a01381d664f3;hpb=bb991dc5b071e966b39954bb53d3b0efe8420938;p=fa-stable.git diff --git a/reporting/rep202.php b/reporting/rep202.php index 57ef0e8b..2eb27559 100644 --- a/reporting/rep202.php +++ b/reporting/rep202.php @@ -1,12 +1,12 @@ . ***********************************************************************/ $page_security = 'SA_SUPPLIERANALYTIC'; @@ -131,15 +131,9 @@ function print_aged_supplier_analysis() $headers[2] = _('currency'); $rep = new FrontReport(_('Aged Supplier Analysis'), "AgedSupplierAnalysis", user_pagesize()); -<<<<<<< rep202.php $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); $rep->NewPage(); -======= - $rep->Font(); - $rep->Info($params, $cols, $headers, $aligns); - $rep->Header(); ->>>>>>> 1.7 $total = array(); $total[0] = $total[1] = $total[2] = $total[3] = $total[4] = 0.0; @@ -242,9 +236,8 @@ function print_aged_supplier_analysis() $pg->type = $graphics; $pg->skin = $graph_skin; $pg->built_in = false; - $pg->fontfile = $path_to_root . "/reporting/fonts/Vera.ttf"; $pg->latin_notation = ($decseps[$_SESSION["wa_current_user"]->prefs->dec_sep()] != "."); - $filename = company_path(). "/pdf_files/test.png"; + $filename = company_path(). "/pdf_files/". uniqid("").".png"; $pg->display($filename, true); $w = $pg->width / 1.5; $h = $pg->height / 1.5;