Firefly III: a personal finances manager
Go to file
2014-07-02 13:23:03 +02:00
app Create new accounts. 2014-06-30 15:57:05 +02:00
bootstrap Implemented migration procedure. 2014-06-30 10:47:14 +02:00
public Latest code before move back to laptop. 2014-06-30 11:24:58 +02:00
.gitattributes All initial git ignore files. 2014-06-28 09:41:25 +02:00
.gitignore Small changes to ignore files, and show environment in guest.blade 2014-06-30 13:22:47 +02:00
artisan Initial commit. 2014-06-28 09:41:44 +02:00
composer.json Various new stuff. 2014-06-28 09:57:17 +02:00
phpunit.xml Initial commit. 2014-06-28 09:41:44 +02:00
README.md Created Readme 2014-07-02 13:23:03 +02:00
server.php Initial commit. 2014-06-28 09:41:44 +02:00

firefly-iii

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.

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);