acgroup_name . " Categories: " . countChildCategories($AccountGroup->acgroup_id) . "',icon: 'fa fa-folder',nodes:[\n";
foreach ($AccountGroup->AccountCategories as $AccountCategory) :
$tree .= "{text:'" . $AccountCategory->accategory_name . " (Accounts: " . countChildAccounts($AccountCategory->accategory_id) . ")',icon: 'fa fa-folder', class:'treecategory_link',id: 'accategory_" . $AccountCategory->accategory_id . "'},\n";
endforeach;
$tree .= "]},";
endforeach;
$tree .= "]";
?>