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

Size: px
Start display at page:

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

Transcription

1 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 MXXXXX: S02XXXX

2 Contents 1 Introduction Broadway Bookshop Company description Objective and Methodology Report Outline Critical Use case diagram Context Diagram Level-0 DFD Diagram ERD Diagram CRUD Diagram Data elements Website Design and Architecture Objectives Aesthetic: Visual Design The Key elements User Interface Conclusion References Appendix A. Individual group members contribution... 24

3 1 Introduction 1.1 Broadway Bookshop Company description The Broadway Book Shop is a book selling store. It's a medium-sized business with around 50 employees. Its customers are mainly Universities, big organisations and individuals who are interested in buying books. At the moment The Broadway Book Shop offers 10 major genres of books, such as Science fiction, Drama, Action and Adventure, Romance and others. Broadway Book Shops main business is to acquire books from different publishers and sell and ship books to customers. Its business processes are manual. Carrie Douglass has hired AWSIG Company, as consultants to carry out analysis and develop the specifications for an automated Book information system. The desired Information system should tie together all the key elements of Book shop transactions and solve problems with current system. 1.2 Objective and Methodology The objective of this report is to provide modelling diagrams and the website design that were developed for the Broadway Bookshop Company by Australia Wide System Integration Group (AWSIG) Company. Initial planning and analysis of the Broadway Bookshop Project was done in Assignment 1. This included the chosen approach for systems development, list of primary functional and non-functional requirements, project cost benefit analysis, project planned schedule with Gantt chart, system information requirement investigation techniques. Information contained in this report has been primarily sourced from academic textbooks. 1.3 Report Outline The report will first discuss critical use cases of the case study. Second, it will represent context and level-0 DFD diagrams. Third, it will explain data modelling approach through the use of ERD, CRUD diagrams and list of necessary data elements. The report will conclude with the website design prototype and its architecture. 1

4 2 Critical Use case diagram According to Kendall & Kendall (2011), the use case scenario has three key areas. They are as follows: 1. Use case identifiers and initiators 2. Steps Performed 3. Conditions, assumptions and questions. Use Case Name Broadway Book shop Area: Book Business Planning Actors: Customer, Employee, Shipper and Supplier Description: Allow customer to register online for purchasing books using a secure website Triggering Event: Customers use Broadway Book shop Information system website signup, enters username and password, and logon to the system Trigger Type: External Steps Performed Information for the steps 1. Customer Login using secure Valid username and password Web server 2. Registration information is Registration Web form validated through valid address (for reference: Gmail, Hotmail, Yahoo Account address)on the web server 3. Add Registered customer Confirmation Web Page 4. Customer record is updated Customer Record 5. Successful Registration Registration Record Confirmation Code Confirmation Web page 6. Customer placing the order Checkout Web Page 7. Credit card charged for Secure Credit Card Web Page confirmation of the order with shipping charges included 8. Successful Placing the Order Confirmation of the Web Page, payment statement passed to the customer address and report to the employee. Preconditions: Customer has already registered and created an account Postconditions: Customer has successfully placed the order Requirements Met: Allow customer to place the book order using secure website. Assumptions: Customer has valid username and password Outstanding Issues: Handling rejected Credit card Risk: Medium Table 1 Broadway Book shop use case scenario 2

5 Based upon the condition the use case can be described in many ways. The use case shown below in Figure 1 describes the behaviour of the Broadway Book Shop Information System and assists for the interaction with the team member for its development. In this system there are 4 total actors. The customer is the primary actor of the system which initiates an interaction with the system to achieve a goal of the system. Figure 1 Use case diagram From the above observation, the critical use case is Place Order as it depends on the inventory data of the system. The customer can confirm the order only when there is availability of the stock in our system. The action called Place Order is the main action of our system since without performing this action; no further processes are worth of accomplishing. 3

6 3 Context Diagram Context diagram is highest level of data flow diagram that have only one process depicting the entire system and the process is denoted as zero(kendall & Kendall 2011). The diagram only shows the major external entities and its data flow to and from them. Context diagram is equivalent as an architect developing the blueprint before designing the house. Similarly, before designing or developing the system context level diagram is made. It is the prototype made before designing the system. The following is the context level diagram of the Broadway Bookshop. Figure 2 Broadway Book Shop Context Level Diagram Figure 2 represents the context diagram. The Broadway Book shop Information System has five entities (Customer, Employee/manager, Shipper, Supplier and Payment processor) that are placed around the fundamental system. The Customer entity supplies the data through the customer order and receives the data through the receipt of the order that they make. The Payment Processor entity receives the data through Payment info and supplies the confirmation of payment data to the system. Likewise, the employee/manager entity supplies the data of list of books and receives the reports data from the system. The supplier entity receives the book orders list from the system and supplies the supplied book bills in return. Correspondingly, the shipper entity receives the shipping request data and supplies the shipping details information. 4

7 4 Level-0 DFD Diagram Level-0 DFD diagram (see Figure 3) shows the information system s main processes, data stores and data flows and is the expanded version of the context diagram which represents the entire information system (Shelly & Rosenblatt 2012). Figure 3 DFD level 0 Diagram of Broadway Bookshop Based on the context level Diagram, DFD level 0 is drawn. Figure 3 shows the DFD Level 0 diagram of Broadway Bookshop. There are five entities. They are Customer, Employee/Manager, Supplier, Payment Processor and Shipper. As shown in the figure, there are three stores. They are Inventory File, Sold Items and Book Delivery File. There are six processes. The six processes are Process Customer Book Order, Update Inventory File, Process Payment, Sell Book, Deliver Book and Generate Report. The Data Flow are as follows: 1. Customer Order 2. Inventory Data 3. List of Books 4. Payment Confirmation Details 5. Sold Item data 6. Shipment Details 7. Shipping Requests 8. Book Delivery File 9. Formatted Inventory Data 10. Book Orders 11. Reports 5

8 12. Daily Sold Book Amounts 13. Supplier Bills 14. Payment Info 15. Confirmation of Payment 16. Book Delivery Information 17. Receipts 18. Reports 19. Daily Book Delivery 5 ERD Diagram 6

9 An entity relationship diagram is a model that displays the logical connections and interaction between the system entities. An ER diagram gives an overall view of the system and a design for creating the physical data structures (Shelly & Rosenblatt 2012). There are two terms used in ER diagram namely primary key and foreign key. Primary key is the unique attributes of the whole relationship of the system whose value must be different to other value of the attributes. Foreign key is an attribute that is primary attribute in one relation and become non primary attribute in another relation. There are three types of relationship between the two entities. They are as follows: 1. One to one relationship 2. One to many relationship 3. Many to many relationship 4. Many to one relationship Figure 4 shows the ER diagram of Broadway Bookshop. The entities in our system are customer, order, inventory, Invoices, Supplier and Payments, Shipper, Sales item, and Employee. The attributes are defined below the entities. The PK represent Primary key and FK represents foreign Key. The cardinality is shown between the entities. Thus, designing the ER diagram of the system gives the base of the database and visualizing the how the data will be stored in the system. 7

10 Figure 4 ERD diagram of Broadway Bookshop 8

11 6 CRUD Diagram CRUD diagram also known as CRUD matrix is a physical data flow diagram that explains four different actions that are performed in the system. The four actions are Create, Read, Update and Delete. Physical or CRUD diagram may cover many items which are not found in logical data flow diagram. Data entry and verifying process are also listed on the CRUD matrix. It also has data stores and transaction files. Following is the CRUD matrix table based on the logical data flow diagram. Table 2 CRUD diagram The table shows the CRUD diagram of Broadway Bookshop. It has for entities and eight process. The row contains entities like Customer, Employee/Manager, Supplier and Shipper. Employee/ Manager can perform almost all the processes and thus have the administrator privileges. The privileges of the based upon the entity. 7 Data elements 9

12 The data elements with data entities are defined below: 1. Customer No. Column Name Data Type Size Constraints 1 Customer ID Number 20 Primary Key 2 Name text 20 3 Mobile Number 10 4 Address Text Order No. Column Name Data Type Size Constraints 1 Order ID Number 20 Primary Key 2 Customer ID Number 20 Foreign Key 3 Book ID Number 20 Foreign Key 4 Quantity Number 5 5 Order Date Number Inventory No. Column Name Data Type Size Constraints 1 Book ID Number 20 Primary Key 2 Name Text 20 3 Author Text 20 4 Description Text Employee No. Column Name Data Type Size Constraints 1 Employee ID Number 20 Primary Key 2 Name Text 20 3 Phone Number Supplier No. Column Name Data Type Size Constraints 1 Supplier ID Number 20 Primary Key 2 Name Text 20 3 Company Name Text 20 4 Supplied Date Number Shipper No. Column Name Data Type Size Constraints 10

13 1 Shipper ID Number 20 Primary Key 2 Customer ID Number 20 Foreign Key 3 Name Text 30 4 Shipment Date Number Sales Item No. Column Name Data Type Size Constraints 1 Sales ID Number 20 Primary Key 2 Transaction ID Number 20 Foreign Key 3 Author Text 20 4 Description Text Payments No. Column Name Data Type Size Constraints 1 Transaction ID Number 20 Primary Key 2 Customer ID Number 20 Foreign Key 3 Transaction Date Number Invoices No. Column Name Data Type Size Constraints 1 Invoice ID Number 20 Primary Key 2 Transaction ID Number 20 Foreign Key 3 Price Number 10 11

14 8 Website Design and Architecture The competitive stage of business initiates towards development of the e-commerce software where the entrepreneur facilitates their users and hence the users are fascinated to the services of the organization. Thus, analysing the needs of the development and for the eradication of the problem faced due to old system, Broadway Book shop aims towards the development of the software. Before actual development of the system, Australia Wide System Integration Group (AWSIG) plans to design the website prototype. The prototype of the website is built using tools like Notepad++, HTML, CSS and JavaScript. Generally, the prototype of the website is designed to understand the requirements of the system without freezing the requirements before actual coding is done. 8.1 Objectives The objectives of designing the prototype of the system are as follows: It gives the actual feel of the system The prototype provides the quicker user feedback and the changes are identified. It gives clear concept of the website interface layout. Identification of missing functionality. 8.2 Aesthetic: Visual Design This system aims to satisfy the customer and targeted to gain maximum profit in near future. The users now use mobile more than any other devices. The system is designed on the mobile platform. Therefore, the system is designed to provide interface usability and allow users to browse in effective and efficient ways. 8.3 The Key elements Life started getting good when I started making money, says Balthazar Getty. Therefore, for better living, the life of the people seems busy. Visualizing the need of time, the website is so designed that it saves the time of everyone. The key element of the website is the search navigation showing in every page where the customer visits. The customer can easily search the books when they are willing to buy and saves their valuable time. Additional to this, it provides 24*365 hour services to the customer. Therefore, the customer can spend their time on buying the book whenever they like. 12

15 8.4 User Interface The user interface of the Broadway Book shop is represented below: Figure 5 Login/Signup page 13

16 Figure 6 Home page 14

17 Figure 7 Book page (filter according to Genre) 15

18 Figure 8 Book details Page 16

19 Figure 9 Cart Page 17

20 Figure 10 Checkout Page 18

21 Figure 11 Wish list page 19

22 Figure 12 Contact Us Page 20

23 Figure 13 Account page Assumptions: Internet service is available Customers have the latest browser installed in their devices as some of the features may not be functional in old browsers. 21

24 9 Conclusion The report discussed the modelling diagrams and the website design for the Broadway Book shop. Firstly, use case diagram was shown to describe the high level behaviour of the Broadway Book shop Information System. Next, the Context level Diagram and level-0 DFD diagram were developed to show the main entities, business processes and data flows. Thirdly, the Entity Relationship Diagram was represented as a model to display a logical connection between system entities. Fourthly, data entry and verify process were listed on the CRUD matrix. Finally, the website was designed and its architecture was shown. The website is user-friendly and the customer will save time as it is possible to shop online. The developed website design and its architecture will give a competitive advantage for the Broadway Bookshop and the feedback from the customer can be taken for the future improvement of the desired information system. 22

25 10 References Kendall, K & Kendall, J 2011, System analysis and design, 8 th edition, Pearson Education, New Jersey. Shelly, G, Cashman, T & Rosenblatt, H 2012,System analysis and design, 9 th edition, Cengage Learning, Boston. Valacich, J, George, J & Hoffer, J 2012, Essentials of systems analysis and design, 5 th edition, Pearson Education, Prentice Hall, Upper Saddle River, N.J. 23

26 Appendix A. Individual group members contribution Details of individual group members contribution towards the development of the project Task Assessed XXXXX (S0XXXXX) XXXXX (S0XXXXX) Members XXXXX (S0XXXXX) XXXXX (S0XXXXX) 1. Case study Analysis 2. Data Analysis and Gathering Requirements 3. Use Case Diagram 4. Context Level Diagram 5. DFD Level 0 Diagram 6. ERD Diagram 7. CRUD Diagram 8. Website prototype 9. Report Writing 10. Analysing the benefits and limitation of tools used in building prototype 11. Presentation Slide 24

Online Ordering Instructions

Online Ordering Instructions Online Ordering Instructions Supplied By Table of Contents Login... 2 How to Order Products... 2 Shopping Cart... 3 Checkout... 3 My Account... 7 Login Type www.alliancepromotions.com.au in your preferred

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

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

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

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

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

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

PROFESSIONAL DEVELOPMENT ADVISOR (PDA) USER GUIDE

PROFESSIONAL DEVELOPMENT ADVISOR (PDA) USER GUIDE PROFESSIONAL DEVELOPMENT ADVISOR (PDA) USER GUIDE PDA Account Registration On the America s Health Insurance Plans website (www.ahip.org/courses ), Click Register and submit your information. Please note

More information

EMPLOYEE STORE ORDERING INSTRUCTIONS

EMPLOYEE STORE ORDERING INSTRUCTIONS STEP 1: Create an Account/Log-In STEP 2: Place an Order STEP 3: Enter delivery/shipping information STEP4: Payment EMPLOYEE STORE ORDERING INSTRUCTIONS STEP 1: CREATE AN ACCOUNT/LOG-IN Once you have clicked

More information

Invoice 13 Pro Outline

Invoice 13 Pro Outline Invoice 13 Pro Outline Invoice 13 Pro is a feature rich productivity tool for the small business or company from 1 to 30 users. It is notjust an Invoicing software. It is in fact an Invoicing, Accounts

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

The Straumann eshop Now simpler than ever. Straumann eshop

The Straumann eshop Now simpler than ever. Straumann eshop The Straumann eshop Now simpler than ever. Straumann eshop www.straumann.com/eshop Now simpler than ever! Online Only Special online offers New Features Order Templates State-of-the-art usability Product

More information

SWAGELOK COLUMBUS CHARLESTON QUICK LOOK GUIDE USER-FRIENDLY GUIDE TO NAVIGATING SWAGELOK.COM

SWAGELOK COLUMBUS CHARLESTON QUICK LOOK GUIDE USER-FRIENDLY GUIDE TO NAVIGATING SWAGELOK.COM SWAGELOK COLUMBUS CHARLESTON QUICK LOOK GUIDE USER-FRIENDLY GUIDE TO NAVIGATING SWAGELOK.COM Swagelok Columbus Charleston Quick Look Guide/ WEB HOW TO SWAGELOK COLUMBUS CHARLESTON CONTENTS How to Register

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

easypurchase Magellan User Reference Guide

easypurchase Magellan User Reference Guide 1 easypurchase Magellan User Reference Guide v1.12.13 Table of Contents Getting Started... 3 Initiating your Account... 3 Logging In... 3 Shop... 4 Creating an Order... 4 Hosted Catalogs... 4 Punchout

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

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

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

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

Straumann eshop and eservices Now simpler than ever. UK and Irish eshop

Straumann eshop and eservices Now simpler than ever. UK and Irish eshop Straumann eshop and eservices Now simpler than ever. UK and Irish eshop www.straumann.co.uk/eshop The basics Now simpler than ever! Special Features Order Templates State-of-the-art usability Product proposals

More information

Main Login Screen Enter user name and password. New users can call or customer service using the information provided. If you have forgotten

Main Login Screen Enter user name and password. New users can call or  customer service using the information provided. If you have forgotten Main Login Screen Enter user name and password. New users can call or email customer service using the information provided. If you have forgotten your password, enter your email address in the box provided

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

ORDERING PRINT RESOURCES

ORDERING PRINT RESOURCES ORDERING PRINT RESOURCES About YMCA Awards web shop... 1 Placing orders via the YMCA Awards web shop... 1 Updating/adding a delivery address... 7 About YMCA Awards web shop The YMCA Awards web shop allows

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

Project Description MyBay Project

Project Description MyBay Project Project Description MyBay Project University of British Columbia Okanagan COSC 304 - Fall 2007 Team Members: Ali Hatami Jennifer Johnstone Nicholas Blackwell 11/28/2007 1 COSC 304 MyEBAY.DOC TABLE OF CONTENTS

More information

How to obtain log-in Information. How to log-in to FNB Online Catalog

How to obtain log-in Information. How to log-in to FNB Online Catalog Table of Contents 1. How to obtain log-in information and log-in pg. 2 2. Start your order pg. 3 3. Choose product details, confirm and check-out pg. 4 4. Select Purchase Type: Affiliate or Personal pg.

More information

Quick Reference Guide: SafeShop 3 Web Store. User Manual

Quick Reference Guide: SafeShop 3 Web Store. User Manual : SafeShop 3 Web Store User Manual TABLE OF CONTENTS REGISTRATION.2 SAFESHOP WEBSTORE. 5 1. FIND MY TRANSACTION:.5 2. STAGED ORDERS:.6 3. MANAGE ORDERS: 7 4. MANAGE SALES...9 5. MANAGE CREDIT/CHARGEBACK

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

Modelling: Review. Modelling Information Systems. Models in analysis and design. Process Modelling. Modelling perspectives

Modelling: Review. Modelling Information Systems. Models in analysis and design. Process Modelling. Modelling perspectives Modelling: Review IMS100 Systems Analysis and Design Topic Review of Process Modelling Why do we do it? Communication and understanding Simplification all models are simplifications of the real world:

More information

Users Guide. Getting Started: Registration/Login. About AnswersPlus Pro

Users Guide. Getting Started: Registration/Login. About AnswersPlus Pro About AnswersPlus Pro AnswersPlus Pro is an Internet-based customer service center for Cengage Learning customers. It provides access to many services and features that can save you time and it s ready

More information

Technical support:

Technical support: Technical support: support@tractiononline.com 1-866-868-4625 1 TRACTIONONLINE.COM offers different features. This guide is divided into 2 sections. SECTION 1: Your first order Place a quick order in your

More information

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings...

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings... E-Commerce Table of Contents Introduction... 1 Technical Support... 1 Introduction... 1 Getting Started... 2 Data Synchronization... 2 General Website Settings... 3 Customer Groups Settings... 4 New Accounts

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 Price and Material Request 17 Miscellaneous 19

More information

Swagelok Eastern Australia and New Zealand QUICK LOOK GUIDE USER-FRIENDLY GUIDE TO USING SWAGELOK.COM CONTENTS >

Swagelok Eastern Australia and New Zealand QUICK LOOK GUIDE USER-FRIENDLY GUIDE TO USING SWAGELOK.COM CONTENTS > Swagelok Eastern Australia and New Zealand QUICK LOOK GUIDE USER-FRIENDLY GUIDE TO USING SWAGELOK.COM > Swagelok Eastern Australia and New Zealand Quick Look Guide / WEB HOW TO Swagelok Eastern Australia

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

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

MAGENTO BOF: BASIC USER GUIDE NCT IT

MAGENTO BOF: BASIC USER GUIDE NCT IT MAGENTO BOF: BASIC USER GUIDE 2013.07.04 NCT IT MAGENTO BOF: ACCESS LEVELS WHO CAN MAKE ORDERS? The new Branch Order Form does away with order approval and uses a stricter access system instead. As long

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

Contents GENERAL OVERVIEW 3. User Profile and Permissions... 3 Regional Manager... 3 Manager... 3 User... 4 Security... 4

Contents GENERAL OVERVIEW 3. User Profile and Permissions... 3 Regional Manager... 3 Manager... 3 User... 4 Security... 4 SYNERGY USER GUIDE Contents GENERAL OVERVIEW 3 User Profile and Permissions... 3 Regional Manager... 3 Manager... 3 User... 4 Security... 4 Budgets... 4 Spending Limits... 5 PO Hold Review... 5 Regional

More information

CS 4400 Introduction to Database Systems 2002 Spring Term Project (Section A)

CS 4400 Introduction to Database Systems 2002 Spring Term Project (Section A) CS 4400 Introduction to Database Systems 2002 Spring Term Project (Section A) Last updated 1/15/2002, 9:30pm In this term project, you are asked to design a small database system, create and populate this

More information

Chapter 2 Introduction to Transaction Processing

Chapter 2 Introduction to Transaction Processing Chapter 2 Introduction to Transaction Processing TRUE/FALSE 1. Processing more transactions at a lower unit cost makes batch processing more efficient than real-time systems. T 2. The process of acquiring

More information

Design Gallery User Guide

Design Gallery User Guide Design Gallery User Guide Table of Contents Placing an Order... 3 For Stock and Print on Demand Items... 4 For Customizable Items... 5 Advanced Location Search in Shopping... 7 Your Shopping Cart... 8

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

Printed Documentation

Printed Documentation Printed Documentation Table of Contents Getting Started... 1 Technical Support... 1 Introduction... 1 Getting Started... 3 Payment Option:... 3 Data Synchronization... 4 General Website settings... 5

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

VALO Commerce. Beam Suntory User Guide

VALO Commerce. Beam Suntory User Guide VALO Commerce Beam Suntory User Guide Beam Suntory User Guide Access Your VALO Commerce Site through CONNECT Navigate to https://intlconnect.beamsuntory.com and click on the InnerWorkings tile to access

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

WebStore. Resellers. Brief User Guide. Invite. Self-Register. Log-In. Lost Password. Support. SIPHON 31 May Resellers must be invited to use

WebStore. Resellers. Brief User Guide. Invite. Self-Register. Log-In. Lost Password. Support. SIPHON 31 May Resellers must be invited to use Resellers WebStore Brief User Guide Invite Resellers must be invited to use the SIPHON WebStore. This is important as we need to approve your email address against your account. If you would like to register

More information

Fundraising Website Guide

Fundraising Website Guide This Guide will help you set-up and use your team s new fundraising website! Please let us know if you need any assistance or have any questions. This document will be updated regularly as we receive your

More information

Step 1 - Go to Step 2 - Login to your account. Step 3 - Click Register for a Test. Step 4 - Read the Requirements

Step 1 - Go to   Step 2 - Login to your account. Step 3 - Click Register for a Test. Step 4 - Read the Requirements Step 1 - Go to www.texes.ets.org Go to www.texes.ets.org Click the register link found in the top navigation. Step 2 - Login to your account Enter your username and password and click login. If you do

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

Lorna Jane. Wholesale Website Guide

Lorna Jane. Wholesale Website Guide Lorna Jane Wholesale Website Guide Wholesale Website Guide Contents New Look Features... 2 Header... 3 Footer... 4 Logging In... 5 Forgot Password... 6 Change Language... 6 Searching for Products... 7

More information

[Document subtitle] Mladen Mandrapa [Date] [Course title]

[Document subtitle] Mladen Mandrapa [Date] [Course title] 1 [Document subtitle] Mladen Mandrapa [Date] [Course title] Instructions for Order Tracking and Online Store Table of Contents LOGGING IN... 2 DISTRIBUTOR LOGIN... 2 ENTERING SITE... 3 ORDER TRACKING...

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

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

EducoSoft. Student Registration

EducoSoft. Student Registration EducoSoft Student Registration 1. Register 2-5 2. Register using Access Code 6-8 3. Pay for Web Access and Register 9-14 4. Purchase a Book and Register 15 21 5. Repeat Registration 22-23 1 1. Register

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

How to place an order on CSI s online store

How to place an order on CSI s online store How to place an order on CSI s online store Store website http://store.csionline.org/ 1. Click on account, then log in 2. Create an account or LOGIN using your currently registered email and password.

More information

Kurant StoreSense Quick Start Guide

Kurant StoreSense Quick Start Guide Kurant StoreSense Quick Start Guide Version 5.7.0 2004 Kurant Corporation. Kurant, StoreSense, and the Kurant logo are trademarks of Kurant. All other products mentioned are trademarks of their respective

More information

Shopping Basket and Order Requirements

Shopping Basket and Order Requirements Page 1 of 41 Page 2 of 41 1. The user can browse the site and select the product items to be added to the Shopping basket. Use the Catalog link to search and add products to the shopping basket or click

More information

Page 1 of 13. E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad Phone:

Page 1 of 13. E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad   Phone: E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad Email: AhmadNassr@gmail.com Phone: 0599042502 1. Rationale This is the major project for both (Open Source and.net teams) as an E-Commerce

More information

04-T1. Assignement 1 Zachman fwk, class diagram, ECA rules

04-T1. Assignement 1 Zachman fwk, class diagram, ECA rules 04-T1. Assignement 1 Zachman fwk, class diagram, ECA rules F. Dalpiaz & J. Mylopoulos -- OIS 2011-12 Slide 1 Assignment 1: outline Choose an existing or a new organization Describe it textually (Zachman,

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

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

Storefront Ordering System Demonstration Guide. Powered by

Storefront Ordering System Demonstration Guide. Powered by Storefront Ordering System Demonstration Guide Powered by Welcome to CMYK s Storefront Ordering System (SOS) The following pages will guide you through our Demo Site. We will show you many options available

More information

USER GUIDE for Simon Malls On-Line Resource Center. SimonResourceCenter.com

USER GUIDE for Simon Malls On-Line Resource Center. SimonResourceCenter.com USER GUIDE for Simon Malls On-Line Resource Center SimonResourceCenter.com Welcome to the Online Resource Center for printing and fulfillment. You have access to this site 24 hours a day, 7 days a week.

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

Process Modelling. Data flow Diagrams. Process Modelling Data Flow Diagrams. CSE Information Systems 1

Process Modelling. Data flow Diagrams. Process Modelling Data Flow Diagrams. CSE Information Systems 1 CSE104 - Information s 1 Process Modelling Data Flow Diagrams Process Modelling Process modelling aims to graphically represent the processes which capture, manipulate, store and distribute data. data

More information

Step 1: Register as a New User

Step 1: Register as a New User Login Page A link is provided on this page allowing new users to register. Step 1: Register as a New User Returning Users can simply enter their Email Address and Password to enter the site. If you are

More information

Overview of HoundMart eprocurement Module and Benefits

Overview of HoundMart eprocurement Module and Benefits Contents Overview of HoundMart eprocurement Module and Benefits... 1 Purpose of this Guide... 1 Access HoundMart Application... 2 HoundMart Home Page Overview... 3 Shop using Hosted Catalog... 4 Notification

More information

Resellers Guide Managing your Reseller Account

Resellers Guide Managing your Reseller Account Resellers Guide Managing your Reseller Account Read our Blog: http://blog.webfusion.co.uk/ View our support site: http://webfusion-support.co.uk/ Follow us on Twitter: http://twitter.com/webfusionuk Contents

More information

What's New: Release to

What's New: Release to 26-Apr-2016 Page : 1 14:48:39 Modification and Development Release Notes, new development and modifications completed in release version range included on report. Please review and if interested in any,

More information

User Documentation. t-commerce User s Guide

User Documentation. t-commerce User s Guide User Documentation t-commerce User s Guide TRIBUTE INC. USER DOCUMENTATION t-commerce User s Guide Copyright Notice and Trademarks 2000-2007 Tribute, Inc. All rights reserved t-commerce is a registered

More information

STORE CREDIT USER GUIDE

STORE CREDIT USER GUIDE support@magestore.com sales@magestore.com Phone: 084.4.8585.4587 STORE CREDIT USER GUIDE Version 1.0.0 Magento Compatibility: CE 2.0 Table of Contents 1. INTRODUCTION... 3 2. HOW TO USE (Frontend)... 5

More information

QUICK START INSTRUCTIONS

QUICK START INSTRUCTIONS CONTENTS Quick start guide Frequently asked questions Step by step instructions - a quick graphic tutorial Documentation for uploading single orders via.csv or.xml QUICK START INSTRUCTIONS 1. Login to

More information

WELCOME to Qantas Group isupplier

WELCOME to Qantas Group isupplier WELCOME to Qantas Group isupplier A manual for suppliers Welcome to our isupplier help manual. You re receiving this manual as you are one of our preferred suppliers with access to the isupplier Portal.

More information

SIAM R3.0 USER GUIDE

SIAM R3.0 USER GUIDE SIAM R3.0 USER GUIDE Document Reference: 8295 September 2016 Revision: 3 Version Date Author Changes Number 1 Mar 2015 John Lindsay 2 Jun Sam Unsuspending a SIM card description updated. 2016 Smith 3 Sep

More information

Trojan Professional Services

Trojan Professional Services Trojan Professional Services Registration Web address PCM.COM/EPP Returning Web Address bd.pcm.com Access Code Trojandentalassoc (not case sensative) Password Trojandental (case sensative) 1) Once logged

More information

SAMS Club Web Sites Online Store

SAMS Club Web Sites Online Store SAMS Club Web Sites Online Store Last Updated: November 14, 2007 Copyright 2007 Innuity, Inc. All Rights Reserved No part of this document may be reproduced or distributed in any form or by any means,

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

HELPDESK: CUSTOMER SERVICE: and push 0 for assistance or

HELPDESK: CUSTOMER SERVICE: and push 0 for assistance or Online User Guide HELPDESK: helpdesk@prograde.com CUSTOMER SERVICE: 888-273-1617 and push 0 for assistance or csr@prograde.com COPYRIGHT 2015 Glatfelter. All Rights Reserved. Table of Contents Login...

More information

Ferguson estore Guide

Ferguson estore Guide Ferguson estore Guide Access VALO Commerce To access VALO Commerce, go to https://ferguson.inwk.com. Before your first login, you will need to click the Create an Account link. You are taken to a User

More information

SEM Dealer Management System Operation Manual

SEM Dealer Management System Operation Manual SEM Dealer Management System Operation Manual 1 Content Chapter 1 System Introduction... 3 Chapter 2 System Installation... 4 Chapter 3 System Interface Introduction... 5 Chapter 4 System Operating Instruction...

More information

Open 24/7/365. Welcome to DOIGCorp.com. Welcome to the new DOIGCorp.com

Open 24/7/365. Welcome to DOIGCorp.com. Welcome to the new DOIGCorp.com Welcome to DOIGCorp.com Welcome to the new DOIGCorp.com We are Factory and Industrial Automation Specialists, working to bring our customers Fast. Friendly. Flawless. Solutions. Open 24/7/365 We ve made

More information

Frequently Asked Questions ORDERING ON MYHERBALIFE.COM INDIA, January 2013

Frequently Asked Questions ORDERING ON MYHERBALIFE.COM INDIA, January 2013 Click on any of the section headers below to jump to the answers for the questions in that section. If you cannot find the answer to your question, please contact Associate Services at 080-40311444, 10

More information

Getting Started with nopcommerce

Getting Started with nopcommerce Getting Started with nopcommerce Brandon Atkinson Chapter No. 2 "The Public-facing Storefront" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter

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

PTP Registration: Credit Card

PTP Registration: Credit Card Page 1/7 PTP Registration: Credit Card 1. Visit www.aatcc.org/test/proficiency/#register. 2. To register and pay for AATCC Proficiency Testing Programs by credit card, click Register online. To pay by

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

1. Starting Out. 2. Selecting the State, Category and Study Method. User s Guide for AES Online CE Courses Version 1

1. Starting Out. 2. Selecting the State, Category and Study Method. User s Guide for AES Online CE Courses Version 1 1. Starting Out To access the AES online course list, navigate to our homepage at www.amedsys.com. From here, you will select the order button in the sidebar box titled Online Insurance Continuing Education.

More information

SEO-Cart Documentation

SEO-Cart Documentation SEO-Cart Documentation Last Modified October 8th, 2013 Introduction SEO-Cart is a complete e-commerce internet solution for your business. Not only does SEO-Cart focus on the latest search engine optimization

More information

OLLI Online Registration Training

OLLI Online Registration Training OLLI Online Registration Training 1 Locating New OLLI at UK Online Registration Website There are two ways to find the OLLI at UK new online registration website: 1. Type the web address directly into

More information

Amazon Business End User FAQ Library

Amazon Business End User FAQ Library Amazon Business End User FAQ Library Getting Started How do I register as part of the Campus Marketplace Amazon Business account? Please read the following instructions prior to accessing Amazon Business.

More information

FedEx Office Print Online Corporate

FedEx Office Print Online Corporate Quick Reference Guide Getting Started Log in to FedEx Office Print Online Corporate 1. Open your browser and navigate to: https://printonline.fedex.com/nextgen/abbott-amo 2. Input User ID and Password

More information

VALO ecommerce User Guide. VALO Commerce

VALO ecommerce User Guide. VALO Commerce VALO ecommerce User Guide VALO Commerce Table of Contents Introduction to VALO Commerce... 1 Using VALO Commerce... 1 Access Your Commerce Site... 2 Browse the Catalog... 4 Customize an Item... 6 Place

More information

DuxTel Internet Commander

DuxTel Internet Commander DuxTel Internet Commander User Guide for Wireless HotSpot and Internet Café operators Contents: 1.0 How it Works...- 2-2.0 Accessing the online Administration System...- 3-2.1 Navigating Menu and Commands...-

More information

Clearnine Cart Pricing and Features

Clearnine Cart Pricing and Features Clearnine Cart Pricing and Features Updated May 2011 Prices subject to change without notice Clearnine, LLC, Fountain Hills, Arizona www.us.clearnine.com Clearnine Cart - E-Commerce for MAS 90/MAS 200

More information

Ordering promotional items and literature

Ordering promotional items and literature Ordering promotional items and literature A guide to using your Brand Centre rsc.li/brand-centre The Royal Society of Chemistry is the world s leading chemistry community, advancing excellence in the chemical

More information

Setting up your TouchNet Marketplace ustore

Setting up your TouchNet Marketplace ustore Setting up your TouchNet Marketplace ustore Topics Covered: Logging into TouchNet Accessing your store Email Messages Single Store Settings Store Template Settings Users Categories Products including Options

More information

All About Catalog. Contents. West Virginia University Information Technology Services. ecommerce End User Advanced Guide

All About Catalog. Contents. West Virginia University Information Technology Services. ecommerce End User Advanced Guide Contents All About Catalog Browse...2 Add a Product...5 Basic Info...5 Display Options...6 Taxes & Shipping...6 Inventory Control...7 Descriptions...8 Left Side Menu...9 Product Details...9 Images and

More information