-
Notifications
You must be signed in to change notification settings - Fork 6
Home
ppearson edited this page Jun 23, 2011
·
26 revisions
Stash is a Free/Open Source Personal Finance application for Mac OS X 10.5/6, written in Objective-C++ / Cocoa.
Download latest release version: 0.83
Changelog
Development
It stores data in a custom binary file format for speed reasons, and uses fixed-point numbers to handle currency arithmetic so that the potential rounding issues that can result from floating-point arithmetic don’t occur.
The core storage and processing classes are written in generic C++, and the Cocoa interface is wrapped around these classes, providing a fully-native Mac OS X interface, but allowing Stash to be ported to other platforms fairly easily if required.
Current Features:
- Easy-to-use interface to view and edit transactions
- Localised Dates and Currency formatting
- Multiple Accounts
- Split Transactions
- OFX Import/Export
- QIF Import/Export
- Scheduled Transactions
- Pie Chart Graphs
- Area Chart Graphs over time
- Overview Chart Graphs
TODO list:
- Reports
- Budgets
- Import Rules
- Multiple Currencies