sossoldi icon indicating copy to clipboard operation
sossoldi copied to clipboard

"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.

Results 21 sossoldi issues
Sort by recently updated
recently updated
newest added

### Description This PR can be divided into two main points: - CategoryTransactionType for categories: until now the income and expense type was only for transactions. It makes sense to...

This aims to address #144. I focused on Backend operations only. Removed recurring_transaction_amount model, and added recurring_transaction. Now we've a table that list recurring transactions. When the app is opened,...

backend

If you set Dark Mode, the colors in the line chart do not change. This point is already addressed in the code: https://github.com/RIP-Comm/sossoldi/blob/fc3c316695686c0556543fac5da24b7b8b2b6676/lib/pages/home_page.dart#L139-L145 We could use something like `blue6` (`0xFF7DA1C4`)...

enhancement
frontend

Scheduled notifications are not working on iOS due to system limitations. So accordingly, our daily reminder for transactions is an "android only" feature. I will leave this here, someday it...

enhancement
question
backend

Given that more people are coming to the project we should start writing a bit more documentation and putting it all in one place. I was think that maybe we...

documentation

As per discussed on last meeting, we will make some changes on recurring transactions. Every time application starts, a job will check if there are recurring transactions to manage, ad...

enhancement
backend

#### Description In the settings subpages, Android's back gesture can lead to performing the back action twice. The bug was reproduced on an Android 14 device. #### To Reproduce Steps...

bug

Some widgets are now builded from scratch every time. We need to standardize this part of the codebase

I noticed that color is an integers used as the index for a list of default colors. Wouldn't it be better to save the HEX code instead and convert it...

enhancement