Firefly III: a personal finances manager
Go to file
2015-03-29 08:20:37 +02:00
app Removed some unused use statements. 2015-03-29 08:20:20 +02:00
bootstrap Removed unused use statements. 2015-03-29 07:51:56 +02:00
config Auto fill transaction descriptions. 2015-03-27 13:16:14 +01:00
database Add newlines. 2015-03-29 08:14:32 +02:00
public Moved some code. 2015-03-27 13:24:04 +01:00
resources Added new lines 2015-03-29 08:20:37 +02: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 Some new tests 2015-03-28 06:48:38 +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. 2015-03-29 08:18:15 +02: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 New composer.son file. 2015-03-29 07:45:14 +02:00
composer.lock Updated composer.son 2015-03-29 08:20:30 +02:00
favicon.pxm Auto fill transaction descriptions. 2015-03-27 13:16:14 +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
pu.sh Remove recurring transactions [skip ci] 2015-03-28 06:59:43 +01:00
README.md Updated read me file. 2015-03-28 17:45:46 +01:00
server.php Removed debug logic and bad operators. 2015-03-29 07:32:24 +02:00
tasks.txt Up to budgets now! 2015-02-22 09:46:21 +01:00

Firefly III (v3.3.4)

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.

If you're not sure if this tool is for you, please read the full description.

To install and use Firefly III, please read the installation guide, the upgrade guide (if applicable) and the first use guide

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 bills;
  • View 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.

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!