summaryrefslogtreecommitdiff
path: root/src/report.cc
Commit message (Collapse)AuthorAgeFilesLines
* Added back a lot of hacktastic logic from 2.6.1 that made the "bal" commandJohn Wiegley2008-08-141-91/+2
| | | | | somewhat smart about how it interpreted certain options. Beware, code, for your days are not long-lived.
* Re-enabled many more options, among them -n.John Wiegley2008-08-141-1/+42
|
* Restored the -p, -b and -e reporting options.John Wiegley2008-08-141-5/+84
|
* Enabled the --tail and --head options.John Wiegley2008-08-131-7/+12
|
* The register report is now mostly displaying multi-line balances correctly.John Wiegley2008-08-101-0/+20
| | | | It still shows lots even when --lots isn't specified, though.
* The balance report is working again.John Wiegley2008-08-101-2/+2
|
* Basic balance reports are working again!John Wiegley2008-08-101-2/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+432
is in doc/, etc.