summaryrefslogtreecommitdiff
path: root/doc/ledger.texi
Commit message (Collapse)AuthorAgeFilesLines
* 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.