Top Banner
Project Guide Submitted By Mrs.N.Ambiga Neethu.S.Nair U70829 BCA IIIYR
31

Textile Showroom Management Software

Nov 19, 2014

Download

Documents

Anand Gk
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Textile Showroom Management Software

Project Guide Submitted By Mrs.N.Ambiga Neethu.S.Nair

U70829BCA IIIYR

Page 2: Textile Showroom Management Software

ABSTRACT

Page 3: Textile Showroom Management Software

This software will help make the day-to-day business in a textiles showroom efficient. This software is used for the proper maintenance of textile showroom. This software can be used to check profit & loss of the textile firm. It is user friendly.

It efficiently and seamlessly integrates information about various operational areas of the showroom like purchase, sales, payment and accounts. 

Page 4: Textile Showroom Management Software
Page 5: Textile Showroom Management Software

Hardware Requirements:

Physical memory (RAM) : 512 MBVirtual memory : 1 GB RAMHard disk space : 1.5 GBCPU Processor : x86 or ia64 based 800 MHz or higher

Page 6: Textile Showroom Management Software

Software Requirements:

Front End : C #

Back End : OracleO/S : Windows VISTA/

Windows 7

Page 7: Textile Showroom Management Software
Page 8: Textile Showroom Management Software

Stock Management Module This module is used to record the purchase of goods. It is also used to record the returning of damaged goods to the supplying company.

Page 9: Textile Showroom Management Software

Sales/Billing Module This module is used to record the billing. It also records if there any cancellation in bills.

Page 10: Textile Showroom Management Software

Apparel Management This module includes the records of wholesale dealer details, textile category management, textile management. The textile materials are procured from the whole sale dealer. This module describes about the categories of dress materials available in the show room.

Page 11: Textile Showroom Management Software

Finance Management Module

This software is used to record the sales report of the show room. It gives the profit and loss of the showroom.

Page 12: Textile Showroom Management Software
Page 13: Textile Showroom Management Software

C # C# is the programming language that most directly reflects the underlying Common Language Infrastructure (CLI).

C# is a multi-paradigm programming languages

Page 14: Textile Showroom Management Software
Page 15: Textile Showroom Management Software

Tables

Page 16: Textile Showroom Management Software

Column name

Type Constraint

dlrid Varchar(10)

Primary Key

dlrnme Varchar(100)

Not null

dlradrs Varchar(250)

Not null

dlrph Varchar(15)

Notnull

Table Name : dealer

Page 17: Textile Showroom Management Software

Column name

Type Constraint

applid Varchar(10)

Primary Key

applt Varchar(100)

Not null

appldesc Varchar(250)

Not null

Table Name : garmenttypes

Page 18: Textile Showroom Management Software

Column name

Type Constraint

garid Varchar(10)

Primary Key

gartyp Varchar(10)

Not null

garrte Varchar(10)

Not null

garunt Varchar(15)

Not null

Table Name : garments

Page 19: Textile Showroom Management Software

Column name

Type Constraint

bilno Number Primary Key

bdate Varchar(15)

Not null

time Varchar(15)

Not null

bilamnt Number Not null

discount Varchar(10)

Not null

total Number Not null

Table Name : bill1

Page 20: Textile Showroom Management Software

Column name

Type Constraint

bilno Number Primary Key

garid Varchar(10)

Not null

quantity Number(250)

Not null

Table Name : bill2

Page 21: Textile Showroom Management Software

E-R DIAGRAM

Page 22: Textile Showroom Management Software
Page 23: Textile Showroom Management Software
Page 24: Textile Showroom Management Software
Page 25: Textile Showroom Management Software
Page 26: Textile Showroom Management Software
Page 27: Textile Showroom Management Software
Page 28: Textile Showroom Management Software
Page 29: Textile Showroom Management Software
Page 30: Textile Showroom Management Software
Page 31: Textile Showroom Management Software

END