Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cost of a post with neg. amount should be negative | John Wiegley | 2009-12-07 | 1 | -2/+2 |
| | |||||
* | Added support for a "fixed" directive | John Wiegley | 2009-11-25 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | It lets you specify a fixed cost for a duration of a ledger file, for example: fixed ecu $2 2008/01/01 income assets:bank:checking 1 ecu income:salary end fixed This is equivalent to: 2008/01/01 income assets:bank:checking 1 ecu {=$2} income:salary | ||||
* | Don't migrate commodity details from pricing entries | John Wiegley | 2009-11-24 | 1 | -1/+1 |
| | |||||
* | Many improvements to Ledger's Python bindings | John Wiegley | 2009-11-19 | 1 | -2/+3 |
| | |||||
* | Added Python interface for commodity_t | John Wiegley | 2009-11-02 | 1 | -1/+1 |
| | |||||
* | Moved make_qualified_name into commodity_pool_t | John Wiegley | 2009-11-02 | 1 | -15/+13 |
| | |||||
* | Date and time are optional for pricing directives | John Wiegley | 2009-06-28 | 1 | -2/+8 |
| | |||||
* | The --download option is now fully restored | John Wiegley | 2009-06-26 | 1 | -1/+6 |
| | |||||
* | More refactoring for --download | John Wiegley | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Moved a function | John Wiegley | 2009-06-24 | 1 | -96/+37 |
| | |||||
* | Split commodity.h/cc into three files | John Wiegley | 2009-06-24 | 1 | -0/+409 |
commodity.h - code for commodity_t annotate.h - commodity annotations pool.h - commodity pool management |