A Project Report On E-Watch Shopping System

Size: px
Start display at page:

Download "A Project Report On E-Watch Shopping System"

Transcription

1 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 of Computer Science, Ganpat University Ganpat Vidyanagar JULY-NOV 2014

2 PROJECT PROFILE Project Title Objectives E-Watch Shopping System System is provide detail about Watches and also system helpful in buy watch. System manage watch stock and also provide return policy to the customer. Front End ASP.NET (framework 4.5) With C# Back End SQL Server 2012 Other Tools MS Office 2007, Crystal Report 13 Platform Internal Guide Presented By Web base Application Mrs. Komal H. Patel Jigisha M Patel( ) Payal V Patel( )

3 EXISTING SYSTEM Existing System is window base System. So System is manage stock. Customer have to go shop and purchase the watch. So existing system is more time consuming. In existing system user can not have multiple choice for shopping in few times. In existing system they do advertisement of the watch and new update using newspaper,television and posters. So existing system is so expensive.

4 NEED FOR NEW SYSTEM In new system customer can shopping online through internet at his/her home. Customer can search watch by price or brands wise so multiple selection is also available. Customer can check his/her last order history and order status. Admin can generate report easily. For conformation purpose system can send and message. In short time customer can select multiple choice. Customer can also send his/her feedback.

5 (i) Module wise Functional Specification:- FUNCTIONAL SPECIFICATION Registration Customer can do registration in this module Login Admin and Customer can login in this module.if id and password right than login otherwise saw the message wrong id and password. Product Admin can check how many product are sell,how many product are available,and manage the product in this module. Customer Management Admin can manage the customer in this module. Order Management Customer can place the order and cancel oder.admin can manage the order in this module. Category Admin can manage category and customer can search watch information by category wise. Search watch Customer can search watches price or brand wise. Manage Feedback Customer can send feedback like product review, services complain. Admin can view details of feedback and send forward back. Report Admin can generate the report in this module. Payment Admin can manage the payment in this module.

6 (ii) User wise Functional Specification:- Admin Admin can do product management. Admin can do manage order, manage customer and manage feedback. Admin generate bill and report like customer,order. Admim can send the and message to the customer. Customer Customer can search watch category and subcategory wise. Customer can give the order and add the watch into cart. Customer can send feedback like product review, services complain.

7 HARDWARE AND SOFTWARE REQUIREMENT Hardware Requirement Minimum Server Requirement Processor RAM HDD 2.0 GHz 2 GB 80GB Minimum Client Requirement Processor RAM HDD 1.0 GHz 512MB 10GB

8 Software Requirement Server Software Requirement Operating System Windows Server 2003 or any Compatible Operating System Web Services IIS 6.0 Front End ASP.NET (framework 4.0) With C# Back End SQL Server 2008 Client Software Requirement Operating System Browser Windows XP or any Compatible Operating System Internet Explorer 5.0 or any Compatible Browser

9 SYSTEM FLOW CHART Start Is Registered No Registration _id/Password Yes No Is Valid Yes Is Admin? No Yes Manage Product View Product Category Manage Customer Search Product A B

10 A B Manage Order Add to Cart Send & message Purchase Manage Feedback Give the Payment Manage Payment Give the feedback Generate Report Logout Stop

11 TIMELINE CHART Development Phase 90 Days Total days Requirement gathering 10 days Analysis 10 days Design 15 days Coding 25 days Testing 20 days Implementation 10 days Documentation parallel Total days 90 days

12 Manage ADMIN CUSTOMER Place ORDER Select PRODUCT Has CATEGORY SUBCATEGORY Has Customer_id First_Name Order_id Order_Date User_Name Admin_id Password SubCategory_id Category_id Product_id M 1 M 1 M 1 M SubCatgory_Name Category_Name 1 M Feedback Feedback_id Feedback_name Manage M 1 _Id Give 1 M Product_Name 1 Manage Manage Payment Payment_Id Payment_Amount 1 M Give E-R DIAGRAM

13 UML DIAGRAM

14 Usecase Diagram-Admin USECASE DIAGRAM

15 Usecase Diagram-Customer

16 Activity Diagram-Admin ACTIVITY DIAGRAM

17 Activity Diagram-Customer

18 CLASS DIAGRAM

19 Sequence Diagram-Admin SEQUENCE DIAGRAM

20 Sequence Diagram-Customer

21 Collaboration Diagram-admin COLLABORATION DIAGRAM

22 Collaboration Diagram-Customer

23 DATA DICTIONARY

24 Login Table Name :- Login Description :- This table contain Admin and Customer detail. Primary Key:- _Id Sr.No Field Name Data type (Size) Constraint Description 1 _Id Nvarchar(30) Primary Key Enter the _Id. 2 Password Nvarchar(20) Not Null Enter the Password.

25 Cust_Registration Table Name :- Cust_Registration Description :- This table contain Customer Registration detail. Primary Key:- Cust_id Foregin Key :-County,State,City Unique Key:- _id Sr no. Field name Data type (size) Constraint Description 1 Cust_id Int Primary Key Enter the User_id. 2 First_Name Varchar(15) Not Null It is store the Firstname. 3 Last_Name Varchar(15) Not Null Enter the Lastname. 4 Address Varchar(20) Not Null It is store the Address. 5 Country Varchar(10) Foregin Key Enter the Countryname.It is reference to the country table. 6 State Varchar(10) Foregin Key It is store the State name.it is reference to the State table. 7 City Varchar(10) Foregin Key Enter the City name.it is reference to the City table. 8 PinCode Numeric(6,0) Not Null It is store the Pincode. 9 Phone_no Numeric(18,0) Not Null Enter the Phone No. 10 Mobile_no Numeric(18,0) Not Null It is store the Mobile No. 11 _id Varchar(20) Unique Key Enter the User _id. 12 Password Varchar(10) Not Null It is store the Password. 13 Seq_que Varchar(30) Not Null Enter the all Security Question. 14 Answer Varchar(20) Not Null It is store the answer of all Security question.

26 Country Table Name :- Country Description :- This table contain Country details. Primary Key :- Country_Id. Sr no. Field Name Data Type(size) Constrain Description 1 Country_Id Int Primary Key Enter the Country_Id. 2 Country_Name Nvarchar(20) Not Null It is store the Country name.

27 State Table Name :- State Description :- This table contain details of State. Primary Key :- State_id. Foregin Key :- Country_id.It is references to the Country table. Sr no. Field name Data Type(Size) Constraint Description 1 State_id Int Primary Key Enter the State_id. 2 Country_id Int Foregin Key It is store the Country_id.It is reference to the country table. 3 State_name Nvarchar(10) Not Null Enter the State name.

28 City Table Name :- City Description :- This table contain details of City. Primary Key :- City_id Foregin Key :- State_id. It is references to the State table. Sr no. Field name Data Type(Size) Constraint Description 1 City_id Int Primary Key Enter the City_id. 2 State_id Int Foregin Key It is store the State_id.It is reference to the state table. 3 City_name Nvarchar(10) Not Null Enter the City name.

29 Category Table Name :- Category Description :- This table contain all type of category. Primary Key :- Category_id. Sr no. Field Name Data Type(size) Constrain Description 1 Category_id Int Primary Key Enter the category_id. 2 Category_name Nvarchar(20) Not Null It is store the all type of category name.like men,women.

30 SubParentCategory Table Name :- SubParentCategory Description :- This table contain details of all subparentcategory. Primary Key :- SubParentCategory_id Foreign Key :- Category_id. It is references to the category table. Sr no. Field Name Data Type(size) Constraint Description 1 SPC_id Int Primary Key Enter the subparentcategory_id. 2 Category_id Int Foreign key It is store the category_id.it is reference to the category table. 3 SPC_name Varchar(20) Not Null Enter the all subparentcategory name.like Brand,Material.

31 SubChildCategory Table Name :- SubChildCategory Description :- This table contain details of all subparentcategory. Primary Key :- SubChildCategory_id Foreign Key :- Category_Id.It is reference s to the the Category table. SubParentCategory_id.It is references to the SubParentCategory table. Sr no. Field Name Data Type(size) Constraint Description 1 SCC_id Int Primary Key Enter the subchildcategory_id. 2 SPC_Id Int Foreign key It is store the SubParentCategory_id.It is reference to the SubParentCategory table. 3 SCC_name Varchar(15) Not Null It is store SubChildCategory Name.Like Fastrack,Metal,Oval.

32 Product Table Name :-Product Description :- This table contain all Product detail. Primary Key :- Product_id Foreign key :- Category_id. It is references to the Category table and SubParentCategory_id. It is references to the SubParentCategory table. Sr no. Field Name Data Type (size) constraint description 1 Product_id Int Primary Key Enter the Product_id. 2 Category_id Int Foreign key It is store the Category_id.It is reference to the Category table. 3 SubParentCategory_ id Int Foreign key Enter the SubParentCategory. 4 Product_Name Varchar(20) Not Null It is store the product name. 5 Image Varchar(MAX ) Not Null Enter the product image path. 6 Price Numeric(8,2) Not Null It is store the Watch Price. 7 Description Nvarchar(150) Not Null It is store watch description.

33 Order Table Name :-Order Description :- This table contain all order detail. Primary Key :- Order_id Foreign key :- Product_id. It is references to the product table and User_id. It is references to the registration table. Sr no. Field Name Data Type (size) constraint description 1 Order_id Int Primary Key Enter the order_id. 2 Product_id Int Foreign key It is store the Product_id.It is reference to the product table. 3 Cust_id Int Foreign key It is store the User_id.It is reference to the registration table 4 Order_Date DateTime Not Null Enter the Order date. 5 Shipping_Address Varchar(150) Null It is store the Shipping Address. 6 Quantity Int Not Null Enter the Product Quantity. 7 Total Amount Numeric(18,0) Not Null It is store the Total Amount. 8 Order_number Nvarchar(150) Not Null It is store the Order_number.

34 Shipping Address Table Name :-Shipping Address Description :-This table is store shipping address. PrimaryKey:-Ship_id Sr.No Field Name Data Type(Size) Constraint Description 1 Ship_Id Int Primary Key Enter the ship id. 2 Name Varchar(20) Not Null Enter the name. 3 Shipping_Address Nvarchar(150) Not Null Enter the ship address. 4 County_Name Varchar(20) Not Null It is Store the country name. 5 State_Name Varchar(20) Not Null It is Store the state name. 6 City_Name Varchar(20) Not Null It is Store the city name. 7 Pincode Numeric(6,0) Not Null Enter the pincode 8 Mobile_No Numeric(18,0) Not Null It is Store the Mobile_no.

35 Feedback Table Name :-Feedback Description :-This table is used to give the feedback detail. PrimaryKey:- Cust_id. Sr.No Field Name Data Type(Size) Constraint Description 1 Cust_id Int Primary Key Enter the Feedback_id. 2 Message Nvarchar(150) Not Null Enter the message.

36 Payment Table Name :-Payment Description :-This table is used to give the payment detail. PrimaryKey:- Payment_id. Foreign Key:- Cust_id. Sr.No Field Name Data Type(Size) Constraint Description 1 Payment_id Int Primary key Enter the Payment_id. 2 Cust_id Int Foreign Key It is store Cust_id. 3 Payment_Amount Nvarchar(18,0) Not Null It is store payment amount.

37 INPUT DESIGNING

38 Description:- Above page is Admin home page. Admin Home page

39 Add Country Description :- This page contain Add country form.this form show all data of country and show successfully new country insert.

40 Add Country Validation Description :- This page contain Add country validation form.this form show dialog box.

41 Add State Description :- This page contain Add state form.this form show all data of state and show successfully new state insert.

42 Add City Description :- This page contain Add city form.this form show all data of city and show successfully new city insert.

43 Add Category Description :- This page contain Add Category form.this form shows all data of Category.

44 Add ParentCategory Description :- This page contain Add ParentCategory form.this form shows all data of ParentCategory.

45 Add Childcategory Description :- This page contain Add ChildCategory form.this form shows all data of ChildCategory and admin can update and delete detail of ChildCategory.

46 Description :- This page contain Product information. Product

47 Manage customer Description :- An admin manage the details of Customer. This form shows all data of Customer and admin can do insert, update, delete.

48 Manage Order Description :- An admin manage the details of Order.This form shows all data of Order and admin can do insert, update.

49 View Feedback Description :- An admin manage the details of feedback.this form shows all data of feedback.

50 Description :- In above page customer registration form. Customer Registration

51 Login Description :- In above page admin login.user login must require _Id and password.

52 Login Validation Description :- Here is validation on login form.there are validation on _Id and password, required field validation and regular expression and show dialog box.

53 View Category Description :- Customer can view category of E- Watch Shopping system.other thing provided here is advertisement using watch images.

54 Select watch Description :- In this form Customer can view the category and select the watch.

55 Description :- This page is add to cart page. Add to cart

56 Edit Quantity Description :- In this page Customer can edit and delete Quantity in add to cart.

57 Description :- In this page Customer can edit and change Quantity in add to cart. Change Quantity

58 Shipping Address Description :- In above form customer gets shipping address. Basic information is stored in shipping address form.

59 Description:- In above page enter and password for payment. Paypal Account

60 Description:- In above page fill up the all information for payment. Payment account

61 Description :- In above page Thank you form. Thank you

62 Search watch category wise Description:- Above page is describe search watch category wise.

63 Manage Feedback Description:- Above page is manage feedback page.admin can manage the feedback.

64 Return Policy Description:- Above page is return policy page.

65 OUTPUT DESIGNING

66 Description:-This report is generated for customer detail. Customer Report

67 Order Report This report is generated for Order detail.

68 TESTING NO Test Cases Case Type Expected Result Actual Result Pass/Fail 1 User Login 1. Non registered User The system will not allow non registered user to login Non Registered User can not login Fail 2. Wrong Address and Password The System throws an error and prevent from login The system will display a message like "Wrong _Id and Password Fail 3. Enter correct _Id and Password The system can Redirect the page The system display home page for user Pass 2 Registration 1. 1 Required field Validation Mandatory fields should not be blank The system will display a message like you have to Enter First Name, Last Name, Address,Country,State, City,. Fail 1.2 Enter First Name, Last Name, Address,Country, State,City The system can Redirect the page The system display home page for user Pass

69 2. Custom Validation Allows you to write a method to handle the validation of the value entered. Username must be enter Length >4 and <16 Pass 3.Regular Expression Validation A predefined format should be follow You have to Enter Valid Address,10Digit Mobile Number,6Digit Pin code Number and Phone Number. Pass 4. Rang Validation Checks a value entered into a control with a predefined value or with the contents of another control Password must be enter Length >6 and <15 Pass 5. Validation Summary Display a report of all validation errors occurs in a web page Must enter First Name, Last Name,Address, Enter 10 digit Mobile Number, Not a valid Address and Mobile Number Fail

70 3 Feedback 1. Required field Validation Mandatory fields should not be blank You have to Enter Name and Feedback. Pass 2.Regular Expression Validation A predefined format should be follow You have to Enter Valid Address. Pass 4 Shipping Address 1. Required field Validation Mandatory fields should not be blank You have to Enter Name,Address,Country, State and City Pass 2.Regular Expression Validation A predefined format should be follow You have to Enter Valid Address,6Digit Pin Code Number and 10Digit Mobile Number. Pass

71 POST IMPLEMENTATION REVIEW Post implementation review is used for taking review of project. The most fundamental concern during post implementation review is determining whether the system has meet its objective and producing the result intended. If neither is happening, one may question whether the system can considered successful. Admin can manage our system and customer can show details and also purchase watches. Customer can get the information of successfully order. Customer can give the feedback. In our system the admin can manage customer and order. Admin can view the feedback of user.

72 BIBLIOGRAPHY ASP.NET 4.0 Edition: - Author: - Publish: - ASP.NET with C# Author: - Publish: - 4 th edition Unleashed Pearson Shyam N. Chawda Nirav Prakashan SQL, PL/SQL The Programming Oracle Edition: - 4 th edition Author: - Ivan Bayross Publish: - BPB Books:- Websites:-

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 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

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. Online Cloth Shopping. Developed For Jay Ambe Selection, Mens Wear, Patel Chambers, Mansa Dist - Gandhinagar

A Project Report On. Online Cloth Shopping. Developed For Jay Ambe Selection, Mens Wear, Patel Chambers, Mansa Dist - Gandhinagar 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

More information

Presented By:- Heena Patel(11ce27) Rinku Bava(10ce43) Group No :-14

Presented By:- Heena Patel(11ce27) Rinku Bava(10ce43) Group No :-14 Presented By:- Heena Patel(11ce27) Rinku Bava(10ce43) Group No :-14 Definition Medical Aid Portal is a online place where the people who deals with the Medical Business Together where the need of the General

More information

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

DATA DICTIONARY. Field Name Data Type Constrains Description

DATA DICTIONARY. Field Name Data Type Constrains Description DATA DICTIONARY MstCountry:- CountryId Int Primary Key Unique ID of CountryMaster. CountryName Varchar(100) Not Null Name of the country. MstState:- StateId Int Primary Key Unique ID of StateMaster. CountryId

More information

Introduction to relational databases and MySQL

Introduction to relational databases and MySQL Chapter 3 Introduction to relational databases and MySQL A products table Columns 2017, Mike Murach & Associates, Inc. C3, Slide 1 2017, Mike Murach & Associates, Inc. C3, Slide 4 Objectives Applied 1.

More information

Chapter 3. Introduction to relational databases and MySQL. 2010, Mike Murach & Associates, Inc. Murach's PHP and MySQL, C3

Chapter 3. Introduction to relational databases and MySQL. 2010, Mike Murach & Associates, Inc. Murach's PHP and MySQL, C3 1 Chapter 3 Introduction to relational databases and MySQL Slide 2 Objectives Applied 1. Use phpmyadmin to review the data and structure of the tables in a database, to import and run SQL scripts that

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

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

How to use SQL to create a database

How to use SQL to create a database Chapter 17 How to use SQL to create a database How to create a database CREATE DATABASE my_guitar_shop2; How to create a database only if it does not exist CREATE DATABASE IF NOT EXISTS my_guitar_shop2;

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

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

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

Project Design T-Shirt Sale Website University of British Columbia Okanagan. COSC Fall 2017

Project Design T-Shirt Sale Website University of British Columbia Okanagan. COSC Fall 2017 Project Design T-Shirt Sale Website University of British Columbia Okanagan COSC 304 - Fall 2017 Version 2.0 Date: 10/28/2017 Table of Contents Table of Contents 1 Project Team/Contacts: 1 Introduction:

More information

Project Spring Item. Field Data Type Description Example Constraints Required. The ID for this table; autoincremented.

Project Spring Item. Field Data Type Description Example Constraints Required. The ID for this table; autoincremented. Item The ID for this table; autoincremented. 2 name The name of this Black House of Staunton vinyl chess board inventory_level The current number of this item in storage. 29 reorder_level The number of

More information

1. Introduction 1.1 Purpose Page No 1.2 Scope Page No 1.3 Terms, Definitions, Acronyms and Abbreviations..Page No 1.4 Overview of Document...

1. Introduction 1.1 Purpose Page No 1.2 Scope Page No 1.3 Terms, Definitions, Acronyms and Abbreviations..Page No 1.4 Overview of Document... Chapter 2 SDS 1 TABLE OF CONTENTS 1. Introduction 1.1 Purpose Page No 1.2 Scope Page No 1.3 Terms, Definitions, Acronyms and Abbreviations..Page No 1.4 Overview of Document....Page No 2. System Architectural

More information

Oracle Academy Amazing Books Part 1: Building Tables and Adding Constraints

Oracle Academy Amazing Books Part 1: Building Tables and Adding Constraints Oracle Academy Amazing Books In this section, you use the Object Browser in Oracle Application Express to: Build the base tables for the project Add foreign key constraints Be sure to have a copy of the

More information

Standard User Site Registration Account Options Customer Hot List Creation & Utilization.

Standard User Site Registration Account Options Customer Hot List Creation & Utilization. Standard User Site Registration Account Options Customer Hot List Creation & Utilization www.gosafe.com gosafe.com User Instructions This document details the process for registering with gosafe.com, options

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

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

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

Quick Shopper Online Store KB P M P D P D

Quick Shopper Online Store KB P M P D P D Quick Shopper Online Store KB P M P D P D System Specification 1.0 Introduction 1.1 Goals and Objectives Quick Shopper is software that allows people to do their shopping over the Internet. Customers are

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

INDEX 1. ABSTRACT 1 2. ACKNOWLEDGEMENT 2

INDEX 1. ABSTRACT 1 2. ACKNOWLEDGEMENT 2 INDEX 1. ABSTRACT 1 2. ACKNOWLEDGEMENT 2 3. INTRODUCTION 3 3.1 PROJECT SUMMARY 3.2 PURPOSE : GOALS AND OBJECTIVE 3.3 SCOPE 3.4 TECHNOLOHY & LITERATURE REVIEW 4 SYSTEM REQUIREMENT STUDY 7 4.1USER CHARACTERISTICS

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

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

Customer Wise Filter Payment Method for Magento 2

Customer Wise Filter Payment Method for Magento 2 Customer wise Filter payment Magento 2 Customer Wise Filter Payment Method for Magento 2 Magento 2.x Extension User Guide Official extension page: Customer wise payment for Magento 2 Introduction: Customer

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

User Sign In Page. New User Page. Click My Account on top or bottom toolbars.

User Sign In Page. New User Page. Click My Account on top or bottom toolbars. New User Instructions URL: www.costore.com/chemicalbank or www.chemicalbankstore.com Home Page For assistance please contact JMA Promotions- Amy Rush at 1-800-431-1101 or email arush@jmapromotions.com

More information

Cat ARCTIC CAT Dealer & Distributor Network

Cat ARCTIC CAT Dealer & Distributor Network Cat ARCTIC CAT Dealer & Distributor Network TUTORIAL Part 01 Content: Shop / Parts Ordering Service & Support Cat TUTORIAL Welcome to the Arctic Cat Europe Dealer online platform called Cat. This network

More information

Digital StoreFront TRAINING

Digital StoreFront TRAINING Florida Agricultural and Mechanical University Digital StoreFront TRAINING Faculty and Staff January 2017 What is Digital StoreFront (DSF)? Digital StoreFront is a web-to-print e-commerce site that allows

More information

QSCU Merchandise Store

QSCU Merchandise Store QSCU Merchandise Store Document Status: Milestone 2 October 29th 2018 COSC 304 Team Members: Team Members Removed Table Of Contents 1. Introduction 2 1.1 Mission Statement 2 1.2 Purpose of Document 2 1.3

More information

Constituency Management System Software Requirements Specification. Team Ready2Code. Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda

Constituency Management System Software Requirements Specification. Team Ready2Code. Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda 1 Constituency Management System Software Requirements Specification Team Ready2Code Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda Project guide Manish Kumar 2 Index & Tables 1. Introduction

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

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

User Manual Appointment System

User Manual Appointment System User Manual Appointment System Page 1 of 17 1.0 TABLE OF CONTENTS TABLE OF CONTENTS... 2 System Overview... 3 Menu Options... 3 Application Access... 3 Patient Registration... 6 Schedule Appointment...

More information

Customer Instructions Manual

Customer Instructions Manual 2017 Customer Instructions Manual B2B Web Tool by LALIZAS Version: 05 13/9/2017 Contents 01 ORDER... 2 01.1 QUICK ORDER... 2 01.1.1 QUICK ORDER WITH CSV FILE... 4 01.2 STANDARD ORDER... 7 02 OFFERS...

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

Delivery book shop. Submitted to. Asst. Prof. Dr. Darun Kesrarat. Database management System IT3210 Term Project

Delivery book shop. Submitted to. Asst. Prof. Dr. Darun Kesrarat. Database management System IT3210 Term Project Delivery book shop Submitted to Asst. Prof. Dr. Darun Kesrarat Database management System IT3210 Term Project Submitted by Palod Patimavirujh 5612602 Worachit Into 5614797 Kritanu Singhavorawuti 5616813

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

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

Webshop Plus! v Pablo Software Solutions DB Technosystems

Webshop Plus! v Pablo Software Solutions DB Technosystems Webshop Plus! v.2.0 2009 Pablo Software Solutions http://www.wysiwygwebbuilder.com 2009 DB Technosystems http://www.dbtechnosystems.com Webshos Plus! V.2. is an evolution of the original webshop script

More information

Design Document. University of British Columbia Okanagan COSC Fall Team Members: Removed

Design Document. University of British Columbia Okanagan COSC Fall Team Members: Removed Design Document University of British Columbia Okanagan COSC 304 - Fall 2017 Team Members: Removed Table of Contents Introduction 2 1.1 Purpose 2 1.2 Mission Statement 2 1.3 Executive Summary 2 1.4 Implemented

More information

Welcome to Shopfront. Your distributor will supply your user name, password, and the website address for your login page.

Welcome to Shopfront. Your distributor will supply your user name, password, and the website address for your login page. User Guide Table of Contents Login... 3 Choose a Location... 4 Home Page... 5 Header Bar... 6 My Catalog... 6 Menu Bar... 7 My Profile... 8 Contact Us... 9 Change Location... 10 Shopping Lists... 11 Quick

More information

October 29, Copyright 2012 by World Class CAD, LLC. All Rights Reserved.

October 29, Copyright 2012 by World Class CAD, LLC. All Rights Reserved. Create a Table with SQL October 29, 2012 Copyright 2012 by World Class CAD, LLC. All Rights Reserved. Run SQL Command Line We will begin this lesson by building a simple table. On the Start menu, select

More information

MD Helicopters, Inc. On-line Publications Ordering Applications Guide

MD Helicopters, Inc. On-line Publications Ordering Applications Guide MD Helicopters, Inc. On-line Publications Ordering Applications Guide Welcome. This guide is provided to assist you in placing orders for Technical Publications using the new On-line Publications Order

More information

QSCU Merchandise Store

QSCU Merchandise Store QSCU Merchandise Store Document Status: Final Report November 30th 2018 COSC 304 Team Members: Removed Table Of Contents 1. Introduction 2 1.1 Mission Statement 2 1.2 Purpose of Document 2 1.3 Executive

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

Incarcerated Student Online Ordering Procedures INTRODUCTION

Incarcerated Student Online Ordering Procedures INTRODUCTION INTRODUCTION This ordering guide gives step by step instructions on placing online orders for purchasing required and recommended materials for Incarcerated students enrolled in the Distance Learning Program.

More information

charts SHOP ANYTIME ANYWHERE GOSPICERS.CA FAST, EASY & CONVENIENT

charts SHOP ANYTIME ANYWHERE GOSPICERS.CA FAST, EASY & CONVENIENT charts SHOP ANYTIME ANYWHERE GOSPICERS.CA FAST, EASY & CONVENIENT Access Product Information 4/7 View Up-to-Date Pricing Check Available Inventory Improve Purchasing Efficiencies Shop Securely Anytime

More information

Installing Authoring Manager

Installing Authoring Manager Installing Authoring Manager Installing Authoring Manager v5.2 (PC only) System Requirements: Before you install Authoring Manager, you should ensure that your system meets the minimum software and hardware

More information

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link.

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link. How to Order a Four Panel Brochure through Print Services Go to the Print Services Web Page and select the Online Store link. 1 Enter your Username and Password on the Print Services Online Ordering home

More information

Contents. Register...3 Advertiser Area...5 Dashboard...5 Account Information...6 My Wallet...8 Promotions...8 Change Password...12 Change ...

Contents. Register...3 Advertiser Area...5 Dashboard...5 Account Information...6 My Wallet...8 Promotions...8 Change Password...12 Change  ... Contents Register...3 Advertiser Area....5 Dashboard...5 Account Information...6 My Wallet...8 Promotions...8 Change Password...12 Change Email...12 2 Register Advertisers can register on the website by

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

CSC4370/6370 Spring/2010 Project 1 Weight: 40% of the final grade for undergraduates, 20% for graduates. Due: May/8th

CSC4370/6370 Spring/2010 Project 1 Weight: 40% of the final grade for undergraduates, 20% for graduates. Due: May/8th CSC4370/6370 Spring/2010 Project 1 Weight: 40% of the final grade for undergraduates, 20% for graduates. Due: May/8th Note: This project is done by two people team or individual. This project must be completed

More information

Software Development Document. Ceng 407

Software Development Document. Ceng 407 ÇANKAYA UNIVERSITY FACULTY OF ENGINEERING COMPUTER ENGINEERING DEPARTMENT Software Development Document Ceng 407 RENTAL AND SALE CAR ONLINE WEBSITE Özlem ŞAHİNER 201111045 Zehra GÜLEN 201111023 Cansun

More information

1. Use the website navigation at the top of the page (eg. Power Booty, Classes, Shop) to locate items you are looking for.

1. Use the website navigation at the top of the page (eg. Power Booty, Classes, Shop) to locate items you are looking for. FAQ FREQUENTLY ASKED QUESTIONS HOW TO ORDER 1. Use the website navigation at the top of the page (eg. Power Booty, Classes, Shop) to locate items you are looking for. 2. Once you find an item click the

More information

Forest Service Unit Coordinator Website User Guide Index

Forest Service Unit Coordinator Website User Guide Index Forest Service Unit Coordinator Website User Guide Index Section Page Unit Coordinator Initial Login 2 The Home Page and Navigation: Notices Section 2 The Home Page and Navigation: Navigating Around The

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

Chapter 3 Introduction to relational databases and MySQL

Chapter 3 Introduction to relational databases and MySQL Chapter 3 Introduction to relational databases and MySQL Murach's PHP and MySQL, C3 2014, Mike Murach & Associates, Inc. Slide 1 Objectives Applied 1. Use phpmyadmin to review the data and structure of

More information

User guide. Bloomberg Legal Entity Identifier (LEI) web platform

User guide. Bloomberg Legal Entity Identifier (LEI) web platform User guide Bloomberg Legal Entity Identifier (LEI) web platform Access the platform 1. Go to : https://lei.bloomberg.com 2. Click on Account and then on Signup 2 Create your account 3. Fill-in the requested

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

AutomationDirect.com Order Import Feature

AutomationDirect.com Order Import Feature AutomationDirect.com Order Import Feature This document describes the requirements to upload a CSV or XML format order file from your system into our AutomationDirect.com E-commerce system to create an

More information

JDL Rock Pty Ltd trading as Hair4Now Ordering Products Online ~ Customer Guide ~

JDL Rock Pty Ltd trading as Hair4Now Ordering Products Online ~ Customer Guide ~ JDL Rock Pty Ltd trading as Hair4Now Ordering Products Online ~ Customer Guide ~ 1. A customer account is required to purchase products online with Hair4Now. To establish a customer account click on Register

More information

STLCC Print Shop. user guide version 2.0

STLCC Print Shop. user guide version 2.0 STLCC Print Shop user guide version 2.0 SUPPORT Contact our support team with any questions express.support@modernlitho.com 573-644-6245 Monday-Friday 7am-5pm CST GETTING STARTED Go to www.modernlithoonline.com

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

How to use SQL to work with a MySQL database

How to use SQL to work with a MySQL database Chapter 18 How to use SQL to work with a MySQL database Objectives (continued) Knowledge 7. Describe the use of the GROUP BY and HAVING clauses in a SELECT statement, and distinguish between HAVING clauses

More information

Staples Literature Process John Price, US Marketing Communications

Staples Literature Process John Price, US Marketing Communications 3M Renewable Energy Division Staples Literature Process John Price, US Marketing Communications 1 2014 3M. All Rights Reserved. 15 May Collateral Ordering Process If it s broke. FIX IT!! Process will go

More information

How to Place a Tag Order - Producer v2

How to Place a Tag Order - Producer v2 Introduction This User Guide provides step-by-step instructions on how to place a tag order once your account has been activated. If you have not yet activated your account, click here for the instructions

More information

daa isupplier User Guide

daa isupplier User Guide daa isupplier User Guide December 2017 Contents Prerequisites... 3 Introduction... 4 1.1 Registration... 6 1.2 Login... 6 1.3 Basic Overview of the isupplier Portal Homepage... 7 1.4 Purchase Order Acceptance

More information

New Web Portal User Guide. Table of Contents. First Time Login.. 2. Login and Reset Password.. 5. Pay Assessments and Utilities..

New Web Portal User Guide. Table of Contents. First Time Login.. 2. Login and Reset Password.. 5. Pay Assessments and Utilities.. New Web Portal User Guide Table of Contents HINT: Click on any item below to go directly to that page. Click on any page number to return to the Table of Contents. First Time Login.. 2 Login and Reset

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

Introduction. Logging In. https://portal.format.co.nz/login/trt

Introduction. Logging In. https://portal.format.co.nz/login/trt Introduction Welcome to the Tidd Ross Todd On-line Ordering System. This site has been created with the intention to assist users with the following: placing orders viewing work in progress searching for

More information

ERD Tutorial: How to Design and Generate SQL Server DB? Written Date : June 19, 2015

ERD Tutorial: How to Design and Generate SQL Server DB? Written Date : June 19, 2015 ERD : How to Design and Generate SQL Server DB? ERD : How to Design and Generate SQL Server DB? Written Date : June 9, 05 You can design database with ERD, and construct database by generating from the

More information

Working with Databases and Java

Working with Databases and Java Working with Databases and Java Pedro Contreras Department of Computer Science Royal Holloway, University of London January 30, 2008 Outline Introduction to relational databases Introduction to Structured

More information

Body: JSON Message representing a Transaction object (See Transaction Objects for Details)

Body: JSON Message representing a Transaction object (See Transaction Objects for Details) Overview SixthCents API is REST based and exposes HTTP endpoints. The API has several URLs and all responses are standard HTTP codes so you easily know what the outcome of an operation was. Authentication

More information

QUETZALANDIA.COM. 5. Data Manipulation Language

QUETZALANDIA.COM. 5. Data Manipulation Language 5. Data Manipulation Language 5.1 OBJECTIVES This chapter involves SQL Data Manipulation Language Commands. At the end of this chapter, students should: Be familiar with the syntax of SQL DML commands

More information

Table of Contents Account Registration... 2 Extended Registration... 3 Password Reset... 4 Updating Profile Information...

Table of Contents Account Registration... 2 Extended Registration... 3 Password Reset... 4 Updating Profile Information... MYHU R R H Quick information on capitalizing the capabilities of MyHubbell.com with Hubbell Power Systems, Chance Civil Construction and Hubbell Lenoir City INTRO TO MYHUBBELL MyHubbell is our customer

More information

01. User Registration

01. User Registration 01. User Registration User registration is required to use the SUBARU Tech-info Website. The procedure for completion of user registration is described in sequence below. Attention Before user registration,

More information

Admin Guide Hosted Applications

Admin Guide Hosted Applications Admin Guide Hosted Applications DOCUMENT REVISION DATE: December, 2010 Hosted Applications Admin Guide / Table of Contents Page 2 of 32 Table of Contents OVERVIEW... 3 1. ABOUT THE GUIDE... 3 1.1 AUDIENCE

More information

Client Access and Log In... CUSTOMER CENTER: Overview... 3 Home Links Quick Search... 5 Settings... 5

Client Access and Log In... CUSTOMER CENTER: Overview... 3 Home Links Quick Search... 5 Settings... 5 Table of Contents WWW.LABELKINGS.COM Client Access and Log In....... Page 2 CUSTOMER CENTER: Overview.... 3 Home Links... 4 Billing, Orders, Support Quick Search...... 5 Settings.... 5 ENTERING NEW ORDERS......

More information

Rail Mall 4.0. User manual

Rail Mall 4.0. User manual Rail Mall 4.0 User manual siemens.com/railmall Table of content Rail Mall 4.0 At a glance 3 Search Options 5 Registration at Rail Mall 8 Order Process 11 Wishlist 17 Price and Material Request 20 Miscellaneous

More information

Homework Assignment 3. November 2nd, 2016 Due on November 14th, 12:30pm (noon) CS425 - Database Organization Results

Homework Assignment 3. November 2nd, 2016 Due on November 14th, 12:30pm (noon) CS425 - Database Organization Results Name CWID Homework Assignment 3 November 2nd, 2016 Due on November 14th, 12:30pm (noon) CS425 - Database Organization Results Please leave this empty! 3.1 3.2 3.3 Sum Instructions Try to answer all the

More information

Create the China Shop Database using Visdata within Visual Basic 6

Create the China Shop Database using Visdata within Visual Basic 6 Create the China Shop Database using Visdata within Visual Basic 6 One question I've been asked by those who read my Database book is why did you talk about creating the China Shop Database using Microsoft

More information

TIS HELP VCCS TECHNICAL INFORMATION SHOP (TIS) INSTRUCTION FOR INDEPENDENT OPERATORS

TIS HELP VCCS TECHNICAL INFORMATION SHOP (TIS) INSTRUCTION FOR INDEPENDENT OPERATORS VCCS TECHNICAL INFORMATION SHOP (TIS) INSTRUCTION FOR INDEPENDENT OPERATORS CONTENTS 1 INTRODUCTION... 3 1.1 Account set up... 3 1.1.1 Independent operators with TIE access... 3 1.2 Login for registered

More information

E-Commerce Web Application

E-Commerce Web Application E-Commerce Web Application Documentation Jonathan Ellis Summary and Requirements DigitalX is a shop for music, movies, and video games in Auckland. The old website of DigitalX was developed using PHP and

More information

Know Your Personality

Know Your Personality Project Report On Know Your Personality Submitted By: Guided By 1. Jatin Kinra Mrs. Kapila pareek 2. Neha Agrawal Assistant Professor, 3. Shipra Bhatt IIIM, Jaipur. Team Number:-8 1 ACKNOWLEDGEMENT The

More information

Chapter 5 System Implementation and Manual. Purpose of the system is to provide the students a simple and more efficient way to

Chapter 5 System Implementation and Manual. Purpose of the system is to provide the students a simple and more efficient way to Chapter 5 System Implementation and Manual 5.1 Introduction Purpose of the system is to provide the students a simple and more efficient way to submit forms, and observe and trace the progress of their

More information

Sliding PayPal Shopping Cart 2 DMXzone

Sliding PayPal Shopping Cart 2 DMXzone Table of contents Table of contents... 1 About Sliding PayPal Shopping Cart 2... 2 Features in Detail... 3 The Basics: Use Sliding PayPal Shopping Cart 2 on your Page... 21 Advanced: Different Options

More information

TIS HELP FOR INDEPENDENT OPERATORS CONTENTS

TIS HELP FOR INDEPENDENT OPERATORS CONTENTS TIS HELP FOR INDEPENDENT OPERATORS CONTENTS 1 INTRODUCTION... 3 1.1 TIE... 3 1.2 Account set up in TIS... 3 1.3 VAT number (EU only)... 3 1.4 Business license number (China only)... 3 1.5 Access levels...

More information

FAQs. Frequently Asked Questions

FAQs. Frequently Asked Questions FAQs Frequently Asked Questions 1 1. How do I order a new phone? 2. How do I upgrade my existing phone? 3. How do I order a SIM card? 4. How do I order an accessory? 5. How do I check the status of my

More information

2. Fill in the blanks; fill your RETAILER/BRAND for Retail Merchant. When all filled, click on: Submit.

2. Fill in the blanks; fill your RETAILER/BRAND for Retail Merchant. When all filled, click on: Submit. Before Ordering 1. Type in www.myarchroma.com, you can see below screen. If you don t have the user name and password yet, click Request a User Name and Password. 2. Fill in the blanks; fill your RETAILER/BRAND

More information

Store User Guide Updated: November 26, 2010

Store User Guide Updated: November 26, 2010 Store User Guide Updated: November 26, 2010 Table of Contents Overview... 3 Landing Page... 3 Shop as a Guest... 3 Create an Account... 4 Login with an Active Account... 5 Contact Us... 6 ASCENT Store...

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

Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F.

Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F. ! Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F. Save and complete! A. Identify version number A.1. Log in to Admin

More information

New BoundTree.com User Guide Fall Version 6

New BoundTree.com User Guide Fall Version 6 New BoundTree.com User Guide Fall 2016 Version 6 Table of Contents Overview Navigating the Home Page Creating an Account Logging into an Existing Account Forgot Your Password? Reviewing Your Account Editing

More information

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history NEW FEATURES AT ATLANTIC.REXEL.CA What s New? Enhanced new user experience with simple to use navigation and better buying experience Updated search functionality Trade accounts will see current order

More information