-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi, I am running 0.0.8 via Docker and I am not be able to enter a value into the "Budgeted" column of my envelope. It always reverts back to 0.
- Click a field in the "budgeted" column
- Changes to an input field with "0"
- Typing "50" + ENTER
- Changes back to normal text and showing "0"
Settings changed from default: Currency set to EUR
Browser: Edge and Firefox
Running via Docker:
version: "2.1"
services:
budge:
image: lscr.io/linuxserver/budge:latest
container_name: budge
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- ./config:/config
ports:
- 7080:80
- 7443:443
restart: unless-stopped
acolombo11
Metadata
Metadata
Assignees
Labels
No labels