No description
Find a file
2023-10-31 11:25:28 +01:00
.gitignore added build files for goreleaser and a first README file 2023-10-31 11:25:28 +01:00
.goreleaser.yaml added build files for goreleaser and a first README file 2023-10-31 11:25:28 +01:00
abrechnung.db Finished first release-candidate 2023-10-30 12:15:23 +01:00
go.mod added App Icon and changed go.mod to enable cross-compilation 2023-10-30 13:20:46 +01: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 changed error-handling 2023-10-31 11:04:05 +01:00
README.md added build files for goreleaser and a first README file 2023-10-31 11:25:28 +01: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