Typing amounts without decimal points #116
Comments
(from [46d9f1633b91]) [#116 state:fixed] Updated the help file to mention the auto decimal place option. |
(from [45e5083c54cd]) [#116] Implemented the auto_decimal_place feature in parse_amount. |
(from [a7874a8407c9]) [#116] Added the auto decimal place pref in Cocoa's preference pane. |
(from [cc777aaa1860]) [#116] Added the auto_decimal_place option in app, implemented a very, very crude beginning of the feature in parse_amount, and nose-ified some tests in main_test. |
(from [52520a4fc395]) [#116] Added the auto decimal place pref in Qt's preference panel. |
(from [95be85e233ca]) [#116] Auto decimal place preference is now persistent. |
(from [32b8a400a085]) [#116] Made the auto decimal place option affect the entry table, the transaction panel and the split table. |
(from [e53aa60f918a]) [#116] Fixed a few glitches with the auto decimal point option. |
From GS
An option in the preferences that would allow the user to type his amounts without decimal points. The decimal point would then automatically be placed depending on the currency's
exponent
attribute.The text was updated successfully, but these errors were encountered: