summaryrefslogtreecommitdiff
path: root/doc/ledger.texi
Commit message (Collapse)AuthorAgeFilesLines
* Add warning to docs about whitespace in ledger format.David Gilman2011-09-011-2/+3
|
* Doc: Cannot separate multiple files with colonsMatt Palmer2010-12-301-2/+2
|
* Doc: Each option in ledgerrc must go on it's own lineMatt Palmer2010-12-301-2/+5
|
* Use UTF-8 as the proper encoding for Texinfo docsJohn Wiegley2010-06-121-1/+1
|
* Corrected a misleading example in the manualJohn Wiegley2010-06-091-27/+5
|
* @ characters in the manual need to be escaped.Martin Michlmayr2010-06-021-2/+2
|
* Fixed a typo in the manualMartin Michlmayr2010-05-281-1/+1
|
* Simplify introductory section of the manualMartin Michlmayr2010-05-281-2/+2
| | | | | | I found the first example confusing because it includes "(100") without any explanation. Transaction codes are only explained later on and this one isn't needed, so remove it.
* Fix a cosmetic problem in the manualMartin Michlmayr2010-05-281-1/+1
|
* Add a missing word to the manualMartin Michlmayr2010-05-281-4/+5
|
* Documentation fixes.Michael Norrish2010-05-281-13/+13
|
* ldg-texi.el now auto-generates regression testsJohn Wiegley2010-03-151-0/+15
|
* Make the manual encoding be utf-8John Wiegley2010-03-051-1/+1
|
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* Added note to docs about "primary" commoditiesJohn Wiegley2009-02-241-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a commodity is exchanged for another in a posting, one of the two is considered "primary", and the other secondary. Primariness of a commodity is remembered, since the --market option only renders balances into secondary commodities, never primaries. To render primaries, use the --exchange=COMMODITY option. In all of the following examples, the P commodity is considered primary and the S is secondary (the P at the beginning of the line indicates a price-setting directive): 2009/01/01 Sample 1a Assets:Brokerage:Stocks 100 S Assets:Brokerage:Cash -100 P P 2009/01/15 00:00:00 S 2 P 2009/02/01 Sample 2a Assets:Brokerage:Stocks 100 S @ 1 P Assets:Brokerage:Cash P 2009/02/01 00:00:00 S 4 P 2009/03/01 Sample 3a Assets:Brokerage:Stocks 100 S @@ 100 P Assets:Brokerage:Cash P 2009/03/01 00:00:00 S 8 P 2009/04/01 Sample 4a Assets:Brokerage:Cash 100 P Assets:Brokerage:Stocks -100 S {1 P} P 2009/04/01 00:00:00 S 16 P
* Removed the largely useless --performance optionJohn Wiegley2009-02-241-4/+0
|
* The Great Renaming, Part IIJohn Wiegley2009-02-231-427/+427
| | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
* Changed encoding for the Ledger manual to UTF-8.John Wiegley2009-02-101-12/+12
|
* Fixed two improper uses of @example{} (should have been @code{}).John Wiegley2009-02-061-6/+6
|
* Change "@begin enumerate" to "@enumerate".John Wiegley2009-02-061-1/+1
|
* Added skeletons for new chapters to the Ledger documentation.John Wiegley2009-02-061-0/+128
| | | | | They still need finishing, and some of them may eventually replace some existing chapters.
* Switched over to using irrxml for parsing XML, rather than expat.John Wiegley2009-01-241-2/+1
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Renamed the output file back to ledger.info.John Wiegley2008-11-251-1/+1
|
* manual reorg proposal: rename Using Ledger to Quick ReferenceSimon Michael2008-11-251-11/+11
|
* more manual reorganisation.Simon Michael2008-11-251-414/+401
|
* reorganise the manual roughly into intro, reference, and detailed examplesSimon Michael2008-11-251-1127/+1127
|
* more manual cleanupSimon Michael2008-11-251-1/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+3961
is in doc/, etc.