Firefly III is een in PHP geschreven webapplicatie waarmee een overzicht van je financiën kan worden bijgehouden. Het kan de data importeren vanuit csv-bestanden, de GoCardless-api of de Spectre-api. Voor meer informatie over dit programma verwijzen we naar deze pagina. De ontwikkelaar loopt ook op Tweakers rond en bespreekt zijn applicatie in het grote 'Firefly III'-topic. Versie 6.3.0 is uitgekomen en hierin zijn de volgende veranderingen en verbeteringen aangebracht:
WarningFirefly III v6.3.0 introduces a lot of API changes that deal with multi-currency support. Make sure your beloved apps are updated to support this.
AddedChanged
- Issue 6836 (Send email about coming/past-due bills)
- Issue 9640 (UI Improvements for Rules)
- Issue 9650 (Extra line in bills overview)
- Add Arabic as language, translations follow.
Removed
- Issue 10071 (Allow toggling password field to text)
- Renamed all instances of "default" and "native" currency to "primary" currency. This influences translations and API endpoints. The database is not changed because that's difficult to do reliably.
Fixed
- Any API-field called
default_*
ornative_*
. Useprimary_*
instead.- All v2 endpoints.
API
- Issue 9849 ("Display native amounts" not taken into account in report's pie charts)
- Issue 10565 (Unable to delete reconciliation transaction)
- Issue 10600 (Show attachmen iccon when listing tranactions)
- Discussion 10618 (Starting balance includes transactions that occur at 00:00 on the 1st of month) started by @jteez
- Issue 10646 (Webhooks fire even if disabled)
- Issue 10656 (spent info "per day" shows the period total)
- Issue 10678 (Transactions from asset to liability account do not appear on category reports.)
- Issue 10687 (Creating new Piggy Bank via API fails (Unexpected empty currency))
- Issue 10700 (Setting financial year date is inconsistent due to timezone calculations)
- Issue 10702 (Wrong order of months in category report)
- Issue 10703 (Fire more than 5 webhooks in batch or through the cron job, and document it.)
- Issue 10704 (Some triggers with rule automation seems to have an issue)
- Issue 10706 (Add KRW in Default Currency List)
- Issue 10708 (Incomplete display of a rule when a trigger negates "description caontains")
- Issue 10709 (has_any_external_id search parameter invalid)
- Tag overview will no longer search for tags dated < 1970.
- All remaining API v2 endpoints are deprecated and removed in favour of the API v1 endpoints.
- All API read endpoints now support multi-currency. Fields such as the balance and amount fields will also be available as
pc_*
-fields. Objects with currency information also come with newprimary_currency_*
fields.- All API read endpoints are DB optimized and should be faster.
- All documentation should be in sync again.
- More info in the docs.