Description | manuals and libraries |
LedgerSMB::Report::COA - Chart of Accounts List for LedgerSMB
my $report = LedgerSMB::Report::COA->new(%$request);
$report->render();
This module provides a Chart of Account report for LedgerSMB. This account is useful regarding checking on current balances and managing the accounts. Typically columns are displayed based on the permissions of the user.
Read-only accessor, returns a list of columns. Unless otherwise noted, each column is intended to be visible to all who have permissions to run the report.
Displays the account number.
Account description.
This is the GIFI account number.
This is the debit balance (or blank if none or balance is credit).
This is the credit balance (or blank if none or balance is debit)
This lists the link descriptions. Each represents a group of drop-downs the user has access to. This should be visible only to admin users.
Link to edit the account. Should be visible only to admin users.
Link to delete the account if it has no transactions. Should be visible only to admin users.
Returns the localized template name
Runs the report, and assigns rows to $self->rows.
Returns a set of buttons to be displayed at the bottom of the report.
Copyright (C) 2012-2018 The LedgerSMB Core Team
This file is licensed under the GNU General Public License version 2, or at your option any later version. A copy of the license should have been included with your software.