Firefly III: a personal finances manager
Go to file
2015-03-24 21:00:42 +01:00
app Fixed a bug in relevantOnDate 2015-03-24 21:00:42 +01:00
bootstrap Reimplemented forms, added an overdue fix. 2015-02-08 01:15:15 +01:00
config This should catch the missing piggy bank events. 2015-03-24 20:54:25 +01:00
database Cleaned up some icons, improved routine for repeated expenses. 2015-03-21 21:33:52 +01:00
public Update font in calendar. 2015-03-21 10:29:25 +01:00
resources Cleaned up some icons, improved routine for repeated expenses. 2015-03-21 21:33:52 +01:00
stash Stash is a directory which will hold pretty much all code before it's implemented into Laravel 5. 2015-02-06 04:21:22 +01:00
storage Fixed the range thing 2015-02-06 20:43:19 +01:00
tests Config for test database. 2015-03-18 22:16:00 +01:00
.coveralls.yml Now with son_path variable. 2015-02-27 21:24:14 +01:00
.env.example Update example environment file and composer lock. 2015-02-27 16:09:00 +01:00
.env.testing environment files. 2015-02-14 16:13:28 +01:00
.gitattributes All initial git ignore files. 2014-06-28 09:41:25 +02:00
.gitignore Cleaned up some icons, improved routine for repeated expenses. 2015-03-21 21:33:52 +01:00
.travis.yml Touch db so it can be created. 2015-03-18 22:17:18 +01:00
artisan Fresh L5 installation. 2015-02-06 04:39:52 +01:00
composer.json Updated composer. 2015-03-14 22:05:36 +01:00
composer.lock Updated composer. 2015-03-14 22:05:36 +01:00
gulpfile.js Fresh L5 installation. 2015-02-06 04:39:52 +01:00
package.json Fresh L5 installation. 2015-02-06 04:39:52 +01:00
phpspec.yml New and old code. 2015-02-06 04:52:16 +01:00
phpunit.xml Add code coverage to phpunit. 2015-03-18 22:24:54 +01:00
README.md Update read me. 2015-03-14 22:06:01 +01:00
server.php Fresh L5 installation. 2015-02-06 04:39:52 +01:00
tasks.txt Up to budgets now! 2015-02-22 09:46:21 +01:00

Firefly III (v3.3.2)

Build Status Project Status SensioLabsInsight Code Climate Test Coverage

Latest Stable Version Total Downloads Latest Unstable Version License

Firefly III is a tool to help you manage your finances. Please read the full description in the wiki.

Firefly Mark III is a new version of Firefly built upon best practices and lessons learned from building Firefly. It's Mark III since the original Firefly never made it outside of my laptop and Firefly II is live.

Current features

  • A double-entry bookkeeping system;
  • You can store, edit and remove withdrawals, deposits and transfers. This allows you full financial management;
  • It's possible to create, change and manage money using budgets;
  • Organize transactions using categories;
  • Save towards a goal using piggy banks;
  • Predict and anticipate large expenses using "repeated expenses" (ie. yearly taxes);
  • Predict and anticipate bills using "recurring transactions" (rent for example);
  • View basic income / expense reports.
  • Lots of help text in case you don't get it;

Everything is organised:

  • Clear views that should show you how you're doing;
  • Easy navigation through your records;
  • Browse back and forth to see previous months or even years;
  • Lots of charts because we all love them.
  • Financial reporting showing you how well you are doing;

Changes

Firefly III will feature, but does not feature yet:

  • More control over other resources outside of personal finance
    • Accounts shared with a partner (household accounts)
    • Debts
    • Credit cards
  • More test-coverage;
  • Firefly will be able to split transactions; a single purchase can be split in multiple entries, for more fine-grained control.
  • Firefly will be able to join transactions.
  • Any other features I might not have thought of.

Some stuff has been removed:

  • The nesting of budgets, categories and beneficiaries is removed because it was pretty pointless.
  • Firefly will not encrypt the content of the (MySQL) tables. Old versions of Firefly had this capability but it sucks when searching, sorting and organizing entries.

Screenshots

Index

Accounts

Budgets

Reports

Current state

I have the basics up and running. Test coverage is currently coming, slowly.

Although I have not checked extensively, some forms and views have CSRF vulnerabilities. This is because not all views escape all characters by default. Will be fixed.

Questions, ideas or other things to contribute? Let me know!