40
COMPUTER SHOP BILLING SYSTEM Developer : Mehul solanki

Computer shop billing system

Embed Size (px)

Citation preview

Page 1: Computer shop billing system

COMPUTER

SHOP BI

LLING

SYSTEM

Developer : Mehul solanki

Page 2: Computer shop billing system

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…

Page 3: Computer shop billing system

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.

Page 4: Computer shop billing system

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.

Page 5: Computer shop billing system

Tools and technology

Visual studio 2008My SQLAdobe Photoshop cc

Page 6: Computer shop billing system

System requirement

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

Continue…

Page 7: Computer shop billing system

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

Page 8: Computer shop billing system

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

Page 9: Computer shop billing system

Context level DFD

Page 10: Computer shop billing system

Zero level DFD

Page 11: Computer shop billing system

First level DFD (Process 1.0)

Page 12: Computer shop billing system

First level DFD (Process 2.0)

Page 13: Computer shop billing system

Data Dictionary

Page 14: Computer shop billing system

LOGINCOLUMN NAME DATATYPE

 CONSTRAINT

 Description

USERID 

NVARCHAR(50) 

NOTNULL 

It contains user name

PASSWORD NVARCHAR(50) 

NOTNULL 

It contains user password

Page 15: Computer shop billing system

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

Page 16: Computer shop billing system

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

Page 17: Computer shop billing system

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

Page 18: Computer shop billing system

Screen shots

Page 19: Computer shop billing system

LOG IN

Page 20: Computer shop billing system

FORGOT PASSWORD

Page 21: Computer shop billing system

MAIN FORM

Page 22: Computer shop billing system

CHANGE PASSWORD

Page 23: Computer shop billing system

CUSTOMER DETAIL

Page 24: Computer shop billing system

LOGIN REGISTER

Page 25: Computer shop billing system

ADD ITEM

Page 26: Computer shop billing system

DISPLAY ITEM

Page 27: Computer shop billing system

SEARCH ITEM

Page 28: Computer shop billing system

ITEM ORDER

Page 29: Computer shop billing system

ABOUT US

Page 30: Computer shop billing system

TESTING

Page 31: Computer shop billing system

LOG IN

Page 32: Computer shop billing system

FORGOT PASSWORD

Page 33: Computer shop billing system

CUSTOMER DETAIL

Page 34: Computer shop billing system

LOGIN REGISTER

Page 35: Computer shop billing system

ADDNEW ITEM

Page 36: Computer shop billing system

DISPLAY ITEM

Page 37: Computer shop billing system

SEARCH ITEM

Page 38: Computer shop billing system

ITEMORDER

Page 39: Computer shop billing system

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

Page 40: Computer shop billing system