X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep706.php;h=8a0e4d459c60bdac2f50db7607a3490781c8842a;hb=bc2159e29e2186ac6c2b5d034fe6228a5c6e77f5;hp=f5f321bf3142f0ad705c03031d7260429cef3e75;hpb=ee7f610a0669b4dd4a85d19c1969573a82ee1826;p=fa-stable.git diff --git a/reporting/rep706.php b/reporting/rep706.php index f5f321bf..8a0e4d45 100644 --- a/reporting/rep706.php +++ b/reporting/rep706.php @@ -92,7 +92,7 @@ function display_type ($type, $typename, $from, $to, $convert, &$dec, &$rep, $di } $totals_arr = display_type($accounttype["id"], $accounttype["name"], $from, $to, $convert, $dec, - $rep, $dimension, $dimension2, $pg, $graphics); + $rep, $dimension, $dimension2, $tags, $pg, $graphics); $open_balance_total += $totals_arr[0]; $period_balance_total += $totals_arr[1]; } @@ -306,9 +306,8 @@ function print_balance_sheet() $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;