summaryrefslogtreecommitdiff
path: root/test/baseline/opt-time-report.test
Commit message (Collapse)AuthorAgeFilesLines
* add test for --time-reporttripun2014-08-101-0/+44
|
* Added --time-report optionJohn Wiegley2012-03-131-0/+0
This is a rather basic option at the moment which only affects the balance report. I use it as follows, for entering contractor hours into a project planning application, where $1 is the contractor's timelog file, and $2 is the date after which new entries appear in the file: ledger -f $1 balance \ --account=payee \ --time-report \ -d "latest > [$2]" \ --datetime-format='%m/%d/%y %I:%M %p'