Business Accounting is a standalone desktop application written on C#/WPF that aims for the accounting of funds for small businesses. All data are being stored locally using SQLite database.
- Keep track of income and expenses;
- Manage employees card files;
- Keep track of salary;
- Build charts.
It is possible to configure the location of database file and default dates for the Date input controls via editing Business Accounting.exe.config file.
Pre-compiled binaries and installation wizard may be found here
In order to build from scratch, it is needed to build the project in usual C# way and make new database using .bat script