Anda di halaman 1dari 73

A

Project Report On

Techno Solution

Submitted in partial fulfillment towards the degree of


Master of Computer Applications (M.C.A.)

Developed By :
Patel Kinjal S.
155293693035

Department of Computer Application


(MCA), SPCE, Visnagar.
Automatic
AutomaticTime
TimeTable
TableManagement
Management

Department of Computer Application


(MCA), SPCE, Visnagar.
PROJECT PROFILE
Project Title Tailored Inc.

Project Definition You can order your choice cloth online. But new is a tailor
come at home for finishing and magerment.

Developed for Eastern Techno Solutions

External Project Guide Dishant Mehta

Internal Project Guide Harshad Prajapati

Team Size 1

Team Members Patel Kinjal S.

Hardware Configuration 6GB RAM , 500 GB Hard disk

Front End Android Studio

Back End My SQL , PHP

Report Generation Tool MS Office 2010

Operation System Windows 7

Project Duration 4 month

Department of Computer Application (MCA), SPCE,


Visnagar.
Organization Profile
Eastern Techno Solution (ETS) is headquartered in Surat, Gujarat. An IT
Company established by ex- employees of COGNIZANT and INFOSYS.

It principally focused on Customized Software Development, Web


Applications (which includes Web Designing and Ecommerce
Websites), Mobile Applications.

It create a static website , CMS(Content Management System) website and


eCommerce websites.

We are involved in analysis, design, architecture development, deployment


and maintenance of knowledge based systems

Department of Computer Application


(MCA), SPCE, Visnagar.
Existing System Study
In existing system you can buy a cloth manually going to shop..

You west your bunch of time to shopping a cloth.

And in online shopping app provide readyment cloth.

Its not provides your style and your selected variety of items .

Department of Computer Application


(MCA), SPCE, Visnagar.
Objective of
Developing the new
pants blazers etc to individualssystem
Tailored Inc is strategy to market and sell all sorts of authentic wears like shirts,
and communities.

Tailored Inc connects vendors and users based on information gathered about
them, as stored in their user profiles.

The
. bright future prospect of Tailored Inc is also proven with the fact that the
technology is integrated in the mobile phones.

Department of Computer Application


(MCA), SPCE, Visnagar.
Project Description (Functional
Description of Modules & Sub modules)
Tailored Inc is a complete solution of application for Dubai specific region .

Project is related to idea that user can customize their shirt, pants, Blazers and
etc through our Applications.

Using the Application , user can select color and type of material , type of collor ,
cuffing and other specific attire required .

After successful completions of order , tailor will visit at user specified address to
get complete stitching information.

Department of Computer Application


(MCA), SPCE, Visnagar.
Time - Line Chart

Department of Computer Application


(MCA), SPCE, Visnagar.
Hardware
Server Side:
Specifications
(Recommended)
Processor Intel Pentium (1.8GHz)

RAM 6 GB

Hard Disk 1 TB

Client Side:

Processor ARMv7 processor or higher


RAM 2 GB
Hard Disk 40 GB

Department of Computer Application


(MCA), SPCE, Visnagar.
Software
Specifications
Server Side:

(Recommended)
Operating System Windows 7 or later.

Back End My SQL 5.0


Front End Android Studio 2.2.3

Client Side:

Device Operating Android 4.4 KitKat or higher


System

Department of Computer Application


(MCA), SPCE, Visnagar.
SYSTEM
DESIGN

Department of Computer Application


(MCA), SPCE, Visnagar.
DATA
DICTIONARY

Department of Computer Application


(MCA), SPCE, Visnagar.
Table name: User
Description: Store the user details.
Primary key: UID
Foreign key : -

Field Type Data Type Size Constraints Description

Primary Key For User Unique


UID Int 5
Auto Increment identification

Firstname String 35 Not Null First name of user

Lastname String 35 Not Null surname of user

Email String 50 Not Null User unique email id.

password String 8 Not Null User password for security

Cnform_pass String 8 Not Null Same as password

Department of Computer Application


(MCA), SPCE, Visnagar.
Table name: Forgot_password
Description: Store updated password.
Primary key: -
Foreign key : UID , Email

Field Type Data Type Size Constraints Description

User Identification
UID Int 5 Foreign Key
Reference

User Identification
Email String 50 Foreign Key
Reference

New_pass String 8 Not Null User new password


Table name: CategoryData
Description: Store category data.
Primary key: Category_id
Foreign key : -

Field Type Data Type Size Constraints Description

5
Category data
Category_id Int Primary key
identification is unique

Category_name
String 25 Notnull Category name

Description about the


Category_desc String 100 Notnull
category

Mobile_image String 250 Notnull Category image

Product_id Int 5 Notnull Category parent id


Table name: ProductInfo
Description: Store the Product information.
Primary key: Product_id
Foreign key :

Field Type Data Type Size Constraints Description

For Product unique


Product_id Int 5 Primary Key
identification

Name String 70 Not Null Product name

Pimage String 250 Not Null Product image

Pprice Int 5 Not Null Product price

Department of Computer Application


(MCA), SPCE, Visnagar.
Table name: CartData
Description: Store User selected product information.
Primary key: PID
Foreign key : category_name

Field Type Data Type Size Constraints Description

For product
Product_id Int 5 Foreign Key identification
reference

Pname String 25 Notnull Product name

How many product user


Qty String 5 Notnull
want to buy

Which category to
category_name String 15 Foreign key
belongs a product

Product quantity wise


Price Int 5 Notnull
price

Cart_image String 200 Notnull Product image


Table name: CartObject
Description: Store the product user cart data and product whole
information with price
Primary key: Cart_id
Foreign key : PID
Field Type Data Type Size Constraints Description

Cart_id Int 5 Primary Key User cart unique id

For product information


PID Int 5 Foreign key
reference

model String 20 Notnull Product model number

selected Product
image String 200 Notnull
images

User selected product


quantity Int 5 Notnull
quantity

price Int 5 Notnull Product price display

User selected product


total Int 5 Notnull
total price
Table name: Address
Description: Store the User address details.
Primary key: -
Foreign key : UID

Field Type Data Type Size Constraints Description

For User Unique


UID Int 5 Foreign Key
identification

Ucity String 50 Not Null User city.

Udist String 35 Not Null Name of user distic

200
Address String Not Null Address of user

Department of Computer Application


(MCA), SPCE, Visnagar.
Table name: Feedback
Description: Store the User feedback details.
Primary key: -
Foreign key : UID

Field Type Data Type Size Constraints Description

For User Unique


UID Int 5 Foreign Key
identification

Email String 50 Not Null User email id.

Message String 100 Not Null User Feedback message

Department of Computer Application


(MCA), SPCE, Visnagar.
Structure Chart

Department of Computer Application


(MCA), SPCE, Visnagar.
Tailored Inc

Check Order
Category About Contact us
Available History
Applicati Manage
Sub
on Address
category

Style select Invite friend

Add
address Feedback

Registratio
n Rate our app

Login
Logout

Department of Computer Application


(MCA), SPCE, Visnagar.
E-R DIAGRAM

Department of Computer Application


(MCA), SPCE, Visnagar.
Password
CID Show Uid UserName
m 0 Email
1
Cname CategoryData
1 m CartObject
User show
ProductInfo Show
cart_id PID
Pname has add Address
Product_id
show 1
m UID
Ucity
Forgot Password
1
1 m
UID Give Feedback
New password
1
CartData
UID
price Fmessage
Pname
Cart_image
Product_name
UML
DIAGRAM

Department of Computer Application


(MCA), SPCE, Visnagar.
Registration
UID
m
Class
1
Diagram Address
UID
Firstname System 1 m
Lastname Ucity
m 1 Registration
Email Login Insert()
Password Category Delete()
CategoryData View()
Product
Insert()
Category_id Cartdata 1
Update()
Category_name Feedback
Delete()
Image Insert() 1
Category_desc Update() Feedback
Delete() 1 M
View() View() Name
ProductInfo 1 1 CartObject Contact No
Product_id m Email id
Name CartData m Cart_id Message
Pimage PID Insert()
1 m PID
Model
View() Pname 1 Image
Qty
Price
Price m quantity
Insert() Insert()
Delete() Delete()
Department of Computer Application
(MCA), SPCE, Visnagar.Update()
Registration
101
Object Diagram Address
m 1 101
Kinjal tailoredinc 1 m surat
Patel m 1 Registration
patelkinjal132 Login Insert()
7@gmail.com Category Delete()
CategoryData View()
Product
Insert() 101 Cartdata 1
Update() shirts Feedback
Delete() http://img1.png Insert() 1
Yellow shirts Update() Feedback
Delete() 1 M
View() View() kinjal
ProductInfo 1 1 CartObject 8401853896
201 m patelkinjal13
Shirts CartData m 302 27@gmail.com
http://i2.png 201 Nice app
1 m 301
md101
View() Pink shirts 1 Insert()
http://img.jpg
3 View()
576
1500 m 1
Insert() Insert()
Delete() Delete()
Department of Computer Application
(MCA), SPCE, Visnagar. Update()
Use Case Diagram
(User Side)
Tailoredinc
Registration

Login

Category select
User Side Administrato
r
Product select

Cart Data
User
Feedback

Address

Logout
User

Department of Computer Application


(MCA), SPCE, Visnagar.
Admin Side
My Pageantry
system

Registration

Login

View Category

Administrator View Product

View Feedback

Logout

Department of Computer Application


(MCA), SPCE, Visnagar.
Sequence Diagram
User Application Server Database

Check App available


Request for category Request for category Request for category
Send Response Send Response Send Response
Request for product Request for product Request for product
Response Response Response
Select style Select style Select style
Response Response Response
Self verify
Registration Registration
Information store
Response Response
Response
Login Login Self verify Login
Response Response Response
Product add into cart Product add in cart Store cart info
Response Response Response
Place order Place order Store order info
Response Response Response
Select Address Select Address Select Address
Response Response Response
Logout Logout Logout
Collaboration Diagram
10 Logout

1 Show Application

User Category Data

2 Show Category
8 Select the address 3 Show Subcategory
9 Order conform
Product
4 Show Product
5 Select Style

Add to Cart

6 Add the selected


product into cart

7 Login
Place Order Registration
Department of Computer Application
(MCA), SPCE, Visnagar.
State Chart
Diagram
Category
Product
start
check app Category Select Sub category
Select product

Product

Select style
Login
Style

Login Registration

Product add into cart Registration


Add to cart
Product add into cart
Select address
Logout select Address

Logout
End
ctivity Diagram User Side
Check app

Select
Category

Select
subcategory

Select
Product

Select Style

Registration Login

No No
valid
Yes
Select
Department of Computer Application Logout
Address
(MCA), SPCE, Visnagar.
Admin Side
Registration

Login

No
Valid
Yes

View View Change


View Product
Category Feedback Password

Logout

Department of Computer Application


(MCA), SPCE, Visnagar.
Component
tailoredinc.apk
Diagram
android Application external
storage
mobile device

compiled classes
classes.dex

compiled resources
resources.arsc execution
deploy
environment
Android
uncompelled resources

res

deployment myfile
AndroidManifest.xml

Department of Computer Application


(MCA), SPCE, Visnagar.
Deployment
Diagram
Client Administrator
Web Web
Web
Browser Browser

Application Server
PHP pages
With logic

Database Server

MYSQL
Server
Department of Computer Application
(MCA), SPCE, Visnagar.
Form Design
Input Design
Output Design

Department of Computer Application


(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
Output
Design

Department of Computer Application


(MCA), SPCE, Visnagar.
Department of Computer Application
(MCA), SPCE, Visnagar.
TestCase
Test Case Name Description Test Data Excepted Actual Output Pass/Fail
Number Used Output

1 Check For This test will be Valid System does System Redirect Pass
valid id and performing Username & not allow to main screen.
password check whether Valid user to login.
system does not Password.
allow blank
fields when user
press Login
button. And for
valid user name
and password

Department of Computer Application


(MCA), SPCE, Visnagar.
Test case: 1

Department of Computer Application


(MCA), SPCE, Visnagar.
Post Implementation Review
In the future this management can be make Online as well as
SMS & Email Facility can be implemented in this system.

Also according to faculty work ,hes salary can be counted &


account department can be also managed.

As well as try to make Time Table can be generated with class


room arrangement.

As well as all the data can be managed dynamically & its report
can be generated. So this system reduce work burden of education
module, also.

Try it to extensible with web based.

In future we try to make the system become not only used in


education context, also in all functional area which we needed.

Department of Computer Application


(MCA), SPCE, Visnagar.
Future Enhancement

Department of Computer Application


(MCA), SPCE, Visnagar.
References

Department of Computer Application


(MCA), SPCE, Visnagar.
Thank you

Department of Computer Application


(MCA), SPCE, Visnagar.

Anda mungkin juga menyukai