summaryrefslogtreecommitdiff
path: root/contrib/non-profit-audit-reports/fund-report.plx
Commit message (Collapse)AuthorAgeFilesLines
* typosspaette2023-01-071-2/+2
|
* The restricted fund report has been almost entirely rewritten.Bradley M. Kuhn2013-01-061-70/+151
| | | | | The previous version was somewhat confusing anyway. Now it builds a relatively clear spreadsheet of all categories. It also now outputs CSV.
* Print date in a more friendly format.Bradley M. Kuhn2012-11-261-4/+12
| | | | | Includes issue of "ends on" date being correct for mere mortals as opposed to being right for Ledger only.
* Update copyright year, I've made changes.Bradley M. Kuhn2012-11-261-1/+1
|
* Include all types of totals that need to be considered when generating fund ↵Bradley M. Kuhn2012-11-261-9/+17
| | | | report.
* Ignore <Adjustment> entries in the report.Bradley M. Kuhn2012-11-261-9/+12
| | | | | | | With the advent of multi-currency in accounts, <Adjustment> lines can be generated in reports. I don't know if there's a way to turn these off on the Ledger command line or not at the moment, but if they're there, they clearly should be ignored by this script.
* Formatting adaptations for Ledger 3.Bradley M. Kuhn2012-11-261-6/+6
| | | | | This includes addition of currency-forcing options such as -V and -X $, as well as corrections to the formatting string options for Ledger 3.
* Formatting changes, and added total for restricted funds.Bradley M. Kuhn2012-11-261-8/+11
|
* Fixed formatting and added sanity check code.Bradley M. Kuhn2012-11-261-1/+7
|
* Added income/expense summing.Bradley M. Kuhn2012-11-261-3/+26
|
* Fix ledger options and be sure starting is set to zero for new funds.Bradley M. Kuhn2012-11-261-38/+6
|
* Began fund-report.plx, which started as a copy of trial-balance-report.plx.Bradley M. Kuhn2012-11-261-0/+135
The revision history of trial-balance-report.plx can be found in the following location: http://gitorious.org/bkuhn/small-hacks/blobs/history/master/trial-balance-report.plx