summaryrefslogtreecommitdiff
path: root/src/post.cc
Commit message (Collapse)AuthorAgeFilesLines
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-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 Morozov2009-02-251-1/+1
|
* Output "@ AMOUNT" cost in the print reportJohn Wiegley2009-02-241-11/+24
|
* Switched from using POST_AUTO to ITEM_GENERATEDJohn Wiegley2009-02-241-6/+0
|
* The Great Renaming, Part IIJohn Wiegley2009-02-231-0/+336
The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.