Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Free/Open Source, simple, fast Personal Finance application for Mac OS X
Objective-C++
C++
Objective-C
Other
- Objective-C++ 50.7%
- C++ 30.3%
- Objective-C 18.3%
- Other 0.7%
Latest commit
Cannot retrieve the latest commit at this time.
Files
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
Images | ||
|
|
Stash.xcodeproj | ||
|
|
cli | ||
|
|
core | ||
|
|
mac | ||
|
|
ChangeLog | ||
|
|
Licence.txt | ||
|
|
README | ||
README
Stash ----- Stash is a fast, simple personal finance application. It is currently only for Mac OS X, with a native Cocoa interface, but its core files are written in C++, with the interface wrapped around these, allowing it to be ported to other platforms (Qt) fairly easily. 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 Licence ------- Stash is licensed under the GPL version 2.0. For more information, see the included Licence.txt file. Downloading ----------- Stash is hosted on GitHub. Its project page is here: http://github.com/ppearson/Stash If you want to download the source code, you can do the following: git clone git://github.com/ppearson/Stash Helping ------- Any help with Stash is more than welcome. As mentioned above, Stash's core is written in C++, with the Mac Cocoa interface written in Objective-C++. The list of features still to be implemented in Stash that I hope to get to eventually is: * Encryption of data files * Import Rules * CSV import/export * Reports * Budgets * Multiple currencies * Qt port of Stash (Windows, Linux)