Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typos | spaette | 2023-01-07 | 1 | -2/+2 |
| | |||||
* | The restricted fund report has been almost entirely rewritten. | Bradley M. Kuhn | 2013-01-06 | 1 | -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. Kuhn | 2012-11-26 | 1 | -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. Kuhn | 2012-11-26 | 1 | -1/+1 |
| | |||||
* | Include all types of totals that need to be considered when generating fund ↵ | Bradley M. Kuhn | 2012-11-26 | 1 | -9/+17 |
| | | | | report. | ||||
* | Ignore <Adjustment> entries in the report. | Bradley M. Kuhn | 2012-11-26 | 1 | -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. Kuhn | 2012-11-26 | 1 | -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. Kuhn | 2012-11-26 | 1 | -8/+11 |
| | |||||
* | Fixed formatting and added sanity check code. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+7 |
| | |||||
* | Added income/expense summing. | Bradley M. Kuhn | 2012-11-26 | 1 | -3/+26 |
| | |||||
* | Fix ledger options and be sure starting is set to zero for new funds. | Bradley M. Kuhn | 2012-11-26 | 1 | -38/+6 |
| | |||||
* | Began fund-report.plx, which started as a copy of trial-balance-report.plx. | Bradley M. Kuhn | 2012-11-26 | 1 | -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 |