PREAMBLE Dr William Moulton Marston retired in 2012 after a long career in Pyschology. To keep busy and to fulfil a lifelong dream, Dr Moulton Marston started a Memorabilia mail order business,...


PREAMBLE Dr William Moulton Marston retired in 2012 after a long career in Pyschology. To keep busy and to fulfil a lifelong dream, Dr Moulton Marston started a Memorabilia mail order business, specialising in Superhero related products called the “Themyscira Paradise” and began selling various types of imported Superhero merchandise such as statues, iPhone skins, giftware, pop vinyls, mugs, clothing and other assorted Superhero paraphernalia to customers via mail order around Australia. These types of Superhero merchandise have become very popular, especially since the massive Marvel and DC movie and television franchises such as Marvel’s Avengers, Thor, Iron Man and DC’s Gotham, Flash, and Arrow have brought the phenomenon back into the public’s attention; and Dr Moulton Marston’s business has experienced a rapid growth in their mail orders. When Dr Moulton Marston first retired, the business bought a personal computer to help manage the books and finances. Themyscira Paradise is located at Shop 19, 13 Ares Avenue, Toowoomba (about 100 km west of Brisbane). Their ABN is 126 279 410. Dr Moulton Marston can be contacted via phone on (07) 4632 1856; fax on (07) 4632 1943; or email on [email protected]. Dr Moulton Marston is extremely impressed with our computing firm “Mjolnir Technologies” and the business has contracted our firm to assist them in setting up their various computer-based information systems. Part A: The first computer-based information system that Dr Moulton Marston is interested in is a Database Management System (DBMS) utilising Microsoft Access (any version from Access 2007 to current). The DBMS will store all of the business’s customer details, information about the stock items that the business sells, the suppliers that the business uses and all postal order transactions for the business. It will allow Dr Moulton Marston to run a number of queries on the data, which the business has specified below, and they wish to be able to print out an invoice for each customer at the end of each month. Part B: The next computer-based information system that the business is interested in is a Decision Support System (DSS) utilising Microsoft Excel (any version from Excel 2007 to current). The DSS will analyse sales trends for the business to determine future courses of action for the business. Dr Moulton Marston would like the information in the Database Management System (DBMS) (Assignment 1) imported into Microsoft Excel (any version from Excel 2007 to current) so that the information can be summarised as a report and some future analysis of sales trends performed. The suppliers used by the business, source items from either Belgium (BE) or Canada (CA). They allow the business to select from either of these two regions on an ad hoc basic depending on the most favourable exchange rate at the time. Dr Moulton Marston has noted that a number of the business’s competitors are providing a discount to customers who place large orders. The business would like to see what affect adopting a similar policy would have on the business. The business has also noted a growing number of online businesses are starting to provide free freight delivery as a way of encouraging more online business; the business would like to run a number of scenarios based on potential Mark-up and Freight options to ascertain the best combination for the business if they were to adopt this policy too. Part C: Dr Moulton Marston also has a number of questions relating to the two computer-based information systems in Part A & Part B that he would like you to answer, prepare an Essay to answer these questions he has listed. All parts of this project must be developed with professionalism and user-friendliness in mind. http://filmjunkee.com/wp-content/uploads/2014/05/dc-entertainment-justice-league-we-can-be-heroes-566x342-566x320.jpg, DC Entertainment, Justice League – We Can Be Heroes.   Assignment 1: Part A (Database Management System) Your firm’s Systems Analyst has developed a database structure that has been determined to be suitable to create a database to store Dr Moulton Marston’s customer, item, supplier and order data for the business, which has been provided as follows: Table Specifications Table: tblCustomers Fields: Cust ID (Primary Key), Title, Family Name, Given Names, Date of Birth, Address, City, State, Postcode, Freight Distance (Km), Mobile Number, eMail Address, Mailing List. Table: tblItems Fields: Item ID (Primary Key), Type, Description, Size, Freight Weight (Kg), Supplier ID, In Stock, On Order, Cost Price (BE) , Cost Price (CA) . Table: tblSuppliers Fields: Supplier ID (Primary Key), Supplier Name, Address, City, State, Postcode, Phone Number, Recommended MarkUp Table: tblOrders Fields: Cust ID, Item ID, Order Date (Primary Key), Dispatch Date, Order Qty Note: The primary key of the Orders table is a combined multiple-field key. It has three fields in one key. Dr Moulton Marston has provided to us a partial list of the business’s customers, stock items, and suppliers and a partial list of her postal orders for the first quarter 2017 (Jan – March) to use as test data in four comma delimited text files which can be found on your firm’s Intranet (CIS1000 Study Desk).   Mrs Quinn Hippolyta, your manager, has set up the following tasks for you to complete for this phase of the project: 1. Create a Database and import the four (4) Text files into four (4) Tables 2. Modify Table Design 3. Set Primary Keys 4. Create Relationships between the Tables 5. Edit Customers Table 6. Create Data and Update Queries 7. Create an Invoice Report Task 1: Create and Import Create a new blank Access Database (using any version from Access 2007 to current) and name it [lastname] [initial] _ [student number] _ [course code] _ assign1.accdb (eg. genrichr_0050051005_cis1000_assign1.accdb). Import the four sets of data from your firm’s Intranet (CIS1000 Study Desk). The easiest and quickest way to import data into Access is by using the Import Text Wizard. The following steps must be followed carefully to ensure the data is imported correctly: Importing Tab Delimited Text files into Access (any version from Access 2007 to current) using the Wizard 1) On the External Data tab, in the Import & Link group, click the Text File data source icon. 2) In the Get External Data - Text File wizard popup, browse to find the ‘Assignment01 Text File Customers.txt’ text file and select the Import the source data into a new table in the current database option – then click OK. 3) Select the Delimited – Characters such as commas or tab separate each field option on the first page of the wizard - then click Next. 4) Select the Tab option on the second page of the wizard and turn on the First Row Contains Field Names check box - then click Next. 5) Set the following for each field on the third page of the wizard: • Field Name – keep the field name as it appears when imported Note: Changing Field Names rather than using Captions will result in loss of marks. • Data Type – giving each an appropriate data type (students will be marked on their logical choice of data types, based on the sample data provided). Note: Numbers that will not be used for calculations should be set as Text. Numbers such as Freight Weight and Order Qty must be carefully and logically set to avoid loss of data (numbers without decimal places should be set to be either binary, integer or long integer; and numbers with decimal places should be set to be single or double). See the Beskeen et al textbook Access Unit E for more details on setting appropriate Data Types, particularly Table E-3: Common Number field properties for logical Data Types. • When you are sure that each field has the appropriate data type, click Next. 6) Select No Primary Key option on the forth page of the wizard – these will be set in Task 2 - then click Next.   7) Name the table tblCustomers on the final page of the wizard and click Finish. Repeat the above 7 steps for the rest of the text files naming each Database Table as follows: Text File Table Name Assignment01 Text File Items.txt tblItems Assignment01 Text File Suppliers.txt tblSuppliers Assignment01 Text File Orders.txt tblOrders Note: Table names must conform to the Leszynski Naming Convention (LNC) as per the Naming Convention for Access Database Objects document in the Practical Appendixes found on the Study Schedule and Module Materials. Task 2: Modify Table Design Modify the four imported tables’ structures using the given Table Specifications, from the section above, in Microsoft Access using Table Design View: • Use the above table specifications, checking that you have the correct table names and field names. • Check that all fields have the appropriate Data Type from the following: o Text, Number, Date/Time, Currency, Yes/No, Hyperlink. • Add an appropriate Field Descriptions to ALL data field with a well-structured description, eg. for CustID an appropriate description would be: Customer Identification | Data Type: Short Text: 3 Characters • Ensure that you also set properties for each field where appropriate. You MUST set the following: o Field Size – set appropriate logical fields sizes for all Text and Number data types (numbers without decimal places should be set to be either binary, integer or long integer; and numbers with decimal places should be set to be single or double) o Caption – set an appropriate English caption for all fields where the field name is not in English (eg. Customer ID for CustID) o Format – set an appropriate format for all: Yes/No and Date data fields; Text data fields that should be stored in Upper-Case (State); Hyperlinks data fields that should be stored in lower-case (EmailAddress); and numbers that contain currency or percentages Note: BE is the country code for Belguim – should be formatted in Euros; CA is the country code for Canada – should be formatted in Dollars. o Decimals – set an appropriate number of decimal places for any single or double numbers o Default Value – set an appropriate default value for all Yes / No data Fields o Required – set any data Fields that must contain data to Required and leave any Fields where data is optional as unchecked. o Validation Rule and Validation Text – include appropriate Validation Rules for each of the following data Fields: Title; State; and Item Type. This ensures that only limited value options can be entered for these data Fields. See the Beskeen et al textbook Access Unit E for more details on appropriate settings for each Data Type. For example: Before proceeding to Task 3, check the Data in the four tables against the Data in the four text Files to ensure that there has been no loss of Data during Task 1 and 2. Task 3: Set Primary Keys Set the Primary Keys for the four (4) Tables as per the following table specifications in Microsoft Access using Table Design View: Table Name Primary Key(s) tblCustomers CustID tblItems ItemID tblSuppliers SupplierID tblOrders CustID, ItemID, OrderDate Note: The primary key of the Orders table is a combined multiple-field key. It has three fields in one key. See the Beskeen et al textbook Access Unit A and the Video provided in the Course Content section for creating primary keys. Task 4: Create Relationships between the Tables Create the following relationships between the four (4) tables: • tblCustomers to tblOrders • tblItems to tblOrders • tblSuppliers to tblItems Check that the correct table names and field names are listed in the ‘Edit Relationships’ screen. Ensure that you ENFORCE referential integrity, but do not set Cascading Updates or Cascading Deletes. You should check that the computer has identified correctly the 1 to ∞ relationships between the four (4) tables. Note: This must be done after you have established the primary keys See the Beskeen et al textbook Access Unit E and the YouTube videos on the StudyDesk for more details on creating relationships.   Task 5: Edit Customers Table Edit Customer ID 112 in the Customers Table as per the following instructions in Microsoft Access using Table Datasheet View: 1. Change the Title, Given Names and Family Name to your own details. 2. Change the Address, City, State and Postcode to your own details. 3. Using www.whereis.com.au look up the distance between your current address and Toowoomba QLD 4350 – change the Freight Distance to this new value. 4. Change the Mobile Number to your student ID eg. 0061099999 o Do not use the u1099999 version. 5. Change the Email Address to your own details. 6. Select that you would like to be on the Business’s Mail List. Task 5: Create Data and Update Queries Create the following Five (5) queries using the Query Design View. Use the names given for each query to avoid confusion for the client (make sure you submit them in the order given below). Note: Not all queries will require the inclusion of all four tables; you must decide which tables are appropriate for the generation of each query’s output. Only tables needed should be included in the query design as extraneous tables could cause problems with the query results. Note: Query names must conform to the Leszynski Naming Convention (LNC) as per the Naming Convention for Access Database Objects document in the Practical Appendixes found on the Study Schedule and Module Materials – including the Query Number and Two Meaningful Words to describe the query eg. qry1XxxxxxXxxxxx. See the Beskeen et al textbook Access Unit B, Access Unit F and Access Unit K for more details on creating queries • Query 1: Late Dispatched Orders Form Query: Dr Moulton Marston would like to have a single query that the business can display within a form (Task 6: Form 1) to see the customers who are: i) Living in South Australia, have had items dispatched late (between 5th June and today) and where the item was ordered before the 21st May and the item is in stock Or ii) Living in Victoria, have had items dispatched late (between 28th May and today) and where the item was ordered before the 14th May and the item is in stock Create a Select Query that will display the CustID, Full Customer’s Name (including Title, Given Names, and Family Name), Full Customer’s Address, Date of Birth, eMail Address, MailingList, ItemID, Full Item Details (including Item Type, Item Description, Freight Weight and Supplier Name), OrderDate, Dispatch Date and OrderQty for those customers i) living in South Australia, who have placed Orders before the 21th May 2017 and where these orders were only dispatched between the 5th June 2017 and today (using the BETWEEN criteria tool and the DATE() function), and where the business currently has that item in stock ii) OR living in Victoria (using the OR criteria row) , who have placed Orders before the 14st May 2017 but where these orders were only dispatched between the 28th May 2017 and today (using the BETWEEN criteria tool and the DATE() function), and where the business currently has that item in stock Display the results sorted by State and Order Date, check that have you included all necessary Fields and ensure that you only display the required Fields. Note: This query will display 25 rows of data if done correctly (9 SA and 16 VIC). • Query 2: Import Duty Belgium (BE) Cost Price Increase: A new Australian import duty of 7.25% (to help build a underseas tunnel between the two countries) has been added for all products being imported from the European Union (EU), which will effect goods from Belgium (BE). Dr Moulton Marston has asked you to develop a query that will update the Cost Price from the Canada of all items that are currently on order. As it would be considered profiteering, it is important that the query does not update the Cost Price of items already in stock. Create an Update Query that will raise the Belgium (BE) Cost Price for all items on order that are not in stock by 7.25%. It is always good practice to backup any data before running an update or a delete query. The following steps should be followed to achieve this Query: • In the List of Tables, copy the table called tblItems and paste it with the new name tblBackupItems. Use tblItems for this Update Query, not your back up table tblBackupItems. If you have difficulties with this query and need to restore your data to the original values, you can copy columns as necessary from tblBackupItems to tblItems and start again. • Create an Update Query that will increase the Cost Price (BE) in tblItems by 7.25% for all items currently not in stock but on order. • Include rounding to 2 decimal places with the update calculation by placing the following function around the update formula: ROUND( update_formula ,2) Hint: ROUND( Cost Price (BE) + Cost Price (BE) * 7.25% ,2) Note: Percentages must be converted to decimals in Update Queries. Do not post formulas to the StudyDesk Forums; it may result in academic misconduct. Make sure you DO NOT change the Query Type – keep it as an Update Query and do not run the Update Query more than once. Note: This Query will update 36 rows of data if done correctly – compare the following three Items (ItemIDs 128, 145, & 177) between the tblItems and tblBackupItems to see if the update has been applied successfully. • Query 3: Invoice Query with Calculated Fields: Dr Moulton Marston would like to have a query that the business can use to produce customer invoices (Task 7) to see how many customers on our Mailing List ordered a product other than from Marvel where the item was in stock. This query should also calculate the selling price (based on goods purchased from the Canada) and order total, both of which will be needed on the customer invoices. Create a Select Query that will display the CustID, Full Customer’s Name (including Title, Given Names and Family Name), Full Customer Address, ItemID, Full Item Details (including Item Type, Item Description, Item Size, Freight Weight and Supplier Name), OrderDate, and OrderQty, including two calculated Fields - Selling Price (AU) and Order Total (AU). Limit the query to only those customers on our Mailing List who ordered a product of type Giftware, Pop Vinyls, Clothing and Apparel, or Pet Accessories (using the IN criteria tools), where the Item Description DOES NOT contain the word “Marvel” (using the NOT criteria tools and the LIKE criteria tool), and where the business currently has that item in stock. Note: • SellingPrice(AU) – CostPrice (CA) x Exchange Rate x (1 + Recommended MarkUp) • OrderTotal(AU) – SellingPrice(AU) x Ordered Qty Look up Exchange Rate CA to AU: www.xe.com Include rounding to 2 decimal places for the Selling Price Calculated Field by placing the following function around the formula: ROUND( calculated_Field ,2) SellingPrice and OrderTotal must be formatted to the appropriate currency and provided with meaningful captions in the properties for these two calculated Fields. Display the results sorted by CustID, ItemID and Order Date, check that have you included all necessary Fields and ensure that you only display the required Fields. Do not post formulas to the StudyDesk Forums; it may result in academic misconduct. Note: This query will display 102 rows of data if done correctly. Task 6: Create an Invoice Report Dr Moulton Marston has provided you with the following sample Invoice. The client requires you to develop a similar invoice for their business. Note: You must use the correct business name and address details given in the assignment preamble for your invoices – the example above is an example of what the client is looking for only. Using all Fields from Task 5 Query 5, create in the Report Wizard (using the Block Report Wizard Template) a single Report called rptCustomerInvoice that produces a professional looking invoice for the business. The invoice must have the following attributes: • The report must contain at least all the elements displayed in the sample invoice (above). • The report must be grouped by CustID. • Each Customer’s invoice must be on a separate page. Note: To do this, in the Report Design View, right click on ‘CustID Header’, choose ‘Properties’, find the ‘Force New Page and change it to ‘Before Section’. You should only view the Invoice in Print Preview to test that this is working – Report View will not put the Customers on separate pages. Note: This Report will display 44 customer invoices if done correctly. • Each Customer’s invoice must have the Customer’s name merged into a single Field including Title, Given Names and Family Name by modifying one of the Fields to include: [Title] & " " & [GivenNames] & " " & [FamilyName] • Each Customer’s invoice must have part of the Customer’s address merged into a single Field including City, State and Postcode by modifying one of the Fields to include: [City] & " " & [State] & " " & [Postcode] • Each Customer’s invoice must have Today’s Date in the Page Header • Each Customer’s invoice must have an Invoice Total for each customer • Each Customer’s invoice must not have any extraneous data including Grand Totals, Page Numbering, nor Summary Information. • Each Customer’s order must have the Order Date in the Details Section • Each Customer’s order must have alternating background colours in the Details Section • Each Image on the invoice must be inserted using the Image Control and must have the following properties: Properties Options Picture Type: Embedded Control Source: Blank Picture: [File Name] See the Beskeen et al textbook Access 2013 Unit D and Access 2013 Unit L and the Videos provided in the Course Content section for more details on creating Reports Note: Report names must conform to the Leszynski Naming Convention (LNC) as per the Naming Convention for Access Database Objects document in the Practical Appendixes found on the Study Schedule and Module Materials.   Assignment 1: Part B (Decision Support System) Mrs Quinn Hippolyta, your manager, has set up the following tasks for you to complete for this phase of the project: 1. Create a Spreadsheet and import the four (4) Access Tables into four (4) Worksheets 2. Data Validation Check 3. Create an Index Worksheet 4. Create a Data Input Worksheet Template for later use 5. Create a Calculations Worksheet Template for later use 6. Create Name Ranges for the Customers, Items, and Suppliers data 7. Create a Report Worksheet and set up the column headings 8. Modify the Report Worksheet by Cell Referencing all the Orders Table data 9. Modify the Report Worksheet by using VLOOKUP to get Customer, Item and Supplier data 10. Modify the Data Input Worksheet to include extra data needed for tasks 11 to 15 11. Modify the Report Worksheet by using a Nested IF to calculate Cost Price (AU) 12. Modify the Report Worksheet by using a Nested IF to calculate Selling Price 13. Modify the Report Worksheet by using a Nested IF to calculate Freight Cost 14. Modify the Report Worksheet by using a AND / IF to calculate Item Discount 15. Modify the Report Worksheet by using simple formulas to find Purchases and Sales, and Modify the Report Worksheet by using a formula to calculate the Order Discount 16. Modify the Data Input Worksheet to include extra data needed for tasks 18 to 22 17. Modify the Calculations Worksheet by using simple formulas 18. Modify the Data Input Worksheet by Cell Referencing all the Calculations data 19. Create eight (8) Scenarios on the Data Input Worksheet 20. Create a Scenario Summary of the eight (8) Scenarios 21. Create a Documentation Worksheet Task 1: Create and Import Open a single new Excel (any version from Excel 2007 to current) spreadsheet and name the file - ‘[lastname] [initial] _ [student number] _ [course code] _ [assignment number]’ (eg. genrichr_0050051005_cis1000_assign2.xlsx). Import the following four (4) database tables from your Assignment 1 Microsoft Access (any version from Access 2007 to current) Database File and into Microsoft Excel (any version from Excel 2007 to current) (tblCustomers, tblItems, tblSuppliers, tblOrders). The easiest and quickest way to import data from Access (any version from Access 2007 to current) into Excel (any version from Excel 2007 to current) is by using the “Import From Access” Wizard. The following steps will assist you with this process: 1) Select the first unused tab at the bottom of the Spreadsheet, right click on it and rename it “CustomersTable”. 2) Put a heading at the top of the worksheet in cell A1 called “Customers Table”. 3) Go to the Data Icon Ribbon (see below) 4) Click on the From Access option in the Get External Data icon area. 5) In the Get External Data – From Access wizard popup, browse to find your Assignment 1 Access Database file and select the – then click Open. 6) In the Select Table wizard popup, select tblCustomers – click OK. 7) In the Import Data wizard popup, select Table and Existing Worksheet $A$3 as the location to Import the place to put the data. 8) Select the Table Style you wish to apply to this table. Note: You should consider the colours from a professional perspective. 9) Left click anywhere on the imported data in worksheet then go to the Design Icon Ribbon and select Convert to Range then click OK. 10) Check that the data has correctly been imported correctly into this worksheet. 11) Modify the layout of the data to a professional level of presentation, making sure that the headings are in English (Customer ID not CustID). Use bold, italics, font size, font colours, shading, lines and borders. Repeat the above 11 steps for the rest of the Access Database tables naming each worksheet as follows: Database Table Worksheet Name Worksheet Title (Cell A1) tblItems ItemsTable Items Table tblSuppliers SuppliersTable Suppliers Table tblOrders OrdersTable Orders Table Task 2: Data Validation Check Check the imported data in the CustomersTable, ItemsTable, SuppliersTable and OrdersTable to ensure that: 1. The column headings are displayed correctly 2. The content of each column displays in a format that appears valid for that type of data (apply appropriate formatting if required). 3. The content of each column contains complete and accurate data values (eg. Phone numbers are not truncated). 4. The content of each column contains reasonable data values for the use of this business. Task 3: Index Worksheet Add a worksheet labelled Index before the four tables from Task 1. Put a heading at the top of the worksheet in cell A1 called Index Worksheet. Ensure that it contains all the recommended data for this worksheet listed in the Practical Appendixes found on the Study Schedule and Module Materials – Spreadsheet design considerations. Modify the layout of the data to a professional level of presentation. Use bold, italics, font size, font colours, shading, lines and borders.   Task 4: Data Input Worksheet Template Add a worksheet labelled DataInput after the Index worksheet from Task 2 (but before the four tables from Task 1) that conforms to the Practical Appendixes found on the Study Schedule and Module Materials – Spreadsheet design considerations. Put a heading at the top of the worksheet in cell A1 called Data Input Worksheet and then input the following template in the exact cells shown below onto this worksheet: A B C D 3 Changing Cells: 4 Recommended MarkUp Type [Insert Markup Type here] 5 Recommended Freight Type [Insert Freight Type here] 6 Store Recommended MarkUp % [Insert Standard MarkUp % here] 7 Recommended Exchange Rate Type [Insert Exchange Rate Type here] 8 Exchange Rate (BE to AU as at xx/xx/xx) [Lookup & Insert BE to AU Exchange Rate here] 9 Exchange Rate (CA to AU as at xx/xx/xx) [Lookup & Insert CA to AU Exchange Rate here] 10 11 Quarterly Income: 12 Total Sales [Insert Cell Reference here] 13 14 Quarterly Fixed Expenses: 15 Bank Charges [Insert Bank Charges Expense here] 16 Electricity Expenses [Insert Electricity Expense here] 17 Freight Inwards Expenses [Insert Freight Inwards Expense here] 18 Internet Expenses [Insert Internet Expense here] 19 Telephone Expenses [Insert Telephone Expense here] 20 Wages Expenses [Insert Wages Expense here] 21 22 Total Quarterly Fixed Expenses [Insert Cell Reference here] 23 24 Quarterly Variable Expenses: 25 Total Purchases Expenses [Insert Cell Reference here] 26 Total Freight Outwards Expenses [Insert Cell Reference here] 27 28 Total Quarterly Variable Expenses [Insert Cell Reference here] 29 30 Total Profit: [Insert Cell Reference here] 31 Total Discount for Orders: [Insert Cell Reference here] 32 No. Orders Discount Applied: [Insert Cell Reference here] * This template will be modified with correct number, formula and function in tasks 10 onwards. Modify the layout of the data to a professional level of presentation. Use bold, italics, font size, font colours, shading, lines and borders.   Task 5: Calculations Worksheet Template Add a worksheet labelled Calculations after the DataInput worksheet from Task 4 (but before the four tables from Task 1) that conforms to the Practical Appendixes found on the Study Schedule and Module Materials – Spreadsheet design considerations. Put a heading at the top of the worksheet in cell A1 called Calculations Worksheet and then input the following template in the exact cells shown below onto this worksheet: A B C D 3 Quarterly Income 4 Total Sales: [Insert Formula here] 5 6 Quarterly Expenses 7 Total Quarterly Fixed Expenses: [Insert Formula here] 8 9 Total Quarterly Variable Expenses 10 Total Purchases Expenses [Insert Formula here] 11 Total Freight Outwards Expenses [Insert Formula here] 12 13 Total Quarterly Variable Expenses: [Insert Formula here] 14 15 Total Profit: [Insert Formula here] 16 Total Discount for Orders: [Insert Formula here] 17 No. Orders Discount Applied: [Insert Formula here] * This template will be modified with correct number, formula and function in tasks 10 onwards. Modify the layout of the data to a professional level of presentation. Use bold, italics, font size, font colours, shading, lines and borders. Task 6: Name Ranges On the CustomersTable, ItemsTable and SuppliersTable worksheets set the following Cell Range Names: • Cust – on all the data (not headings) in the CustomersTable worksheet • Itms – on all the data (not headings) in the ItemsTable worksheet • Supp – on all the data (not headings) in the SuppliersTable worksheet Note: You must only create the three name ranges listed in this task, any other name ranges used may result in loss of marks. Task 7: Report Worksheet Headings Add a worksheet labelled Report after the Calculations worksheet from Task 5 (but before the four tables from Task 1) that conforms to the Practical Appendixes found on the Study Schedule and Module Materials – Spreadsheet design considerations. Put a heading at the top of the worksheet in cell A1 called Report Worksheet and then type the following column headings, starting in cell A3: • Customer ID, Title, Family Name, Given Names, Address, City, State, Postcode, Distance (km), Item ID, Type, Description, Size, Freight Weight (Kg), Supplier ID, Supplier Name, Supplier Recommended Markup (%), Order Date, Order Qty, Cost Price (BE), Cost Price (CA), Cost Price (AU), Selling Price, Purchases, Item Discount, Sales, Freight Cost, Order Discount. Modify the Report worksheets to a professional level of presentation, making sure that the headings are in English (Customer ID not CustID). Use bold, italics, font size, font colours, shading, lines and borders. Task 8: Report Worksheet Cell Reference On the Report worksheet, Use the Cell References formula, to obtain all 1000 rows of data from the OrdersTable worksheet for the following: • Customer ID, Item ID, Order Date, Order Qty. (For example, type =OrdersTable!A4 to reference data in cell A4 of the OrdersTable worksheet.) Do not post formulas to the StudyDesk Forums; it may result in academic misconduct. Modify the Summary worksheets to a professional level of presentation, making sure that the data is formatted correctly. Note: All formulas must be designed to be typed once at the top of each column and copied down to the remaining cells in the column. Task 9: Report Worksheet VLOOKUP On the Report worksheet use the VLOOKUP function with the Cell Range Names (Task 2), obtain all 1000 rows of data from the CustomersTable, ItemsTable and SuppliersTable worksheets for the following: • Customers Worksheet: o Title, Family Name, Given Names, Address, City, State, Postcode, Freight Distance (km) • Items Worksheet: o Type, Description, Size, Freight Weight (kg), Supplier ID, Cost Price (BE), Cost Price (CA) • Suppliers Worksheet: o Supplier Name, Recommended Markup (%) Do not post formulas to the StudyDesk Forums; it may result in academic misconduct. Note: All formulas must be designed to be typed once at the top of each column and copBEd down to the remaining cells in the column – Beskeen Excel Unit B. See the Beskeen Excel Unit H and the Videos provided in the Course Content section for more details on creating VLOOKUP functions Task 10: Modify Data Input Worksheet On the DataInput worksheet perform the following: • Type Store into the cell containing the phrase: [Insert Markup Type here], • Type 53.75% into the cell containing the phrase: [Insert Standard MarkUp here], • Type BE into the cell containing the phrase: [Insert Exchange Rate Type here], Look up Exchange Rate BE to AU and Exchange Rate CA to AU: www.xe.com • Type the current Exchange Rate BE to AU into the cell containing the phrase: [Lookup & Insert BE to AU Exchange Rate here], and replace the “as at xx/xx/xx” with the date you looked up the exchange rate. • Type the current Exchange Rate CA to AU into the cell containing the phrase: [Lookup & Insert CA to AU Exchange Rate here], and replace the “as at xx/xx/xx” with the date you looked up the exchange rate. Task 11: Report Worksheet Cost Price (AU) Nested IF On the Report worksheet: 1. Develop an IF function using the new Recommended Exchange Rate Type value (from the DataInput worksheet to calculate the Cost Price (AU) (in the Cost Price (AU) column) using the following criteria: • If the Exchange Rate Type is BE then the Cost Price (AU) is calculated by multiplying the Cost Price (BE) by the Exchange Rate (BE to AU) cell on the DataInput worksheet. Hint: Cost Price (BE) x Exchange Rate (BE to AU) • If the Exchange Rate Type is CA then the Cost Price (AU) is calculated by multiplying the Cost Price (CA) by the Exchange Rate (CA to AU) cell on the DataInput worksheet. Hint: Cost Price (CA) x Exchange Rate (CA to AU) Do not post formulas to the StudyDesk Forums; it may result in academic misconduct. 2. Ensure that you include rounding (to 2 decimal places – Beskeen Excel Unit B) into each calculation in your IF function and error checking (Beskeen Excel Unit E) to avoid incorrect results due to typing mistakes. Note: All formulas must be designed to be typed once at the top of each column and copied down to the remaining cells in the column – Beskeen Excel Unit B. Also do not include any unit measures such as $, kg or km in the IF function as this will result in a #VALUE error message. Brackets must only be used as indicated in the hints given above, any incorrect or extraneous usage of brackets may result in loss of marks. You must remove any reference to the prefix Report! from these Nested IF functions to reduce complexity and redundancy of code. See the Beskeen Excel Unit E and the Videos provided in the Course Content section for more details on creating IF functions 3. Test the IF function: Once you have completed the Cost Price (AU) IF function, perform the following two tests on it to ensure that it is working correctly: • On the DataInput worksheet, type CA into the Exchange Rate Type cell. • Go to the Report worksheet and observe whether the Cost Price (AU) have changed. • On the DataInput worksheet, type GIGO into the Exchange Rate Type cell. • Go to the Report worksheet and observe whether the Cost Price (AU) now displays an error message. Task 12: Report Worksheet Selling Price Nested IF On the Report worksheet: 1. Develop an IF function using the new Recommended MarkUp Type value (from the DataInput worksheet) to calculate the Selling Price (in the Selling Price column) using the following criteria: • If the MarkUp Type is Store then the Selling Price is calculated by increasing Cost Price by the Store’s Recommended MarkUp % from the DataInput worksheet Hint: Cost Price (AU) + Cost Price (AU) x Store Recommended MarkUp • If the MarkUp Type is Supplier then the Selling Price is calculated by increasing Cost Price by the Supplier’s Recommended MarkUp Hint: Cost Price (AU) + Cost Price (AU) x Supplier Recommended MarkUp Do not post formulas to the StudyDesk Forums; it may result in academic misconduct. 2. Ensure that you include rounding (to 2 decimal places – Beskeen Excel Unit B) into each calculation in your IF function and error checking (Beskeen Excel Unit E) to avoid incorrect results due to typing mistakes. Note: All formulas must be designed to be typed once at the top of each column and copied down to the remaining cells in the column – Beskeen Excel Unit B. Also do not include any unit measures such as $, kg or km in the IF function as this will result in a #VALUE error message. Brackets must only be used as indicated in the hints given above, any incorrect or extraneous usage of brackets may result in loss of marks. You must remove any reference to the prefix Report! from these Nested IF functions to reduce complexity and redundancy of code. See the Beskeen Excel Unit E and the Videos provided in the Course Content section for more details on creating IF functions 3. Test the IF function: Once you have completed the Selling Price IF function, perform the following two tests on it to ensure that it is working correctly: • On the DataInput worksheet, type Supplier into the MarkUp Type cell. • Go to the Report worksheet and observe whether the Selling Prices have changed. • On the DataInput worksheet, type GIGO into the MarkUp Type cell. • Go to the Report worksheet and observe whether the Selling Prices now displays an error message. Task 13: Report Worksheet Freight Cost Nested IF 1. On the DataInput worksheet, type Otto Octavius Transport into the cell containing the phrase: [Insert Freight Type here]. 2. On the Report worksheet develop an IF function using the new Recommended Freight Type value (from the DataInput worksheet to calculate the Freight Cost (in the Freight Cost column) using the following criteria: 1. If the Freight Type is Otto Octavius Transport then the Freight Cost is calculated at four dollars and fifty cents ($4.50) per kilogram of the item’s freight weight and a quarter of a cent ($0.0025) per kilometre (Distance) if over 1,000 km per item ordered (Order Qty). Hint: ($4.50 x Item Weight + IF(Distance > 1,000 km, $0.0025 x Distance, 0)) x OrderQty 2. If the Freight Type is Victor Von Doom Freight then the Freight Cost is calculated at a ten dollars ($10.00) for the first one and a half (1.5 kg) and then at a two dollars and fifty cents ($2.50) per kilogram of the item’s freight weight over over 1 and a half kilograms (1.5 kg) per item ordered (Order Qty). Hint: ($10.00 + IF(Item Weight > 1.5 kg, (Item Weight – 1.5 kg) x $2.50, 0)) x OrderQty Do not post formulas to the StudyDesk Forums; it may result in academic misconduct. 3. Ensure that you include rounding (to 2 decimal places – Beskeen Excel Unit B) into each calculation in your IF function and error checking (Beskeen Excel Unit E) to avoid incorrect results due to typing mistakes. Note: All formulas must be designed to be typed once at the top of each column and copied down to the remaining cells in the column – Beskeen Excel Unit B. Also do not include any unit measures such as $, kg or km in the IF function as this will result in a #VALUE error message. Brackets must only be used as indicated in the hints given above, any incorrect or extraneous usage of brackets may result in loss of marks. You must remove any reference to the prefix Report! from these Nested IF functions to reduce complexity and redundancy of code. See the Beskeen Excel Unit E and the Videos provided in the Course Content section for more details on creating IF functions 4. Test the IF function: Once you have completed the Freight Cost IF function, perform the following three tests on it to ensure that it is working correctly: 3. On the DataInput worksheet, type Otto Octavius Transport into the Freight Type cell. 4. Go to the Report worksheet and observe whether the Freight Costs have changed. 5. On the DataInput worksheet, type GIGO into the Freight Type cell. 6. Go to the Report worksheet and observe whether the Freight Costs now displays an error message. Task 14: Report Worksheet IF / AND: Item Discount 1. On the Report worksheet develop an IF / AND function to calculate the amount of Item Discount given to an individual item on an order (in the Item Discount column) using the following criteria: 7. If the OrderQty is greater than or equal to fifteen (15) of the same item in any single order AND the Selling Price for that item is greater than $125.00, then the Item Discount is calculated at 12.5% of the Selling Price for that item, otherwise the Item Discount is zero. Hint: =IF (AND (OrderQty >= 10, Selling Price > $100), Selling Price x 12.5%, 0) 2. Ensure that you include rounding (to 2 decimal places – Beskeen Excel Unit B) into each calculation in your IF / AND function. Note: All formulas must be designed to be typed once at the top of each column and copied down to the remaining cells in the column – Beskeen Excel Unit B. Also do not include any unit measures such as $, kg or km in the IF function as this will result in a #VALUE error message. Brackets must only be used as indicated in the hints given above, any incorrect or extraneous usage of brackets may result in loss of marks. You must remove any reference to the prefix Report! from these IF / AND functions to reduce complexity and redundancy of code. See the Beskeen Excel Unit E and the Videos provided in the Course Content section for more details on creating IF functions 3. Test the IF function: Once you have completed the Item Discount IF / AND function and filled it down the column, review the values to ensure that it is working correctly in the following situations: 1. OrderQty is less than fifteen (15) and Selling Price is less than or equal to $125, should result in $0.00 Item Discount. 2. OrderQty is less than fifteen (15) and Selling Price is greater than $125, should result in $0.00 Item Discount. 3. OrderQty is greater than or equal to fifteen (15) and Selling Price is less than or equal to $125, should result in $0.00 Item Discount. 4. OrderQty is greater than or equal to fifteen (15) and Selling Price is greater than $125, should result in an Item Discount. Task 15: Report Worksheet Purchases, Sales and Order Discount Formulas On the Report worksheet calculate the following three simple formulas: 1. Purchases by multiplying Order Qty with Cost Price (AU). 2. Sales by multiplying Order Qty by the difference of Selling Price less the Item Discount amount. Hint: =(Selling Price – Item Discount) x Order Qty 3. Order Discount by multiplying Order Qty with Item Discount. Note: All formulas must be designed to be typed once at the top of each column and copied down to the remaining cells in the column – Beskeen Excel Unit B. You must remove any reference to the prefix Report! from these formulae to reduce complexity and redundancy of code. Brackets must only be used as indicated in the hints given above, any incorrect or extraneous usage of brackets may result in loss of marks. Do not post formulas to the StudyDesk Forums; it may result in academic misconduct. Task 16: Modify Data Input Worksheet On the DataInput worksheet: 1. Replace the phrase “[Insert Bank Charges Expenses here]” in cell D15 with $130.55 2. Replace the phrase “[Insert Electricity Expenses here]” in cell D16 with $5,408.73 3. Replace the phrase “[Insert Freight Inwards Expense here] ” in cell D17 with $79,080.75 4. Replace the phrase “[Insert Internet Expense here] ” in cell D18 with $1,774.22 5. Replace the phrase “[Insert Telephone Expenses here]” in cell D19 with $3,991.72 6. Replace the phrase “[Insert Wages Expenses here]” in cell D20 with $49,992.61 Task 17: Calculations Worksheet Formulas On the Calculations worksheet calculate the following four simple formula: 1. Replace the phrase in D4 “[Insert Formula here]” with a function to calculate the Total Sales by adding all the Sales in the Sales column on the Reports worksheet. 2. Replace the phrase in D7 “[Insert Formula here]” with a function to calculate the Total Quarterly Fixed Expenses by adding all the Quarterly Fixed Expenses on the DataInput worksheet. 3. Replace the phrase in D10 “[Insert Formula here]” with a function to calculate the Total Purchases by adding all the Purchases in the Purchases column on the Reports worksheet. 4. Replace the phrase in D11 “[Insert Formula here]” with a function to calculate the Total Freight by adding all the Freight Costs in the Freight Cost column on the Reports worksheet. 5. Replace the phrase in D13 “[Insert Formula here]” with a formula to calculate the Total Quarterly Variable Expenses by adding all the Quarterly Variable Expenses on the Calculations worksheet. 6. Replace the phrase in D15 “[Insert Formula here]” with a formula to calculate the Total Profit by subtracting the Total Quarterly Fixed and Total Quarterly Variable Expenses from the Total Sales on the Calculations worksheet. 7. Replace the phrase in D16 “[Insert Formula here]” with a function to calculate the Total Discount for Orders by using the SUMIF() function to add up all cells with an Order Discount greater than 0 in the Order Discount column on the Reports worksheet. 8. Replace the phrase in D17 “[Insert Formula here]” with a function to calculate the Number of Orders where a Discount was Applied by using the COUNTIF() function to count all cells with an Order Discount greater than 0 in the Order Discount column on the Reports worksheet. Hint: For details on SUMIF and COUNTIF usage see Beskeen Unit E. Do not post formulas to the StudyDesk Forums; it may result in academic misconduct. Task 18: Data Input Cell References On the DataInput worksheet: 1. Replace the phrase “[Insert Cell Reference Here]” in cell D12 with a cell reference to the Total Sales amount on the Calculations worksheet. 2. Replace the phrase “[Insert Cell Reference Here]” in cell D22 with a cell reference to the Total Quarterly Fixed Expenses amount on the Calculations worksheet. 3. Replace the phrase “[Insert Cell Reference Here]” in cell D25 with a cell reference to the Total Purchases Expenses amount on the Calculations worksheet. 4. Replace the phrase “[Insert Cell Reference Here]” in cell D26 with a cell reference to the Total Freight Outwards Expenses amount on the Calculations worksheet. 5. Replace the phrase “[Insert Cell Reference Here]” in cell D28 with a cell reference to the Total Quarterly Variable Expenses amount on the Calculations worksheet. 6. Replace the phrase “[Insert Cell Reference Here]” in cell D30 with a cell reference to the Total Profit amount on the Calculations worksheet. 7. Replace the phrase “[Insert Cell Reference Here]” in cell D31 with a cell reference to the Total Discount for Orders amount on the Calculations worksheet. 8. Replace the phrase “[Insert Cell Reference Here]” in cell D32 with a cell reference to the No. Orders Discount Applied amount on the Calculations worksheet. Note: Ensure that you only use cell referencing for the Totals data. Do not post formulas to the StudyDesk Forums; it may result in academic misconduct. Modify the CustomerTable, ItemTable, OrdersTable, SuppliersTable, DataInput, Calculations and Report worksheets to a professional level of presentation, making sure that the data is formatted correctly. Use bold, italics, font size, font colours, shading, lines and borders. Task 19: Scenarios Using the Scenario Manager in Excel create and check the following eight (8) Scenarios using the Changing Cells of D4, D5 and D7 on the DataInput worksheet: Scenario Markup Type Freight Type Exchange Rate Type 1 Store Victor Von Doom Freight BE 2 Store Victor Von Doom Freight CA 3 Store Otto Octavius Transport BE 4 Store Otto Octavius Transport CA 5 Supplier Victor Von Doom Freight BE 6 Supplier Victor Von Doom Freight CA 7 Supplier Otto Octavius Transport BE 8 Supplier Otto Octavius Transport CA Note: Ensure you have a suitable scenario name for each scenario, eg. Scenario 1, Scenario 2 … See the Beskeen Excel Unit K and the Videos provided in the Course Content section for more details on creating Scenarios. Task 20: Scenario Summary Using the Scenario Manager in Excel create a Scenario Summary worksheet from the DataInput worksheet based on the eight (8) Scenarios from Task 20 and focusing on the Result cells D12, D22, D25, D26, D28, D30, D31 and D32 on the DataInput worksheet. Place the Scenario Summary worksheet between the Calculations and Report worksheets. Note: Format your Scenario Summary worksheet to look professional as follows: • Modify the heading of the Scenario Summary • Remove the Current Value and Notes • Label the Changing Cells and Results Cells See the Beskeen Excel Unit K and the Videos provided in the Course Content section for more details on creating Scenarios. Task 21: Documentation Worksheet Add a Documentation worksheet after the four tables from Task 1. Put a heading at the top of the worksheet in cell A1 called Documentation. Ensure that contains all the recommended information for this worksheet listed in the Practical Appendixes found on the Study Schedule and Module Materials – Spreadsheet design considerations. The Documentation Worksheet must demonstrate the following: • A statement outlining the purpose of the Spreadsheet: Purpose should outline why the Spreadsheet was created including – discussion about the Markup Type, Exchange Rate and Freight Type. • A statement about the protection level that should be used on each Worksheet. Protection should look at all 10 Worksheets and outline whether each sheet should contain protection and why. DO NOT actually apply protection to your Spreadsheet – this will result in it being unable to be marked. • A statement about how the user can access and use the Worksheets. User Notes should provide a step by step guide for a new user to use the Spreadsheet from changing the values on the DataInput Worksheet to observing the outcome of these changes on both DataInput and Report Worksheets. • A statement about what calculations have been used in the development of this Spreadsheet. Calculations Notes should provide a brief description of each calculation found on the Calculations and Report Worksheets (does not need to discuss individual Cell References and VLOOKUPs – these can be discussed generally as a single calculation type). Modify the layout of the data to a professional level of presentation. Use bold, italics, font size, font colours, shading, lines and borders. Assignment 1: Part C (Analytical Essay) Mrs Tara Dis has asked you to develop an analytical essay (750 words in length) to the client, Dr Moulton Marston outlining the major issues that the Decision Support System’s results have highlighted. Create a Word Document (using Word 2007 to current) and name it ‘[lastname] [initial] _ [student number] _ [course code] _ [assignment number’ (eg. genrichr_0050051005_cis5100_assign1.docx). Essays have a particular structure - An introduction, a body (where you write your answer in a number of paragraphs, usually one for each idea or topic) and a conclusion. The conclusion is where you sum up your 'argument'. Essays normally do not have headings. The information at the following URL may be useful: http://www.usq.edu.au/learningcentre/assignment-skills/writing-assignments/essay-writing The body of your essay should consider the following issues: From Part A (Approx. 250 words): • Define what a Database Management System is. • Explain why a Database Management System is the appropriate tool for this project. From Part B (Approx. 500 words): • Define what a Decision Support System is. • Explain why a Decision Support System is the appropriate tool for this project. • From the results of the Decision Support System results discuss the following (keeping in mind the information provided in the preamble on page 2): o Which Mark-up Type would be most appropriate for the business? Why? o What would be the impact on the business’s profit if the plan to provide a discount to large orders was implemented? Why? o Which Recommended Freight Type would be most appropriate for the business? Why? o Which country would be most appropriate for the business to import from at the moment? Why? The essay should be using a proportional font (eg. Arial, Times New Roman etc.), with a font size of 11 or 12, and be laid out using 1 ½ line spacing. Note: It is expected that you will use the Baltzan et al and Beskeen et al textbooks to answer the topics Mrs Tara Dis has given you for the essay, as well as reputable online sources of information. You need to include a brief Bibliography formatted using the Harvard AGPS style on a separate page (see the following USQ website for referencing help: http://www.usq.edu.au/library/referencing/harvard-agps-referencing-guide. Submission Guidelines Attach the three (3) files: • Access (any version from Access 2007 to current), • Excel (any version from Excel 2007 to current), & • Word (any version from Word 2007 to current) Use the naming convention below, to your online assignment submission in the Assignment 1 area on the CIS5100 StudyDesk before midnight Australian Eastern Standard Time (AEST) on the day the assignment is due. 1. [lastname] [initial] _ [student number] _ [course code] _ assign1.accdb (eg. genrichr_0050051005_cis5100_assign1.accdb). 2. [lastname] [initial] _ [student number] _ [course code] _ assign1.xlsx (eg. genrichr_0050051005_cis5100_assign1.xlsx). 3. [lastname] [initial] _ [student number] _ [course code] _ assign1.docx (eg. genrichr_0050051005_cis5100_assign1.docx). Note: Simply changing the File extension to .accdb or .xlsx or .docx on an Access 2003, Excel 2003 or Word 2003 File will not result in a suitable submission. If the assignment Files cannot be opened by the marker, it may be treated as late until a suitable replacement is received. Upon completion of the submission process, check your uConnect email account for an automatically generated confirmation email (if you do not have an email account, print out the Submission Complete screen before exiting the Submission System). You must check that the File name and File size are listed correctly - if there is a problem with either, please email the course leader immediately. If you have difficulties submitting through the StudyDesk Assignments submission tool, please review the Student Instructions document listed also on the CIS5100 StudyDesk. As a last resort only, email the course leader for instructions on an alternative course of action.





Oct 07, 2019
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here