GeneratingReports
As an US-based NPO I need a way to generate reports in order to:
- Send the reports to an auditor
 - Forward them to organization members.
 
The usual reports an NPO is expected to generate, and all of these should be generatable for any given date period:
- Trial balance
 -  Bank Reconciliation Report
- This report often needs to be generated with input from the user, since the subset sum problem is NP-complete, human intervention is often needed to identify the specific transactions to show on this report.
 
 - Chart of accounts
 - Cash Disbursements Journal
 - Income Report (just a list/sum of all Income accounts for a period)
 - Expenses Report (just a list/sum of all Expenses accounts for a period)
 - Fund Report
 
Also, To handle FundAccounting all of these reports should be generatable narrowed to specific funds.