ISYS2391 SEM Assignment 2. Assignment 2 Database Development

Size: px
Start display at page:

Download "ISYS2391 SEM Assignment 2. Assignment 2 Database Development"

Transcription

1 Assignment 2 Database Development Furnish4Us is an Australian based company, owned by the Furnish family that has been in business for 10 years, and intends to market their newly designed furniture. Each furniture item comes as a kitset, similar to Ikea. However, what makes their furniture easy to assemble is their patented locking systems that do not require Allen keys, Hex keys, bolts, screws, or nails. Furniture frames, bases, shelves, desks are made out of a specially created material similar to wood-plastic composites but are recyclable. They are also light and come in various different colours. Furnish4Us have 5 big superstores around Australia: Sydney, Melbourne, Brisbane, Hobart, Perth, and Adelaide. Although, overall retail sales has been lower compared to three years ago, sales and profits have been steady. The management of Furnish4Us have realised that the trend of Internet sales has increased in the retail industry and would like to explore the possibility of extending its website to Internet sales rather than just disseminating information and product catalogues. Marketing data has shown that competitors similar to Furnish4Us such as Office Green and FurnishWithUs have been able to increase their sales through Internet sales. Since the DSS prototype exercise Furnish4Us has another line of desks to add to their SX and ZX lines. Their combination (combo) computer desks CX (computer desks with shelving) are not compatible with the new locking system and therefore, are assembled differently. In addition, to their desk products, Furnish4Us products also include dining tables, shelving and cabinets, sofa-beds, and chairs. Raw material is kept in different locations than that of their finished products. Raw materials consists of material bought through other suppliers as well as core components made by Furnish4US. Raw materials are sourced mostly from suppliers in Australia and New Zealand but also include a few offshore trading partners, such as China, Vietnam, and Malaysia. In order to go online, Furnish4Us would like to first build a database to improve their stocking and ordering of raw material. Currently, their records are stored on an Excel spread-sheeting system. Talking to the owners and managers you have been given the following data/information requirements for their proposed database. Database Requirements: To track raw materials and assembled/manufactured products. To list raw materials that need replenishment. To generate output such as purchase orders (refer to Purchase Order PDF file), product catalogues, suppliers and their products, and a list of products and their assembled components, and sales reports. To keep track of authorisation of purchase orders. To break down the products into broad categories. To find out which orders have not yet been met or isolate potential problems with delivery or orders. They have had in the past problems with missing order details and delayed deliveries. The managers want to at least identify these types of problems from the database. Page 1 of 5

2 Additional Information Given: 1. You are given an Excel file Furnish4Us Sheets 2 Sem 2014.xlsx. 2. You are given a MS-Access file Furnish4Us Prototype 2 Sem 2014.accdb. 3. You are given a sample purchase order from Furnish4Us PO 2014.pdf. Assignment 2 PART A Entity Relational Diagram -ERD (10%) Group Work Task 1 (5%): 1. Take note of the requirements for the database above. This should help you work out the data required for the database and thus, entities and attributes required to build a prototype database. 2. Use the files given to you to work out the entities (tables), attributes (columns), and relationships that will satisfy Furnish4Us s database requirements. 3. Draw an ERD. You must use a drawing tool such as MS-Visio. Do not do this in MS-Access. 4. Your diagram will only entities that you will use for the database and must show the cardinality (1:1, 1:M, M:N) of the relationships between entities. 5. Your diagram needs to show consistency in ERD notation. Task 2 (5%): 6. From your ERD, which only highlights entities and may show any type of cardinality, draw up a relational diagram that will be used for your final database model. Again, do not use MS- Access but use a drawing tool. 7. Your diagram should include all attributes for each entity and should only show 1:M relationships. You may have merge 1:1 relationships and break down M:N relationships into two 1:M relationships. 8. Make sure all your primary keys and your foreign keys are also shown for each entity. Make sure the entities are connected correctly, joining primary keys to foreign keys. 9. Your diagram also needs to show consistency in diagram notation. Submission Procedure An electronic copy of both your ERD and Relational Diagram must be submitted by the due date (Thursday, 2nd October 11:59pm) via myrmit Studies (Blackboard). Submit your work to the same place as you did with your Assignment 1. When you submit online you must state your tutor s name, your workshop day and time, and your group name or group members (via a coversheet). Page 2 of 5

3 Assignment 2 PARTB Database Prototype MS-Access (20%) Individual Assignment Tasks: 1. Take note of the requirements for the database above. This should help you work out the objectives for the database and what type of output and information is required to be generated from your prototype database. 2. Create a new Prototype MS-Access database from what you worked out. 3. You want to recreate the relational diagram that you drew for Part A The following task can be performed as a group: 4. The importing and creating of tables to recreate your relational diagram in MS-Access can be performed by your group. Ensure you link each of your tables in MS-Access (in the relationship tool linking primary keys to foreign keys where appropriate) to at least one other table as shown in your relational diagram. However, this is the only task that you can work together if you wish. Once you have set up all the tables (excluding data) in MS-Access you need to make a copy of the database for each member. Then, as individuals complete the following tasks: The Following Tasks are to be carried out individually, not in your groups: 5. Make sure all your tables have been populated with data. Add at least 20 records for each of your tables where possible and appropriate. 6. All your tables will be checked for appropriate properties. From your data dictionary (metadata) that you have worked out put in appropriate auto-numbering, captions, formats, field sizes, input masks, validation rules, and other property values. The idea is to make the tables easy to maintain and to ensure input data is accurate and validated. 7. Build at least one data entry form. This form needs to have a sub-form in it. This means you want a form representing a one-to-many relationship. For example, have a form showing suppliers and the raw materials they supply. 8. Make sure all data entry forms have appropriate data validation. Be aware not all data validation created for the tables will transfer to the forms. Therefore, you may have to create data validation specifically for your forms. 9. Build a main menu/navigation form to help the user navigate through your database. You will create one menu form that will have buttons to link all your forms and reports that you have created. You need to work exactly what you want the user to access (whether its reports, and/or forms, and/or queries). In other words, what is useful for the user? 10. You will need to build 3 queries contributing to the purpose of the database (refer to the Database Requirements mentioned previously), by incorporating the following: a. There should be at least 1 dynamic query. Page 3 of 5

4 b. There should be a least 1 group by query. c. There should be a least 1 query showing a calculation. For example, total amount ordered. 11. Create a report for each query. That means there will be at least 3 reports. Assessment Grading Pass/Credit level To achieve this level of grade all the above 11 tasks have to be completed adequately. Distinction Level In addition to the requirements to achieve a Credit level you must: Create an additional query to update the stock quantity in raw materials with the amounts ordered. You need to make sure you have the necessary attributes and entities to do this. If you need to create extra tables and columns then do so. You will also need to populate this extra table if you have not done so already. Ensure all reports have a consistent and professional look. Add additional reports to help fulfil the Database Requirements where appropriate. Ensure that data validation in your forms include drop down boxes (combo boxes) for all attributes where appropriate. Create command buttons for all your forms so that when these are clicked your forms will close. Ensure that in all reports and forms include good aspects of usability. High Distinction In addition to the requirements to achieve a Distinction level students must: Create a query using statements, functions or structures not covered in the tutorial exercises or the lecture notes. Create a query that can identify and show a total cost of any orders that have not yet been fulfilled. Create the necessary tables and columns where needed. Again, if tables are not populated with data, populate them. Add any additional query or queries to fulfil the Database Requirements if they have not already been met. Ensure your database is user friendly and has a professional look and feel of a proper application. For example: Forms are easy to use and the user does not have to scroll up and down to get to data. All forms have navigation selectors and record selectors turned off where appropriate. The menu form loads up at the start. There is no Access ribbon, or icons from the quick access toolbar, or the Navigation Pane (where objects such as tables and queries are displayed). Page 4 of 5

5 All forms, reports, and/or queries can be accessed from the main menu, and once clicked appear in the fore ground as pop-up windows and can be moved. Ensure at least half of your queries created can be classified as complex queries (i.e features more than one table and not just merely filtering out data). Work out how to enhance one of your data entry forms using either macros or other means. For example, you might include a data validation feature that will display a message box if an invalid entry is made in one of your fields (Hint: create an embedded macro), or display a message for any order that has not been delivered. Submission Procedure 1. An electronic copy of your Database must be submitted by the due date (Thursday, 23 rd October - 11:59pm) via Blackboard (MyRMIT Studies). Submit your database in Blackboard. Do not use file exchange or TurnItin to do this. 2. You will submit two files. A coversheet and your database file. Page 5 of 5

Unit Assessment Guide

Unit Assessment Guide Unit Assessment Guide Unit Details Unit code Unit name Unit purpose/application ICTWEB425 Apply structured query language to extract and manipulate data This unit describes the skills and knowledge required

More information

Normalization. Normal Forms. Normal Forms

Normalization. Normal Forms. Normal Forms Normalization A technique that organizes data attributes (or fields) such that they are grouped to form stable, flexible and adaptive entities. 5- Normal Forms First Normal Form (NF) There are no attributes

More information

Intermediate Microsoft Access 2010

Intermediate Microsoft Access 2010 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet & MS Access database Create Relationships Create a Form with a Subform Create Action Queries Create Command Buttons Create a Switchboard

More information

Customer User Guide Primary Care V1.5 SYDNEY BRISBANE NEWCASTLE DARWIN MELBOURNE HOBART ADELAIDE PERTH

Customer User Guide Primary Care V1.5 SYDNEY BRISBANE NEWCASTLE DARWIN MELBOURNE HOBART ADELAIDE PERTH Customer User Guide Primary Care V1.5 SYDNEY BRISBANE NEWCASTLE DARWIN MELBOURNE HOBART ADELAIDE PERTH Index Overview... 3 Create a New Cash Account... 3 Enable an Existing Commercial Account... 5 Logging

More information

Sales Order Processing

Sales Order Processing Windows Print Management System Sales Order Processing Sales Order Processing Contents Sales Order Processing Contents Sales Order Processing Contents... 1.1 Introduction to SOP... 2.1 Stock Type... 3.1

More information

Topics Covered. Web Address / Popup Blockers. How to Sign On. Main Toolbar Overview. Order Guides / Placing Orders. Confirmations.

Topics Covered. Web Address / Popup Blockers. How to Sign On. Main Toolbar Overview. Order Guides / Placing Orders. Confirmations. Topics Covered Web Address / Popup Blockers How to Sign On Main Toolbar Overview Order Guides / Placing Orders Confirmations Reports User / Admin Options Custom Order Guides Web Address What is the web

More information

iquote User Guide 01 August 2018

iquote User Guide 01 August 2018 iquote User Guide 01 August 2018 Contents 1. Introduction to this User Guide... 3 2. Introduction to iquote... 3 2.1 iquote Homepage... 3 2.2 Notifications... 4 3. How to create a New Quote... 4 3.1 Launching

More information

A staff guide to viewing the Similarity Report in Turnitin

A staff guide to viewing the Similarity Report in Turnitin Technology Enhanced Learning Blackboard Guides A staff guide to viewing the Similarity Report in Turnitin What is a Similarity Report? The similarity report highlights text in a student s paper that matches

More information

Desire2Learn: Assignments

Desire2Learn: Assignments Desire2Learn: Assignments Page 1 Table of Contents Assignments... 2 Creating an Assignment folder... 2 To create a new Assignment folder... 2 Editing an Assignment Folder... 2 Assignment Submission Options...

More information

A staff guide to viewing the Similarity Report in Turnitin

A staff guide to viewing the Similarity Report in Turnitin Technology Enhanced Learning Blackboard Guides A staff guide to viewing the Similarity Report in Turnitin What is a Similarity Report? The similarity report highlights text in a student s paper that matches

More information

Setting up a Turnitin Dropbox

Setting up a Turnitin Dropbox Setting up a Turnitin Dropbox Turn editing on Add an activity or resource Choose Turnitin Assignment 2 General Turnitin Assignment Name the name that will appear on the homepage eg. Assignment 1 submission

More information

USING NAVIGATOR PRO CUSTOMER VERSION 2.0 USING NAVIGATOR PRO CUSTOMER VERSION 2.0 REPCO AUSTRALIA. Nav Pro User Guide RAU V2

USING NAVIGATOR PRO CUSTOMER VERSION 2.0 USING NAVIGATOR PRO CUSTOMER VERSION 2.0 REPCO AUSTRALIA. Nav Pro User Guide RAU V2 USING NAVIGATOR PRO REPCO AUSTRALIA 1 TABLE OF CONTENTS Introduction... 3 How does it work?... 3 What s In it for You?... 4 What s in it for Repco?... 4 What happens when you place a parts order through

More information

Auto Replenishment Module Setup Guide

Auto Replenishment Module Setup Guide Auto Replenishment Module Setup Guide A CustomerLink Exchange document The AcuSport Retail Technology Group (RTG) recommends completing the procedures in this guide to set up the Auto Replenishment (AR)

More information

Pay. Quick Start Guide Sage One. Pay QUICK START GUIDE SAGE ONE

Pay. Quick Start Guide Sage One. Pay QUICK START GUIDE SAGE ONE QUICK START GUIDE SAGE ONE 1 Our easy to use guide will get you up and running in no time! Index: Page: 2 Login Now 3 How to issue a service key 3 Inserting service keys into 4 Enable the Customer Zone

More information

Marking Exams and Releasing Marks in MyDispense

Marking Exams and Releasing Marks in MyDispense Marking Exams and Releasing Marks in MyDispense Workbook 2 for Monday 15 th July 13.00 session Learn how to use MyDispense for assessment Table of Contents Important... 2 Marking Exams - The Exam Manager...

More information

Ad Hoc Reporting with Report Builder

Ad Hoc Reporting with Report Builder BI316 Ad Hoc Reporting with Report Builder David Lean Principal Technology Specialist Microsoft Australia Visit www.sqlserver.com.au Monthly Meetings + Great info + Great Contacts + Pizza & Beer It s Free!!!

More information

Creating User-Friendly Databases

Creating User-Friendly Databases Creating User-Friendly Databases Chapter 8 Databases are often created by a small number of people then used by a larger number of others. Often these people do not know how to use all the features of

More information

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information.

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information. INFORMATION SYSTEM LESSON 41 DATA, INFORMATION AND INFORMATION SYSTEM SMK Sultan Yahya Petra 1 DATA Data and information are used in our daily life. Each type of data has its own importance that contribute

More information

CPT140 Database Concepts Study Period 2, 2012 Assignment 2

CPT140 Database Concepts Study Period 2, 2012 Assignment 2 CPT140 Database Concepts Study Period 2, 2012 Assignment 2 Due: 11:59pm, Sunday 5th August 2012. Worth: 100 marks in total, which is worth 20% of the overall assessment for the course. Submission: Submission

More information

FULL INSPECTION APPLICATION

FULL INSPECTION APPLICATION FULL INSPECTION APPLICATION The cost of a FULL INSPECTION is $550 + GST for residential properties only and covers all metropolitan areas. If you have a commercial or industrial property, please contact

More information

EkoSystem. Baseline office furniture redefined.

EkoSystem. Baseline office furniture redefined. EkoSystem Baseline office furniture redefined. Contents 4 Open Plan Office Space Collaboration simplifed. 6 Large Office Space Mix & match. 8 Small Office Space Two flavours. One result. 10 Meeting Spaces

More information

Contents About this Guide... 2 Introduction to Supplierportal.biz... 2 Support and feedback... 3 My Company... 4 Settings... 4 Commodities...

Contents About this Guide... 2 Introduction to Supplierportal.biz... 2 Support and feedback... 3 My Company... 4 Settings... 4 Commodities... SUPPLIER USER GUIDE This documentation may only be used in accordance of the Terms of Use of the Supplierportal.biz Portal. Any other use, including but not limited to modification, publication and/or

More information

Portfolio Report (for all weekly practicals)

Portfolio Report (for all weekly practicals) Portfolio Report (for all weekly practicals) Getting Started Worth 15%, due in Week 13 6:00pm Fri 26 th Oct You ll learn, from this unit, using IT more effectively as a university student. For this purpose,

More information

DataBar Online User Tutorial Updated September 2016

DataBar Online User Tutorial Updated September 2016 DataBar Online User Tutorial Updated September 2016 The DataBar Online tool was created to allow sellers of produce to communicate their Global Trade Item Numbers (GTINs) encoded inside of the DataBar

More information

EFIS 2.0 Training Materials Child Care User

EFIS 2.0 Training Materials Child Care User EFIS 2.0 Training Materials Child Care User Contents Module 1 Basic Planning... 3 Module 2 Basic Planning Through Smart View... 17 Module 3 Advanced Smart View... 29 Module 4 Data Entry Validation... 40

More information

OM Marketplace. October, 2017

OM Marketplace. October, 2017 OM Marketplace October, 2017 1 CONTENTS Contents Page # OM Marketplace Basics 3 About OM Marketplace 4 Login 5 User Preferences 8 Order Management 17 Place An Order 18 Quick Key 27 Upload Order 29 View

More information

Canberra Institute of Technology

Canberra Institute of Technology Canberra Institute of Technology Accounting and Law Centre for Business Student s Name & CIT # Tutor s Name: Place a cross (X) if student s Card NOT sighted Subject: COMP 337 Setup and operate a computerised

More information

Assignment 1 Mobile client application

Assignment 1 Mobile client application Assignment 1 Mobile client application Due date: 11:50 pm AEST, Friday Week 6 ASSIGNMENT Weighting: 20% Length: Less than 50 MB 1 Objectives This assessment item relates to the learning outcome 1, 2, 3

More information

Interpreting the Similarity Report

Interpreting the Similarity Report Interpreting the Similarity Report Turnitin compares papers against an ever expanding database of Internet pages, archived pages that might not be available any more, a subscription repository of periodicals,

More information

The Beer Store On-line Ordering System User Guide

The Beer Store On-line Ordering System User Guide Registration Customers must register with The Beer Store to obtain a username and password required to use the Internet ordering facility. If you are a customer with multiple licenses/locations you must

More information

Talking Sage 200. talkingsage200.wordpress.com Sage 200 Navigating the Desktop

Talking Sage 200. talkingsage200.wordpress.com Sage 200 Navigating the Desktop Talking Sage 200 talkingsage200.wordpress.com Twitter: @talkingsage200 Sage 200 Navigating the Desktop Contents Preface... 4 Desktop... 6 Tool bar... 6 Navigation bar... 6 Work area... 7 3 talkingsage200.wordpress.com

More information

Adobe Acrobat 8 Professional Forms

Adobe Acrobat 8 Professional Forms Adobe Acrobat 8 Professional Forms Email: training@health.ufl.edu Web Site: http://training.health.ufl.edu 352 273 5051 This page intentionally left blank. 2 Table of Contents Forms... 2 Creating forms...

More information

Excel Model Reference REFERENCE

Excel Model Reference REFERENCE Excel Model Reference 1 Navigating Accounting Excel Models REFERENCE TABLE OF CONTENTS Introduction 2 How Do I Use the Models? 3 Model Overview 4 EntryInputs Sheet Tab 5 Accounts Sheet Tab 6 BSE Sheet

More information

FACULTY QUICK START GUIDE

FACULTY QUICK START GUIDE Page 1 of 34 FACULTY QUICK START GUIDE Developed by elearning In this Guide: We have included the minimum requirements to setup your D2L shell for your face-to-face courses. These include the following:

More information

User manual website

User manual website User manual website http://www.velleman.eu To enable you to make optimal use of our website we have written this user manual. This manual will offer guidance during your visit of our renewed website. First

More information

PCS-Tender. Supplier Response Guide

PCS-Tender. Supplier Response Guide PCS-Tender Supplier Response Guide Version 3.2 October 2016 Page 1 Contents Creating a Response to a Tender... 3 The Settings Area... 3 Saving a Response... 5 Qualification Envelope Example... 5 Technical

More information

User Guide. Document Version: 1.0. Solution Version: 365_102017_3_4

User Guide. Document Version: 1.0. Solution Version: 365_102017_3_4 User Guide Document Version: 1.0 Solution Version: 365_102017_3_4 Table of Contents How to Install Purchase Manager in your Dynamics 365?... 3 How to Configure Purchase Manager Security Roles in your Dynamics

More information

Turnitin Originality Checking and Online Marking with Feedback Studio

Turnitin Originality Checking and Online Marking with Feedback Studio Turnitin Originality Checking and Online Marking with Feedback Studio Introduction Turnitin is fully integrated with your Blackboard course; students enrolled onto your Blackboard course will normally

More information

Website Ordering User Guide (New customer) https://www.finelinetech.com/fasttrak_ userguide/

Website Ordering User Guide (New customer) https://www.finelinetech.com/fasttrak_ userguide/ Website Ordering User Guide (New customer) https://www.finelinetech.com/fasttrak_ userguide/ Contact Information: US: support@finelinetech.com Asia: support@finelinetech.com.hk Customer Service: USA: 1-800-500-8687

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name 1) The table Design view shows 1) A) the relationships established for the table. B) the formatting applied to the table. C) the structure of the table. D) the number of records in the table.

More information

VoiceThread Training

VoiceThread Training VoiceThread Training Contents Introduction... 2 Objectives... 2 Connecting to VoiceThread Initially... 2 Creating a VoiceThread Presentation... 4 Accessing Existing VoiceThread Presentations... 5 Sharing

More information

Supplier Guide. Parts Quoted

Supplier Guide. Parts Quoted Supplier Guide Parts Quoted This is the first page you will see when you log in. From this page, you are able to view your APU stats for the past 90 days, all claims quoted on month to date, and also view

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

How to interpret a Turnitin originality report

How to interpret a Turnitin originality report How to interpret a Turnitin originality report What is an originality report? It is a tool that checks your assignment against various electronic resources for matching text. It will then highlight the

More information

VETtrak Data Insights User Guide. for VETtrak version

VETtrak Data Insights User Guide. for VETtrak version VETtrak Data Insights User Guide for VETtrak version 4.4.8.2 Contents Data Insights User Guide... 2 What are Data Insights?... 2 Why is it called Data Insights?... 2 Why did we create this new feature?...

More information

Week 8: The fundamentals of graph theory; Planar Graphs 25 and 27 October, 2017

Week 8: The fundamentals of graph theory; Planar Graphs 25 and 27 October, 2017 (1/25) MA284 : Discrete Mathematics Week 8: The fundamentals of graph theory; Planar Graphs 25 and 27 October, 2017 1 Definitions 1. A graph 2. Paths and connected graphs 3. Complete graphs 4. Vertex degree

More information

Building Resource Builder cases: Virtual Practitioner template

Building Resource Builder cases: Virtual Practitioner template Building Resource Builder cases: Virtual Practitioner template Brief instructions Log into Resource Builder. Create a new resource using the Virtual Practitioner template. Name your new case. Go to Pages

More information

Unit title: IT in Business: Advanced Databases (SCQF level 8)

Unit title: IT in Business: Advanced Databases (SCQF level 8) Higher National Unit Specification General information Unit code: F848 35 Superclass: CD Publication date: January 2017 Source: Scottish Qualifications Authority Version: 02 Unit purpose This unit is designed

More information

Version certificate sampling

Version certificate sampling BeOn Online Sampling Release notes Version 2.1.00 certificate sampling New features and changes for Volkswagen AG group suppliers (All new features and changes are also visualised and described in the

More information

TurnItIn How Do I Set Up My Turnitin Assignment? How Do I Give Feedback to My Students in Turnitin?...109

TurnItIn How Do I Set Up My Turnitin Assignment? How Do I Give Feedback to My Students in Turnitin?...109 ASSIGNMENTS Table of Contents Assignment Settings... 4 How Do I Create an Assignment?... 5 How Do I Edit an Assignment?... 8 How Do I Create a Group Assignment?...11 How Do I Delete an Assignment?...18

More information

CommunityPro PORTAL TUTORIAL For BOARD MEMBERS To:

CommunityPro PORTAL TUTORIAL For BOARD MEMBERS To: CommunityPro PORTAL TUTORIAL For BOARD MEMBERS To: Register & Learn to Navigate in CommunityPro PORTAL BOARD ROOM Login & Access Ledger Balances & Make Assessment Payments Through CommunityPro PORTAL Board

More information

SAP R/3 Information Session

SAP R/3 Information Session SAP R/3 Information Session By Martin O'Reilly Table of Contents Topic Page Login Procedures..2 Structure of GUI 6 Basic Navigation..8 Getting Help..12 Reporting Basics.13 Exercises 18 1 Login Procedures

More information

BYU-Idaho Online Knowledgebase

BYU-Idaho Online Knowledgebase ASSIGNMENTS Table of Contents Assignment Settings...4 How Do I Create an Assignment?...5 How Do I Edit an Assignment?...8 How Do I Create a Group Assignment?...12 How Do I Delete an Assignment?...21 "Dropbox"

More information

Using Turnitin via Turnitin.com

Using Turnitin via Turnitin.com LIBRARY Using Turnitin via Turnitin.com Students Step by Step User Manual Nov2013 1 Contents Create a new account... 3 Submit a paper... 5 Access the Originality Report... 5 Print or save the report...

More information

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

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

More information

Introduction to Dropbox Management Add a Category Add a Folder Set Availability for Dropbox Folders Add Special Access...

Introduction to Dropbox Management Add a Category Add a Folder Set Availability for Dropbox Folders Add Special Access... Dropbox Introduction to Dropbox Management... 2 Add a Category... 3 Add a Folder... 4 Set Availability for Dropbox Folders... 8 Add Special Access... 10 Reorder Folders and Categories... 12 Delete a Folder...

More information

Flex Supplier Portal How to use Flex Supplier Portal

Flex Supplier Portal How to use Flex Supplier Portal Flex Supplier Portal How to use Flex Supplier Portal TABLE OF CONTENT TABLE OF CONTENT... 2 Introduction... 4 How to access Flex Portal... 5 OKTA account registration... 5 How to login OKTA (After registration)...

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Interfaces 2 Basic Macros 2 Exercise 1. Creating a Test Macro 2 Exercise 2. Creating a Macro with Multiple Steps 3 Exercise 3. Using Sub Macros 5 Expressions

More information

Using Turnitin via Turnitin.com

Using Turnitin via Turnitin.com LIBRARY Using Turnitin via Turnitin.com Students Step by Step User Manual May2017 1 Contents Create a new account... 3 Submit a paper... 5 Access the Originality Report... 5 Print or save the report...

More information

Learning About Relational Database By using Microsoft Access 2010

Learning About Relational Database By using Microsoft Access 2010 The Business School BUACC5937: Information Systems Design and Development for Accountants Mégabite Restaurant e-commerce System Invoice Learning About Relational Database By using Microsoft Access 2010

More information

How to design and print cards using a database connection with. emedia CS Software

How to design and print cards using a database connection with. emedia CS Software How to design and print cards using a database connection with emedia CS Software For this exercise, we will use a Database that has been created in EXCEL. The example below shows the database fields populated

More information

Assignment A04 - Conceptual Space Planning

Assignment A04 - Conceptual Space Planning Assignment A04 - Conceptual Space Planning Purpose: In any Integrative Design Process one must have an intimate understanding of the utilization of the spatial requirements, and the relationships between

More information

Retek Trade Management User Guide

Retek Trade Management User Guide Retek Trade Management 10.1 User Guide Retek Trade Management The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms of the

More information

Table of Contents. I need LennoxPROs.com help. Where should I go? How to receive a customer number How to register for LennoxPROs.com...

Table of Contents. I need LennoxPROs.com help. Where should I go? How to receive a customer number How to register for LennoxPROs.com... How To Guide 1 Table of Contents I need LennoxPROs.com help. Where should I go?... 3 How to receive a customer number... 3 How to register for LennoxPROs.com... 5 How can users join an existing LennoxPROs.com

More information

Alcoholic Beverage Distributor s Monthly Report

Alcoholic Beverage Distributor s Monthly Report Alcoholic Beverage Distributor s Monthly Report Log in with the user id and password provided through the EDS registration process and click on the Login button. If you have not registered, click on the

More information

USER GUIDE. June 2012 VERSION 1.0. Supplier Portal. Kimberly-Clark. E-sourcing

USER GUIDE. June 2012 VERSION 1.0. Supplier Portal. Kimberly-Clark. E-sourcing USER GUIDE June 2012 VERSION 1.0 Supplier Portal Kimberly-Clark E-sourcing Copyright 2005, Kimberly-Clark Worldwide, Inc. All rights reserved. This document and its associated training materials are proprietary

More information

AXIS 2.10 Release Notes

AXIS 2.10 Release Notes AXIS 2.10 Release Notes May 2017 2016 AcuSport Corporation Notices AXIS 2.10 Release Notes Publication Date: May 2017 Copyright 2017 AcuSport Corporation. 940 Industrial Drive, Suite 107 Sauk Rapids, MN

More information

King s Learning Institute

King s Learning Institute STUDENT GUIDANCE FOR SUBMITTING ASSIGNMENTS ONLINE King s Learning Institute Contents Faculty Policies Regarding the Online Submission of Work... 2 Attaching a Coversheet... 3 Uploading an Assignment...

More information

design on demand

design on demand Summary Della Valentina Office and Desall.com invite you to a new design contest for the creation of a new workstation dedicated to home office, that is a work-from-home context, in line with the current

More information

Supplier Invoice Submission Guide. English

Supplier Invoice Submission Guide. English Supplier Invoice Submission Guide English Date: May 2 nd, 2017 1 Table of Contents How to submit an invoice through the SWIM... 3 How to access the SWIM... 3 Submitting a PO invoice... 4 Creating an invoice...

More information

Turnitin Software Professional Development

Turnitin Software Professional Development Turnitin Software Professional Development Presented by: Office of Electronic and Continuing Education Northwestern State University For help or assistance call 357-6355 or email ece@nsula.edu Northwestern

More information

Woolworths Price Form

Woolworths Price Form Woolworths Price Form Reference Guide Doc ID #1397 Last updated 19 February 2018 Copyright Woolworths Group Page 1 of 16 Contents Purpose Key Things to Know Forms Tool Validation Messages Woolworths Price

More information

CommunityPro PORTAL TUTORIAL For BOARD MEMBERS To:

CommunityPro PORTAL TUTORIAL For BOARD MEMBERS To: CommunityPro PORTAL TUTORIAL For BOARD MEMBERS To: Register & Learn to Navigate in CommunityPro PORTAL BOARD ROOM Login & Access Ledger Balances & Make Assessment Payments Through CommunityPro PORTAL Board

More information

ALEKS. Introduction to Online Ordering. To access the ALEKS online ordering form, begin at the ALEKS home page and then click on the K-12 button.

ALEKS. Introduction to Online Ordering. To access the ALEKS online ordering form, begin at the ALEKS home page and then click on the K-12 button. ALEKS Introduction to Online Ordering To access the ALEKS online ordering form, begin at the ALEKS home page and then click on the K-12 button. From the navigation tool bar on the left, click on the Ordering

More information

Quotations. 3. The quotation will have an automatic number, comprising of the request ID, a hyphen and then the number of the quotation in the list.

Quotations. 3. The quotation will have an automatic number, comprising of the request ID, a hyphen and then the number of the quotation in the list. Quotations If an end-user wishes to purchase something, whether, physical or service, NetHelpDesk has the ability to raise quotations to send to the end-user. Whether they are stand alone, or as part of

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

Getting Started with

Getting Started with Getting Started with Contents Creating Projects and Jobs... 2 Estimate... 4 Estimate toolbar... 4 Creating Headings and items... 5 Plans... 8 What are Vector and Raster Plans? What should you use?... 8

More information

Database Design Lab: MS Access Queries

Database Design Lab: MS Access Queries Database Design Lab: MS Access Queries 1. Download lab6.accdb and rename it to lab7.accdb. 2. Create a simple query named qryauthor that has a Name attribute (i.e. Firstname Lastname ). a) Open lab6.accdb.

More information

An Introduction to Blackboard for Students

An Introduction to Blackboard for Students An Introduction to Blackboard for Students This document provides instructions on navigating Blackboard and utilizing its features. Check out http://www.uis.edu/colrs/students/blackboard/blackboardtutorial.html

More information

1. After turning Edit Mode On at the top right of the Contents page, select Turnitin Assignment using the Create Assessment pull down menu

1. After turning Edit Mode On at the top right of the Contents page, select Turnitin Assignment using the Create Assessment pull down menu Guides.turnitin.com Creating a Turnitin Assignment Revision Assignments Creating a PeerMark Assignment Submitting Papers The Turnitin Assignment Inbox Viewing the PeerMark Assignment Inbox Glossary 1 Creating

More information

Using the elab LMS Integration Tool in a Canvas Course

Using the elab LMS Integration Tool in a Canvas Course Using the elab LMS Integration Tool in a Canvas Course Introduction The elab LMS integration tool allows educators to add single sign-on links to elab resources such as videos, Guide Me tutorials, WebSims,

More information

In-State Tobacco Products Wholesale Dealer s Report

In-State Tobacco Products Wholesale Dealer s Report In-State Tobacco Products Wholesale Dealer s Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click on the Login button. If you have not registered,

More information

ER-to-Relational Mapping

ER-to-Relational Mapping Lecture 9 1 1. Context 2. The Algorithm Outline 2 Database Design and Implementation Process 3 Data Models 4 Example ERD 5 Resulting Relational Schema 6 Step 1: Regular Entity Types i. For each regular/strong

More information

Introduction to Access 97/2000

Introduction to Access 97/2000 Introduction to Access 97/2000 PowerPoint Presentation Notes Slide 1 Introduction to Databases (Title Slide) Slide 2 Workshop Ground Rules Slide 3 Objectives Here are our objectives for the day. By the

More information

VLE Staff Development 2012 Introductory

VLE Staff Development 2012 Introductory Learning Development Services VLE Staff Development 2012 Introductory Anglia Learning and Teaching Inspiring Academic Excellence June 2012 VLE Staff Development 2012 - Introductory Contents Purpose of

More information

IMS1907 week 5 tutorial 2005

IMS1907 week 5 tutorial 2005 IMS1907 Database Systems Tutorial Week 5 Some Web sites and data structures they might be using Introduction to MS Access 1 Revision Questions In this tutorial you are to examine some public databases

More information

Dropbox. Dropbox includes a number of functions for managing the submission of assignments including:

Dropbox. Dropbox includes a number of functions for managing the submission of assignments including: Dropbox Page 1 of 10 Dropbox includes a number of functions for managing the submission of assignments including: Create categories of dropbox folders, like Quizzes or Discussions. Associate the submitted

More information

Contemporary Invoice Format - A

Contemporary Invoice Format - A Contemporary Invoice Format - A (Version 1.1) IMPRESSIVE STAR SOFTWARES (P) LTD. {Tally Integration, Extension, Distribution,Training & Service Partner} {Tally Shoper Retail Solution Partner} Corporate

More information

Miele B2B Portal User Handbook Version 3.0

Miele B2B Portal User Handbook Version 3.0 Miele B2B Portal Processing Orders via Miele B2B Portal User Handbook Version 3.0 Date: 22/02/2011 Page 1 Contents 1 Opening Website / logging on... 3 2 B2B Homepage... 4 3 Creating/Maintaining Authorisations...

More information

Week 4 Tute/Lab Entity-Relationship (ER) Model

Week 4 Tute/Lab Entity-Relationship (ER) Model ISYS1055/1057 Database Concepts 2018 Semester 2 Week 4 Tute/Lab Entity-Relationship (ER) Model The objectives of this tute/lab session are: Learn about the entity-relationship model; Learn how to build

More information

PRACTICAL EXERCISE 1.1.6c

PRACTICAL EXERCISE 1.1.6c PRACTICAL EXERCISE 1.1.6c PLAN, SELECT & USE APPROPRIATE IT SYSTEMS & SOFTWARE 1. Explain the purpose for using IT. EXPLAIN THE PURPOSE FOR USING IT a) Explain the type of document that is to be produced

More information

Teach Yourself Microsoft Office Access Topic 2: Getting Started with Microsoft Access

Teach Yourself Microsoft Office Access Topic 2: Getting Started with Microsoft Access http://www.gerrykruyer.com Teach Yourself Microsoft Office Access Topic 2: Getting Started with Microsoft Access Microsoft Access 2016 uses the Ribbon to organise commands, just like the versions of MS

More information

Student Guide: Turnitin Originality report

Student Guide: Turnitin Originality report Student Guide: Turnitin Originality report Advance note for students: This guide is for helping you with checking referencing of a draft file for assessment, it does not relate to a final submission. It

More information

Detailed Data Modelling: Attribute Collection and Normalisation of Data

Detailed Data Modelling: Attribute Collection and Normalisation of Data Detailed Data Modelling IMS1002 /CSE1205 Systems Analysis and Design Detailed Data Modelling: Attribute Collection and Normalisation of Data The objective of detailed data modelling is to develop a detailed

More information

Data Import Guide DBA Software Inc.

Data Import Guide DBA Software Inc. Contents 3 Table of Contents 1 Introduction 4 2 Data Import Instructions 5 3 Data Import - Customers 10 4 Data Import - Customer Contacts 16 5 Data Import - Delivery Addresses 19 6 Data Import - Suppliers

More information

BANNER BASICS Version 8.0 Version 8.0

BANNER BASICS Version 8.0 Version 8.0 Version 8.0 Table of Contents Introduction... 2 Purpose... 2 Objective... 2 Section 1 User Responsibility... 3 Section 2 Banner Access... 4 Section 3 Parts of the Banner Main Screen... 6 Section 4 Keyboard

More information

Create a new form. To create a form from a new or existing spreadsheet: 1. Click the Tools drop down menu and select Create a form.

Create a new form. To create a form from a new or existing spreadsheet: 1. Click the Tools drop down menu and select Create a form. Create a new form You can choose Google Forms when creating a new doc from Google Drive. You can also create a new form from a Google Sheet or from a template. To create a form within Google Drive: Click

More information

Website Ordering User Guide (Cost Plus World Market)

Website Ordering User Guide (Cost Plus World Market) Website Ordering User Guide (Cost Plus World Market) http://www.finelinetech.com Version 1.5 Regular User October 19, 2012 Contact Information Email: support@finelinetech.com Customer Service: USA: 1-800-500-8687

More information

Blackboard Version Grade Center Unmasked An Online Learning Center Training Series Publication

Blackboard Version Grade Center Unmasked An Online Learning Center Training Series Publication Blackboard Version 9.1.9 Grade Center Unmasked An Online Learning Center Training Series Publication This packet will explain in detail the features and benefits of the new Grade Center in version 9 of

More information

Find and read your Turnitin feedback

Find and read your Turnitin feedback o elearning Unit Student Guides Last updated: 29/09/17 Find and read your Turnitin feedback Find your Turnitin feedback... 1 Reading Feedback Studio feedback... 2 1. Feedback comments directly on the page...

More information