Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Did away with the "finalizer" abstraction | John Wiegley | 2009-11-11 | 1 | -81/+0 |
| | | | | | This was from an earlier time, when it was intended to be used by Python. But it's not needed anymore. | ||||
* | Automated postings defer amount expression calculation | John Wiegley | 2009-11-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | Removed a bunch of empty comments | John Wiegley | 2009-11-08 | 1 | -10/+0 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -1/+0 |
| | |||||
* | Fixed some #include ordering issues. | John Wiegley | 2009-02-07 | 1 | -0/+2 |
| | |||||
* | Added documentation stubs for all include files and classes. | John Wiegley | 2009-01-31 | 1 | -0/+19 |
| | |||||
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+71 |
is in doc/, etc. |