TheAxelander / OpenBudgeteer

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

Missing Import Profile Save Button #252

Closed Not-Simix closed 1 month ago

Not-Simix commented 1 month ago

Hi! When I am importing I am not seeing the "Save Profile" button for the import config, not sure if this is due to my docker compose or not. Openbudgeteer Issue

This is the compose I am using

openbudgeteer: image: axelander/openbudgeteer:latest

image: axelander/openbudgeteer:pre-release

#image: axelander/openbudgeteer:1.7
container_name: openbudgeteer
ports:
  - 3003:8080
environment:
  - CONNECTION_PROVIDER=mariadb
  - CONNECTION_SERVER=localhost
  - CONNECTION_PORT=3306
  - CONNECTION_DATABASE=Openbudgeteer
  - CONNECTION_ROOT_PASSWORD=filler
  - CONNECTION_USER=filler
  - CONNECTION_PASSWORD=filler
  - APPSETTINGS_CULTURE=en-US
  - APPSETTINGS_THEME=morph
depends_on:
  - mariadb
labels:
  - wud.watch=true

mariadb: image: mariadb container_name: mariadb environment: MYSQL_ROOT_PASSWORD: filler volumes:

TheAxelander commented 1 month ago

Well there is nothing filled in, so that's why you can' t see any Save button. Or do you look for the "Import button"?

Not-Simix commented 1 month ago

Even with everything filled out I'm still not seeing a save button anywhere. Went through the full import config to make sure. Openbudgeteer Issue Cont

TheAxelander commented 1 month ago

Did you filled out the mapping section completely? As you can see that last step is still in status disabled

Not-Simix commented 1 month ago

Sorry, that was before I went through and double checked before sending. But yes, even with everything mapped and filled out I'm not seeing it. The save button should be in the Select Import Profile section right?

Not-Simix commented 1 month ago

Openbudgeteer Issue Cont 2 Openbudgeteer Issue Cont 3 Openbudgeteer Issue Cont 4

Here are all 3 drop downs. Doing what I can to try and troubleshoot right now

Not-Simix commented 1 month ago

After continued clicking around it appeared. Apologies!

TheAxelander commented 1 month ago

No problem :)