Simple Accounting System using C# and MS SQL Server with Source Code
This is a very Simple Accounting System for newbies in C#. This project comprises of Chart of Accounts, Simple transactions, a System for Debit And Credit of customers, and other income or expense transactions. It generates reports which are Profit/Loss Statement, Customer Statements, and cashbook statements. This C# project was developed with SQL Server as the back end and Crystal Report. You will certainly learn a lot from the code behind it.
The system works as the following:
- System users must populate first the list of the Customers, Cash/Banks, and Chart of Accounts.
- Then Encode the encode/store the customer's transaction and post it as a Debit or Credit.
- After that, the Profit/Loss Report will be automatically generated and the other reports will be based on the filter options such as the customer name and date range in the Customer Report Statement.
Features
- Manage Customer List
- Manage Cash/Bank List
- Manage Chart of Accounts
- Manage Cash/Bank Transactions
- Generates Reports
- Profit/Loss Report
- Customer Statement of Account Report
- Cash/Bank Statement Report
How to Run
Requirements:
- Download and Install Microsoft Visual Studio Software.
- Download and Install Microsoft SQL Server.
- Download and Install Microsoft SQL Server Management Studio.
- Download and Install SAP Crystal Reports.
Installation/Setup
- Download and Extract the provided source code zip file. (download button is located below)
- Locate the MDF and SQL Log File inside the "db" folder in the extracted source code folder. The file are known as "SimpleAccount.mdf" and "SimpleAccount_log.ldf".
- Open your MS SQL Server Management Studio and connect to a Server.
- Attach the provided MDF file to the server.
- Locate the C# Project file in the extracted source code folder. The file is known as "SimpleaccountingSys.csproj".
- Open the C# Project file with your MS Visual Studio Software.
- Configure the database connection string at the "ConnectionString.cs" file.
- Press the "F5" key on the keyboard to run the project.
Demo
That's it! You can now experience/explore the features and functionalities of this Simple Account System Project. I hope this simple C# and MS SQL Server Project Source Code entitled Simple Account System will help you with what you are looking for and for your future projects.
Enjoy :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Software Request
Help
Error connecting DB.
Error running the App.
Simple Accounts DB Failed to Attach
Add new comment
- Add new comment
- 23080 views