summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update example to use new apply account directiveMartin Michlmayr2012-03-221-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 directivesCraig Earls2012-03-181-895/+875
|
* Merge pull request #60 from munkee/nextCraig Earls2012-03-181-2/+2
|\ | | | | Fix an example of fixed lot prices
| * Fix an example of fixed lot pricesDavid Whitmarsh2012-03-181-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 nextJohn Wiegley2012-03-181-60/+165
|\ \
| * | apply account and apply tagCraig Earls2012-03-171-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 callsJohn Wiegley2012-03-181-1/+2
|/ /
* | Added option --day-breakJohn Wiegley2012-03-171-1/+2
| |
* | Formatting cleanuoCraig Earls2012-03-161-4/+4
|/
* Added John recent detailed discussion of Transactions, remove redundant ↵Craig Earls2012-03-161-303/+937
| | | | exaplantions elesewhere. Updated account and tag directives to be "apply"
* Added description of --dc, internal Ledger Architecture, remove ! and @ from ↵Craig Earls2012-03-151-75/+557
| | | | command directives
* Added --time-report optionJohn Wiegley2012-03-131-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 optionJohn Wiegley2012-03-101-0/+1
|
* Added --dc option, for debit/credit style reportsJohn Wiegley2012-03-101-0/+1
|
* Make --lot-notes the primary name, not --lot-tagsJohn Wiegley2012-03-101-1/+0
|
* Make --lot-notes a synonym for --lot-tagsJohn Wiegley2012-03-101-1/+2
|
* Added --value-expr optionJohn Wiegley2012-03-091-0/+1
|
* Reworked the way that options are handledJohn Wiegley2012-03-091-1/+2
|
* Added --historical optionJohn Wiegley2012-03-081-1/+2
|
* ledger3.texi: fix another tiny typo.Bastien Guerry2012-02-291-1/+1
|
* ledger3.texi: fix tiny typo.Bastien Guerry2012-02-291-1/+1
|
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-281-3/+3
|
* Added --check-payees optionJohn Wiegley2012-02-271-0/+1
|
* Added new account/payee/commodity directivesJohn Wiegley2012-02-271-1/+4
| | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict.
* Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-261-0/+1
|
* Added --auto-match option, for use with 'convert'John Wiegley2012-02-261-1/+2
|
* The Doxyfile target needs to be %builddir%/docJohn Wiegley2012-02-191-2/+2
|
* Moved some files into their right locationsJohn Wiegley2012-02-103-13/+0
|
* Added cleanup script for documentationCraig Earls2012-02-101-0/+5
|
* Spellcheck file and details on command directives.Craig Earls2012-02-101-0/+3
|
* Doxygen file to generate maximum amount of info to help sort through the ↵Craig Earls2012-02-101-3/+3
| | | | source code
* modified to allow local Doxygen build. Changed buuld directoryCraig Earls2012-02-101-7/+7
|
* Added more stubs, using the doxygen documentationCraig Earls2012-02-101-2/+2
|
* Addresses bug 329 Suggestions for improving the documentationCraig Earls2012-02-101-2/+2
|
* Continued working on command optionsCraig Earls2012-02-101-68/+94
|
* Added several option descriptions and wrote a subsection on date and Time ↵Craig Earls2012-02-101-89/+252
| | | | Format Codes.
* General cleanup, expanded the commenting section, addex index entriesCraig Earls2012-02-101-308/+345
|
* Added details on convert, cleaned up debug options.Craig Earls2012-02-101-123/+229
|
* Spellcheck file and details on command directives.Craig Earls2012-02-101-165/+200
|
* Really added the description of --start-of-week this time.Craig Earls2012-02-101-1/+1
|
* Added description of --start-of-weekCraig Earls2012-02-101-58/+58
|
* Correct entry on grouping tags. Docs still had the old tag/pop syntax. Now ↵Craig Earls2012-02-101-8/+8
| | | | they refer to the @tag .. @end tag
* Dramatically improved the online help system.Craig Earls2012-02-101-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 Earls2012-02-101-2/+2
| | | | Changed the direntry for ledger3.texi so that it would install correctly.
* Continued working on option commands stubs.Craig Earls2012-02-101-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 entriesCraig Earls2012-02-101-2/+287
|
* General cleanup work on documentation.Craig Earls2012-02-101-2/+2
|
* Added detailed documentation of most command directives. Added command ↵Craig Earls2012-02-101-44/+201
| | | | | | | | directives to test/input/drewr3.dat to demonstrate @tag @account @bucket. Conflicts: doc/ledger3.texi
* Adds stubs for command directives found in textual.cc.Craig Earls2012-02-101-21/+78
| | | | | | Conflicts: doc/ledger3.texi
* Fixed some minor grammatical errors in the equit sectionCraig Earls2012-02-101-3/+3
|