Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation for the fixed directive. | Bradley M. Kuhn | 2012-09-14 | 1 | -0/+31 |
| | | | | | Based on conversation with johnw on IRC, I believe this text properly documents the intended feature of the fixed directive. | ||||
* | Created Fixated prices node. | Bradley M. Kuhn | 2012-09-14 | 1 | -3/+5 |
| | | | | | There was a Fixated prices section, but no Fixated prices node. This of course required an update of nodes and menus throughout chapter. | ||||
* | Fixed typo: removed extra @tab. | Bradley M. Kuhn | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | Document "Data File Parsing Information" format strings. | Bradley M. Kuhn | 2012-09-10 | 1 | -2/+22 |
| | | | | | Based on my reading of src/format.cc and inspection of output on some test data, I believe this is adequate documentation for these format strings. | ||||
* | Doc fix | John Wiegley | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | Change occurences of #+srcname to #+name | John Wiegley | 2012-08-01 | 1 | -6/+6 |
| | |||||
* | Fixed a minor documentation bug | John Wiegley | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -0/+0 |
| | |||||
* | 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 |
| |