Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaSchenker authored Aug 20, 2021
1 parent dc08f05 commit d73f076
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d73f076

Please sign in to comment.