Firefly III: a personal finances manager
Go to file
2014-11-20 07:12:41 +01:00
app A fix for a bug that would prevent both the category and the budget to be updated. 2014-11-20 07:12:41 +01:00
bootstrap Scan transaction journals for recurring transactions on store. 2014-11-19 21:18:06 +01:00
provider/assets All kinds of new stuff. Started with perfecting the account controller. [skip ci] 2014-07-26 18:53:41 +02:00
public Some formatting, cleanup, and a new chart. 2014-11-18 09:37:54 +01:00
scripts Updated the migration routine, started on data tables. 2014-09-21 08:25:30 +02:00
.coveralls.yml Some attempts at code coverage and coveralls support. 2014-07-02 23:12:31 +02:00
.gitattributes All initial git ignore files. 2014-06-28 09:41:25 +02:00
.gitignore Extended gitignore. 2014-09-09 19:59:34 +02:00
.travis.yml Tests for homecontroller. Updated travis configuration. 2014-08-09 08:40:54 +02:00
artisan Initial commit. 2014-06-28 09:41:44 +02:00
composer.json Fixed some things so coveralls will fire. 2014-11-18 10:18:50 +01:00
phpunit.xml A fix for the phpunit coverage. 2014-11-19 21:16:48 +01:00
README.md Updated read me. 2014-11-10 07:55:52 +01:00
server.php Initial commit. 2014-06-28 09:41:44 +02:00

firefly-iii

Build Status Still maintained?

Latest Stable Version Total Downloads Latest Unstable Version License

Firefly II 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).

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.

Changes

Firefly III will feature, but does not feature yet:

  • Financial reporting showing you how well you are doing;
  • Lots of help text in case you don't get it;
  • More control over other resources outside of personal finance
    • Accounts shared with a partner (household accounts)
    • Debts
    • Credit cards
  • More test-coverage (aka: actual 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.
  • Transfers and transactions are combined into one internal datatype which is more consistent with what you're actually doing: moving money from A to B. The fact that A or B or both are yours should not matter.
  • 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 non-existent.

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.

The current layout / look & feel is a pretty basic Bootstrap3 template. I am currently working on a more consistent, expanded layout which will feature shiny AJAX things and data tables and all the Web 3.0 goodies you've come to expect from social media sites.

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