kungfux / business-accounting-desktop

Desktop accounting app for small business

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Badges

Build status

Business Accounting Overview

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.

Features

  • Keep track of income and expenses;
  • Manage employees card files;
  • Keep track of salary;
  • Build charts.

Screenshots

Screenshot1 Screenshot2 Screenshot3 Screenshot4

Configuration

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.

Screenshot5

Installation instructions

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

About

Desktop accounting app for small business

License:Apache License 2.0


Languages

Language:C# 70.4%Language:Inno Setup 18.0%Language:Pascal 9.8%Language:Batchfile 1.7%