Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restored --percent option, added baseline test | John Wiegley | 2009-06-21 | 1 | -0/+2 |
| | |||||
* | Restored pricesdb command and --pricesdb-format option | John Wiegley | 2009-06-18 | 1 | -0/+6 |
| | |||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Changed the way that account balances are computed | John Wiegley | 2009-03-06 | 1 | -2/+3 |
| | |||||
* | Enriched the behavior of post_t::add_to_value | John Wiegley | 2009-03-05 | 1 | -3/+21 |
| | | | | | The new behavior will be used in future by some pending topic branches I'm working on. | ||||
* | Renamed some flags and members in post_t | John Wiegley | 2009-03-05 | 1 | -10/+8 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -2/+3 |
| | |||||
* | Gather account details in a details_t structure | John Wiegley | 2009-03-03 | 1 | -2/+2 |
| | |||||
* | Added a new "account_amount" valexpr function | John Wiegley | 2009-03-03 | 1 | -0/+31 |
| | | | | At the moment, it's only useful during parsing. | ||||
* | Changed "priced" to "cost_calculated" for clarity | John Wiegley | 2009-02-27 | 1 | -4/+4 |
| | |||||
* | Fixed bugs relating to sign and rounding of costs | John Wiegley | 2009-02-27 | 1 | -3/+9 |
| | |||||
* | Fixed the way item state is parsed and managed | John Wiegley | 2009-02-27 | 1 | -11/+0 |
| | |||||
* | The -B, -G, -V reports now show rounding amounts | John Wiegley | 2009-02-26 | 1 | -2/+10 |
| | | | | | | | | | 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. | ||||
* | Fix for sensitive compilation environments. | Eugene Morozov | 2009-02-25 | 1 | -1/+1 |
| | |||||
* | Output "@ AMOUNT" cost in the print report | John Wiegley | 2009-02-24 | 1 | -11/+24 |
| | |||||
* | Switched from using POST_AUTO to ITEM_GENERATED | John Wiegley | 2009-02-24 | 1 | -6/+0 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -0/+336 |
The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. |