Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -54/+54 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Simplify account total values before comparison | John Wiegley | 2009-02-19 | 1 | -0/+7 |
| | | | | | | This way, if two account values are BALANCE types containing only a single AMOUNT, then it will do the sorting comparison of the amounts -- since otherwise balances are ignored for the purposes of sorting. | ||||
* | Added some sort-related debugging code | John Wiegley | 2009-02-19 | 1 | -0/+6 |
| | |||||
* | Allow for sorting of the balance report | John Wiegley | 2009-02-19 | 1 | -1/+29 |
| | | | | | | Sorting is repeated at each level of the hierarchy, unless --flat was specified in which case it applies to the entire applicable accounts list. | ||||
* | Fixed several unused value and param warnings | John Wiegley | 2009-02-16 | 1 | -4/+1 |
| | |||||
* | Removed an #if 0'd function from iterators.cc | John Wiegley | 2009-02-14 | 1 | -45/+0 |
| | |||||
* | Changed the semantics of the "prices" report | John Wiegley | 2009-02-13 | 1 | -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 Wiegley | 2009-02-12 | 1 | -0/+66 |
| | |||||
* | Removed reference to session_t from the iterators module. | John Wiegley | 2009-02-09 | 1 | -7/+7 |
| | |||||
* | Threw away the "multiple parser" infrastructure. | John Wiegley | 2009-02-07 | 1 | -35/+8 |
| | |||||
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | Changed COMMODITY_STYLE_NOMARKET TO COMMODITY_NOMARKET. | John Wiegley | 2009-01-19 | 1 | -1/+1 |
| | |||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+200 |
is in doc/, etc. |