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.4.3 is uitgekomen en hier zijn de volgende veranderingen en verbeteringen in aangebracht:
AddedFixed
- PR 10993 (use correct translation key for category report income table)
- PR 11028 (Adding Latin American Currency Support)
- PR 11039 (proposal for improved request handling)
- PR 11041 (Add XML mimetypes to the allowedMimes list)
- Issue 11102 (Allow to redact account totals in web ui)
- Issue 11132 (Add a 6 month interest period)
Security
- Issue 11109 (Could not find a transaction currency with code "Korean Won"/"Russian ruble")
- PR 11019 (fix issue 11015 set end date time to end of day)
- PR 11024 (improved balance range date handling)
- Issue 11031 (Rule with trigger "When a transaction is created" being triggered on transaction updates)
- Issue 11038 (Missing date formats when using "MTD" on the frontpage)
- Issue 11042 (Option to apply rules on a specific date range has disappeared from the UI)
- PR 11052 (correct validator function to check for errors +
Account\ShowControllerTest)- Issue 11054 (Autocreation of revenue account when depositing to liability)
- Issue 11063 ("bcadd: argument must be of type string, int given" when viewing categories or tags)
- Discussion 11104 (Personal Access Token failing on 6.4.2 for data-importer) started by @marcoblancas
- Discussion 11122 (Convenient Rules Creation)
- Issue 11134 (Rules are not applied if description in quotes)
API
- Debug route is now behind 2FA
- Issue 11050 (Dev Version:
/api/v1/accounts/get/$idrequires (optional)startparameter, throws error otherwise)- PR 11056 (account/attachments endpoint use request object for pagination, add test)
- Issue 11096 (Budget Limit API ignores transactions on the last day of the month)
