Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commented out references to GNUCash | Craig Earls | 2012-04-04 | 1 | -3/+5 |
| | |||||
* | Document more commands in the man page | Martin Michlmayr | 2012-03-25 | 1 | -0/+26 |
| | |||||
* | Update manual to say that pricesdb option has been renamed to pricedb | Martin Michlmayr | 2012-03-23 | 1 | -2/+2 |
| | |||||
* | Update example to use new apply account directive | Martin Michlmayr | 2012-03-22 | 1 | -3/+3 |
| | | | | | | Update the example in the manual to use the new apply account/end apply directive, as announced be John here: http://groups.google.com/group/ledger-cli/tree/browse_frm/month/2012-02/977e5dd90a55efca | ||||
* | Reorganized command directives | Craig Earls | 2012-03-18 | 1 | -895/+875 |
| | |||||
* | Merge pull request #60 from munkee/next | Craig Earls | 2012-03-18 | 1 | -2/+2 |
|\ | | | | | Fix an example of fixed lot prices | ||||
| * | Fix an example of fixed lot prices | David Whitmarsh | 2012-03-18 | 1 | -2/+2 |
| | | | | | | | | | | Changed the results of the last example in 5.5.3 to match what really happens | ||||
* | | Merge branch 'next' of github.com:jwiegley/ledger into next | John Wiegley | 2012-03-18 | 1 | -60/+165 |
|\ \ | |||||
| * | | apply account and apply tag | Craig Earls | 2012-03-17 | 1 | -60/+165 |
| | | | | | | | | | | | | | | | | | | added more details to the apply account and apply tag descriptions. Delete -x option description | ||||
* | | | Added --verify-memory and missing TRACE_[CD]TOR calls | John Wiegley | 2012-03-18 | 1 | -1/+2 |
|/ / | |||||
* | | Added option --day-break | John Wiegley | 2012-03-17 | 1 | -1/+2 |
| | | |||||
* | | Formatting cleanuo | Craig Earls | 2012-03-16 | 1 | -4/+4 |
|/ | |||||
* | Added John recent detailed discussion of Transactions, remove redundant ↵ | Craig Earls | 2012-03-16 | 1 | -303/+937 |
| | | | | exaplantions elesewhere. Updated account and tag directives to be "apply" | ||||
* | Added description of --dc, internal Ledger Architecture, remove ! and @ from ↵ | Craig Earls | 2012-03-15 | 1 | -75/+557 |
| | | | | command directives | ||||
* | Added --time-report option | John Wiegley | 2012-03-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | 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' | ||||
* | Added --immediate option | John Wiegley | 2012-03-10 | 1 | -0/+1 |
| | |||||
* | Added --dc option, for debit/credit style reports | John Wiegley | 2012-03-10 | 1 | -0/+1 |
| | |||||
* | Make --lot-notes the primary name, not --lot-tags | John Wiegley | 2012-03-10 | 1 | -1/+0 |
| | |||||
* | Make --lot-notes a synonym for --lot-tags | John Wiegley | 2012-03-10 | 1 | -1/+2 |
| | |||||
* | Added --value-expr option | John Wiegley | 2012-03-09 | 1 | -0/+1 |
| | |||||
* | Reworked the way that options are handled | John Wiegley | 2012-03-09 | 1 | -1/+2 |
| | |||||
* | Added --historical option | John Wiegley | 2012-03-08 | 1 | -1/+2 |
| | |||||
* | ledger3.texi: fix another tiny typo. | Bastien Guerry | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | ledger3.texi: fix tiny typo. | Bastien Guerry | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -3/+3 |
| | |||||
* | Added --check-payees option | John Wiegley | 2012-02-27 | 1 | -0/+1 |
| | |||||
* | Added new account/payee/commodity directives | John Wiegley | 2012-02-27 | 1 | -1/+4 |
| | | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict. | ||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -0/+1 |
| | |||||
* | Added --auto-match option, for use with 'convert' | John Wiegley | 2012-02-26 | 1 | -1/+2 |
| | |||||
* | The Doxyfile target needs to be %builddir%/doc | John Wiegley | 2012-02-19 | 1 | -2/+2 |
| | |||||
* | Moved some files into their right locations | John Wiegley | 2012-02-10 | 3 | -13/+0 |
| | |||||
* | Added cleanup script for documentation | Craig Earls | 2012-02-10 | 1 | -0/+5 |
| | |||||
* | Spellcheck file and details on command directives. | Craig Earls | 2012-02-10 | 1 | -0/+3 |
| | |||||
* | Doxygen file to generate maximum amount of info to help sort through the ↵ | Craig Earls | 2012-02-10 | 1 | -3/+3 |
| | | | | source code | ||||
* | modified to allow local Doxygen build. Changed buuld directory | Craig Earls | 2012-02-10 | 1 | -7/+7 |
| | |||||
* | Added more stubs, using the doxygen documentation | Craig Earls | 2012-02-10 | 1 | -2/+2 |
| | |||||
* | Addresses bug 329 Suggestions for improving the documentation | Craig Earls | 2012-02-10 | 1 | -2/+2 |
| | |||||
* | Continued working on command options | Craig Earls | 2012-02-10 | 1 | -68/+94 |
| | |||||
* | Added several option descriptions and wrote a subsection on date and Time ↵ | Craig Earls | 2012-02-10 | 1 | -89/+252 |
| | | | | Format Codes. | ||||
* | General cleanup, expanded the commenting section, addex index entries | Craig Earls | 2012-02-10 | 1 | -308/+345 |
| | |||||
* | Added details on convert, cleaned up debug options. | Craig Earls | 2012-02-10 | 1 | -123/+229 |
| | |||||
* | Spellcheck file and details on command directives. | Craig Earls | 2012-02-10 | 1 | -165/+200 |
| | |||||
* | Really added the description of --start-of-week this time. | Craig Earls | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | Added description of --start-of-week | Craig Earls | 2012-02-10 | 1 | -58/+58 |
| | |||||
* | Correct entry on grouping tags. Docs still had the old tag/pop syntax. Now ↵ | Craig Earls | 2012-02-10 | 1 | -8/+8 |
| | | | | they refer to the @tag .. @end tag | ||||
* | Dramatically improved the online help system. | Craig Earls | 2012-02-10 | 1 | -3/+18 |
| | | | | | | | | | | | | | Modify global.h and global.cc to bring up the info page for Ledger rather than the outdated man page. Also introduced new options to search the info page index. Help options are now: `--help' Brings up the info page `--help-info' Brings up the info help page `--help-comm' concept Searches the info index for `concept' `--help-disp' Brings up the Format String chapter of the manual `--help-calc' Brings up the Value Expression Chapter. | ||||
* | Modified global.h and global.cc to call info for the full-help option. | Craig Earls | 2012-02-10 | 1 | -2/+2 |
| | | | | Changed the direntry for ledger3.texi so that it would install correctly. | ||||
* | Continued working on option commands stubs. | Craig Earls | 2012-02-10 | 1 | -55/+175 |
| | | | | | | | Filled in all global options, and most session options. This is mostly regurgitating what is already there, but I am doing it based on source code review which is showing some interesting nuances to the original | ||||
* | Added FIX THIS ENTRY stubs to empty entries | Craig Earls | 2012-02-10 | 1 | -2/+287 |
| | |||||
* | General cleanup work on documentation. | Craig Earls | 2012-02-10 | 1 | -2/+2 |
| |