summaryrefslogtreecommitdiff
path: root/doc/ledger3.texi
Commit message (Collapse)AuthorAgeFilesLines
...
* DocTests: Allow multiple example inputs Alexis Hildebrandt2014-02-191-3/+10
| | | | to be used as single ledger data for an example command
* Implicit logical and is really a logical orMatijs van Zuijlen2014-02-171-1/+1
|
* Merge pull request #241 from afh/pull/spellingCraig Earls2014-02-091-2/+2
|\ | | | | | | | | Correct minor spelling mistakes and improve spellcheck.sh Awesome.
| * Correct spelling mistakesAlexis Hildebrandt2014-02-071-2/+2
| |
* | Add explanation on how to validate documentation examplesAlexis Hildebrandt2014-02-091-0/+61
| | | | | | by specially marking @smallexample, which will be used by DocTests.py
* | Add support to check documentation examples with inline dataAlexis Hildebrandt2014-02-071-25/+33
| |
* | Check examples in documentation when running testsAlexis Hildebrandt2014-02-071-23/+52
|/ | | | | The DocTests.py script will parse a given texinfo file for specially marked examples, run the ledger command from the example, and check the result against the example output from the documentation.
* Bump copyright notice to 2014 in the documentationAlexis Hildebrandt2014-02-041-1/+1
|
* Commodity column in default CSV format should match the displayed amountSteve Purcell2014-01-061-2/+2
| | | | | | | | If one uses --exchange to force CSV display amounts into a particular currency, then the commodity output column should match that currency. Without this patch, the commodity column contains the original commodity, not the commodity for the exported amount.
* Fix reference to old pattern negation syntaxAlan Berndt2013-09-241-1/+1
|
* Remove reference to depricated ! operator in Chapt 4Wes Cravens2013-09-081-3/+3
|
* Corrected discrepancies between documentation and drewr3.dat regarding apply ↵Craig Earls2013-09-071-1/+1
| | | | and bucket
* @itemx shoud be after an @itemRémi Vanicat2013-06-261-1/+1
|
* Copy information from doc/NEWS to doc/ledger3.texi.thdox2013-06-031-34/+50
| | | | Correct the documentation about '-s' that has no effect on bal command.
* Improve documentation about differences between ledger 2.6 and ledger 3.0.thdox2013-06-011-1/+26
| | | | GnuCash support removed, environment variables deprecated.
* Fix bug #855thdox2013-06-011-0/+14
|
* Add "ledger convert file.csv" and "hledger -f file.csv print".thdox2013-05-201-7/+10
| | | | Add url for "csv2ledger" tools
* Add documentation for Payee metadata tagthdox2013-05-201-1/+43
|
* Mainly moving @code to @samp when relevant (when valued example)thdox2013-05-201-210/+208
|
* The programs (like ledger, gnuplot, report, head, getquote) have beenthdox2013-05-201-37/+36
| | | | surrounded by @file{}.
* Rename section "Reporting Commands" to "Basic Reporting Commands" as chapter ↵thdox2013-05-201-44/+37
| | | | | | | | | | "Reporting Commands" already exists. Rename to "Report filtering", "Output customization", "Commodity reporting". Second word is lowercase as exact same subsection exists with uppercase. Not a proper fix, but the quickest I found. Rename from "Example Journal File: drewr.dat" to "Example Journal File" as makeinfo does not like ':' in titles. Fix some old naming of cross references.
* Texinfo: Update every node with C-c C-u C-ethdox2013-05-201-127/+127
|
* Rename @code{--option} to @option{--option}thdox2013-05-201-417/+461
| | | | | | | | | | | | Rename @code{-Q} to @option{--download (-Q)}. The reasoning is that the reader of the manual is a newcomer, and as a newcomer --download is more self-explicit compared to a cryptic single letter. But information is kept for advanced user who can still exercise their mastery with cryptic things. Fix short option -Z (and not -L) for --price-exp Fix "@section Balance format" (as @option in title is causing issues with makeinfo). Fix consistency of @option{--option @var{VAR}} by adding systematically @var{VAR}. Add period at end of sentences.
* Add some @cindex for commands. Fix @command{transaction} to @command{xact}.thdox2013-05-201-19/+30
|
* Move Ledger CLI command to @command. Also, fix commas in section title ↵thdox2013-05-201-128/+128
| | | | (makeinfo does not like that).
* Fix warning from makeinfo compilation.thdox2013-05-201-4/+3
|
* Move @code to @samp when relevant for section Date and Time Format Codesthdox2013-05-201-12/+13
|
* Minor modifications, to fix bad display in TeX outputthdox2013-05-201-10/+10
|
* Review of Babel section. Move to Babel name according to new naming.thdox2013-05-201-74/+74
|
* Add some "@c TODO" things to do laterthdox2013-05-201-0/+18
|
* add missing @smallexamplethdox2013-05-201-2/+4
|
* Insert some spacingthdox2013-05-201-33/+215
|
* Some minor reformattingthdox2013-05-201-12/+25
|
* M-x delete-trailing-whitespacethdox2013-05-011-2/+2
|
* Add @var{FORMAT_STRING} where missingthdox2013-05-011-13/+13
|
* For consistency, do not put on same @item two options that arethdox2013-05-011-8/+7
| | | | different (even if very close in purpose).
* Consistency on regex spellingthdox2013-05-011-15/+15
|
* Fix "copying" section to use best practises like in LaTeX, GDB or Texinfo ↵thdox2013-05-011-28/+26
| | | | manuals
* Add description for /dev/stdin as input filethdox2013-04-301-1/+2
|
* Add description for --unrealized-gains and --unrealized-lossesthdox2013-04-301-4/+9
|
* Add description for --time-colonthdox2013-04-301-1/+5
|
* Moved to "FIX THIS ENTRY" for consistencythdox2013-04-291-31/+31
|
* Change from -report to -format as -report can not be found in source codethdox2013-04-291-16/+18
|
* Some cleanup on pre-commandsthdox2013-04-291-30/+14
|
* Check that options in global.cc::lookup_option,thdox2013-04-291-210/+358
| | | | | | | | | report.cc::lookup_option, session.cc::lookup_option, are listed in documentation. Add consistency about the @var{} variables passed to --options. M-x texinfo-all-menus-update
* Add documentation about pre-commandsthdox2013-04-291-4/+7
|
* Use @samp{} for single charactersthdox2013-04-291-146/+150
|
* no space before and after '---'thdox2013-04-281-15/+15
|
* Use @samp for single characters as recommended in Texinfo manual (i.e.thdox2013-04-281-20/+21
| | | | use @samp{$} instead of '$')
* Use @kbd instead of @code for keyboard shortcutsthdox2013-04-281-15/+15
|