summaryrefslogtreecommitdiff
path: root/doc/ledger3.texi
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes bug 801. Replaces "jorunal" with Ledger on line 235 of ledger3.texiCraig Earls2012-10-101-2/+1
|
* Filled in many blank entriesCraig Earls2012-10-091-471/+770
| | | | Also reformatted the option lists to be more like the GCC manual
* Corrected a few missing @ symbols per JeroenCraig Earls2012-10-041-4/+4
|
* correcte --period-sort arguments in section 7.3.1Craig Earls2012-10-031-2/+2
|
* Make reference and link to Bug Report #789 in fixed directive documentation.Bradley M. Kuhn2012-09-141-0/+4
| | | | | | | | | | | | | | | Due to weirdness that's currently true with the existing next branch of ledger, I believe it's important to tell users in the documentation that there are some discrepancies in the 'fixed' directive behavior. The documentation from my previous commit is written to explain what 'fixed' *should* do; adding the bug report link here is a placeholder to tell users that it may not do what they think it does. Obviously, if someone closes #789, they should remove this paragraph added herein. But, if the bug report is closed, but the documentation lags behind, the worst that happens is some users have to click through to see the bug is closed.
* Documentation for the fixed directive.Bradley M. Kuhn2012-09-141-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. Kuhn2012-09-141-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. Kuhn2012-09-101-1/+1
|
* Document "Data File Parsing Information" format strings.Bradley M. Kuhn2012-09-101-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 fixJohn Wiegley2012-08-071-1/+1
|
* Change occurences of #+srcname to #+nameJohn Wiegley2012-08-011-6/+6
|
* Fixed a minor documentation bugJohn Wiegley2012-06-251-1/+1
|
* Commented out references to GNUCashCraig Earls2012-04-041-3/+5
|
* 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
* | 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
* | 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
* ledger3.texi: fix another tiny typo.Bastien Guerry2012-02-291-1/+1
|
* ledger3.texi: fix tiny typo.Bastien Guerry2012-02-291-1/+1
|
* 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
|
* added clarification about commenting charactersCraig Earls2012-02-101-11/+49
|
* Added more stubs, using the doxygen documentationCraig Earls2012-02-101-19/+211
|
* Wrote Asset Allocation sectionCraig Earls2012-02-101-2/+121
|
* Working on reporting chapterCraig Earls2012-02-101-646/+761
|
* Started detailed emacs ledger mode sectionCraig Earls2012-02-101-13/+212
|
* cleaned up commodity valuation section and moved it into options description ↵Craig Earls2012-02-101-410/+224
| | | | section
* added details about fixing commodity lot pricesCraig Earls2012-02-101-2/+55
|
* added details about using commodity names with whitespace and numericsCraig Earls2012-02-101-2/+18
|
* added details about buying and selling stockCraig Earls2012-02-101-1/+38
|
* added details about effective dates in postingsCraig Earls2012-02-101-3/+70
|
* started command and concept indicesCraig Earls2012-02-101-4/+44
|