summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Detailed section on the new commodity valuation system.Craig Earls2012-10-101-165/+320
|
* 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
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-0/+0
|
* Commented out references to GNUCashCraig Earls2012-04-041-3/+5
|
* Document more commands in the man pageMartin Michlmayr2012-03-251-0/+26
|
* Update manual to say that pricesdb option has been renamed to pricedbMartin Michlmayr2012-03-231-2/+2
|
* 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
|