summaryrefslogtreecommitdiff
path: root/src/iterators.cc
Commit message (Collapse)AuthorAgeFilesLines
* Changed the semantics of the "prices" reportJohn Wiegley2009-02-131-8/+22
| | | | | | | | | | | | | | | The prices report now uses the following scheme: PAYEE -> name of commodity of price ACCOUNT -> name of commodity of item AMOUNT -> price DATE -> date of pricing However, the report does not show the payee. The only reason the payee is set is to enable clever querying. For example: ledger prices gold # show all known prices for GOLD ledger prices @gold # show all known prices *in* GOLD
* Restored the "prices" command.John Wiegley2009-02-121-0/+66
|
* Removed reference to session_t from the iterators module.John Wiegley2009-02-091-7/+7
|
* Threw away the "multiple parser" infrastructure.John Wiegley2009-02-071-35/+8
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Changed COMMODITY_STYLE_NOMARKET TO COMMODITY_NOMARKET.John Wiegley2009-01-191-1/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+200
is in doc/, etc.