Add backup and restore functionality for rental data in settings

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-20 09:32:02 +01:00
parent df7705a224
commit 477ca0ee07
5 changed files with 155 additions and 12 deletions
+3 -2
View File
@@ -46,8 +46,9 @@ flutter run
1. Open Settings and set monthly rent in USD.
2. Keep Unit occupied enabled while the property is rented.
3. Use Backfill last year to import the previous year in one click.
4. Use Export to write an export file to app documents storage.
5. Use year arrows on the main screen to switch yearly views.
4. Use Create backup to export a JSON backup into Downloads or any directory you choose.
5. Use Import backup file to restore from a JSON backup you pick with the file chooser.
6. Use year arrows on the main screen to switch yearly views.
## Notes