X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep701.php;h=fc7b8a43006f1149fb0f0b9b51abf576ef471811;hb=d1b959c4b73664327c2e17d5bb3fb515aabfa449;hp=4f49b549fbf91c399fc69bc6ec93aff30487d2f9;hpb=fa3dd600a4b60b528e4c69519c856125e6c3f9bf;p=fa-stable.git diff --git a/reporting/rep701.php b/reporting/rep701.php index 4f49b549..fc7b8a43 100644 --- a/reporting/rep701.php +++ b/reporting/rep701.php @@ -9,7 +9,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 2; +$page_security = 'SA_GLREP'; // ---------------------------------------------------------------- // $ Revision: 2.0 $ // Creator: Joe Hunt @@ -71,13 +71,17 @@ function print_Chart_of_Accounts() if ($account['AccountClassName'] != $classname) { $rep->Font('bold'); - $rep->TextCol(0, 4, $account['AccountClassName']); + //$rep->TextCol(0, 4, $account['AccountClassName']); + $rep->TextCol(0, 1, $account['ClassID']); + $rep->TextCol(1, 4, $account['AccountClassName']); $rep->Font(); //$rep->row -= ($rep->lineHeight + 4); $rep->NewLine(); } $group = $account['AccountTypeName']; - $rep->TextCol(0, 4, $account['AccountTypeName']); + //$rep->TextCol(0, 4, $account['AccountTypeName']); + $rep->TextCol(0, 1, $account['AccountType']); + $rep->TextCol(1, 4, $account['AccountTypeName']); //$rep->Line($rep->row - 4); //$rep->row -= ($rep->lineHeight + 4); $rep->NewLine();