A Project Report On. Online Cloth Shopping. Developed For Jay Ambe Selection, Mens Wear, Patel Chambers, Mansa Dist - Gandhinagar

Size: px
Start display at page:

Download "A Project Report On. Online Cloth Shopping. Developed For Jay Ambe Selection, Mens Wear, Patel Chambers, Mansa Dist - Gandhinagar"

Transcription

1 A Project Report On Submitted To B.C.A Department Aacharya Motibhai Patel Institute of Computer Studies, Ganpat University, Kherva. Online Cloth Shopping Developed For Jay Ambe Selection, Mens Wear, Patel Chambers, Mansa Dist - Gandhinagar Developed By Group No :- D31 Ravi Patel( ) Vasant Patel( ) Internal Guide By JignaB.Prajapati Page 1 of 68 Page No: 1

2 PROJECT PROFILE o Project Title Online Cloth Shopping o Develop For Jay Ambe Selection o Objectives To Make It Globalize o Front-End Tool Asp. Net With VB (Visual Studio-2010) o Back-End Tool Sql Server Express Edition 4.0 o Institute Ampics(Ganpat University) o Project Guide Jigna B.Prajapati(Internal Guide) o Tools Photoshop o Devoloper By Patel Ravi -( ) Patel Vasant -( ) o Group No D31 Page 2 of 68

3 ABOUT ORGANIZATION Jay Ambe Selection, Mens Wear, Patel Chambers, Mansa , Gujarat, India. Ph. No Jay Ambe Selection is Establish in 2008.It s Owner Name is Meghabhai Jani. Jay Ambe Selection is in a Online Retail Business of Mens Wear. It has a wide range of Mens Wear with lots Page 3 of 68 of variety. Page No: 3

4 EXISTING SYSTEM Jay Ambe Selection is in the Retail Business of Men s Cloths. There are many Varieties of,shirts,pants,tshirts Jeans, Cotton Clothes, Formal,Cargo,Rowdy, Balloon, Summer Coat. Presently there are 10 Workers in this Shop. Customer Satisfaction is the Moto of this Shop. The Sales entries are Recorded in Notebook. There is also Replacement Policy. It is time consuming process. It is costly process. Page 4 of 68

5 EXISTING SYSTEM Currently this system is not available online. It is work in manually. It is defcult search in data. It is work very slowly so the customer are requirements not satisfied. Customer have to wait in queue for purchase the cloth. If there are unsold items, they are returned back to the Supplier. All the Varieties are available in all the Sizes at all the time. Page 5 of 68

6 NEED FOR NEW SYSTEM Take less time. Buyer has no need to come at any specific location to make Purchase. Buyer can buy from any location. It s fast. By this new system, maximum person can come to know about product in short duration compare to old system. Page 6 of 68 Page No: 6

7 HARDWARE & SOFTWARE REQUIREMENTS Page Page No7:of 68 7

8 SERVER SIDE Hardware Specification : o Processor Intel Core i3 or above o RAM 1 GB RAM o HDD 80GB Software Specification : o OS Windows 7 or above o Framework.NET Framework 4.0 o IIS Web Application o Database SQL Server 2005 Page 8 of 68 Page No: 8

9 CLIENT SIDE Hardware Specification : o Processor Core 2 Duo or above o RAM 256 RAM o HDD 20GB Software Specification : o OS Windows XP or above o Browser Internet Explorer 6.0 or above Page 9 of 68 Page No: 9

10 SYSTEM FLOW CHART Page 10 of 68

11 ADMIN Start User name password Verify Login No Yes Profile view manage Product manage A Page 11 of 68

12 A Manage order Manage Bill Manage view feedback Stop Page 12 of 68

13 USER Start View product information No If Purchase product? Yes If register? No Regestered Yes Stop A Page 13 of 68

14 A User name password Verify login No Yes View profile Order product A Page 14 of 68

15 A Give Bill Give Feedback Stop Page 15 of 68

16 DATA FLOW DIAGRAM Page 16 of 68

17 ZERO LEVEL DATA FLOW DIAGRAM Product information ADMIN User,order 0.0 Online Cloths Shopping System Product information USER Order details Page 17 of 68

18 FIRST LEVEL DFD FOR ADMIN SIDE Page 18 of 68

19 Request for login Verifed login 1.0 login Login details ADM_MST Verifed login details Login Detail New product details Update product info 2.0 Manage Product Product details PROD_MST Update product details Product Detail Request for coustomer details 3.0 Manage User Coustomer details Modify user CUST_MST Modify coustomer details User Detail ADMIN Order conform Order information 4.0 Manage Order Order conform Order details Order_MST Page 19 of 68

20 Order Detail ADMIN Bill details Bill id Bill details 5.0 Generate Bill BILL_MST Bill information Bill Detail Request to view feedback Get feedback 6.0 View Feedback Feedback information FEED_MST Feedback Detail 7.0 Report Report Info REPORT Get report Page 20 of 68

21 FIRST LEVEL DFD FOR ADMIN SIDE FIRST LEVEL DFD FOR USER SIDE Page 21 of 68

22 View product Product information 1.0 View product PROD_MST Product info Product Detail Login Info USER Login info 2.0 Register and Login Login Info CUST_MST Login details Product Detail Product info Product info 3.0 Select Product PROD_MST Page 22 of 68

23 USER Order details Give order details Order details Request for bill 4.0 Order product ODER_MST Order information Bill details 5.0 Get bill BILL_MST Bill info Get bill details Feedback information 6.0 feedback feedback FEED_MST Response of feedback Page 23 of 68

24 E-R DIAGRAM Page 24 of 68

25 Page 25 of 68

26 DATA DICTIONARY Page 26 of 68

27 1.ADM_MAST filedname Datatype(size) constrain dec AdminId Int(5) Primary Key Enter user name password Nvarchar(20) Not null Enter the password Page 27 of 68

28 2.PROD_MAST filedname Datatype(size) Constrain Dec pid Int(5) Primary key Enter the pid name Nvarchar(20) Not null Enter the name imageurl Nvarchar(20) Not null Enter the imageurl q_string Nvarchar(20) Not null Redirect order price Nvarchar(20) Not null Enter the price Page 28 of 68

29 3.CUST_MAST filedname Datatype(size) Constrain Dec custid Int(5) Primary key Enter the user id custname Nvarchar(20) Not null Enter first name Gender Nvarchar(10) Not null Enter genred address Nvarchar(50) Not null Enter address city Nvarchar(30) Not null Enter the city district Nvarchar(30) Not null Enter the district state Nvarchar(20) Not null Enter the state pin no Nvarchar(6) Not null Enter pin code Contno Nvarchar(10) Not null Enter the contact id Nvarchar(50) Not null Enter the id user name Nvarchar(20) Not null Enter user name password Nvarchar(30) Not null Enter password Page 29 of 68

30 4.ORDER_MST filedname Datatype(size) Constrain Dec Ordid Int(5) Primarykey Enter the order id custid Int(5) Foreign key Enter custid pid Int(5) Foreign key Enter user pid Date Date quntity Nvarchar(20) Not null Enter the quality totalamt Nvarchar(20) Not null Enter the total price Nvarchrar(20) Not null Enter the price _ Enter the date Page 30 of 68

31 5.BILL_MST filename Datatype(size) Constrain Dec billid Int(5) Primary key Enter billid ordid int5) Foreign key Enter the order id custid Int(5) Foreign key Enter custid date date Not null Enter the date cash Nvarchar(50) Not null Enter cash totalamt Nvarchar(50) Not null Enter totalamount Page 31 of 68

32 6.FEED_MST filedname Datatype(size) Constrain Dec fid Int5) primarykey Enter the fid custid Int(5) Foreign key Enter the custid feedback Nvarchar(20) Not null Enter the feedback date Date Not null Enter the date Page 32 of 68

33 PROCESS ALGORITHEM Page 33 of 68

34 USER SIDE ALGORITHEM Step 1 : Start Step 2: View Product Information Step 3: If Paruche Product? Yes go to Step-4 Otherwise go to Step-12 Step 4: If Register? Yes Then go to Step-5 Otherwise go to Step-4.1 Step 4.1: Fill Up Register? Form Step 5: Input Username And Password Step 6: Verify Login? Then go to Step-7 Otherwise go to Step-5 Step 7: View Profile Step 8: Give The Order Page 34 of 68

35 ADMIN SIDE ALGORITHEM Step 1: Start Step 2: Input Username Password. Step 3: If You Login Is Authentic Then go to Step-4 Use go to Step-2 Step 4: Mange Profile. Step 5: Product Mange. Step 6: Mange Order. Step 7: Mange bill. Step 8: Mange Feedback. Step 9: Stop. Step 10: Give bill. Step 11: Give Feedback Step12 : Stop Page 35 of 68

36 PROCESS DESCRIPTION Page 36 of 68

37 USER SIDE DESCRIPTION PRODUCT In this process user can see the only product but not change the details products and image they can t modify. REGISTETION AND LOGIN This process verify the name and password and he can register in site authenticate login and password user the various functions. SELECT PRODUCT In this process user only see and select the product for give the order. ORDER PRODUCT In this process user give the order. GENRATE BILL In this process admin see the order details and give bill details after he give the conformation message and he is genrate the bill store the Page 37 of 68 information bill_mst.

38 ADMIN SIDE DESCRIPTION LOGIN This process verifies username & password for admin on authenticate login password Admin can redireat to the various function. MANAGE PRODUCT In this process admin is managing the product and new product information update Details in prod_mst. MANAGE USER In this process admin manage the user and update user details in cust-mst. MANAGE ORDER In this process admin manage the order he can view the order details and shipment details after he give the conformation message send Page 38 of 68 the user.

39 GENRATE BILL In this process admin see the order details and shipment details after he give the conformation message and he is genrate the bill store the information bill_mst. MANAGE FEEDBACK In this process admin can view the feedback. Page 39 of 68

40 INPUT DESIGN FOR USER SIDE Page 40 of 68

41 Page 41 of 68

42 Page 42 of 68

43 Page 43 of 68

44 Page 44 of 68

45 Page 45 of 68

46 Page 46 of 68

47 Page 47 of 68

48 Page 48 of 68

49 INPUT DESIGN FOR ADMIN SIDE Page 49 of 68

50 Page 50 of 68

51 Page 51 of 68

52 OUTPUT DESIGN FOR USER SIDE Page 52 of 68

53 Page 53 of 68

54 Page 54 of 68

55 OUTPUT DESIGN FOR ADMIN SIDE Page 55 of 68

56 Page 56 of 68

57 Page 57 of 68

58 Page 58 of 68

59 Page 59 of 68

60 Page 60 of 68

61 Page 61 of 68

62 TESTING Page 62 of 68

63 Testing is a process of executing with the explicit information of finding error that making in the program. Code Testing : - The code Testing strategy examines the logic of program. The analyst develops test case result in executing every instruction in the Module. Every part of the program is tested. Unit Testing : Unit Testing Focuses first on the modules independently Of one another to locate errors. This enables the tester to detect error in Coding and logic that are contained within that program alone the test Case needed for unit testing should exercise each condition and option. unit can be performed from button up starting with the Smallest and lowest proceeding at a time. Page 63 of 68

64 Validation Testing : Validation testing provides final assurance that system Meets all input requirements or not. validation testing like phone number, number value, only character etc. Page 64 of 68

65 IMPLIMENTAION REVIEW After the system is implemented and conversion is complete, user usually conducts a review of the system. In this system all Requirements are fulfills. The user can easily insert, update and delete the record in efficient way. The Admin can easily insert, update and delete the record in efficient way. This system is user-friendly and easily understands. User can view the Purchase Report and Sales Report So; user. can speedily work in this system. If the performance level of users has improved. Page 65 of 68

66 FUTURE ENHANCEMENT There is one segment named lab unit needed computer system to improve work. In this system, we tired to make a simple application for user. We can change our System day by day as per user requirements will be changed. In future, we want to implement below point in our system. We are deliver the product to add to card. We are give the order for multi product at a time. Page 66 of 68

67 BIBLOGRAPHY Microsoft Asp. Net :Author Name :- Shyam N Chavla Publisher Name :-Nirav Prakashan Websites : Page 67 of 68

68 Page 68 of 68

Jewelry management system

Jewelry management system Jewelry management system ACHARYA MOTIBHAI PATEL INSTITUTE OF COMPUTER STUDIES GANPAT UNIVERSITY Internal Guide PROF. PAVAN SONI Group No :- C15 Page 1 of 63 Project profile Project name : Jewelry management

More information

A Project Report On E-Watch Shopping System

A Project Report On E-Watch Shopping System A Project Report On E-Watch Shopping System Submitted By Patel Jigisha M Patel Payal V. Group No: 50 M.Sc. (CA & IT) Semester-III Guided By Mrs.Komal.H.Patel Submitted to Department

More information

A PROJECT ON Online House Booking M.Sc.( CA & IT ) Sem - III. Presented To Department of Computer Science Ganpat Vidyanagar, Kherva

A PROJECT ON Online House Booking M.Sc.( CA & IT ) Sem - III. Presented To Department of Computer Science Ganpat Vidyanagar, Kherva A PROJECT ON Online House Booking M.Sc.( CA & IT ) Sem - III Presented To Department of Computer Science Ganpat Vidyanagar, Kherva Presented By Naitik J.Dave (13084231032) Ramesh K.Prajapti(13084231216)

More information

Mail Server. Project Presentation On. Presented To Department of computer science Ganpat Vidyanagar, Kherva

Mail Server. Project Presentation On. Presented To Department of computer science Ganpat Vidyanagar, Kherva Project Presentation On Mail Server Presented To Department of computer science Ganpat Vidyanagar, Kherva-384012 Presented By Patel Drashti P.(13084231109) Patel Hardik J.(13084231112) Group No : 54 Project

More information

Online Classified Portal

Online Classified Portal Online Classified Portal Presented By Prajapati Sunil N (11034211047) Patel Chetan S (11034211026) MCA Semester-VI Acharya Motibhai Patel Institute of Computer Studies Project Profile Project Title Classified

More information

A Project Report On Property Consultancy information System

A Project Report On Property Consultancy information System A Project Report On Property Consultancy information System Submitted By :- Guide By :- Patel Manali Pankajkumar Patel Margi Sevantilal MR. Jasmin D Patel Submitted To :Acharya Motibhai Patel Institute

More information

A PROJECT REPORT ON SHOPPING CART.COM

A PROJECT REPORT ON SHOPPING CART.COM A PROJECT REPORT ON SHOPPING CART.COM DEVLOPED BY: - SWETA POLARA SHRADDHA VAGhAMASI Guided by: - pradip vanpariya Keyur zala ACADEMIC YEAR 2010 2011 SUBMITTED TO M. & N. VIRANI SCIENCE COLLEGE 1 INDEX

More information

Test Plan. Online Music Store Version 1.0. Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering

Test Plan. Online Music Store Version 1.0. Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Test Plan Online Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State University 1 TABLE

More information

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design.

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design. FINAL REPORT Table of Contents I) Project Planning II) User Analysis III) Tasks Analysis IV) Storyboard V) Function Design VI) Scenario Design VII) Database VIII) Usability Questionnaire IX) System Version

More information

MAJOR PROJECT ON ONLINE SHOPPING SYSTEM

MAJOR PROJECT ON ONLINE SHOPPING SYSTEM This project is a web based shopping system for an existing shop. The project objective is to deliver the online shopping application into PHP platform. MAJOR PROJECT ON Avick Naha 1 DINABANDHU ANDREWS

More information

International School of Informatics and management, Jaipur Billing System Synopsis TEAM GROUP - 04 TEAM MEMBERS -ANIL KUMAR ANJANA -BHAIYA LAL ANJANA

International School of Informatics and management, Jaipur Billing System Synopsis TEAM GROUP - 04 TEAM MEMBERS -ANIL KUMAR ANJANA -BHAIYA LAL ANJANA International School of Informatics and management, Jaipur Billing System Synopsis TEAM GROUP - 04 TEAM MEMBERS -ANIL KUMAR ANJANA -BHAIYA LAL ANJANA -SAURABH JAIN PROJECT GUIDE - Ms JYOTI KHURANA (Lecturer

More information

User Manual. Online E-commerce Music Store Version 1.0

User Manual. Online E-commerce Music Store Version 1.0 User Manual Online E-commerce Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State University

More information

Vision Document. Online E-commerce Music CD Store Version 2.0

Vision Document. Online E-commerce Music CD Store Version 2.0 Vision Document Online E-commerce Music CD Store Version 2.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State

More information

User Manual Online Book Store. Phase-III. Vamsi Krishna Mummaneni

User Manual Online Book Store. Phase-III. Vamsi Krishna Mummaneni User Manual Online Book Store Phase-III Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State University

More information

CheckNet Users Manual

CheckNet Users Manual CheckNet Users Manual Table of Contents Chapter 1: Logging In Logging In... 3 Forgot Password... 4 Remembering Password Using Hint... 4 Forgot Password Using E-Mail... 4 Initial Log In - Updating User

More information

Design and Implementation of E-Commerce Site for Online Shopping

Design and Implementation of E-Commerce Site for Online Shopping Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Summer 2014 Design and Implementation of E-Commerce Site for Online Shopping Sidhartha

More information

PROJECT ON ONLINE EXAM

PROJECT ON ONLINE EXAM SHREE M.&N. VIRANI SCIENCE COLLAGE RAJKOT PROJECT ON ONLINE EXAM Created By: Amit vora Alpesh yadav Nayan sorathiya Project Proposal 1. Acknowledgement 2. Abstraction 3. Project Summary 4. System Requirement

More information

Connecting VirtueMart To PayPal (Live)

Connecting VirtueMart To PayPal (Live) Connecting VirtueMart To PayPal (Live) After testing is complete in the PayPal Sandbox and you are satisfied all is well, then its time to disconnect VirtueMart from the PayPal Sandbox and connect Virtuemart

More information

ecommerce USER GUIDE

ecommerce USER GUIDE ecommerce USER GUIDE ecommerce USER GUIDE TABLE OF CONTENTS Page Page Page Page Page 7 Page 8 Page 9 Page 0 Page Page Page Page Page 7 Page 8 Page 9 Page 0 What s New in the Latest Version Login Ask to

More information

Unacknowledged/Late Delivery Web Tool

Unacknowledged/Late Delivery Web Tool Table of Contents Register:... 2 Log on to Web Site:... 2 Logoff Web Site:... 3 List PO s Page:... 4 To Acknowledge PO or Change PO date.... 5 To Mark a PO Shipped.... 6 To Change the Price.... 6 Send

More information

A Project Report On Web Furniture

A Project Report On Web Furniture A Project Report On Web Furniture Submitted By: Shah Pratik Bharatwala Mustafa 1 Acknowledgement Before we describe about our project, we would like to add a few heart touching words for the people who

More information

HDPOS smart. 1. Click here to go to the download page (Copy-paste into your browser if the link did not work)

HDPOS smart. 1. Click here to go to the download page (Copy-paste   into your browser if the link did not work) 1. Getting Started Installation & Registration is a feature-rich, easy to use Point of Sale billing, inventory, and accounting management software available for 30 days FREE TRIAL System Requirements Hard

More information

On line tenders guide

On line tenders guide Ariba system Ariba Spend Management On line tenders guide Operative guide for partecipating to SE on line tenders 1 Ariba system Ariba Spend Management Welcome in the on line tenders guide! Participate

More information

FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING

FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING Copyright 2014. All Rights Reserved. Mónica Villavicencio and Alain Abran Permission to copy all or part of this material is

More information

DIGIOP ELEMENTS V8.1 Software-only Installation Guide

DIGIOP ELEMENTS V8.1 Software-only Installation Guide DIGIOP ELEMENTS V8.1 Software-only Installation Guide About this installation guide Use this document as a guide to install your DIGIOP ELEMENTS software system. It includes procedures to install your

More information

ONLINE BILLBOARD VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT

ONLINE BILLBOARD VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT ONLINE BILLBOARD By VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT Submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computing

More information

Accounts. Adding accounts

Accounts. Adding accounts Email Accounts All changes to your accounts will be performed by logging in to http://exch.mystafford.net. For username or password assistance contact us at hosting@staffordnet.com Once logged in, click

More information

Online CD Gallery. A Project Report On ONLINE CD GALLERY INTERNATIONAL SCHOOL OF INFORMATICS AND MANAGEMENT

Online CD Gallery. A Project Report On ONLINE CD GALLERY INTERNATIONAL SCHOOL OF INFORMATICS AND MANAGEMENT A Project Report On ONLINE CD GALLERY INTERNATIONAL SCHOOL OF INFORMATICS AND MANAGEMENT Sector -12, Mahaveer Marg, Mansarovar, Jaipur Submitted By: Guided By 1. Yogesh Jain Mr. Vijay Gupta 2. Manish Kumar

More information

Cyberthink Ecommerce Shopping Cart

Cyberthink Ecommerce Shopping Cart Cyberthink Ecommerce Shopping Cart Created by: Paurva Buch, Prachee Patel, Rachit Purohit 1 Table of contents Project Summary Systems Planning Identify problems and define proposed solutions (System Request)

More information

Installing Sage POS and SQL

Installing Sage POS and SQL Installing Sage POS and SQL Table of Content Hover over the heading and select the topic you are interested in, you will be directed to the topic. Download Procedures Server Installation Workstation Installation

More information

Chandni Soneji Kinjal Tada

Chandni Soneji Kinjal Tada 2012 Chandni Soneji Kinjal Tada ACKNOWLEDGEMENT This is HOTEL MANAGEMENT SYSTEM project based on new techniques and based on new idea. This is totally different and beneficial for other to easily use and

More information

Student Information System

Student Information System PROJECT SYNOPSIS On Student Information System Department Of Information & Technology Microteck Institute of Information Technology Maldahiya, Varanasi (U.P) Month, Year Makhanlal Chaturvedi Rashtriya

More information

Acceptance Test Plan and Cases (ATPC)

Acceptance Test Plan and Cases (ATPC) Acceptance Test Plan and Cases (ATPC) Version 1.1 Acceptance Test Plan and Cases (ATPC) Leamos Team 7 Name Email Address Primary Role Secondary Role Monty Shah montysha@usc.edu Project Manager Life Cycle

More information

Installation procedure of Naso CC for Grandstream UCM 61xx/6510

Installation procedure of Naso CC for Grandstream UCM 61xx/6510 Installation procedure of Naso CC for Grandstream UCM 61xx/6510 Server requirements: Server: Operating system: Windows 7, 8, 8.1, 2008R2, 2012, 2012 R2 Minimum 4GB RAM Network card Processor minimum Core

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Mirza Nadeem Baig Governors State University

More information

TO DEVELOP A PROBLEM STATEMENT

TO DEVELOP A PROBLEM STATEMENT DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING CS6511 CASE TOOLS LAB Expt. No. 1 TO DEVELOP A PROBLEM STATEMENT 1. Passport Automation System 1. Problems Analysis and

More information

Table of Content Title Page number 1. Register 2. Login 3. Dashboard 4. Account Information 5. Recent Activity 6. Messages 7.

Table of Content Title Page number 1. Register 2. Login 3. Dashboard 4. Account Information 5. Recent Activity 6. Messages 7. 1 Table of Content Title Page number 1. Register 3 2. Login 4 3. Dashboard 5 4. Account Information 7 5. Recent Activity 11 6. Messages 12 7. My Credits 13 8. Share and Earn 14 9. Rewards 14 10. My Orders

More information

Developed By: Modi Parth S. Enroll No : Smt. S. R. Patel Engineering College Dhabhi, Unjha.

Developed By: Modi Parth S. Enroll No : Smt. S. R. Patel Engineering College Dhabhi, Unjha. Developed at: Radix Computer Training Center, Patan Developed By: Modi Parth S. Enroll No :-120784107001 Smt. S. R. Patel Engineering College Dhabhi, Unjha. Contents Project Profile Objectives Modules

More information

Genesys PureCloud. My Support Information Guide. Updated February 2018

Genesys PureCloud. My Support Information Guide. Updated February 2018 Genesys PureCloud My Support Information Guide Updated February 2018 Table of Contents Page About the Information Guide 3 Quick Tips: What to do 4 My Support Login 5 Request a My Support Account 6 My Support

More information

Lab 6 SQL-DDL Advanced in SQL Server 2008

Lab 6 SQL-DDL Advanced in SQL Server 2008 Department of Computer Science University of Cyprus EPL342 Databases Lab 6 SQL-DDL Advanced in SQL Server 2008 Panayiotis Andreou http://www.cs.ucy.ac.cy/courses/epl342 6-1 Before We Begin Start the SQL

More information

Login & Register for LRC Programs. How to Create/Activate your Live Leduc Account

Login & Register for LRC Programs. How to Create/Activate your Live Leduc Account How to Create/Activate your Live Leduc Account Step 1: Visit www.live.leduc.ca in your web browser. If you already have a membership (you or your kids) or an account with the LRC click on LOGIN. Remember,

More information

IRDA BROKER REGISTRATION AND RETURNS SUBMISSION USER MANUAL. Version 1.0/04-April

IRDA BROKER REGISTRATION AND RETURNS SUBMISSION USER MANUAL. Version 1.0/04-April IRDA BROKER REGISTRATION AND RETURNS SUBMISSION USER MANUAL Version 1.0/04-April-2014 1 Version History Version History Version Date of No. Release Prepared by (L&T side) Reviewed by (L&T side) Approved

More information

User Manual of SADP Software

User Manual of SADP Software User Manual of SADP Software Search Active Device Protocol V2.0 User Manual of SADP Software 1 Table of Contents Chapter 1 Overview... 1 1.1 Description... 1 1.2 System Requirements... 1 Chapter 2 Running

More information

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central Table of Contents Installation Guide... 3 eshop Account Registration in Dynamics 365 Business Central:... 3 eshop Setup

More information

Request for Quote (RFQ)

Request for Quote (RFQ) Request for Quote (RFQ) SIMMS Inventory Management Software 8.0 March 24, 2011 Contents Request for Quote (RFQ)................ 1 Creating an RFQ................... 1 Select the Items for an RFQ............

More information

Passport Automation System

Passport Automation System 1.Objective: To develop the passport automation system software using UML language. It is the interface between applicant and authority responsible for issue the passport. It aims at improving efficiency

More information

COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2. Lecturer: Dr. Meena Jha Tutor: Aries Tao

COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2. Lecturer: Dr. Meena Jha Tutor: Aries Tao COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2 Lecturer: Dr. Meena Jha Tutor: Aries Tao Prepared by: AXXXX XXXX: S0XXXXXX AXXXX MXXXXX: BisXXXXX BaXXXX: S0XXXXX S02XXXX SXXXXX

More information

DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide

DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide About this installation guide Use this document as a guide to install your DIGIOP ELEMENTS NVR software system. It includes procedures to install

More information

Verizon Enterprise Center Registration/Login User Guide

Verizon Enterprise Center Registration/Login User Guide Registration/Login User Guide It is best to have an invitation code prior to beginning enrollment. You can find your invitation code on your monthly invoice. If you do not have your monthly invoice, you

More information

Regina Leader-Post iservices

Regina Leader-Post iservices Regina Leader-Post iservices iservices is a web-based interface that enables you to: View charges and payments. View routes and draw information. Enter single copy returns. Use email to contact Regina

More information

User Wise Activity Tracking & Logging

User Wise Activity Tracking & Logging User Wise Activity Tracking & Logging (Version 2.0) IMPRESSIVE STAR SOFTWARES (P) LTD. {Tally Integration, Extension, Distribution, Training & Service Partner} {Tally Shoper Retail Solution Partner} F-3,

More information

Antamedia HotSpot Click Manual. Contents. Table of Contents Ads Coupons Announces Statistics Options.

Antamedia HotSpot Click Manual. Contents. Table of Contents Ads Coupons Announces Statistics Options. Antamedia Manual Contents Table of Contents Part 1 1 2 3 4 5 6 7 1 1 What is...? 3 Starting...... 4 Ads... 6 Coupons... 7 Announces... 8 Statistics... 10 Options I Antamedia Manual 1 1.1 What is? Advertising

More information

ONLINE BULK SEED SALE CERTIFICATE INSTRUCTIONS. Welcome to Seed Hub! (SM)

ONLINE BULK SEED SALE CERTIFICATE INSTRUCTIONS. Welcome to Seed Hub! (SM) ONLINE BULK SEED SALE CERTIFICATE INSTRUCTIONS 1. SET UP PUREHARVEST ACCOUNT Contact the MCIA office to set up a user name and password for the Pureharvest database. It is best to do this a couple of days

More information

Instructor TIPS for a Successful Migration to JUMS 4.0. Prepare your JUMS backup file

Instructor TIPS for a Successful Migration to JUMS 4.0. Prepare your JUMS backup file Instructor TIPS for a Successful Migration to JUMS 4.0 Prepare your JUMS backup file 1. Archive any old data that the Unit does not need to be migrated to JUMS 4.0. (Adhere to data retention requirements

More information

Entrust Cloud Enterprise. Enrollment Guide

Entrust Cloud Enterprise. Enrollment Guide Entrust Cloud Enterprise Enrollment Guide Entrust Cloud Enterprise Enrollment Guide Document issue: 1.0 Copyright 2016 Entrust. All rights reserved. Entrust is a trademark or a registered trademark of

More information

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni Vision Document 2.0 Online Book Store Phase-II Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State

More information

Software Engineering Prof.N.L.Sarda IIT Bombay. Lecture-11 Data Modelling- ER diagrams, Mapping to relational model (Part -II)

Software Engineering Prof.N.L.Sarda IIT Bombay. Lecture-11 Data Modelling- ER diagrams, Mapping to relational model (Part -II) Software Engineering Prof.N.L.Sarda IIT Bombay Lecture-11 Data Modelling- ER diagrams, Mapping to relational model (Part -II) We will continue our discussion on process modeling. In the previous lecture

More information

An HP EliteDesk 800 G4 with Intel Optane memory outperformed three configurations with twice as much RAM (Summary report)

An HP EliteDesk 800 G4 with Intel Optane memory outperformed three configurations with twice as much RAM (Summary report) A Principled Technologies report: Hands-on testing. Real-world results. An HP EliteDesk 800 G4 with Intel Optane memory outperformed three configurations with twice as much RAM (Summary report) Increased

More information

SPS Online Store User Tutorial

SPS Online Store User Tutorial SPS Online Store User Tutorial New Improvements 2018 The following improvements were made to the SPS Online Store based on criteria extracted from your feedback and user data. Our goal is to continue to

More information

Support Services. Getting Started You must register your SonicWALL appliance at mysonicwall.com prior to requesting support.

Support Services. Getting Started You must register your SonicWALL appliance at mysonicwall.com prior to requesting support. Support Services Reference Guide In This Document www.mysonicwall.com Technical Resources Support and RMA Policy Contacting Support Service Level Agreement Escalation Customer Satisfaction mysonicwall.com

More information

Guidebook ONLINE ORDERING MADE EASY!

Guidebook ONLINE ORDERING MADE EASY! www.boltsupply.com Guidebook ONLINE ORDERING MADE EASY! ONLINE ORDERING MADE EASY! www.boltsupply.com Guidebook Here are some of the highlights of the new boltsupply.com New Home Page It s now easier than

More information

First-time users select Register here

First-time users select Register here First-time users select Register here Type the first letter of your district name and select the appropriate district or entity. Enter your DISTRICT EMAIL ADDRESS (email addresses must match the @districtname.kyschools.us

More information

Concept of Trusted Transaction for Secure Cloud Transactions

Concept of Trusted Transaction for Secure Cloud Transactions Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2016 Concept of Trusted Transaction for Secure Cloud Transactions Taufeeq Mohammed

More information

Gleeson College Ecommerce Portal Instructions

Gleeson College Ecommerce Portal Instructions Hello Parents, These instructions will guide you through purchasing your child s Tablet or Notebook device, Device Insurance, and Additional Accessories. We look forward to assisting you. Registration

More information

Ebook : Overview of application development. All code from the application series books listed at:

Ebook : Overview of application development. All code from the application series books listed at: Ebook : Overview of application development. All code from the application series books listed at: http://www.vkinfotek.com with permission. Publishers: VK Publishers Established: 2001 Type of books: Develop

More information

Viglen Website e-buyers Guide

Viglen Website e-buyers Guide Viglen Website e-buyers Guide Version 1.0 Page 1 of 34 6 November 2013 Contents 1.0 Introduction... 4 1.1 Target Audience...4 1.2 Knowledge Prerequisites...4 1.3 Security...4 2.0 The Home Page...5 2.1

More information

University of British Columbia Okanagan. COSC Project Design

University of British Columbia Okanagan. COSC Project Design University of British Columbia Okanagan COSC 304 - Project Design Names Removed Submitted: Dec 02, 2018 1 CONTENTS: 1. Introduction 2 1.1. Purpose.................................................... 2

More information

FULFILLMENT. Worldwide Golf Shops. WebForms Reference Guide. Volume 1

FULFILLMENT. Worldwide Golf Shops. WebForms Reference Guide. Volume 1 Worldwide Golf Shops FULFILLMENT WebForms Reference Guide Volume 1 April 2016 TABLE OF CONTENTS Introduction What is EDI? WebForms Navigation Inbox/Sent/Drafts Purchase Order Acknowledgement Advance Ship

More information

Kovan International. e-commerce Platform. UX/UI Project.

Kovan International. e-commerce Platform. UX/UI Project. Kovan International e-commerce Platform. UX/UI Project http://www.kovanix.com 1400 Broad Field Blvd, Suite #200, Houston, TX, 77084 +1.832.220.3283 info@kovantech.com Page 1 Overview Solution 1. User Experience

More information

Agilent Genomic Workbench 6.5

Agilent Genomic Workbench 6.5 Agilent Genomic Workbench 6.5 Installation Guide Quick Start Installation of Agilent Genomic Workbench 6.5 in Windows 3 Flow chart for installation 4 Details and Instructions for Installing Agilent Genomic

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) FlowerSeeker Team 05 Name Eder Figueroa Sophia Wu Doris Lam Hiram Garcia Roles Primary Role: Project Manager/ Implementer. Secondary Role: Tester. Primary

More information

Installation Guide. Signagelink TM Android Edition.

Installation Guide. Signagelink TM Android Edition. Signagelink TM Android Edition Installation Guide www.signagelink.com This document, 2012, SignageLink.Com., is designed for the sole use of our clients and no portion of it may be copied, published, or

More information

SCHOOL MANAGEMENT SYSTEM

SCHOOL MANAGEMENT SYSTEM PROJECT REPORT ON SCHOOL MANAGEMENT SYSTEM (Cyber School Management) As Partial Fulfillment of Bachelor of Computer Science (Information Technology & Computer Applications) Submitted to Shree M & N Virani

More information

Instructions for installing the Print to PrintShop printer on a Mac

Instructions for installing the Print to PrintShop printer on a Mac Instructions for installing the Print to PrintShop printer on a Mac 1. On a Mac, click on Launchpad 2. Then click on the Self Service Icon Now you will be in the Self Service Portal on your Mac You MUST

More information

Digital Sales Platform (DSP) User Guide

Digital Sales Platform (DSP) User Guide Digital Sales Platform (DSP) User Guide Introduction This document is a guide for users of our Digital Sales Platform (DSP) supplied by Lawshield. DSP is used for processing sales of Motor Legal Protection,

More information

B2B Portal User Guide

B2B Portal User Guide B2B Portal User Guide Table of Contents Introduction..3 Logging In.4 Changing your original password......6 Ordering Product....7 Product Waiting Lists......8 Payment Options.. 14 Finalizing your Order...

More information

User Manual. Admin Report Kit for IIS 7 (ARKIIS)

User Manual. Admin Report Kit for IIS 7 (ARKIIS) User Manual Admin Report Kit for IIS 7 (ARKIIS) Table of Contents 1 Admin Report Kit for IIS 7... 1 1.1 About ARKIIS... 1 1.2 Who can Use ARKIIS?... 1 1.3 System requirements... 2 1.4 Technical Support...

More information

Prepared By: PATEL DHARMESH M.( ) (C.E.)

Prepared By: PATEL DHARMESH M.( ) (C.E.) Prepared By: PATEL DHARMESH M.(090780107054) External guide: Atul Agraval Web developer Internal guide: Ravi patel assistant professor (C.E.) 1.0 Introduction Project summary Purpose Scope Technology &

More information

INSTALLATION GUIDE. RAPID TAG PC-Based Software Installation Guide. Version 5.0

INSTALLATION GUIDE. RAPID TAG PC-Based Software Installation Guide. Version 5.0 INSTALLATION GUIDE RAPID TAG PC-Based Software Installation Guide Version 5.0 122 West State Street Traverse City, MI 49684 www.salamanderlive.com 877.430.5171 TABLE OF CONTENTS 1 ABOUT THIS GUIDE... 2

More information

SOFTWARE REQUIREMENT SPECIFICATION

SOFTWARE REQUIREMENT SPECIFICATION SOFTWARE REQUIREMENT SPECIFICATION 1. Introduction The SRS is produced at the culmination of the analysis task. The function and performance allocated to software as part of the system engineering and

More information

RingCentral Office. New Admin Setup

RingCentral Office. New Admin Setup RingCentral Office New Admin Setup RingCentral Office New Admin Setup Table of Contents 2 Welcome to RingCentral 2 Activate Your Account 3 Your Account Security 4 Create Your Password 5 Set Your PIN 6

More information

ProKitchenNet User s Guide ProKitchen Server Edition. Real View, LLC

ProKitchenNet User s Guide ProKitchen Server Edition. Real View, LLC ProKitchenNet User s Guide ProKitchen Server Edition Real View, LLC Table of Contents Introduction... 2 Why ProKitchenNet?... 2 ProKitchenNet Advantages:... 2 Hardware and Software Requirements... 3 ProKitchenNet

More information

Pool4Tool Instruction Manual Supplier Registration and Application

Pool4Tool Instruction Manual Supplier Registration and Application Pool4Tool Instruction Manual Supplier Registration and Application Table of Contents 1 Intent and Purpose... 3 2 General Information... 3 3 Portal Registration... 4 4 Simple Supplier Portal... 6 5 Extended

More information

Databases in Azure Practical Exercises

Databases in Azure Practical Exercises Databases in Azure Practical Exercises Overview This course includes optional exercises where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps for the

More information

Vision Document. Online Book Store. Version 1.0. Vamsi Krishna Mummaneni. CIS 895 MSE Project KSU. Major Professor. Dr.

Vision Document. Online Book Store. Version 1.0. Vamsi Krishna Mummaneni. CIS 895 MSE Project KSU. Major Professor. Dr. Online Book Store Version 1.0 Vamsi Krishna Mummaneni CIS 895 MSE Project KSU Major Professor Dr.Torben Amtoft 1 Table of Contents 1. Introduction 3 1.1. Purpose and Motivation 3 2. Project Overview 3

More information

MEDIA Z TECHNOLOGIES IInd Floor Satyam Complex, Jawahar Chowk, Maninagar, Ahmedabad Gujarat, India

MEDIA Z TECHNOLOGIES IInd Floor Satyam Complex, Jawahar Chowk, Maninagar, Ahmedabad Gujarat, India Online Bus Reservation System (By : DESAI HARSHIL.O.) NAME OF COMPANY / INSTITUTE MEDIA Z TECHNOLOGIES IInd Floor Satyam Complex, Jawahar Chowk, Maninagar, Ahmedabad 380008 Gujarat, India +91 9925599360

More information

Assessment Evaluation

Assessment Evaluation Assessment Evaluation E-commerce Online Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas

More information

A PROJECT REPORT ON SYSTEM

A PROJECT REPORT ON  SYSTEM A PROJECT REPORT ON E-MAIL SYSTEM (Website) With special reference to Submitted to, SHIVAJI UNIVERSITY, KOLHAPUR. For the partial fulfillment of requirement For the award of degree of, BACHELOR OF COMPUTER

More information

OXYGEN SOFTWARE OXYGEN FORENSIC KIT

OXYGEN SOFTWARE OXYGEN FORENSIC KIT OXYGEN SOFTWARE OXYGEN FORENSIC KIT Oxygen Forensic Kit complete out-of-the-box solution When to start? Immediately! Oxygen Forensic Kit is a complete set you can quickly use right out of the box. It does

More information

Acharya Motibhai Patel Institute Of Computer Studies,Ganpat University, Ganpat Vidyanagar

Acharya Motibhai Patel Institute Of Computer Studies,Ganpat University, Ganpat Vidyanagar Page 1 of 59 Acharya Motibhai Patel Institute Of Computer Studies,Ganpat University, Ganpat Vidyanagar-384012 Presented By : Roll No : Semester : Internal Guide : Rutua Rathod & Dixit Solanki 11034211049

More information

Guides for Installing MS SQL Server and Creating Your First Database. Please see more guidelines on installing procedure on the class webpage

Guides for Installing MS SQL Server and Creating Your First Database. Please see more guidelines on installing procedure on the class webpage Guides for Installing MS SQL Server and Creating Your First Database Installing process Please see more guidelines on installing procedure on the class webpage 1. Make sure that you install a server with

More information

1 Copyright FATbit Technologies. All Rights Reserved.

1 Copyright FATbit Technologies. All Rights Reserved. Contents 1.0 Affiliate Module... 2 1.1 Registration... 3 2.0 Sharing... 5 3.0 Profile... 5 3.1 My Account... 6 3.1.1 My Account... 6 3.1.2 Payment Information... 8 3.2 My Credits... 9 3.3 Change Password...

More information

SOFTWARE LICENSE LIMITED WARRANTY

SOFTWARE LICENSE LIMITED WARRANTY CYBEROAM INSTALLATION GUIDE VERSION: 5..0..6 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing, but is presented without warranty

More information

2010 PROVISIO GmbH - MyPublicHotSpot

2010 PROVISIO GmbH -  MyPublicHotSpot 2010 PROVISIO GmbH - http://www.provisio.com/ MyPublicHotSpot What is MyPublicHotSpot? You can use the "MyPublicHotSpot software application to allow your customers to use your WiFi access point against

More information

Purchase Order Processor

Purchase Order Processor Purchase Order Processor Last Update: 6/26/13 Digital Gateway, Inc. All rights reserved ii Table of Contents PO PROCESSOR... 1 SETUP... 5 CONNECTION SETTINGS... 5 Overview... 5 PO Processor Settings Manager...

More information

Selling items that your customers can download

Selling items that your customers can download Selling items that your customers can download A users guide to using Reason8 to sell items that can be automatically downloaded. 1 19 th October 2005 Background If you are planning to sell items that

More information

1 AdvantageLaw-Access System Installation System Requirements Installed Components... 3 Application:... 3 Database:...

1 AdvantageLaw-Access System Installation System Requirements Installed Components... 3 Application:... 3 Database:... 1 AdvantageLaw-Access System Installation... 3 1.1 System Requirements... 3 1.2 Installed Components... 3 Application:... 3 Database:... 3 Tutorial:... 3 Documentation:... 3 1.3 Standalone Installation...

More information

U s e r s g U i d e 1

U s e r s g U i d e 1 User s guide 1 Contents 2 Welcome 3 User Service Activation 4 Introduction 4 Purpose 5 Key Features 6 Activation 8 Using the System 8 Login 9 Credit Sale 10 For Swipe Capable Devices 10 For Manual Entry

More information

Institution Registration

Institution Registration Institution Registration 1 Centre for Good Governance In the hostel registration form DTWO has to mention hostel name, code, type, address, location, phone number, ASWO details, DDO Bank details, type

More information

Whiteboard 6 feet by 4 feet (minimum) Whiteboard markers Red, Blue, Green, Black Video Projector (1024 X 768 resolutions)

Whiteboard 6 feet by 4 feet (minimum) Whiteboard markers Red, Blue, Green, Black Video Projector (1024 X 768 resolutions) Workshop Name Windows Azure Platform as a Service (PaaS) Duration 6 Days Objective Build development skills on the cloud platform from Microsoft Windows Azure Platform Participants Entry Profile Participants

More information