X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep701.php;h=fc7b8a43006f1149fb0f0b9b51abf576ef471811;hb=883307779f9ca5bac0533702a8702b0cccb4742f;hp=847fb04e7371d6f1f4fe9fb35d3d263a296e3c85;hpb=a66e1cff19e293615119a5cd352c0fe16b84e7c4;p=fa-stable.git diff --git a/reporting/rep701.php b/reporting/rep701.php index 847fb04e..fc7b8a43 100644 --- a/reporting/rep701.php +++ b/reporting/rep701.php @@ -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();