Firefly III: a personal finances manager
Go to file
2014-08-17 12:55:27 +02:00
app This should fix all tests, although coverage isn't quite there yet. 2014-08-17 12:55:27 +02:00
bootstrap Alright for issue #6 a lot of things have been updated. Piggy banks can now be made "repeated" in a different form, viewed and edited; Firefly will properly trigger to make the "instances". Also the show-view is finished which doesn't do much but helps in seeing how it works. [skip ci] 2014-08-16 07:07:42 +02: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 New stuff and fix for transaction controller [skip ci] 2014-07-29 20:30:50 +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 Update ignore file. 2014-07-07 08:20:26 +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 Update composer.json 2014-07-27 18:49:14 +01:00
ide-helper.bat Started work on recurring transactions controller. [skip ci] 2014-08-06 17:02:02 +02:00
ide-helper.sh Some general cleaning up in the menu's and the various controllers. Added a new class (yet to be tested) and removed most of the "piggy bank"-implementation in anticipation of the ideas from issue #6. Fixed a bug in the default user seeder. 2014-08-13 07:02:13 +02:00
phpunit.xml New stuff! [skip ci] 2014-07-27 20:29:58 +02:00
README.md New read me [skip ci] 2014-08-13 07:07:09 +02:00
server.php Initial commit. 2014-06-28 09:41:44 +02:00

firefly-iii

Build Status Coverage Status Still maintained?

Latest Stable Version Total Downloads Latest Unstable Version License

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.

Changes

Firefly III will feature:

  • Double-entry bookkeeping system;
  • Better budgeting tools;
  • Better financial reporting;
  • More control over other resources outside of personal finance
    • Accounts shared with a partner (household accounts)
    • Debts
    • Credit cards
  • More robust code base (mainly for my own peace of mind);
  • More test-coverage (aka: actual test coverage);

More features

  • 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 will be 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. And it will not, in the future.
  • The nesting of budgets, categories and beneficiaries will be removed.
  • Firefly will be able to automatically login a specified account. Although this is pretty unsafe, it removes the need for you to login to your own tool.

Not changed

  • 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.

Current state

I have the basics up and running and test coverage is doing very well.

Current issues are the consistent look-and-feel of forms and likewise, the consistent inner workings of most of Firefly. Example: every "create"-action tends to be slightly different from the rest. Also is the fact that not all lists and forms are equally well thought of; some are not looking very well or miss feedback.

Most forms will not allow you to enter invalid data because the database cracks, not because it's actually checked. I'm still thinking about a way to build consistent forms. Laravel doesn't really cut it.

A lot of views have CSRF vulnerabilities. The general advice is NOT to use this tool in production.

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