TheAxelander / OpenBudgeteer

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
https://theaxelander.github.io
MIT License
791 stars 42 forks source link

Mobile friendly creation of transactions #275

Open tizzen33 opened 1 day ago

tizzen33 commented 1 day ago

Hello again, I'm using the app to keep track of my budget on a daily basis and I enter all my transactions manually at the end of the day. I have to do this on my large screen because not all buttons and fields are visible on my mobile. Any improvement foreseen on that? A separate view perhaps with all input fields below each other. Or I could use the API and create a separate page but I can't find any docs for the API.

Thanks Tijs

TheAxelander commented 9 hours ago

Hi Tijs,

you can spin up an API Container to interact with the database via API. See here for more details. The container also contains the documentation which is accessible via WebUI on the mapped port based on your Docker compose.

Mobile accessibility I tried to make it useable as good as possible, but only from viewing perspective and not for modifying/creating things like Transactions or Buckets. Because at a certain point of time you simply run out of space to make it usable from my point of view.