Skip to content

Firefly III: a personal finances manager

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE
AGPL-3.0
COPYING
Notifications You must be signed in to change notification settings

boring-dragon/firefly-iii

 
 

FireFly Fork That adds BML Transactions Auto Sync Support.

https://github.com/firefly-iii/firefly-iii/

To get BML transactions this project use bml-transaction by Baraveli

Usage

Add the following variables to .env and fill according to your credentials.

BML_USERNAME=
BML_PASSWORD=
BML_ACCOUNT_ID= // If you have multiple accounts

Command To sync the transactions from bml to firefly. This command will automatically ignore any transactions that have already been synced to the database.

php artisan bml:sync

Cron

If you want to automate the sync process from bml into firefly. Update and add the following code to your crontab file. This will sync your transactions from bml into firefly every 12 hours.

0 */12 * * * cd /path-to-your-project && php artisan bml:sync >> /dev/null 2>&1

About

Firefly III: a personal finances manager

Resources

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE
AGPL-3.0
COPYING

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.1%
  • Twig 7.4%
  • Vue 4.3%
  • Other 0.2%