This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Business Accounting | ||
|
||
Business Accounting is a lightweight, simple and fast desktop application written on WPF that can be used for accounting of funds for small businesses. All data are stored in standalone SQLite database. | ||
|
||
## Features | ||
|
||
- Keep track of income and expenses; | ||
- Keep track of employees and salaries; | ||
- Build graphics of incomes, expenses, and comparing them. | ||
|
||
![Screenshot1](http://wiki.business-accounting.googlecode.com/git/images/cashPage.png) | ||
![Screenshot2](http://wiki.business-accounting.googlecode.com/git/images/ask.png) | ||
![Screenshot3](http://wiki.business-accounting.googlecode.com/git/images/employeePage.png) | ||
![Screenshot4](http://wiki.business-accounting.googlecode.com/git/images/chartPage.png) | ||
![Screenshot5](http://wiki.business-accounting.googlecode.com/git/images/chartPage2.png) |