Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added serialization methods for most type | John Wiegley | 2009-10-30 | 1 | -0/+17 | |
| | | | | | This allows journal_t objects to be completed serialized to disk and deserialized. | |||||
* | Restored pricesdb command and --pricesdb-format option | John Wiegley | 2009-06-18 | 1 | -0/+1 | |
| | ||||||
* | Renamed some flags and members in post_t | John Wiegley | 2009-03-05 | 1 | -18/+23 | |
| | ||||||
* | Changed "priced" to "cost_calculated" for clarity | John Wiegley | 2009-02-27 | 1 | -4/+4 | |
| | ||||||
* | Fixed the way item state is parsed and managed | John Wiegley | 2009-02-27 | 1 | -2/+0 | |
| | ||||||
* | The -B, -G, -V reports now show rounding amounts | John Wiegley | 2009-02-26 | 1 | -1/+1 | |
| | | | | | | | | | This way, if the running total is off by a penny or two due to rounding of one or more commodities in the account, the user will see it. This commit also reorganizes the testing code a bit, which I did after adding the ninth test series (ConfirmTests), to validate the new rounding code. | |||||
* | Improved the way that entries are balanced | John Wiegley | 2009-02-24 | 1 | -0/+1 | |
| | ||||||
* | Switched from using POST_AUTO to ITEM_GENERATED | John Wiegley | 2009-02-24 | 1 | -3/+2 | |
| | ||||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -0/+208 | |
The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. |