SlideShare a Scribd company logo
1 of 51
Project Report
TEXTILE MANAGEMENT
GROUP-1S
Group-1S UOJ
tr
ep
o
R
ject
o
r
P
1
Group Members
 K.B.R.P.Dharmaranga
(2014/CSC/016)
 A.Thuvaragan
(2014/CSC/018)
 SabbirHossain
(2014/CSC/FS/042)
 Dinusha Lakpriya
(2014/CSC/032)
 Saditha Udayanga
(2014/CSC/027)
Project Report
TEXTILE MANAGEMENT
GROUP-1S
Computer Science
University Of Jaffna
Group-1S UOJ
ProjectReport
2
Executive summary
It is an online textile booking system is to build a web base application
program, which could be used for manage buying and selling of the
textile items. Customers can access to the system and search for an item
which they want and give an order to the shop. To make an order
customer should has an user account .If he does not have an account
system provide the facilities to create a new user account.
The system interface to the sales management provides facilities to check
the order list and deliver the item to the customer. And also sales
management can add or remove textile items from the system and it has
permission to suspend any customer account due to any issue.
We should note that our system is not capable of handling financial
transactions.
Declaration of authorship
We hereby declare that the mini project titled “Textile Management
System” done by Computer Science Group -1S under the guidance of
lecturers of Computer Science Department of University of Jaffna.
All the work regarding this project is done by the members of group for
the 2nd year 2nd semester Project for Software Engineeringsubject.
We have limited time and low experience about create software but we
finished our project in limited time period.
Group-1S UOJ
ProjectReport
3
TABLE 1: GROUP MEMBERS DETAILS
Name Registration
Number
Mail id
K.B.R.P.Dharmaranga 2014/CSC/016 rdharmaranga@gmail.com
A.Thuvaragan 2014/CSC/018 ravithuvaragan1993@gmail.com
Sabbir Hossain 2014/CSC/FS/042 Falaksabbir3.gmail.com
Dinusha Lakpriya 2014/CSC/032 Dinushalakpriya5@gmail.com
Saditha Udhayanga 2014/CSC/027 tmsaditha@gmail.com
Blog: sldesign.blogspot.com
Supervisor: Mr.Suthagar
Contribution of each member
K.B.R.P.Dharmaranga
From the requirement gathering did a good job to make the
software successful also the designing part of the project. The website is
design by him.
A.Thuvaragan
Group-1S UOJ
ProjectReport
4
From the requirement gathering did a good job to make the
software. He helps to design the project with others. Kept the contact
with the client also done by him because he is the only Tamil member in
our group.
Sabbir Hossain
He helps to design the framework part of this project (bootstrap &
jquery).
Dinusha Lakpriya
From the requirement gathering did a good job to make the website
and give some idea about how to design the software.
Saditha Udayanga
From the requirement gathering did a good job to make the website
and give some idea about how to design the software. He writes the
report for our project.
Consent of the client
Group-1SUOJ
ProjectReport
5
Group-1S UOJ
ProjectReport
6
Letter of approval of the final software
Group-1SUOJ
ProjectReport
7
Group-1S UOJ
ProjectReport
8
Table of Contents
EXECUTIVE SUMMARY 2
DECLARATION OF AUTHORSHIP 2
CONTRIBUTION OF EACH MEMBER 3
CONSENT OF THE CLIENT 4
LETTER OF APPROVAL OF THE FINAL SOFTWARE 6
TABLE OF CONTENTS 8
LIST OF FIGURES 10
LIST OF TABLES 11
INTRODUCTION 12
PURPOSE OF THE PROJECT 13
SCOPE OF THE PROJECT 14
OVERVIEW OF THE DOCUMENTATION 15
REQUIREMENT ENGINEERING 16
TECHNIQUES USED FOR REQUIREMENTS GATHERING 16
FUNCTIONAL REQUIREMENTS 17
NON-FUNCTIONAL REQUIREMENTS 17
DOMAIN REQUIREMENTS 18
Group-1S UOJ
ProjectReport
9
MODULES 18
SOFTWARE DESIGN 20
SOFTWARE DESIGN APPROACH 20
UML DIAGRAMS 21
CHALLENGES 24
IMPLEMENTATION 25
TOOLS AND TECHNIQUES AND JUSTIFICATION 26
O SPEED OF DEVELOPMENT 26
▪BOOTSTRAP ENABLES YOU TO UTILIZE READYMADE BLOCKS OF CODE TO HELP YOU GET STARTED 26
O RESPONSIVENESS 26
▪ THERE IS VIRTUALLY NO WORK THAT NEEDS TO BE DONE TO ACHIEVE PROPER RESPONSIVENESS.
26
O CONSISTENCY 26
▪RESULTS ARE UNIFORM ACROSS PLATFORMS SO OUTPUT REMAINS THE SAME WHETHER YOU’RE USING
FIREFOX, CHROME OR INTERNET EXPLORER 26
O CUSTOMIZABLE 26
▪DEVELOPERS HAVE THE ABILITY TO PICK AND CHOOSE THE FEATURES THAT ARE NEEDED AND THE
REST CAN BE TOSSED. THIS IS EASILY ACCOMPLISHED USING THE BOOTSTRAP CUSTOMIZE PAGE.
26
O SUPPORT 26
▪BOOTSTRAP ITSELF IS BEING CONTINUOUSLY UPDATED AND THE CREATORS HAVE BEEN REALLY GOOD
ABOUT PUTTING OUT TIMELY UPDATES 26
2. CSS 26
O CSS FRAMEWORKS CAN REALLY HELP SAVE TIME LAYING OUT YOUR PAGE WITH JUST A SET OF
PREDEFINED CLASSES 26
3. HTML 27
4. PHP 27
5. JQUERY 28
O JQUERY IS TO MAKE IT MUCH EASIER TO USE JAVASCRIPT ON YOUR WEBSITE 28
O JQUERY ALSO SIMPLIFIES A LOT OF THE COMPLICATED THINGS FROM JAVASCRIPT, LIKE AJAX
CALLS AND DOM MANIPULATION 28
O THE JQUERY LIBRARY CONTAINS THE FOLLOWING FEATURES: HTML/DOM MANIPULATION. . 28
SPECIAL FEATURES 28
CHALLENGES 29
TESTING 30
DISCUSSION AND CHALLENGES 31
REFERENCES 32
Group-1S UOJ
ProjectReport
10
APPENDICES 33
List of Figures
FIGURE 1:USECASE DIAGRAM 21
FIGURE 2:SEQUENCE DIAGRAM 22
FIGURE 3:CLASS DIAGRAM 23
FIGURE 4: FIRSTPAGE34
FIGURE 5:TOP PART OF HOMEPAGE 34
FIGURE 6:BOTTOM PART OF HOME PAGE 35
FIGURE 7:ABOUT US PAGE 35
FIGURE 8:CONTACT US PAGE(TOP) 36
FIGURE 9:CONTACT US PAGE(BOTTOM) 36
FIGURE 10:LOGIN PAGE 37
FIGURE 11:SIGNUP PAGE TOP PART 37
FIGURE 12:SIGNUP PAGE BOTTOM PART 38
FIGURE 13:CART PAGE(TOP) 38
FIGURE 14:CART PAGE(BOTTOM) 39
FIGURE 15:MEN PAGE 39
FIGURE 16:MEN PAGE(BOTTOM) 40
FIGURE 17:WOMEN PAGE 40
FIGURE 18:KIDS PAGE 41
FIGURE 19:EMERALD PAGE 41
FIGURE 20:EBONY PAGE 42
FIGURE 21:BOSSY PAGE 42
FIGURE 22:ROUGH PAGE 43
FIGURE 23:SIGNATURE PAGE 43
FIGURE 24:MY ACCOUNT PAGE(TOP) 44
Group-1S UOJ
ProjectReport
11
FIGURE 25:MY ACCOUNT PAGE(BOTTOM) 44
FIGURE 26:EDIT ACCOUNT PAGE 45
FIGURE 27:ADMIN LOGIN PAGE 45
FIGURE 28:VIEW OF ADMIN LOGIN PAGE 46
FIGURE 29:VIEW ALL PRODUCT PAGE 46
FIGURE 30:INSERT NEW CATEGORY PAGE 47
FIGURE 31:VIEW ALL CATEGORIES PAGE 47
FIGURE 32:INSERT NEW BRAND PAGE 48
FIGURE 33:VIEW ALL BRAND PAGE 48
FIGURE 34:VIEW ORDERS PAGE 49
FIGURE 35:VIEW ALL CUSTOMERS PAGE 49
List of Tables
TABLE 1:GROUP MEMBERS DETAILS 3
Group-1S UOJ
ProjectReport
12
Introduction
Our project is a web based application.
Our project helps the owner and the customers to fulfill their needs
efficiently.
The customers can easily access the website at home and check whether
the item they want is available at the particular shop.
For that each member has to register at beginning to take the
membership.
The owner can maintain all the details regarding the items, customers,
bills and reports updated and they have the facility to alert the customers
via website when there is a new model is available.
Database is the core of our project where the owner can add, search,
delete, update the details of a customer or and the items, and he/she could
be able to generate the bills and repots as well.
However the authority is limited to the type of the user as we are having
two types of
Group-1S UOJ
ProjectReport
13
User : admin user and normal user.
Purpose of the project
The purpose of the online textile booking system is to build a web base
application program, which could be used for manage buying and selling
of the textile items. Customers can access to the system and search for an
item which they want and give an order to the shop. To make an order
customer should has an user account .If he does not have an account
system provide the facilities to create a new user account.
The system interface to the sales management provides facilities to check
the order list and deliver the item to the customer. And also sales
management can add or remove textile items from the system and it has
permission to suspend any customer account due to any issue.
We should note that our system is not capable of handling financial
transactions.
Group-1S UOJ
ProjectReport
14
Scope of the Project
searching Nowadays people are not ready to waste their time on
for a dress with the design they expect.
 They are finding easy ways to fulfill their needs within a short
period rather than searching for available dresses on each every
textile shops.
 Textile shop owners also not ready to waste their time on keeping
the details of dresses, customers, reports and bills in a traditional
method which is less efficiency and less security.
 In order to reduce the inconvenience faced by the customers and
owners, we are going to introduce a new web based system called
“Textile management system” which enables the customer to
check for the product availability via internet and it facilities the
owner to store all kind of details in efficient manner.
 Mainly this project depends on the database.
 In addition we are going to use website for this project.
Group-1S UOJ
ProjectReport
15
Overview of the documentation
In documentation overview, we have included the problem, challenges,
and techniques used in our project.
First stage: The techniques used for requirements gathering, and
problems of getting the functional and non-functional requirements, and
what are the challenges we faced to get the requirements.
Second stage: Idea of Software design, software design approach, we
illustrated with the diagram to the application, data model and challenges
during the designing work.
Third stage: Implementation work and strategy, tools and techniques
and justification of special features.
And also included the references.
Group-1S UOJ
ProjectReport
16
Requirement Engineering
Techniques used for requirements gathering
 The most common technique for gathering requirements is to sit
down with the clients and ask them what they need.
 The discussion should be planned out ahead of time based on the
type of requirements you're looking for.
 Group members gather questions to get all the requirements from
client.
 There are many good ways to plan the interview, but generally we
want to ask open questions to get the interviewee to start talking
and then ask probing questions to uncover requirements.
Group-1S UOJ
ProjectReport
Functional Requirements
 Online textile purchasing site.
 Available items should be displayed on the site.
 By clicking on the item customers should be able to differentiate
angle of views of the cloths with the brief description of the
product.
 There should be an icon or button to click on to buy the product.
 After clicking that icon or button the product should be added to
the cart.
 After the transaction successfully completed those products should
be removed from the website and new stock should be come as
an update.
 When a customer enters to the website the home page should be
displayed.
 In the website it should be displayed shop’s logo with shop name,
description of shop, shop address and contact info.
 In the website, there should have the links to see different
categories of cloths.
 There should have an option to sign in and create accounts for
customers and details should store in a database and there should
be an option to login also.
Non-Functional Requirements
 The home page should be attractive, innovative and should not be
fancy.
 System should be secured.
 It should be available for desktop view and mobile view.
17
Group-1S UOJ
ProjectReport
18
Domain requirements
 The requirements that reflect characteristic of Stock System.
Our stock System should contain characteristic as below:
 Every operation that occurs in the stock system must
concern of Data Integrity.
 Every operation that occurs in the stock system must be
recorded, and the system should generate report from time
to time.
MODULES
 Admin module
 Customers module
 Brand module
 Order module
 Product module
Group-1S UOJ
ProjectReport
19
ADMINMODULE
 Admin can manage following duties in textile.
 He can insert new products, view all products, insert new
category, view all categories,insert new brands, view
customers, view orders and view payments.
CUSTOMERMODULE
 Customers can sign up a new account and able to view
details about clothes and he can book for clothes.
BRANDMODULE
 It shows the details of the brand of clothes to customer
ORDERMODULE
 Customer can order for clothes
PRODUCTMODULE
 It shows the details of product id, product brand, product
title, product price, description of the product, image of
the product and product keywords.
 It can able to access by admin only customer can’t
change anything he can only limited access.
Group-1S UOJ
ProjectReport
20
Software Design
Software design approach
1) Requirements analysis
2) Software design
3) Implementation
4) Testing
5) Integration
6) Deployment (or Installation)
7) Maintenance
Group-1S UOJ
ProjectReport
UML Diagrams
21
FIGURE 1: USECASE DIAGRAM
Group-1S UOJ
ProjectReport
22
FIGURE 2: SEQUENCE DIAGRAM
Group-1S UOJ
ProjectReport
23
FIGURE 3: CLASS DIAGRAM
Group-1S UOJ
ProjectReport
24
Challenges
 A lack of project management skills
 Conflict among project team members
 Project does not include all stakeholder needs
 Customers and end-users are not engaged during the project.
 Vision and goals not well-defined
 Language problem
 Limited time
Group-1S UOJ
ProjectReport
25
Implementation
 In our project, the admin and both normal user can use the system
and both can be added, deleted, searched and updated the details of
the customers, item and supplier.
 However the authority is limited for the normal user as he/she
cannot create a new user and cannot change the password or user
name.
 Customers can check for the available dresses at home via website
and when a new arrival is available the system is able to alert them
via the website.
 They do not need to go search shop by shop to buy dress that they
need.
 Overall, our system facilitates customer and the owner to fulfill
their needs and wants efficiently rather than wasting their time.
Group-1S UOJ
ProjectReport
26
Tools and techniques and justification
1.Bootstrap
o Speed of Development
▪ Bootstrap enables you to utilize readymade blocks of code
to help you get started.
o Responsiveness
▪ There is virtually no work that needs to be done to achieve
proper responsiveness.
o Consistency
▪ Results are uniform across platforms so output remains the
same whether you’re using Firefox, Chrome or Internet
Explorer.
o Customizable
▪ Developers have the ability to pick and choose the features
that are needed and the rest can be tossed. This is easily
accomplished using the Bootstrap customize page.
o Support
▪ Bootstrap itself is being continuously updated and the
creators have been really good about putting out timely
updates.
2.CSS
o CSS frameworks can really help save time laying out
your page with just a set of predefined classes.
o It is a style sheet language used for describing the look
and formatting of a document written in a markup
language.
o CSS is designed primarily to enable the separation of
document content from document presentation, including
elements such as the layout, colors, and fonts.
Group-1S UOJ
ProjectReport
27
o This separation can improve content accessibility,
provide more flexibility and control in the specification
of presentation characteristics, enable multiple pages to
share formatting, and reduce complexity and repetition in
the structural contents.
3.HTML
o The purpose of a web browser is to read HTML
documents and compose them into visible or audible web
page
o HTML describes the structure of a website semantically
along with cues for presentation, making it
a markup language rather than a programming language.
o HTML allows images and objects to be embedded and
can be used to create interactive forms.
o It provides a means to create structured documents by
denoting structural semantics for text such as headings,
paragraphs, lists, links, quotes and other items.
o It can embed scripts written in languages such
as JavaScript which affect the behavior of HTML web
pages.
4.PHP
o PHP can generate dynamic page content
o PHP can create, open, read, write, delete, and close files
on the server
o PHP can collect form data
o PHP can send and receive cookies
o PHP can add, delete, modify data in your database
o PHP can restrict users to access some pages on your
website
o PHP can encrypt data
Group-1S UOJ
ProjectReport
28
o PHP runs on various platforms (Windows, Linux, Unix,
Mac OS X, etc.)
o PHP is compatible with almost all servers used today
(Apache, IIS, etc.)
o PHP supports a wide range of databases
5. jQuery
o jQuery is to make it much easier to use JavaScript on
your website.
o jQuery also simplifies a lot of the complicated things
from JavaScript, like AJAX calls and DOM manipulation.
o The jQuery library contains the following features:
HTML/DOM manipulation.
Special Features
 We have included confirmation email sending facility so that after
ordering customer can get a confirmation email.
 We have include Google recaptcha service to this system .with that
we expect to prevent automated account creation
 We have include Google map api to this system. With that we can
show customer the location of the shop.
Group-1S UOJ
ProjectReport
29
Challenges
 A lack of project management skills
 Conflict among project team members
 Project does not include all stakeholder needs
 Customers and end-users are not engaged during the project.
 Vision and goals not well-defined
Group-1S UOJ
ProjectReport
 Language problem
 Limited time
TESTING
 Each an every member of our group check all pages by
inserting details
 Client has checked each page of our project.
30
Group-1S UOJ
ProjectReport
31
Discussion and Challenges
 Our project comprises with Desktop application and web based
application that help the textile shop owners and the managers
to manage the shop whole activities.
 The project includes the full functionalities of
as owner
Administration,
Administration, and
the textile
Customer
Report
management such
Administration,Bill
Administration.
Group-1S UOJ
ProjectReport
32
 And also the web application provide an access to the online
customers to login to the website and view the stock details
and their can make the request for the particulars product
Which is available in the shop via the website.
 On every new arrival is available the customers
will be notified via the website
References
 http://www.w3schools.com
 mysql-essential-5.1.30-win32
Group-1S UOJ
ProjectReport
33
Appendices
Group-1S UOJ
ProjectReport
FIGURE 4: FIRST PAGE
FIGURE 5: TOP PART OF HOMEPAGE
34
Group-1S UOJ
ProjectReport
FIGURE 6: BOTTOM PART OF HOME PAGE
FIGURE 7: ABOUT US PAGE
35
Group-1S UOJ
ProjectReport
FIGURE 8: CONTACT US PAGE(TOP)
36
FIGURE 9: CONTACT US PAGE(BOTTOM)
Group-1S UOJ
ProjectReport
FIGURE 10: LOGIN PAGE
FIGURE 11: SIGNUP PAGE TOP PART
37
Group-1S UOJ
ProjectReport
FIGURE 12:SIGNUP PAGE BOTTOM PART
FIGURE 13: CART PAGE(TOP)
38
Group-1S UOJ
ProjectReport
FIGURE 14: CART PAGE(BOTTOM)
39
FIGURE 15: MEN PAGE
Group-1S UOJ
ProjectReport
FIGURE 16: MEN PAGE(BOTTOM)
FIGURE 17: WOMEN PAGE
40
Group-1S UOJ
ProjectReport
FIGURE 18: KIDS PAGE
FIGURE 19: EMERALD PAGE
41
Group-1S UOJ
ProjectReport
FIGURE 20: EBONY PAGE
FIGURE 21: BOSSY PAGE
42
Group-1S UOJ
ProjectReport
FIGURE 22: ROUGH PAGE
FIGURE 23: SIGNATURE PAGE
43
Group-1S UOJ
ProjectReport
FIGURE 24: MY ACCOUNT PAGE(TOP)
44
FIGURE 25: MY ACCOUNT PAGE(BOTTOM)
Group-1S UOJ
ProjectReport
FIGURE 26: EDIT ACCOUNT PAGE
45
FIGURE 27: ADMIN LOGIN PAGE
Group-1S UOJ
ProjectReport
FIGURE 28: VIEW OF ADMIN LOGIN PAGE
FIGURE 29: VIEW ALL PRODUCT PAGE
46
Group-1S UOJ
ProjectReport
FIGURE 30: INSERT NEW CATEGORY PAGE
FIGURE 31: VIEW ALL CATEGORIES PAGE
47
Group-1S UOJ
ProjectReport
FIGURE 32: INSERT NEW BRAND PAGE
FIGURE 33: VIEW ALL BRAND PAGE
48
Group-1S UOJ
ProjectReport
FIGURE 34: VIEW ORDERS PAGE
FIGURE 35: VIEW ALL CUSTOMERS PAGE
49
Group-1S UOJ
ProjectReport
50

More Related Content

What's hot

Project Report on Textile Industrial Engineering
Project Report on Textile Industrial EngineeringProject Report on Textile Industrial Engineering
Project Report on Textile Industrial EngineeringAmanuzzaman Aman
 
Industrial attachment of sea moss knitwear ltd
Industrial attachment of sea moss knitwear ltdIndustrial attachment of sea moss knitwear ltd
Industrial attachment of sea moss knitwear ltdMd. Mazadul Hasan Shishir
 
Richa Tilwani ,Second Year Fashion Design Student NSQF Level -6
Richa Tilwani ,Second Year Fashion Design Student NSQF Level -6Richa Tilwani ,Second Year Fashion Design Student NSQF Level -6
Richa Tilwani ,Second Year Fashion Design Student NSQF Level -6dezyneecole
 
Internship Report on Garments Merchandising
Internship Report on Garments MerchandisingInternship Report on Garments Merchandising
Internship Report on Garments MerchandisingAasif Arafat
 
Guide line industrial attachment for textile students
Guide line industrial attachment for textile students Guide line industrial attachment for textile students
Guide line industrial attachment for textile students Md. Mazadul Hasan Shishir
 
Industrial attachment of newtex composite textiles ltd.
Industrial attachment of newtex composite textiles ltd. Industrial attachment of newtex composite textiles ltd.
Industrial attachment of newtex composite textiles ltd. Md. Mazadul Hasan Shishir
 
Industrial attachment of m.s dyeing, printing & finishing ltd. by md omar...
Industrial attachment of m.s dyeing, printing & finishing ltd. by md omar...Industrial attachment of m.s dyeing, printing & finishing ltd. by md omar...
Industrial attachment of m.s dyeing, printing & finishing ltd. by md omar...Rhymeles Hredoy
 
Institute of professional textile technology IPTT Panipat
Institute of professional textile technology IPTT PanipatInstitute of professional textile technology IPTT Panipat
Institute of professional textile technology IPTT Panipatvisalkosik
 
Internship report on merchandising activities of lyric garments ltd.
Internship report on merchandising activities of lyric garments ltd.Internship report on merchandising activities of lyric garments ltd.
Internship report on merchandising activities of lyric garments ltd.Farah Sultana
 
apparel internship
apparel internshipapparel internship
apparel internshipAnurag Singh
 
Management and technical procedure in apparel industry ( Merchandising )
Management and technical procedure in apparel industry ( Merchandising )Management and technical procedure in apparel industry ( Merchandising )
Management and technical procedure in apparel industry ( Merchandising )Md.Belal Uddin
 
Internship report presentation at square fashion ltd by md.shariful islam im...
Internship  report presentation at square fashion ltd by md.shariful islam im...Internship  report presentation at square fashion ltd by md.shariful islam im...
Internship report presentation at square fashion ltd by md.shariful islam im...MD.SHARIFUL ISLAM IMAN
 
Feasibility Report on Formal Trouser
Feasibility Report on Formal TrouserFeasibility Report on Formal Trouser
Feasibility Report on Formal TrouserDhaval Bhoraniya
 

What's hot (20)

Project Report on Textile Industrial Engineering
Project Report on Textile Industrial EngineeringProject Report on Textile Industrial Engineering
Project Report on Textile Industrial Engineering
 
Project on merchandising
Project on merchandisingProject on merchandising
Project on merchandising
 
Industrial attachment of sea moss knitwear ltd
Industrial attachment of sea moss knitwear ltdIndustrial attachment of sea moss knitwear ltd
Industrial attachment of sea moss knitwear ltd
 
Industrial attachment of northern fashion
Industrial  attachment  of northern fashionIndustrial  attachment  of northern fashion
Industrial attachment of northern fashion
 
Richa Tilwani ,Second Year Fashion Design Student NSQF Level -6
Richa Tilwani ,Second Year Fashion Design Student NSQF Level -6Richa Tilwani ,Second Year Fashion Design Student NSQF Level -6
Richa Tilwani ,Second Year Fashion Design Student NSQF Level -6
 
Internship Report on Garments Merchandising
Internship Report on Garments MerchandisingInternship Report on Garments Merchandising
Internship Report on Garments Merchandising
 
Guide line industrial attachment for textile students
Guide line industrial attachment for textile students Guide line industrial attachment for textile students
Guide line industrial attachment for textile students
 
Industrial attachment of newtex composite textiles ltd.
Industrial attachment of newtex composite textiles ltd. Industrial attachment of newtex composite textiles ltd.
Industrial attachment of newtex composite textiles ltd.
 
Industrial attachment of m.s dyeing, printing & finishing ltd. by md omar...
Industrial attachment of m.s dyeing, printing & finishing ltd. by md omar...Industrial attachment of m.s dyeing, printing & finishing ltd. by md omar...
Industrial attachment of m.s dyeing, printing & finishing ltd. by md omar...
 
Institute of professional textile technology IPTT Panipat
Institute of professional textile technology IPTT PanipatInstitute of professional textile technology IPTT Panipat
Institute of professional textile technology IPTT Panipat
 
Internship report on merchandising activities of lyric garments ltd.
Internship report on merchandising activities of lyric garments ltd.Internship report on merchandising activities of lyric garments ltd.
Internship report on merchandising activities of lyric garments ltd.
 
Textile project
Textile projectTextile project
Textile project
 
Apparel Merchandising
Apparel MerchandisingApparel Merchandising
Apparel Merchandising
 
apparel internship
apparel internshipapparel internship
apparel internship
 
Management and technical procedure in apparel industry ( Merchandising )
Management and technical procedure in apparel industry ( Merchandising )Management and technical procedure in apparel industry ( Merchandising )
Management and technical procedure in apparel industry ( Merchandising )
 
Internship report presentation at square fashion ltd by md.shariful islam im...
Internship  report presentation at square fashion ltd by md.shariful islam im...Internship  report presentation at square fashion ltd by md.shariful islam im...
Internship report presentation at square fashion ltd by md.shariful islam im...
 
Production Planning & Merchandising
Production Planning & MerchandisingProduction Planning & Merchandising
Production Planning & Merchandising
 
Apparel/Garments costing Methods for export order
Apparel/Garments costing Methods for export orderApparel/Garments costing Methods for export order
Apparel/Garments costing Methods for export order
 
Feasibility Report on Formal Trouser
Feasibility Report on Formal TrouserFeasibility Report on Formal Trouser
Feasibility Report on Formal Trouser
 
IE Qu & Ans
IE Qu & AnsIE Qu & Ans
IE Qu & Ans
 

Viewers also liked

Presentation of project management
Presentation of project managementPresentation of project management
Presentation of project managementQC Labs
 
Textile mill project
Textile mill projectTextile mill project
Textile mill projectsamina Naqvi
 
Sangeeta Chouhan ,Fashion Design Student NSQF Level -6
Sangeeta Chouhan ,Fashion Design Student NSQF Level -6Sangeeta Chouhan ,Fashion Design Student NSQF Level -6
Sangeeta Chouhan ,Fashion Design Student NSQF Level -6dezyneecole
 
Paradise Park 3.compressed
Paradise Park 3.compressedParadise Park 3.compressed
Paradise Park 3.compressedJessica Leigh
 
Readymade Garments: Clothing Business Ideas & Opportunities
Readymade Garments: Clothing Business Ideas & OpportunitiesReadymade Garments: Clothing Business Ideas & Opportunities
Readymade Garments: Clothing Business Ideas & OpportunitiesAjjay Kumar Gupta
 
Sangeeta Chouhan , Fashion Design Student NSQF Level -6
Sangeeta Chouhan , Fashion Design Student NSQF Level -6Sangeeta Chouhan , Fashion Design Student NSQF Level -6
Sangeeta Chouhan , Fashion Design Student NSQF Level -6dezyneecole
 
Retail Market Strategy
Retail Market StrategyRetail Market Strategy
Retail Market Strategyedenc08
 
Journal review:Lead time management in the garment sector of Bangladesh an av...
Journal review:Lead time management in the garment sector of Bangladesh an av...Journal review:Lead time management in the garment sector of Bangladesh an av...
Journal review:Lead time management in the garment sector of Bangladesh an av...Md. Rafsan Jany
 
Teressa Final
Teressa FinalTeressa Final
Teressa Finalteressa21
 
Finalpresentation
FinalpresentationFinalpresentation
FinalpresentationcinnyT
 
Jayasankar
JayasankarJayasankar
Jayasankarjayalord
 
Ayushi khilani ,2year Fashion Design Diploma NSQF Level -6 ,NSDC
Ayushi khilani ,2year Fashion Design Diploma NSQF Level -6 ,NSDCAyushi khilani ,2year Fashion Design Diploma NSQF Level -6 ,NSDC
Ayushi khilani ,2year Fashion Design Diploma NSQF Level -6 ,NSDCdezyneecole
 
Fashion design (final collection)
Fashion design (final collection)Fashion design (final collection)
Fashion design (final collection)Mehwishahsan
 
Media evaluation target audience 4
Media evaluation target audience 4 Media evaluation target audience 4
Media evaluation target audience 4 TanishaB
 
Top 6 garment manufacturing processes and quality checks
Top 6 garment manufacturing processes and quality checksTop 6 garment manufacturing processes and quality checks
Top 6 garment manufacturing processes and quality checksThe sourcing place
 

Viewers also liked (20)

Presentation of project management
Presentation of project managementPresentation of project management
Presentation of project management
 
Textile mill project
Textile mill projectTextile mill project
Textile mill project
 
Sangeeta Chouhan ,Fashion Design Student NSQF Level -6
Sangeeta Chouhan ,Fashion Design Student NSQF Level -6Sangeeta Chouhan ,Fashion Design Student NSQF Level -6
Sangeeta Chouhan ,Fashion Design Student NSQF Level -6
 
Paradise Park 3.compressed
Paradise Park 3.compressedParadise Park 3.compressed
Paradise Park 3.compressed
 
Readymade Garments: Clothing Business Ideas & Opportunities
Readymade Garments: Clothing Business Ideas & OpportunitiesReadymade Garments: Clothing Business Ideas & Opportunities
Readymade Garments: Clothing Business Ideas & Opportunities
 
Wgsn fashion forecast_aw1415_modern_myth 29042014
Wgsn fashion forecast_aw1415_modern_myth 29042014Wgsn fashion forecast_aw1415_modern_myth 29042014
Wgsn fashion forecast_aw1415_modern_myth 29042014
 
Sangeeta Chouhan , Fashion Design Student NSQF Level -6
Sangeeta Chouhan , Fashion Design Student NSQF Level -6Sangeeta Chouhan , Fashion Design Student NSQF Level -6
Sangeeta Chouhan , Fashion Design Student NSQF Level -6
 
Retail Market Strategy
Retail Market StrategyRetail Market Strategy
Retail Market Strategy
 
Textile sector 2009
Textile sector 2009Textile sector 2009
Textile sector 2009
 
Journal review:Lead time management in the garment sector of Bangladesh an av...
Journal review:Lead time management in the garment sector of Bangladesh an av...Journal review:Lead time management in the garment sector of Bangladesh an av...
Journal review:Lead time management in the garment sector of Bangladesh an av...
 
Product Analysis Development
Product Analysis DevelopmentProduct Analysis Development
Product Analysis Development
 
Teressa Final
Teressa FinalTeressa Final
Teressa Final
 
Finalpresentation
FinalpresentationFinalpresentation
Finalpresentation
 
Jayasankar
JayasankarJayasankar
Jayasankar
 
Ayushi khilani ,2year Fashion Design Diploma NSQF Level -6 ,NSDC
Ayushi khilani ,2year Fashion Design Diploma NSQF Level -6 ,NSDCAyushi khilani ,2year Fashion Design Diploma NSQF Level -6 ,NSDC
Ayushi khilani ,2year Fashion Design Diploma NSQF Level -6 ,NSDC
 
Funciones del lenguaje
Funciones del lenguajeFunciones del lenguaje
Funciones del lenguaje
 
Digital_Portfolio
Digital_PortfolioDigital_Portfolio
Digital_Portfolio
 
Fashion design (final collection)
Fashion design (final collection)Fashion design (final collection)
Fashion design (final collection)
 
Media evaluation target audience 4
Media evaluation target audience 4 Media evaluation target audience 4
Media evaluation target audience 4
 
Top 6 garment manufacturing processes and quality checks
Top 6 garment manufacturing processes and quality checksTop 6 garment manufacturing processes and quality checks
Top 6 garment manufacturing processes and quality checks
 

Similar to Textile Management Project Report

Online shopping report-6 month project
Online shopping report-6 month projectOnline shopping report-6 month project
Online shopping report-6 month projectGinne yoffe
 
Web based online shopping system Presentation slide
Web based online shopping system Presentation  slideWeb based online shopping system Presentation  slide
Web based online shopping system Presentation slideRakibul Hasan Pranto
 
Shopping-Portal online shopping saystam.docx
Shopping-Portal online shopping saystam.docxShopping-Portal online shopping saystam.docx
Shopping-Portal online shopping saystam.docxkrushnaborade2
 
Shopping-Portal online shopping saystam.docx
Shopping-Portal online shopping saystam.docxShopping-Portal online shopping saystam.docx
Shopping-Portal online shopping saystam.docxkrushnaborade2
 
Job portal project documentary
Job portal project documentaryJob portal project documentary
Job portal project documentaryUmang_jain
 
online-shopping-documentation-srs for TYBSCIT sem 6
 online-shopping-documentation-srs for TYBSCIT sem 6 online-shopping-documentation-srs for TYBSCIT sem 6
online-shopping-documentation-srs for TYBSCIT sem 6YogeshDhamke2
 
Presentation 2315006 done
Presentation 2315006 donePresentation 2315006 done
Presentation 2315006 donedeepaktile
 
“Inchem Cooperation Website”
“Inchem Cooperation Website”“Inchem Cooperation Website”
“Inchem Cooperation Website”IRJET Journal
 
Presentation (software engineering)
Presentation (software engineering)Presentation (software engineering)
Presentation (software engineering)Abdullah Al Shiam
 
TITLE_OF_THE_PROJECT_School_Management_S by SS gupta743.pptx
TITLE_OF_THE_PROJECT_School_Management_S by SS gupta743.pptxTITLE_OF_THE_PROJECT_School_Management_S by SS gupta743.pptx
TITLE_OF_THE_PROJECT_School_Management_S by SS gupta743.pptxTArmy1
 
FINAL PROJECT REPORT1
FINAL PROJECT REPORT1FINAL PROJECT REPORT1
FINAL PROJECT REPORT1waqar younas
 
Pragati nayak report
Pragati nayak reportPragati nayak report
Pragati nayak reportPragatiNayak9
 
Ejobportal project ppt on php my_sql
Ejobportal project ppt on php my_sqlEjobportal project ppt on php my_sql
Ejobportal project ppt on php my_sqlprabhat kumar
 
Project Report_Food Bazar_Ver1
Project Report_Food Bazar_Ver1Project Report_Food Bazar_Ver1
Project Report_Food Bazar_Ver1MEGHA JAIN
 

Similar to Textile Management Project Report (20)

Online shopping report-6 month project
Online shopping report-6 month projectOnline shopping report-6 month project
Online shopping report-6 month project
 
Web based online shopping system Presentation slide
Web based online shopping system Presentation  slideWeb based online shopping system Presentation  slide
Web based online shopping system Presentation slide
 
Online bookshop
Online bookshopOnline bookshop
Online bookshop
 
IRJET- Helping Hand
IRJET- Helping HandIRJET- Helping Hand
IRJET- Helping Hand
 
5 job adda doc 2
5 job adda doc 25 job adda doc 2
5 job adda doc 2
 
5 job adda doc 2
5 job adda doc 25 job adda doc 2
5 job adda doc 2
 
Shopping-Portal online shopping saystam.docx
Shopping-Portal online shopping saystam.docxShopping-Portal online shopping saystam.docx
Shopping-Portal online shopping saystam.docx
 
Shopping-Portal online shopping saystam.docx
Shopping-Portal online shopping saystam.docxShopping-Portal online shopping saystam.docx
Shopping-Portal online shopping saystam.docx
 
Job portal project documentary
Job portal project documentaryJob portal project documentary
Job portal project documentary
 
online-shopping-documentation-srs for TYBSCIT sem 6
 online-shopping-documentation-srs for TYBSCIT sem 6 online-shopping-documentation-srs for TYBSCIT sem 6
online-shopping-documentation-srs for TYBSCIT sem 6
 
Presentation 2315006 done
Presentation 2315006 donePresentation 2315006 done
Presentation 2315006 done
 
“Inchem Cooperation Website”
“Inchem Cooperation Website”“Inchem Cooperation Website”
“Inchem Cooperation Website”
 
Presentation (software engineering)
Presentation (software engineering)Presentation (software engineering)
Presentation (software engineering)
 
TITLE_OF_THE_PROJECT_School_Management_S by SS gupta743.pptx
TITLE_OF_THE_PROJECT_School_Management_S by SS gupta743.pptxTITLE_OF_THE_PROJECT_School_Management_S by SS gupta743.pptx
TITLE_OF_THE_PROJECT_School_Management_S by SS gupta743.pptx
 
FINAL PROJECT REPORT1
FINAL PROJECT REPORT1FINAL PROJECT REPORT1
FINAL PROJECT REPORT1
 
Pragati nayak report
Pragati nayak reportPragati nayak report
Pragati nayak report
 
Ejobportal project ppt on php my_sql
Ejobportal project ppt on php my_sqlEjobportal project ppt on php my_sql
Ejobportal project ppt on php my_sql
 
All In One Kart
All In One KartAll In One Kart
All In One Kart
 
Project Report_Food Bazar_Ver1
Project Report_Food Bazar_Ver1Project Report_Food Bazar_Ver1
Project Report_Food Bazar_Ver1
 
ESHOP.docx
ESHOP.docxESHOP.docx
ESHOP.docx
 

Recently uploaded

TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 

Recently uploaded (20)

TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 

Textile Management Project Report

  • 2. Group-1S UOJ tr ep o R ject o r P 1 Group Members  K.B.R.P.Dharmaranga (2014/CSC/016)  A.Thuvaragan (2014/CSC/018)  SabbirHossain (2014/CSC/FS/042)  Dinusha Lakpriya (2014/CSC/032)  Saditha Udayanga (2014/CSC/027) Project Report TEXTILE MANAGEMENT GROUP-1S Computer Science University Of Jaffna
  • 3. Group-1S UOJ ProjectReport 2 Executive summary It is an online textile booking system is to build a web base application program, which could be used for manage buying and selling of the textile items. Customers can access to the system and search for an item which they want and give an order to the shop. To make an order customer should has an user account .If he does not have an account system provide the facilities to create a new user account. The system interface to the sales management provides facilities to check the order list and deliver the item to the customer. And also sales management can add or remove textile items from the system and it has permission to suspend any customer account due to any issue. We should note that our system is not capable of handling financial transactions. Declaration of authorship We hereby declare that the mini project titled “Textile Management System” done by Computer Science Group -1S under the guidance of lecturers of Computer Science Department of University of Jaffna. All the work regarding this project is done by the members of group for the 2nd year 2nd semester Project for Software Engineeringsubject. We have limited time and low experience about create software but we finished our project in limited time period.
  • 4. Group-1S UOJ ProjectReport 3 TABLE 1: GROUP MEMBERS DETAILS Name Registration Number Mail id K.B.R.P.Dharmaranga 2014/CSC/016 rdharmaranga@gmail.com A.Thuvaragan 2014/CSC/018 ravithuvaragan1993@gmail.com Sabbir Hossain 2014/CSC/FS/042 Falaksabbir3.gmail.com Dinusha Lakpriya 2014/CSC/032 Dinushalakpriya5@gmail.com Saditha Udhayanga 2014/CSC/027 tmsaditha@gmail.com Blog: sldesign.blogspot.com Supervisor: Mr.Suthagar Contribution of each member K.B.R.P.Dharmaranga From the requirement gathering did a good job to make the software successful also the designing part of the project. The website is design by him. A.Thuvaragan
  • 5. Group-1S UOJ ProjectReport 4 From the requirement gathering did a good job to make the software. He helps to design the project with others. Kept the contact with the client also done by him because he is the only Tamil member in our group. Sabbir Hossain He helps to design the framework part of this project (bootstrap & jquery). Dinusha Lakpriya From the requirement gathering did a good job to make the website and give some idea about how to design the software. Saditha Udayanga From the requirement gathering did a good job to make the website and give some idea about how to design the software. He writes the report for our project. Consent of the client
  • 7. Group-1S UOJ ProjectReport 6 Letter of approval of the final software
  • 9. Group-1S UOJ ProjectReport 8 Table of Contents EXECUTIVE SUMMARY 2 DECLARATION OF AUTHORSHIP 2 CONTRIBUTION OF EACH MEMBER 3 CONSENT OF THE CLIENT 4 LETTER OF APPROVAL OF THE FINAL SOFTWARE 6 TABLE OF CONTENTS 8 LIST OF FIGURES 10 LIST OF TABLES 11 INTRODUCTION 12 PURPOSE OF THE PROJECT 13 SCOPE OF THE PROJECT 14 OVERVIEW OF THE DOCUMENTATION 15 REQUIREMENT ENGINEERING 16 TECHNIQUES USED FOR REQUIREMENTS GATHERING 16 FUNCTIONAL REQUIREMENTS 17 NON-FUNCTIONAL REQUIREMENTS 17 DOMAIN REQUIREMENTS 18
  • 10. Group-1S UOJ ProjectReport 9 MODULES 18 SOFTWARE DESIGN 20 SOFTWARE DESIGN APPROACH 20 UML DIAGRAMS 21 CHALLENGES 24 IMPLEMENTATION 25 TOOLS AND TECHNIQUES AND JUSTIFICATION 26 O SPEED OF DEVELOPMENT 26 ▪BOOTSTRAP ENABLES YOU TO UTILIZE READYMADE BLOCKS OF CODE TO HELP YOU GET STARTED 26 O RESPONSIVENESS 26 ▪ THERE IS VIRTUALLY NO WORK THAT NEEDS TO BE DONE TO ACHIEVE PROPER RESPONSIVENESS. 26 O CONSISTENCY 26 ▪RESULTS ARE UNIFORM ACROSS PLATFORMS SO OUTPUT REMAINS THE SAME WHETHER YOU’RE USING FIREFOX, CHROME OR INTERNET EXPLORER 26 O CUSTOMIZABLE 26 ▪DEVELOPERS HAVE THE ABILITY TO PICK AND CHOOSE THE FEATURES THAT ARE NEEDED AND THE REST CAN BE TOSSED. THIS IS EASILY ACCOMPLISHED USING THE BOOTSTRAP CUSTOMIZE PAGE. 26 O SUPPORT 26 ▪BOOTSTRAP ITSELF IS BEING CONTINUOUSLY UPDATED AND THE CREATORS HAVE BEEN REALLY GOOD ABOUT PUTTING OUT TIMELY UPDATES 26 2. CSS 26 O CSS FRAMEWORKS CAN REALLY HELP SAVE TIME LAYING OUT YOUR PAGE WITH JUST A SET OF PREDEFINED CLASSES 26 3. HTML 27 4. PHP 27 5. JQUERY 28 O JQUERY IS TO MAKE IT MUCH EASIER TO USE JAVASCRIPT ON YOUR WEBSITE 28 O JQUERY ALSO SIMPLIFIES A LOT OF THE COMPLICATED THINGS FROM JAVASCRIPT, LIKE AJAX CALLS AND DOM MANIPULATION 28 O THE JQUERY LIBRARY CONTAINS THE FOLLOWING FEATURES: HTML/DOM MANIPULATION. . 28 SPECIAL FEATURES 28 CHALLENGES 29 TESTING 30 DISCUSSION AND CHALLENGES 31 REFERENCES 32
  • 11. Group-1S UOJ ProjectReport 10 APPENDICES 33 List of Figures FIGURE 1:USECASE DIAGRAM 21 FIGURE 2:SEQUENCE DIAGRAM 22 FIGURE 3:CLASS DIAGRAM 23 FIGURE 4: FIRSTPAGE34 FIGURE 5:TOP PART OF HOMEPAGE 34 FIGURE 6:BOTTOM PART OF HOME PAGE 35 FIGURE 7:ABOUT US PAGE 35 FIGURE 8:CONTACT US PAGE(TOP) 36 FIGURE 9:CONTACT US PAGE(BOTTOM) 36 FIGURE 10:LOGIN PAGE 37 FIGURE 11:SIGNUP PAGE TOP PART 37 FIGURE 12:SIGNUP PAGE BOTTOM PART 38 FIGURE 13:CART PAGE(TOP) 38 FIGURE 14:CART PAGE(BOTTOM) 39 FIGURE 15:MEN PAGE 39 FIGURE 16:MEN PAGE(BOTTOM) 40 FIGURE 17:WOMEN PAGE 40 FIGURE 18:KIDS PAGE 41 FIGURE 19:EMERALD PAGE 41 FIGURE 20:EBONY PAGE 42 FIGURE 21:BOSSY PAGE 42 FIGURE 22:ROUGH PAGE 43 FIGURE 23:SIGNATURE PAGE 43 FIGURE 24:MY ACCOUNT PAGE(TOP) 44
  • 12. Group-1S UOJ ProjectReport 11 FIGURE 25:MY ACCOUNT PAGE(BOTTOM) 44 FIGURE 26:EDIT ACCOUNT PAGE 45 FIGURE 27:ADMIN LOGIN PAGE 45 FIGURE 28:VIEW OF ADMIN LOGIN PAGE 46 FIGURE 29:VIEW ALL PRODUCT PAGE 46 FIGURE 30:INSERT NEW CATEGORY PAGE 47 FIGURE 31:VIEW ALL CATEGORIES PAGE 47 FIGURE 32:INSERT NEW BRAND PAGE 48 FIGURE 33:VIEW ALL BRAND PAGE 48 FIGURE 34:VIEW ORDERS PAGE 49 FIGURE 35:VIEW ALL CUSTOMERS PAGE 49 List of Tables TABLE 1:GROUP MEMBERS DETAILS 3
  • 13. Group-1S UOJ ProjectReport 12 Introduction Our project is a web based application. Our project helps the owner and the customers to fulfill their needs efficiently. The customers can easily access the website at home and check whether the item they want is available at the particular shop. For that each member has to register at beginning to take the membership. The owner can maintain all the details regarding the items, customers, bills and reports updated and they have the facility to alert the customers via website when there is a new model is available. Database is the core of our project where the owner can add, search, delete, update the details of a customer or and the items, and he/she could be able to generate the bills and repots as well. However the authority is limited to the type of the user as we are having two types of
  • 14. Group-1S UOJ ProjectReport 13 User : admin user and normal user. Purpose of the project The purpose of the online textile booking system is to build a web base application program, which could be used for manage buying and selling of the textile items. Customers can access to the system and search for an item which they want and give an order to the shop. To make an order customer should has an user account .If he does not have an account system provide the facilities to create a new user account. The system interface to the sales management provides facilities to check the order list and deliver the item to the customer. And also sales management can add or remove textile items from the system and it has permission to suspend any customer account due to any issue. We should note that our system is not capable of handling financial transactions.
  • 15. Group-1S UOJ ProjectReport 14 Scope of the Project searching Nowadays people are not ready to waste their time on for a dress with the design they expect.  They are finding easy ways to fulfill their needs within a short period rather than searching for available dresses on each every textile shops.  Textile shop owners also not ready to waste their time on keeping the details of dresses, customers, reports and bills in a traditional method which is less efficiency and less security.  In order to reduce the inconvenience faced by the customers and owners, we are going to introduce a new web based system called “Textile management system” which enables the customer to check for the product availability via internet and it facilities the owner to store all kind of details in efficient manner.  Mainly this project depends on the database.  In addition we are going to use website for this project.
  • 16. Group-1S UOJ ProjectReport 15 Overview of the documentation In documentation overview, we have included the problem, challenges, and techniques used in our project. First stage: The techniques used for requirements gathering, and problems of getting the functional and non-functional requirements, and what are the challenges we faced to get the requirements. Second stage: Idea of Software design, software design approach, we illustrated with the diagram to the application, data model and challenges during the designing work. Third stage: Implementation work and strategy, tools and techniques and justification of special features. And also included the references.
  • 17. Group-1S UOJ ProjectReport 16 Requirement Engineering Techniques used for requirements gathering  The most common technique for gathering requirements is to sit down with the clients and ask them what they need.  The discussion should be planned out ahead of time based on the type of requirements you're looking for.  Group members gather questions to get all the requirements from client.  There are many good ways to plan the interview, but generally we want to ask open questions to get the interviewee to start talking and then ask probing questions to uncover requirements.
  • 18. Group-1S UOJ ProjectReport Functional Requirements  Online textile purchasing site.  Available items should be displayed on the site.  By clicking on the item customers should be able to differentiate angle of views of the cloths with the brief description of the product.  There should be an icon or button to click on to buy the product.  After clicking that icon or button the product should be added to the cart.  After the transaction successfully completed those products should be removed from the website and new stock should be come as an update.  When a customer enters to the website the home page should be displayed.  In the website it should be displayed shop’s logo with shop name, description of shop, shop address and contact info.  In the website, there should have the links to see different categories of cloths.  There should have an option to sign in and create accounts for customers and details should store in a database and there should be an option to login also. Non-Functional Requirements  The home page should be attractive, innovative and should not be fancy.  System should be secured.  It should be available for desktop view and mobile view. 17
  • 19. Group-1S UOJ ProjectReport 18 Domain requirements  The requirements that reflect characteristic of Stock System. Our stock System should contain characteristic as below:  Every operation that occurs in the stock system must concern of Data Integrity.  Every operation that occurs in the stock system must be recorded, and the system should generate report from time to time. MODULES  Admin module  Customers module  Brand module  Order module  Product module
  • 20. Group-1S UOJ ProjectReport 19 ADMINMODULE  Admin can manage following duties in textile.  He can insert new products, view all products, insert new category, view all categories,insert new brands, view customers, view orders and view payments. CUSTOMERMODULE  Customers can sign up a new account and able to view details about clothes and he can book for clothes. BRANDMODULE  It shows the details of the brand of clothes to customer ORDERMODULE  Customer can order for clothes PRODUCTMODULE  It shows the details of product id, product brand, product title, product price, description of the product, image of the product and product keywords.  It can able to access by admin only customer can’t change anything he can only limited access.
  • 21. Group-1S UOJ ProjectReport 20 Software Design Software design approach 1) Requirements analysis 2) Software design 3) Implementation 4) Testing 5) Integration 6) Deployment (or Installation) 7) Maintenance
  • 25. Group-1S UOJ ProjectReport 24 Challenges  A lack of project management skills  Conflict among project team members  Project does not include all stakeholder needs  Customers and end-users are not engaged during the project.  Vision and goals not well-defined  Language problem  Limited time
  • 26. Group-1S UOJ ProjectReport 25 Implementation  In our project, the admin and both normal user can use the system and both can be added, deleted, searched and updated the details of the customers, item and supplier.  However the authority is limited for the normal user as he/she cannot create a new user and cannot change the password or user name.  Customers can check for the available dresses at home via website and when a new arrival is available the system is able to alert them via the website.  They do not need to go search shop by shop to buy dress that they need.  Overall, our system facilitates customer and the owner to fulfill their needs and wants efficiently rather than wasting their time.
  • 27. Group-1S UOJ ProjectReport 26 Tools and techniques and justification 1.Bootstrap o Speed of Development ▪ Bootstrap enables you to utilize readymade blocks of code to help you get started. o Responsiveness ▪ There is virtually no work that needs to be done to achieve proper responsiveness. o Consistency ▪ Results are uniform across platforms so output remains the same whether you’re using Firefox, Chrome or Internet Explorer. o Customizable ▪ Developers have the ability to pick and choose the features that are needed and the rest can be tossed. This is easily accomplished using the Bootstrap customize page. o Support ▪ Bootstrap itself is being continuously updated and the creators have been really good about putting out timely updates. 2.CSS o CSS frameworks can really help save time laying out your page with just a set of predefined classes. o It is a style sheet language used for describing the look and formatting of a document written in a markup language. o CSS is designed primarily to enable the separation of document content from document presentation, including elements such as the layout, colors, and fonts.
  • 28. Group-1S UOJ ProjectReport 27 o This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural contents. 3.HTML o The purpose of a web browser is to read HTML documents and compose them into visible or audible web page o HTML describes the structure of a website semantically along with cues for presentation, making it a markup language rather than a programming language. o HTML allows images and objects to be embedded and can be used to create interactive forms. o It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. o It can embed scripts written in languages such as JavaScript which affect the behavior of HTML web pages. 4.PHP o PHP can generate dynamic page content o PHP can create, open, read, write, delete, and close files on the server o PHP can collect form data o PHP can send and receive cookies o PHP can add, delete, modify data in your database o PHP can restrict users to access some pages on your website o PHP can encrypt data
  • 29. Group-1S UOJ ProjectReport 28 o PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.) o PHP is compatible with almost all servers used today (Apache, IIS, etc.) o PHP supports a wide range of databases 5. jQuery o jQuery is to make it much easier to use JavaScript on your website. o jQuery also simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation. o The jQuery library contains the following features: HTML/DOM manipulation. Special Features  We have included confirmation email sending facility so that after ordering customer can get a confirmation email.  We have include Google recaptcha service to this system .with that we expect to prevent automated account creation  We have include Google map api to this system. With that we can show customer the location of the shop.
  • 30. Group-1S UOJ ProjectReport 29 Challenges  A lack of project management skills  Conflict among project team members  Project does not include all stakeholder needs  Customers and end-users are not engaged during the project.  Vision and goals not well-defined
  • 31. Group-1S UOJ ProjectReport  Language problem  Limited time TESTING  Each an every member of our group check all pages by inserting details  Client has checked each page of our project. 30
  • 32. Group-1S UOJ ProjectReport 31 Discussion and Challenges  Our project comprises with Desktop application and web based application that help the textile shop owners and the managers to manage the shop whole activities.  The project includes the full functionalities of as owner Administration, Administration, and the textile Customer Report management such Administration,Bill Administration.
  • 33. Group-1S UOJ ProjectReport 32  And also the web application provide an access to the online customers to login to the website and view the stock details and their can make the request for the particulars product Which is available in the shop via the website.  On every new arrival is available the customers will be notified via the website References  http://www.w3schools.com  mysql-essential-5.1.30-win32
  • 35. Group-1S UOJ ProjectReport FIGURE 4: FIRST PAGE FIGURE 5: TOP PART OF HOMEPAGE 34
  • 36. Group-1S UOJ ProjectReport FIGURE 6: BOTTOM PART OF HOME PAGE FIGURE 7: ABOUT US PAGE 35
  • 37. Group-1S UOJ ProjectReport FIGURE 8: CONTACT US PAGE(TOP) 36 FIGURE 9: CONTACT US PAGE(BOTTOM)
  • 38. Group-1S UOJ ProjectReport FIGURE 10: LOGIN PAGE FIGURE 11: SIGNUP PAGE TOP PART 37
  • 39. Group-1S UOJ ProjectReport FIGURE 12:SIGNUP PAGE BOTTOM PART FIGURE 13: CART PAGE(TOP) 38
  • 40. Group-1S UOJ ProjectReport FIGURE 14: CART PAGE(BOTTOM) 39 FIGURE 15: MEN PAGE
  • 41. Group-1S UOJ ProjectReport FIGURE 16: MEN PAGE(BOTTOM) FIGURE 17: WOMEN PAGE 40
  • 42. Group-1S UOJ ProjectReport FIGURE 18: KIDS PAGE FIGURE 19: EMERALD PAGE 41
  • 43. Group-1S UOJ ProjectReport FIGURE 20: EBONY PAGE FIGURE 21: BOSSY PAGE 42
  • 44. Group-1S UOJ ProjectReport FIGURE 22: ROUGH PAGE FIGURE 23: SIGNATURE PAGE 43
  • 45. Group-1S UOJ ProjectReport FIGURE 24: MY ACCOUNT PAGE(TOP) 44 FIGURE 25: MY ACCOUNT PAGE(BOTTOM)
  • 46. Group-1S UOJ ProjectReport FIGURE 26: EDIT ACCOUNT PAGE 45 FIGURE 27: ADMIN LOGIN PAGE
  • 47. Group-1S UOJ ProjectReport FIGURE 28: VIEW OF ADMIN LOGIN PAGE FIGURE 29: VIEW ALL PRODUCT PAGE 46
  • 48. Group-1S UOJ ProjectReport FIGURE 30: INSERT NEW CATEGORY PAGE FIGURE 31: VIEW ALL CATEGORIES PAGE 47
  • 49. Group-1S UOJ ProjectReport FIGURE 32: INSERT NEW BRAND PAGE FIGURE 33: VIEW ALL BRAND PAGE 48
  • 50. Group-1S UOJ ProjectReport FIGURE 34: VIEW ORDERS PAGE FIGURE 35: VIEW ALL CUSTOMERS PAGE 49