Introduction This is a simple billing project which was developed using C# & SQL Server 2005. You can use it for all type of invoice/Bill preparation after small modification. Download Project Download SQL Script Video in Youtube Create Database There are two ways to create a database. 1. SQL Management Studio Query Analyser. 2. SQL Management Studio Visual Tool. The following sql script create a database with default option using SQL Management Studio Query Analyser. CREATE DATABASE [MyBill] (where MyBill is a name of database) Open SQL Server Management Studio Express and execute the above mentioned query. Create a database using SQL Server Management Studio Express Right Click on Databases. Select New Database... from the popup Type your database name(Eg. "MyBill") Select "OK" Table Creation Table Name
This is a simple Invoice, Billing Software for small scale industries. This application was developed in MS.Net 2010(C#, Crystal Report) and SQL Server 2005. This blog explain how to customize the crystal report for Invoice design & Print.