No description
Find a file
Renovate Bot 57a8ce6059
Some checks failed
renovate/artifacts Artifact file update failure
Update module github.com/mattn/go-sqlite3 to v1.14.32
2025-12-08 18:06:41 +00:00
.gitignore added fyne-cross to gitignore 2024-03-29 09:48:10 +01:00
.goreleaser.yaml updated build description in goreleaser 2023-10-31 11:31:43 +01:00
abrechnung.db add changes in abrechnung.db 2024-03-29 09:44:14 +01:00
build.md made last changes before first release 2023-11-12 13:06:05 +01:00
go.mod Update module github.com/mattn/go-sqlite3 to v1.14.32 2025-12-08 18:06:41 +00:00
go.sum start rebuild Tagesabrechnung in Golang 2023-10-29 23:31:29 +01:00
Icon.png added App Icon and changed go.mod to enable cross-compilation 2023-10-30 13:20:46 +01:00
main.go made last changes before first release 2023-11-12 13:06:05 +01:00
README.md added build files for goreleaser and a first README file 2023-10-31 11:25:28 +01:00
renovate.json Add renovate.json 2025-08-18 19:59:40 +00:00

README

Base information

This is a simple Program to calculate the daily balance earn by a shop.

Building the program

To build and package the program use the following command:

Linux

fyne package -os linux -icon Icon.png

Windows

fyne-cross windows -arch=amd64