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. In versie 6.4.17 zijn de volgende veranderingen en verbeteringen in aangebracht:
AddedChanged
- Batch processing. Firefly III now has a setting (under
/settings) that allows you to send"batch_processing": truewith new transactions over the API. If this setting is enabled and the value istrue, Firefly III will not fire rules, webhooks or other events untill you either sendfalsewith a transaction OR use the API end point/v1/api/batch/finish. This should speed up (large) data imports. It's a little experimental, use at your own risk.- Issue 11614 (Add New Taiwan Dollar to Currency Seeder) reported
- Issue 11246 (Distinguish automatically converted amount from foreign amount) reported
Deprecated
- A lot of code in Firefly III is code responding to changes made by other code. These lines of code are called events, listeners, observers, handlers, etc. They were a bit of a mess and I cleaned them all up. This should greatly improve the reliability of debt amounts and running balance consistency. Bugs are always possible, let me know.
Fixed
- PHP 8.4 is still on my list to be disabled, beware.
API
- Issue 11399 (Unusual behavior in audit logs (multi-currency)) reported
- Discussion 11431 (Settings don't get saved) started
- Issue 11541 (Display running balance fails for transactions between accounts with different currencies) reported
- Issue 11544 (Clean up events and handlers) reported
- Issue 11546 (Wrong invitation expiry time) reported
- Issue 11563 (Tag Report/Insight API Endpoint for Tags Non Functional) reported
- PR 11569 (Fix layout overflow issues with long content in v1 and v2 layouts) reported
- PR 11589 (apply user-selected light/dark mode to form elements (checkboxes, date picker) Issue 8613 (Some minor color issues) reported
- Issue 11597 (Changing category doesn't recompute stats) reported
- Issue 11601 (Only ungrouped piggy banks are listed when creating a transaction) reported
- Issue 11620 (Add database indexes to improve reporting query performance) reported
- PR 11632 (fix v2 layout dashboard transactions load) reported
- Issue 11657 (since v6.4.16: Backslash in category names cannot be matched in rules) reported
- Issue 11660 (Display of negative values of transfers) reported
- Confirming your new email address would result in an error.
- API end point
/v1/api/batch/finish.
