Textile Showroom Management Software

Post on 19-Nov-2014

121 Views

Category:

Documents

5 Downloads

Preview:

Click to see full reader

Transcript

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

U70829BCA IIIYR

ABSTRACT

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. 

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

Software Requirements:

Front End : C #

Back End : OracleO/S : Windows VISTA/

Windows 7

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.

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

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.

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.

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

C# is a multi-paradigm programming languages

Tables

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

Column name

Type Constraint

applid Varchar(10)

Primary Key

applt Varchar(100)

Not null

appldesc Varchar(250)

Not null

Table Name : garmenttypes

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

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

Column name

Type Constraint

bilno Number Primary Key

garid Varchar(10)

Not null

quantity Number(250)

Not null

Table Name : bill2

E-R DIAGRAM

END

top related