Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -24/+24 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | The new period parser is passing all tests | John Wiegley | 2009-11-18 | 1 | -1/+1 |
| | |||||
* | session_t now holds a std::auto_prt<journal_t> | John Wiegley | 2009-11-12 | 1 | -10/+10 |
| | |||||
* | Automated postings defer amount expression calculation | John Wiegley | 2009-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | This allows for value expressions to be used which reference the incoming posting, for example: = Income:Clients: (Liabilities:Taxes:VAT1) (floor(amount) * 1) (Liabilities:Taxes:VAT2) 0.19 2009/07/27 * Invoice Assets:Bank:Checking $1,190.45 Income:Clients:ACME_Inc The automated posting for VAT1 will use the floored amount multiplied by a factor, while the posting for VAT2 multiples the whole amount as before. | ||||
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | Stream out item metadata last in item_t::serialize | John Wiegley | 2009-11-01 | 1 | -1/+1 |
| | |||||
* | Improved archive header logic for cache files | John Wiegley | 2009-11-01 | 1 | -21/+65 |
| | |||||
* | Fixed an unused variable warning | John Wiegley | 2009-10-31 | 1 | -0/+4 |
| | |||||
* | Create a --cache option, for using a binary cache | John Wiegley | 2009-10-31 | 1 | -0/+247 |