OpenBudgeteer
OpenBudgeteer copied to clipboard
OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
Add something like [wait-for-it](https://github.com/vishnubob/wait-for-it) in docker-compose.yml to prevent container crash if database is not yet ready
In GitLab by @TheAxelander on Dec 22, 2020, 11:15 - Balances - Graphs like on Report Page
In GitLab by @TheAxelander on Aug 15, 2020, 09:28 e.g. construction loan which has a constant negative balance and will be cleared step by step Idea: * Create a separate...
In GitLab by @TheAxelander on Aug 10, 2020, 12:02 Create a Page with several queries to check database consistency. Example queries: Check Transfer -> Should be 0 ```sql SELECT SUM(Amount)...
Hey, is there an companion app planned? I found lamonee https://www.lamonee.de/ recently and one thing for me: its lacking an app. Its possible to install as PWA, but that does...
I wanted to install this app on my Pi 4B but ran during install into a problem. Using the command ``` docker run -d --name='openbudgeteer' -e 'Connection:Provider'='sqlite' -v '/data/openBugdeteer:/app/database' -p...
In GitLab by @TheAxelander on Oct 15, 2020, 10:48
In GitLab by @TheAxelander on Oct 15, 2020, 08:52 This would enable the possibility to hide BucketGroups which only have Buckets marked as inactive.
Nordigen is a company that provides a free gateway to PSD2. This will allow to extract data from almost any official European bank through a single API. I am already...