From d73f07663042103c50af2fa6e3e93cf89fcef88d Mon Sep 17 00:00:00 2001 From: EliaSchenker <78470999+eliaSchenker@users.noreply.github.com> Date: Fri, 20 Aug 2021 08:33:18 +0200 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ab4659 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Buchhaltung +Buchhaltung is an Application similar to Abacus which allows you to work with a double entry bookkeeping system. + +To help code the application you must install the following nuget packages using the nuget console in visual studio code: +``` +Install-Package DocumentFormat.OpenXml -Version 2.13.1 +``` + +To use the application please download the newest release from the releases tab. + +Planned Features: +* More different Programs to work in +* An intelligent statistic system + +The files of the Application will be stored in +C:\Users\yourusername\AppData\Roaming\Buchhaltung