emavgl / oinkoin

Oinkoin is a flutter app for helping you managing your expenses. No internet required.
GNU General Public License v3.0
96 stars 6 forks source link

Allow selecting dates before 2018 #130

Open sideeffect42 opened 2 days ago

sideeffect42 commented 2 days ago

As a user who has imported his records from another app via the JSON import, I'd like to be able to see them in Oinkoin. Currently I can only see records from 2018 or later, because the date picker does not allow me to select earlier months/years.

Please update the date picker logic to either allow users to select any date or use the lower/upper bounds of records stored in the database.

emavgl commented 2 days ago

Will do. No real technical restrictions 👌