Computer shop billing system

Post on 12-Apr-2017

509 views 11 download

transcript

COMPUTER

SHOP BI

LLING

SYSTEM

Developer : Mehul solanki

Introduction of system

Computer shop billing System is a project which assist in keeping the Record of what ever the sales from shop (whole seller), also it keep track of remaining balance which due after selling the product. 

Computer shop billing System  is software for store billing management.

Continue…

Introduction of system

hardware systems components and accessories to sale in this system

Different types of Data Reports are generated from the System.

Computer shop billing System is a windows based billing software designed for uses in computer stores.

Project objectives

The objective of my project to provides management facility to computer-shop. We have given many facilities for users in this project.

It is generate different types of bills. Multiple user can use this system. User Friendly reports and bills. Modify records easily.

Tools and technology

Visual studio 2008My SQLAdobe Photoshop cc

System requirement

1) Hardware Requirement 20 GB HDD Free Space 128 MB RAM P IV or above Processor  Monitor Keyboard: Standard Mouse: Optional

Continue…

System requirement

2) Software specification visual studio 2008 .NET framework 2.0 or 3.5 Windows xp

Front End Tool: VB.netBack End Tool: My SQL database

Data Flow Diagram

Computer shop billing system consist of following

Modules Sell computer parts module Update customer balance module Change password module Add products module Update product information module Item order module

Context level DFD

Zero level DFD

First level DFD (Process 1.0)

First level DFD (Process 2.0)

Data Dictionary

LOGINCOLUMN NAME DATATYPE

 CONSTRAINT

 Description

USERID 

NVARCHAR(50) 

NOTNULL 

It contains user name

PASSWORD NVARCHAR(50) 

NOTNULL 

It contains user password

ADD ITEMCOLUMN NAME DATATYPE

 CONSTRAINT

 Description

ITEMID 

NVARCHAR(50) 

NOTNULL 

It contains Item ID

ITEMNM NVARCHAR(50) 

NOTNULL 

It contains item name

ITEMDESC NVARCHAR(50) 

NOTNULL 

It contains description

PRICE NCHAR(10) 

NOTNULL 

It contains price

CUSTOMER DETAILSCOLUMN NAME DATATYPE

 CONSTRAINT

 Description

CUSTNM 

NVARCHAR(50) 

NOTNULL 

It contains cust nm

ADD NVARCHAR(MAX) 

NOTNULL 

It contains address

CITY NVARCHAR(50) 

NOTNULL 

It contains city name

MNO NCHAR(10) 

NOTNULL 

It contains mobile no

ITEM ORDERCOLUMN NAME DATATYPE

 CONSTRAINT

 Description

ITEMID 

NVARCHAR(50) 

NOTNULL 

It contains itemid

ITEMNM NVARCHAR(50) 

NOTNULL 

It contains name

ITEMDEC NVARCHAR(50) 

NOTNULL 

It contains description

CUSTNM NCHAR(10) 

NOTNULL 

It contains cust name

ADD NVARCHAR(max) 

NOTNULL 

It contains address

CITY NVARCHAR(50) 

NOTNULL 

It contains city name

MNO NCHAR(10) 

NOTNULL 

It contains mobile no

ITEMPRICE NCHAR(10) 

NOTNULL 

It contains item price

QTY NCHAR(10) 

NOTNULL 

Total no of quantity

TOTAL NCHAR(10) 

NOTNULL 

Total rupees

Screen shots

LOG IN

FORGOT PASSWORD

MAIN FORM

CHANGE PASSWORD

CUSTOMER DETAIL

LOGIN REGISTER

ADD ITEM

DISPLAY ITEM

SEARCH ITEM

ITEM ORDER

ABOUT US

TESTING

LOG IN

FORGOT PASSWORD

CUSTOMER DETAIL

LOGIN REGISTER

ADDNEW ITEM

DISPLAY ITEM

SEARCH ITEM

ITEMORDER

Referencehttps://en.wikipedia.org/https://www.google.co.in/http://www.codeproject.com/https://msdn.microsoft.com/