RIP-Comm / sossoldi

"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.
MIT License
270 stars 74 forks source link

Transactions date filtering + settings improvement #129

Closed lucaantonelli closed 9 months ago

lucaantonelli commented 9 months ago
federicopozzato commented 9 months ago

@theperu agreed👌

lucaantonelli commented 9 months ago

@theperu i updated the code following your suggestions, and yes, actually the notifications settings is just graphically done.

mikev-cw commented 9 months ago

Super!! I see some errors on Categories and Accounts tabs (the old bad boy "type 'int' is not a subtype of type 'double'"), but most probably are just TODOs.

Other than that looks very good to me. If all of you agreed, we can surely merge.

lucaantonelli commented 9 months ago

@mikev-cw Thanks! About the error, it might be about data, clearing in settings should solve it.

lucaantonelli commented 9 months ago

I just did a lot of work on the PR! Now the dashboard is working, updated some queries with join to use less code inside widgets, categories and accounts tab in transactions is working, even the selection between income and expense (probably not the best way, but for now it's working great). So this PR should close #103