Chapter 4. Data Analysis and Diagramming in Various Business Functions

Size: px
Start display at page:

Download "Chapter 4. Data Analysis and Diagramming in Various Business Functions"

Transcription

1 Chapter 4 Data Analysis and Diagramming in Various Business Functions This chapter expands on the topic of data analysis and diagramming. This skill will be applied to different functions in organizations, that is, to different organizational processes studied in this course. The ultimate goal of data analysis and diagramming is to design databases for one or more computer-based IS supporting a particular business process. A schema resulting from data analysis becomes a key part of design of an IS. We will look at some standard schemas as well as to some that present newer business trends. Purchasing Business starts on the supply side. Companies purchase raw materials and half-products in order to produce a more complete or final product. It helps to think of a company from the general systems perspective, as discussed in the chapter on basic concepts. First, a company must take inputs from the environment. For a furniture factory, the input is physical materials like wood and glass; for a bank, the input is borrowed funds; and for a consulting company, the input is client business problems to solve. (Of course, all of these must take human resources and financial inputs as well.) There is a particular part of company that takes these inputs. Figure 1. Schema for process of purchasing physical items Depending on the industry, this input part may be called differently, such as purchasing (as in the furniture company), acquisitions or contracting (in consulting firms), procurement, supplies, 1

2 and so on. These inputs then move to the production part of the company to be processed into products for market. In data analysis of purchasing operations, one key entity is Purchased Item (Figure 1). An item is ordered from a supplier company via a Purchasing Order (PO), which is another key entity. PO is a concept and it translates into a business document (electronic, paper). This sort of schema is the basis for designing Transaction processing Systems (TPS) and Management Information Systems (MIS). These types of systems support supervisory and mid-level management, respectively. They are studied more latter in the course. Production A company's supplies are transformed in production operations, whether in manufacturing or services. The production function is where the specific business is performed, and it may be complex. The production function includes several processes. One of these is scheduling. Scheduling must be done in any type of company, whether it is in the manufacturing or services sector. In data analysis of scheduling, Schedule is the key entity. It is a calendar-like document that shows who is doing what and when. Therefore, a schedule requires at least two other entities Task and Worker. A schema for the scheduling process appears in Figure 2. Figure 2. Schema for production scheduling process The schema in Figure 2, with some additions, is the basis for making databases that are the core of production TPS. 2

3 Human Resources HR management supports an organization in its production core as well as throughout its operations. This is a broad area covering the entire cycle of employee-related issues. These include recruiting, training, pay, wellness, grievances, etc. The pay process is very important for employees, so it has to function smoothly. IS for pay management are a must in modern organizations. Sometime these are labeled with HRIS Human Resource Information System. Note that accountants are also interested in the pay because it creates significant recurring costs for a company. So, pay figures feed into the accounting IS. For the pay process, the key entity refers to Pay. Figure 3 shows it as Salary (fixed hours) and Wage (variable number of hours). An employee gets just one kind of pay at a time. Either kind of pay is calculated from the appropriate rate(s) and the hours booked (regular and overtime). Note several interesting things about this diagram. There are multiple FKs both in table Salary and in table Wage. The attribute Amount in tables Salary and Wage is calculated by multiplying rates by hours. Relational databases support calculated attributes. Design of PKs for this schema is different than the usual key design. For example, SalaryID may take some specification of job and rank. PeriodID in table WorkHours may take some specification of time, such as year-month (e.g., , , etc.). Of course, at the practical level when a database is developed one can always use a default key, integer values that automatically increase when a new row is added in a table (in MS Access, this is called Auto Number). Table WorkHours may further be expanded down to days and hours, which is especially useful in the case of wages. As with old-fashioned punch clocks, daily hours of each employee are tracked for every month, a monthly total is used for calculating a wage. Figure 3. Schema for pay process 3

4 Accounting Similarly to HR, accounting is not a production process but a support process. Still, it is a chief lever for management control in any organization. Accounting tracks monetary value of all tangible things on the inflow (revenue) and outflow (cost) side. These two objects translate into revenue and cost entities or accounts (there can be many of each). In data analysis of accounting, one key entity is Account. There are many types of account. One division is receivables (revenues) vs. payables (costs). Each of these can be from different sources. As shown in Figure 4a, revenue accounts can be Budget, Sale, and Interest accounts. Costs can result from operations, purchasing, and employees pay, as depicted in Figure 4b. Note that these breakdowns are marked with the word is in the figures. An account receivable is a budget account, or sale account, or interest account, or some other. Figure 4a. Schema (partial) for income accounting Figure 4b. Schema (partial) for expense accounting 4

5 As organizations operate on the daily basis, accounting data are continually created. Cost accounting is particularly dynamic. Particular events or transactions are what creates these data. Examples of transactions are a purchasing, the use of utilities, IS operations, utilization of other technologies, and a marketing activity. This continuous flow of data must be regularly recorded in accounting IS. Accounting IS (AIS) deploy the entity called General Ledger to record the continuous flow of accounting data. In the past, the general ledger was a large book, so accountants would perform book keeping. Today, this is all electronic. Figure 5 depicts a schema with general ledger and two previously mentioned types of accounts that the ledger feeds. Figure 5. Schema for general ledger process Marketing Marketing processes create and manage markets. If a supply department is on the back-end of an organization, a marketing department is on the front-end. A marketing department makes the output part of a company (even though it may be involved in production too). Marketing key entities have to do with customers and markets. To understand markets, marketers perform customer grouping or market segmentation. Market segmentation is based on defining ranges of customer expenditures (spend), for example as high, mid, and low. Segments could be defined for a particular product or across products. The goal is to compare the actual spend of every customer to these segments. This apparently helps to understand where a particular customer belongs and how many customers a company has in each market segment. Figure 6 shows these key entities implemented as tables Market Segment and Customer Spend. 5

6 Figure 6. Schema for market segmentation Table Customer Spend is in the center of schema shown in Figure 6. Its most important attribute is SpendAmount. This figure is calculated based on inputs from tables Purchase and Period. Within table Purchase, individual purchase transactions are calculated as the product of sale price and quantity. Table Period allows for manipulating period of time in order to get aggregate purchase figures per customer. Once the spend of a particular customer in a particular period is calculated, it is compared with the spend ranges that define market segments in table Market Segment. Then, the system fills the attribute (foreign key) MSegmentID in table Customer Spend. Customer ID in this table is the foreign key that references a particular customer in table Customer. If you feel that this schema is more complex than those discussed so far, you are right. It is so because IS for market segmentation belong to a more complex type called Decision Support Systems (DSS). Such systems are used in decision making of upper management or professionals called market analysts. DSS for market segmentation take inputs from less complex systems. Also, they can make some decisions on their own. One example is the mentioned automatic identification of a customer s market segment. Sales The output part of a company rests on a sales department, in addition to marketing. A schema for sales in a grocery store appears in Figure 7. Entity Customer is crucial. Another important entity is Sale. Note that this diagram is similar to the one discussed in Chapter 3. The main difference is that Figure 7 includes entity Sale that fits in the context of grocery store. In contrast, the sale process previously discussed involved the entity CustomerOrder. Other new entities capture 6

7 promotions and the reward card. Notice also the tables resulting from association entities, such as SaleDetail. Figure 7. Data diagram for sale process in grocery store Sales operations are typically supported by TPS. This TPS may also be called Point of Sales Terminal. Electronic Commerce Electronic commerce (e-commerce) is about buying and selling via the Internet. This is a separate topic in this course. At this point, it is interesting to compare e-commerce with classical retail in brick and mortar stores discussed in the previous section (refer to Figure 7). Think about this: How does a merchant learn about customers? In the classical store, the merchant can meet with the customer and perhaps learn about the customer needs through conversation. Still, in stores with a larger customer turnout, the merchant usually learns just from the data collected in the sales TPS sales details, total spend, reward cards, and promotions pushed to customers. Contrast this with the e-commerce situation depicted in Figure 8. Online customer is invisible to the merchant. This customer is identified by an Internet address, and he/she resides in a cyber space. The sales transactions also take place in that space created by computer networks and various IS. Sure enough, all the data in classical retail can still be collected and used for profiling the online customer. But there is more to it. The online merchant has some new sources of customer data at hand. As Figure 8 shows, the merchant can learn from searches performed by visitors to an online store. The search engine providing access to a product catalog saves the search terms; notice table CatalogSearch. These terms indicate customer interest. 7

8 The online merchant can also learn about a customer s wants from the store s website pages that a customer visits (table PageVisiti in Figure 8). The time spent on page is also automatically tracked. Even more specifically, every click the customer makes on menu items can be recorded in a customer database. These items may be links leading to more details on products, or advertisements for particular products. These facts are captured in the attribute Screen Items Clicked. Yet another source of learning for an online merchant is overlapping interests between customers. For example, if one customer purchases products XY and the other customer purchases products YZ, these two overlap on product Y. The customer profiling system will automatically offer product X to the second customer, and product Z to the first customer. Figure 8 shows this matching with the table ComparableCustomer. Automatic customer matching is a way of extending customer profiling in the e-commerce world. It is also a way of promoting merchandise. This happens when you access an online store you visited in the past and you are greeted with offers of certain products. The management goal is to push crossselling (increasing the range of things sold). Figure 8. Profiling online customers E-commerce keeps expanding with the increasing acceptance of mobile devices. In 2014, one third of the world s population of 7.2 billion has had access to the Internet, while the number of cell phone (mobile telephone) owners equaled 95% of the world s population (note that some people have more than one phone). As more people communicate and shop electronically, this creates new customer data. Figure 9 shows some electronic traces created this way. Sources are the messages, likes, and conversations about branded products that people make and post in the cyberspace. These transpire at social media Websites (e.g., Facebook), microblogging sites (Twitter, tumblr, etc.), and blogs (Web pages written by individuals who wish to voice their opinions on various issues), to name a few. The development of new data sources created a new trend called Big Data. This trend is easy to understand in terms of three v. Big Data are big in volume, as they are created in large quantities. They are also big in variety of sources; Figure 9 shows some. And these data come at 8

9 a big velocity (speed). Put together, Big Data are large quantities of data that come fast and from various sources. Marketing can benefit from Big Data. Social media marketing, relationship marketing and similar new methods have already taken advantage of Big Data. But many other areas have also started to benefit from Big Data, including genetics research, medicine, farming, power grid management, traffic control, and personal analytics (for example, historical fitness data, monitoring current exercises, finance, romance, etc.). Figure 9. Big Data sources used in marketing Questions for Review 1. Data analysis is useful for understanding business and ultimately designing IS. However it can be applied almost anywhere. Can you try to analyze yourself in the context of things you do, you have, you like, and so on? For example, I (entity) attend (relationship) school (entity); I like... and so on. 2. Describe a company as a system. For each system part, discuss an information system you learned about in this chapter. 3. List the key entities in the schemas you learned about in this chapter. 4. Does the schema for production scheduling (Figure 2) have anything in common with the schema for pay process (Figure 3)? 5. How is entity wage or salary captured in accounting IS? 6. What is special about the schema for market segmentation and for the IS used for this purpose? 7. Focus on Figure 7. Why does table PromotionList have a combined key? 9

10 8. What are the similarities and differences between the customer in the classical brick and mortar store and online customer? Take the merchant perspective. 9. What is big with Big Data? 10

11 Exercise Course Registration System at the University of Manitoba Each academic term, between 25,000-30,000 students register to take courses at UofM. The process begins with the individual courses that are tracked by their name, faculty offering it, number of credits, and a short description. Courses are offered through course sections, and one course can have multiple sections. Each section is described in terms of the course it belongs to, maximum enrollment, the academic term, day/time, and campus location. A student registers for a course section by going through registration. Each registration record identifies a student and the section the student enrols. Also recorded are the date of enrollment and whether a student has or has not made the tuition payment. Student details maintained are the name, faculty, major, and student ID. Create a complete schema for the UofM Course Registration process. Do not forget to include primary and foreign keys. 11

New Mexico Broadband Program. Internet Tools for Small Business Success. Module 8 E-Commerce

New Mexico Broadband Program. Internet Tools for Small Business Success. Module 8 E-Commerce New Mexico Broadband Program Internet Tools for Small Business Success Module 8 E-Commerce Internet Tools for Small Business Success Class Series 1. Terminology & Planning 2. Communication & Collaboration

More information

RETAILERS ASSOCIATON OF INDIA. start engaging. www.octaneresearch.in

RETAILERS ASSOCIATON OF INDIA. start engaging. www.octaneresearch.in RETAILERS ASSOCIATON OF INDIA start engaging www.octaneresearch.in 3 10% 4 5 1 2 3 4 5 6 7 3% 16% 43% 38% Top Level Mid Level Junior Level Others 8 9 31% 69% Single Brand Retailer Multi-Brand Retailer

More information

Importance Of Ecommerce

Importance Of Ecommerce Importance Of Ecommerce $279B US Ecommerce projected to be a $279 Billion industry by 2015 (Forrester) 61% 61% of shoppers begin their research for purchases online (Website Magazine) 53% By 2014, 53%

More information

Lecture-2-The Strategic Role of Information Systems

Lecture-2-The Strategic Role of Information Systems Lecture-2-The Strategic Role of Information Systems Thepul Ginige 1 LEARNING OBJECTIVES Analyze roles of 6 types of information systems Describe types of information systems Analyze relationships between

More information

Overview of Procure to Pay

Overview of Procure to Pay This segment from our 427+ page JD Edwards Accounts Payable manual is being made available as a sample of our training manuals. Please contact Sandy.Acker@ERPtips.com if you have any JDE training needs,

More information

SplitTarget 2012 Contract Marketing Organization

SplitTarget 2012 Contract Marketing Organization SplitTarget 2012 Contract Marketing Organization Split your Target and Conquer the Market. INTERNET MARKETING WEBSITE DEVELOPMENT ECOMMERCE DEVELOPMENT SEARCH ENGINE OPTIMIZATION PAY-PER-CLICK MANAGEMENT

More information

The. biddible. Guide to AdWords at Christmas

The. biddible. Guide to AdWords at Christmas The biddible. Guide to AdWords at Christmas CONTENTS. Page 2 Important Dates Page 3 & 4 Search Campaigns Page 5 Shopping Campaigns Page 6 Display Campaigns Page 7 & 8 Remarketing Campaigns Page 9 About

More information

Introduction to Information System

Introduction to Information System Introduction to Information System Information Systems The Role of Information Systems in a Business Data versus Information Information Systems Definition Computer-Based Information System Business Information

More information

WHITE PAPER Analytics for digital retail

WHITE PAPER Analytics for digital retail WHITE PAPER Analytics for digital retail Introduction The advent of organized retail propelled businesses to reach out to a wider spectrum of consumers in an effort to increase market share. This gave

More information

Business Plan Strategy. John Debrincat

Business Plan Strategy. John Debrincat Business Plan Strategy John Debrincat Agenda Business models Plan to succeed Mission Strategy Technology Engagement Stakeholders Business Models Web Influencing Off-line Sales 80% of all web-influenced

More information

IT FOR BUSINESS AND FINANCE. BUSINESS PROCESSES and INFORMATION SYSTEMS

IT FOR BUSINESS AND FINANCE. BUSINESS PROCESSES and INFORMATION SYSTEMS IT FOR BUSINESS AND FINANCE BUSINESS PROCESSES and INFORMATION SYSTEMS SYSTEM (definition) A group of interacting, interrelated, or interdependent elements forming a complex whole presenting the following

More information

E-Commerce SOLUTIONS. Generate Online Revenue with E-Commerce Solutions. www.monexgroup.com

E-Commerce SOLUTIONS. Generate Online Revenue with E-Commerce Solutions. www.monexgroup.com E-Commerce SOLUTIONS In this report, MONEXgroup examines various types of online payment processing and E-Commerce Solutions. The tremendous transition towards online shopping stores in Canada has opened

More information

Survey Says: Consumers Want Live Help

Survey Says: Consumers Want Live Help Session Abstracts Optimization Services Track Survey Says: Consumers Want Live Help October 22 nd, 11:00 am Eastern ATG recently surveyed more than 1,000 Internet users who research, apply for, and buy

More information

Career Paths... Digital Job Areas Digital

Career Paths... Digital Job Areas Digital Job Areas Affiliate Marketers are responsible for setting up and managing relationships with affiliate websites which are connected to their own main brand. Key responsibilities include setting up, monitoring

More information

Marketing: Mastering the Process

Marketing: Mastering the Process Marketing: Mastering the Process Course Description This course teaches you key components of marketing strategy and tactics including: identification, analysis and selection of target markets; development

More information

Online & Offline Correlation Conclusions I - Emerging Markets

Online & Offline Correlation Conclusions I - Emerging Markets Lead Generation in Emerging Markets White paper Summary I II III IV V VI VII Which are the emerging markets? Why emerging markets? How does the online help? Seasonality Do we know when to profit on what

More information

Lesson 5: Inventory. 5.1 Introduction. 5.2 Manufacturer or Retailer?

Lesson 5: Inventory. 5.1 Introduction. 5.2 Manufacturer or Retailer? Lesson 5: Inventory 5.1 Introduction Whether it is a brick and mortar or digital store, for many businesses, inventory management is a key cog of their operations. Managing inventory is an important key

More information

A SME s guide to launching online: Everything small businesses need to know about ecommerce but aren t sure who to ask

A SME s guide to launching online: Everything small businesses need to know about ecommerce but aren t sure who to ask A SME s guide to launching online: Everything small businesses need to know about ecommerce but aren t sure who to ask Welcome to a world where size doesn t matter Launching online can be a daunting prospect

More information

Chapter 3. Data Analysis and Diagramming

Chapter 3. Data Analysis and Diagramming Chapter 3 Data Analysis and Diagramming Introduction This chapter introduces data analysis and data diagramming. These make one of core skills taught in this course. A big part of any skill is practical

More information

The ABC s of Selling Online

The ABC s of Selling Online DEFINITION E Commerce: Business done on and through the web The ABC s of Selling Online FOREIGN LANGUAGE QUICK HISTORY 1979: Michael Aldrich invented online shopping 1984: CompuServe launches an electronic

More information

Last Updated on 11/06/2008. www.jobprotech.com

Last Updated on 11/06/2008. www.jobprotech.com Last Updated on 11/06/2008 www.jobprotech.com Copyright JobPro Technology, 2008 How to Use this Guide This manual is designed as a reference for JobPro customers. It is not intended to be a replacement

More information

2016 ASIA PACIFIC HIGH TECH TOTAL REMUNERATION DATABASE

2016 ASIA PACIFIC HIGH TECH TOTAL REMUNERATION DATABASE HEALTH WEALTH CAREER 2016 ASIA PACIFIC HIGH TECH TOTAL REMUNERATION DATABASE THE LEADING SOURCE OF COMPETITIVE PAY INFORMATION FOR THE HIGH TECH INDUSTRY WWW.IMERCER.COM/TRD 2 WANT TO UPGRADE YOUR COMPENSATION

More information

Magento Features List

Magento Features List Magento Features List Magento is a feature-rich ecommerce platform solution that ofers merchants complete lexibility and control over the functionality of their online channel. Magento s search engine

More information

Understand how PPC can help you achieve your marketing objectives at every stage of the sales funnel.

Understand how PPC can help you achieve your marketing objectives at every stage of the sales funnel. 1 Understand how PPC can help you achieve your marketing objectives at every stage of the sales funnel. 2 WHO IS THIS GUIDE FOR? This guide is written for marketers who want to get more from their digital

More information

3 Best Practices for Facebook Ecommerce Success

3 Best Practices for Facebook Ecommerce Success 3 Best Practices for Facebook Ecommerce Success Social Strategies for Online Retailers Rapidly or reluctantly, retailers are adding social channels and tools to their arsenal, urged on by customers and

More information

D. USING YOUR SITE FOR ECOMMERCE «cliktips guide»

D. USING YOUR SITE FOR ECOMMERCE «cliktips guide» . Introduction Our system allows you to set up an online shop on your website. It does this by adding shopping features to your gallery/ies, so that your users can buy prints, originals or any other items

More information

This document contains 3 checklists for three different types of ecommerce websites permissible under University e commerce

This document contains 3 checklists for three different types of ecommerce websites permissible under University e commerce Thisdocumentcontains3checklistsforthreedifferenttypesofecommercewebsitespermissibleunderUniversitye commerce policy.thesechecklistsshouldbeusedtoascertainthatcolumbia Universitywebsiteswithe commercecomponentsconformtothe

More information

Certified Digital Marketing Expert

Certified Digital Marketing Expert Programme Details Certified Digital Marketing Expert 28,29 May & 4,5,11,12 June 16 THE NATIONAL INSTITUTE FOR ENTREPRENEURSHIP AND SMALL BUSINESS DEVELOPMENT (NIESBUD) Ministry of Skill Development and

More information

Lead Generation in Emerging Markets

Lead Generation in Emerging Markets Lead Generation in Emerging Markets White paper Summary I II III IV V VI VII Which are the emerging markets? Why emerging markets? How does online help? Seasonality Do we know when to profit on what we

More information

Information Systems in the Enterprise

Information Systems in the Enterprise Chapter 2 Information Systems in the Enterprise 2.1 2006 by Prentice Hall OBJECTIVES Evaluate the role played by the major types of systems in a business and their relationship to each other Describe the

More information

E-Commerce Web Objects: Importance and Expected Placement

E-Commerce Web Objects: Importance and Expected Placement E-Commerce Web Objects 1 E-Commerce Web Objects: Importance and Expected Placement Jeremy Markum Busyandfit.com Richard H. Hall University of Missouri Rolla E-Commerce Web Objects 2 Abstract This study

More information

advertise to announce that a product is for sale or that a service is offered in order to encourage people to buy it or to use it

advertise to announce that a product is for sale or that a service is offered in order to encourage people to buy it or to use it Aa Acquisition process by which a company buys another company advertise to announce that a product is for sale or that a service is offered in order to encourage people to buy it or to use it advertiser

More information

ACS-1803 Introduction to Information Systems. Functional Area Systems. Lecture 4

ACS-1803 Introduction to Information Systems. Functional Area Systems. Lecture 4 ACS-1803 Introduction to Information Systems Instructor: David Tenjo Functional Area Systems Lecture 4 1 Overview Overview of Functional Areas in the organization Functional Area: Accounting Accounting

More information

How to Build a Mobile Talent Strategy. A White Paper From imomentous Research

How to Build a Mobile Talent Strategy. A White Paper From imomentous Research How to Build a Mobile Talent Strategy A White Paper From imomentous Research January 2013 Introduction FOR FURTHER INFORMATION PLEASE CONTACT: Ed Newman imomentous As mobile technology continues to permiate

More information

UNIT I OVERVIEW OF E- COMMERCE

UNIT I OVERVIEW OF E- COMMERCE 1 UNIT I OVERVIEW OF E- COMMERCE Definition of E-Commerce: The use of electronic transmission medium ( telecommunications ) to engage in the exchange including buying and selling of products and services

More information

DEEP DIVE COMPARATIVE ANALYSIS OF E-COMMERCE TOOLS

DEEP DIVE COMPARATIVE ANALYSIS OF E-COMMERCE TOOLS DEEP DIVE COMPARATIVE ANALYSIS OF E-COMMERCE TOOLS Kumar Mallampalli Head Emerging Solutions and IT Services Table of Contents 1 Introduction... 2 2 The Challenges... 3 3 Solutions Options... 4 3.1 Open

More information

MONEY, INTEREST, REAL GDP, AND THE PRICE LEVEL*

MONEY, INTEREST, REAL GDP, AND THE PRICE LEVEL* Chapter 11 MONEY, INTEREST, REAL GDP, AND THE PRICE LEVEL* Key Concepts The Demand for Money Four factors influence the demand for money: The price level An increase in the price level increases the nominal

More information

3dCart Shopping Cart Software Release Notes Version 3.0

3dCart Shopping Cart Software Release Notes Version 3.0 Release Overview The latest installment in the 3dCart shopping software (version 3.0), is a complete redesign of the 3dCart platform. It includes performance improvements, new features, and usability enhancements.

More information

REPORT CARD. How to Tell if Your Agency Knows the Difference. Between Local SEO and Traditional SEO. Your Local SEO

REPORT CARD. How to Tell if Your Agency Knows the Difference. Between Local SEO and Traditional SEO. Your Local SEO How to Tell if Your Agency Knows the Difference Between Local SEO and Traditional SEO Your Local SEO REPORT CARD Social + Local + Mobile www.localsearchdrs.com 7,500,000 Monthly Local Searches Are You

More information

5 Social Shopping Trends Shaping the Future of Ecommerce. May 26, 2010

5 Social Shopping Trends Shaping the Future of Ecommerce. May 26, 2010 5 Social Shopping Trends Shaping the Future of Ecommerce May 26, 2010 Lauren Freedman, President, the e-tailing group, Inc. Pehr Luedtke, CEO, PowerReviews, Inc. The Voice of Cross-Channel Merchandising

More information

Effective Social Media Strategies in Food and Drinks

Effective Social Media Strategies in Food and Drinks Brochure More information from http://www.researchandmarkets.com/reports/2372587/ Effective Social Media Strategies in Food and Drinks Description: The report investigates the ways in which food and drinks

More information

Functional Area Systems Lecture 5

Functional Area Systems Lecture 5 ACS-1803 Introduction to Information Systems Instructor: David Tenjo Functional Area Systems Lecture 5 1 1. ACCOUNTING TRANSACTION SYSTEMS 2 1 Business Transaction Cycles 3 Business Transaction Cycles

More information

Monitoring the Online Marketplace

Monitoring the Online Marketplace Market Track s Actionable Insights Monitoring the Online Marketplace Developing a plan to stay on top of fluctuations in products and pricing online Key Questions Do you know how your products are priced

More information

WebSphere Commerce V7 Feature Pack 3

WebSphere Commerce V7 Feature Pack 3 WebSphere Commerce V7 Feature Pack 3 Precision marketing updates 2011 IBM Corporation WebSphere Commerce V7 Feature Pack 3 includes some precision marketing updates. There is a new trigger, Customer Checks

More information

Know Your Buyer: A predictive approach to understand online buyers behavior By Sandip Pal Happiest Minds, Analytics Practice

Know Your Buyer: A predictive approach to understand online buyers behavior By Sandip Pal Happiest Minds, Analytics Practice Know Your Buyer: A predictive approach to understand online buyers behavior By Sandip Pal Happiest Minds, Analytics Practice Introduction Retail and E-commerce are one of the first industries that recognized

More information

Keefo s Design wants to be an integral partner in your success!

Keefo s Design wants to be an integral partner in your success! Get you or your business on the web and let Keefo s Design help you to create an effective and competitive face to the public to get you and your business online! Below is a menu of our website design

More information

Digital Marketing, How To Guide for American Express Merchants

Digital Marketing, How To Guide for American Express Merchants Digital Marketing, How To Guide for American Express Merchants americanexpress.com.au/merchant How to promote yourself online and successfully grow your business in the digital world 1 Contents 1. Introduction

More information

Management Information System Prof. Biswajit Mahanty Department of Industrial Engineering & Management Indian Institute of Technology, Kharagpur

Management Information System Prof. Biswajit Mahanty Department of Industrial Engineering & Management Indian Institute of Technology, Kharagpur Management Information System Prof. Biswajit Mahanty Department of Industrial Engineering & Management Indian Institute of Technology, Kharagpur Lecture - 02 Introduction Part II Welcome to all of you

More information

CHAPTER 12: INFORMATION SYSTEMS IN BUSINESS

CHAPTER 12: INFORMATION SYSTEMS IN BUSINESS CHAPTER 12: INFORMATION SYSTEMS IN BUSINESS Multiple Choice: 1. A computer system performs all of the following basic functions EXCEPT: A. output. B. input. C. acquisition. D. processing. Answer: C Reference:

More information

How to Buy FedEx Outbound

How to Buy FedEx Outbound How to Buy FedEx Outbound This guide describes how to create a purchase order for FedEx shipments. After creating a purchase order, you must reference this purchase order number on your shipping label.

More information

MANAGEMENT AND MARKETING

MANAGEMENT AND MARKETING Department Chair: John Stark Department Office: Business Development Center, 142 Telephone: (661) 654-2181 email: mmdept@csub.edu email: jstark@csub.edu Website: www.csub.edu/bpa/ Faculty: M. Attaran,

More information

Deploying Insights from Online Banking Analytics in Incremental Innovation

Deploying Insights from Online Banking Analytics in Incremental Innovation Universal Banking Solution System Integration Consulting Business Process Outsourcing The relevance of online analytics to banking In its 2010 report on the state of online banking in the United States,

More information

Dayforce HCM Manager Timesheet Guide

Dayforce HCM Manager Timesheet Guide Dayforce HCM Manager Timesheet Guide Contents The Timesheet Management Process... 2 Timesheets and Pay Approval... 2 Timesheet Overview... 3 Load the Timesheet.3 Timesheet Display Options.4 Grid View Options.4

More information

Online Trading How to establish a successful online business. David Lakins http://www.keymultimedia.co.uk

Online Trading How to establish a successful online business. David Lakins http://www.keymultimedia.co.uk Online Trading How to establish a successful online business David Lakins http://www.keymultimedia.co.uk About Key Multimedia Founded in 2007 Based in Poundbury, Dorchester, Dorset 20% website development

More information

Social media has CHANGED THE WORLD as we know it by connecting people, ideas and products across the globe.

Social media has CHANGED THE WORLD as we know it by connecting people, ideas and products across the globe. Social Media for Retailers: Six Social Media Marketing Tips to Drive Online Sales........................................................ 2 Social media has CHANGED THE WORLD as we know it by connecting

More information

BUSINESS BUILDER 5 HOW TO PREPARE A CASH BUDGET

BUSINESS BUILDER 5 HOW TO PREPARE A CASH BUDGET BUSINESS BUILDER 5 HOW TO PREPARE A CASH BUDGET zions business resource center 2 how to prepare a cash budget At its most basic level, a budget is a plan for owners and managers to achieve their goals

More information

Is Your Business Ready For the Holidays? 7 Steps to Improve Your Online Holiday Sales

Is Your Business Ready For the Holidays? 7 Steps to Improve Your Online Holiday Sales Is Your Business Ready For the Holidays? 7 Steps to Improve Your Online Holiday Sales 2 7 Steps to Improve Your Online Holiday Sales Every year it seems as if the holiday decorations go up a month earlier

More information

www.shopmainstreet.com 855-733-SHOP (7467) help@shopmainstreet.com

www.shopmainstreet.com 855-733-SHOP (7467) help@shopmainstreet.com www.shopmainstreet.com 855-733-SHOP (7467) help@shopmainstreet.com TABLE OF CONTENTS Getting Started...3 Business Address & Categories.......... 4 Payment Method...6 Merchant Profile...7 Everyday Offers...9

More information

Membership Management Software

Membership Management Software 12 Tips for Selecting the Best Membership Management Software for your organization Table of Contents Section Page Getting Started 3 12 Tips for Selecting Membership Management Software 4 Don t Forget

More information

Purchasing/Human Resources/Payment Process: Recording and Evaluating Expenditure Process Activities

Purchasing/Human Resources/Payment Process: Recording and Evaluating Expenditure Process Activities Chapter 8 Purchasing/Human Resources/Payment Process: Recording and Evaluating Expenditure Process Activities McGraw-Hill/Irwin Copyright 2011 by The McGraw-Hill Companies, Inc. All rights reserved. What

More information

Small Business Marketing Guide

Small Business Marketing Guide Small Business Marketing Guide Running your own business is like living a dream. You're the boss, and your thoughts and ideas matter. Being an entrepreneur can be rewarding and challenging all at once.

More information

How to Use the Cash Flow Template

How to Use the Cash Flow Template How to Use the Cash Flow Template When you fill in your cash flow you are trying to predict the timing of cash in and out of your bank account to show the affect and timing for each transaction when it

More information

Using ShopTab with an Affiliate Marketing Program

Using ShopTab with an Affiliate Marketing Program Using ShopTab with an Affiliate Marketing Program An affiliate marketing program can be a very effective way to drive revenues for a merchants and marketing networks by creating a large group of sellers

More information

Microsoft Dynamics AX 2012 R2 New Features*

Microsoft Dynamics AX 2012 R2 New Features* Microsoft Dynamics AX 2012 R2 New Features* *For detailed descriptions of the features or more information about Microsoft Dynamics AX 2012, please contact Intelligent Systems Bulgaria. Functional area

More information

Frequently Asked Questions

Frequently Asked Questions What is "Ecommerce"? Frequently Asked Questions Ecommerce is the term used to describe the selling of goods and services over the Internet. In the most general sense, simply creating a Web site that advertises

More information

5 Tips For Setting Measurable. Social Media Goals. 5 Tips for Measurable social media goals

5 Tips For Setting Measurable. Social Media Goals. 5 Tips for Measurable social media goals 5 Tips For Setting Measurable Social Media Goals 1 introduction Five practical tips for setting measurable social media goals Social media participation has become a must for businesses today. A survey

More information

Contents. 1. Why set up Goals? 3. 2. How to set up Goals 4. 3. Destination Goals 6. 4. Duration Goals 8. 5. Pages & Screen Goals 10. 6.

Contents. 1. Why set up Goals? 3. 2. How to set up Goals 4. 3. Destination Goals 6. 4. Duration Goals 8. 5. Pages & Screen Goals 10. 6. Contents 1. Why set up Goals? 3 2. How to set up Goals 4 3. Destination Goals 6 4. Duration Goals 8 5. Pages & Screen Goals 10 6. Event Goals 11 About ThoughtShift 12 2 1. Why set up Goals? Setting up

More information

Fundamentals of Information Systems, Fifth Edition. Chapter 1 An Introduction to Information Systems in Organizations

Fundamentals of Information Systems, Fifth Edition. Chapter 1 An Introduction to Information Systems in Organizations Fundamentals of Information Systems, Fifth Edition Chapter 1 An Introduction to Information Systems in Organizations 1 Principles and Learning Objectives The value of information is directly linked to

More information

Variorum, Multi- Disciplinary e-research Journal Vol.-01, Issue-IV, May 2011

Variorum, Multi- Disciplinary e-research Journal Vol.-01, Issue-IV, May 2011 1 e-commerce: A Useful Concept Dr.Arvind N.Chaudhari: Associate Professor in Commerce, GDM Arts KRN Commerce & MD Science College Jamner Dist Jalgaon (MAH) e-commerce Today, the human life is general and

More information

Learning Objectives: Quick answer key: Question # Multiple Choice True/False. 14.1 Describe the important of accounting and financial information.

Learning Objectives: Quick answer key: Question # Multiple Choice True/False. 14.1 Describe the important of accounting and financial information. 0 Learning Objectives: 14.1 Describe the important of accounting and financial information. 14.2 Differentiate between managerial and financial accounting. 14.3 Identify the six steps of the accounting

More information

SOCIAL MARKETING GOES MAINSTREAM

SOCIAL MARKETING GOES MAINSTREAM 211 SOCIAL MARKETING SURVEY SOCIAL MARKETING GOES MAINSTREAM BY BRIAN QUINTON What s the tipping point when a channel morphs from niche tactic to mainstream marketing tool? It s arbitrary, but 75% seems

More information

Website Marketing for Customer Gain and Retention. Rural Cellular Association

Website Marketing for Customer Gain and Retention. Rural Cellular Association Website Marketing for Customer Gain and Retention Rural Cellular Association October 13, 2010 Agenda I) Introduction II) Keys to Successful Web Marketing A) Web Design B) Web KPI s C) Web s relationship

More information

Website Improvements for More Successful E-Commerce

Website Improvements for More Successful E-Commerce Website Improvements for More Successful E-Commerce FROM LANDING PAGE TO SHOPPING CART Reminders for Today s Webinar Webinar recording & slides: will be emailed to you within 48 hours after the event Discussion:

More information

BUY. Mobile Retargeting for Retailers: Recapturing Customers Cross-Platform. February 2014. 1.877.AMPUSH.1 info@ampush.com

BUY. Mobile Retargeting for Retailers: Recapturing Customers Cross-Platform. February 2014. 1.877.AMPUSH.1 info@ampush.com BUY Mobile Retargeting for Retailers: Recapturing Customers Cross-Platform February 2014 1.877.AMPUSH.1 info@ampush.com TABLE OF CONTENTS Executive Summary 3 The Mobile Advertising Opportunity 4 E-Commerce

More information

TheRetailerApp Platform Brochure A PRODUCT OF

TheRetailerApp Platform Brochure A PRODUCT OF TheRetailerApp Platform Brochure A PRODUCT OF Is the Mobile Revolution here? Yes. There are now over 1.4 billion smartphone users on the planet 1 in 7 people around the globe have a smartphone 87% of the

More information

THE EXPENDITURE CYCLE Part I

THE EXPENDITURE CYCLE Part I CHAPTER THE EXPENDITURE CYCLE Part I Businesses need resources in order to conduct their business to produce and sell a product or to provide a service. The expenditure cycle is concerned with the acquisition

More information

HorseTrak Accounting System

HorseTrak Accounting System HorseTrak Accounting System For Users of HT Gold and HT Deluxe General In this manual we explain the operation of the accounting features of HorseTrak Software. While teaching the principles of accounting

More information

The Global E-Commerce Gold Rush How Retailers Can Find Riches Overseas

The Global E-Commerce Gold Rush How Retailers Can Find Riches Overseas The Global E-Commerce Gold Rush How Retailers Can Find Riches Overseas By Joanne Bethlahmy, Bharat Popat, and Paul Schottmiller E-commerce is going global as retailers from around the world take advantage

More information

Society of Certified Management Accountants of Sri Lanka

Society of Certified Management Accountants of Sri Lanka Copyright Reserved Serial No Technician Stage March 2009 Examination Examination Date : 28 th March 2009 Number of Pages : 06 Examination Time: 9.30a:m.- 12.30p:m. Number of Questions: 05 Instructions

More information

CHAPTER 4: BUSINESS ANALYTICS

CHAPTER 4: BUSINESS ANALYTICS Chapter 4: Business Analytics CHAPTER 4: BUSINESS ANALYTICS Objectives Introduction The objectives are: Describe Business Analytics Explain the terminology associated with Business Analytics Describe the

More information

5 TIPS FOR SETTING MEASURABLE SOCIAL MEDIA GOALS

5 TIPS FOR SETTING MEASURABLE SOCIAL MEDIA GOALS TIP SHEET 5 TIPS FOR SETTING MEASURABLE SOCIAL MEDIA GOALS Social media participation has become a must for businesses today. A survey by CMO in February 2012 revealed that marketers expect to spend almost

More information

Table of Contents CUSTOMER DEMOGRAPHICS... 2 MARKETING... 4 OPERATIONS... 7 FINANCIAL ANALYSIS... 11 RECOMMENDATION... 13 APPENDIX...

Table of Contents CUSTOMER DEMOGRAPHICS... 2 MARKETING... 4 OPERATIONS... 7 FINANCIAL ANALYSIS... 11 RECOMMENDATION... 13 APPENDIX... ABSTRACT This report provides an in depth comparative analysis between Walmart and Amazon with respect to each company s demographics, marketing, operations, and finance. The intent of this analysis is

More information

Global E-Business: How Businesses Use Information Systems

Global E-Business: How Businesses Use Information Systems Introduction to Information Management IIM, NCKU Learning Objectives (2/2) Global E-Business: How Businesses Use Information Systems Explain the difference between e-business, e- commerce, and e-government.

More information

News and Information. Advertising and Marketing. Web. Design, Hosting, Promotion, Advertising, SEO

News and Information. Advertising and Marketing. Web. Design, Hosting, Promotion, Advertising, SEO SEARCH ENGINE ADVERTISING PROMOTION News and Information. Advertising and Marketing. WEB HOSTING Web WEB DESIGN REVISED: MAY, 2008 Design, Hosting, Promotion, Advertising, SEO McLeod County Road 1 and

More information

IGCSE Business Studies revision notes Finance Neil.elrick@tes.tp.edu.tw

IGCSE Business Studies revision notes Finance Neil.elrick@tes.tp.edu.tw IGCSE FINANCE REVISION NOTES Table of contents Table of contents... 2 SOURCES OF FINANCE... 3 CASH FLOW... 5 HOW TO CALCULATE THE CASH BALANCE... 5 HOW TO WORK OUT THE CASH AVAILABLE TO THE BUSINESS...

More information

For More Free Marketing Information, Tips & Advice, visit www.lgx.im

For More Free Marketing Information, Tips & Advice, visit www.lgx.im For More Free Marketing Information, Tips & Advice, visit www.lgx.im DISCLAIMER AND/OR LEGAL NOTICES The information presented in this E Book represents the views of the publisher as of the date of publication.

More information

INVENTORY MANAGEMENT. TechStorm. http://www.gotechstorm.com/howto/inventorymanagement.pdf

INVENTORY MANAGEMENT. TechStorm. http://www.gotechstorm.com/howto/inventorymanagement.pdf INVENTORY MANAGEMENT TechStorm http://www.gotechstorm.com/howto/inventorymanagement.pdf Inventory Management Table Of Contents Add Inventory Items In Tablet... 3 Transaction Flow for Adding Inventory in

More information

Summary. U.S. Retail Cyber Monday Report 2014

Summary. U.S. Retail Cyber Monday Report 2014 U.S. Retail Report 2014 IBM DIGITAL ANALYTICS BENCHMARK 2 Summary Heading back to work, consumers clicked their way to the best deals on which remained the busiest online shopping day of the holiday season.

More information

6/10/2015. Chapter Nine Overview. Learning Outcomes. Opening Case: Twitter: A Social CRM Tool

6/10/2015. Chapter Nine Overview. Learning Outcomes. Opening Case: Twitter: A Social CRM Tool Opening Case: Twitter: A Social CRM Tool McGraw-Hill-Ryerson 2015 The McGraw-Hill Companies, All Rights Reserved Chapter Nine Overview SECTION 9.1 CRM FUNDAMENTALS Introduction Using Information to Drive

More information

CHAPTER 5: BUSINESS ANALYTICS

CHAPTER 5: BUSINESS ANALYTICS Chapter 5: Business Analytics CHAPTER 5: BUSINESS ANALYTICS Objectives The objectives are: Describe Business Analytics. Explain the terminology associated with Business Analytics. Describe the data warehouse

More information

Media Contact: Mike Conway Director, Corporate Communications Sherwin-Williams Direct: 216.515.4393 Pager: 216.422.3751 mike.conway@sherwin.

Media Contact: Mike Conway Director, Corporate Communications Sherwin-Williams Direct: 216.515.4393 Pager: 216.422.3751 mike.conway@sherwin. The Sherwin-Williams Company Reports First Quarter 2012 Financial Results Consolidated net sales increased 15.1% to a record $2.14 billion Diluted net income per common share increased 50.8% to a record

More information

best practices Social recruiting: Five tips to improve efficiency and get better results

best practices Social recruiting: Five tips to improve efficiency and get better results best practices Social recruiting: Five tips to improve efficiency and get better results Social recruiting is just one aspect of a multi-channel recruiting strategy, but it s one you can t afford to overlook.

More information

2O/2. distribution. How Much Can You Save With an Integrated ecommerce Approach? By KeCommerce. socius The Power of Partnership

2O/2. distribution. How Much Can You Save With an Integrated ecommerce Approach? By KeCommerce. socius The Power of Partnership 2O/2 distribution How Much Can You Save With an Integrated ecommerce Approach? By KeCommerce socius The Power of Partnership ecommerce Overview ecommerce has always been about the general ease and simplicity

More information

The Measurement of the Business Income. 1 by recording revenues when earned and expenses when incurred. 2 by adjusting accounts

The Measurement of the Business Income. 1 by recording revenues when earned and expenses when incurred. 2 by adjusting accounts Recap from Week 3 The Measurement of the Business Income The primary objective of accounting is measuring the net income of the businesses according to the generally accepted accounting principles. Net

More information

Introduction to Management Information Systems

Introduction to Management Information Systems IntroductiontoManagementInformationSystems Summary 1. Explain why information systems are so essential in business today. Information systems are a foundation for conducting business today. In many industries,

More information

Digital Commerce in Retail: Supporting a Common Mobile Customer Journey RETAILER SURVEY - CONDUCTED NOVEMBER 2014

Digital Commerce in Retail: Supporting a Common Mobile Customer Journey RETAILER SURVEY - CONDUCTED NOVEMBER 2014 Digital Commerce in Retail: Supporting a Common Mobile Customer Journey RETAILER SURVEY - CONDUCTED NOVEMBER 2014 Digital Commerce in Retail: Supporting a Common Mobile Customer Journey CONTENTS 1. Background

More information

AgExpert Analyst 2014

AgExpert Analyst 2014 AgExpert Analyst 2014 Meet the next generation of accounting software You work hard to make your operation successful. That means using the best, most up-to-date accounting software you can find. And that

More information

Bricks And Clicks A Look At Today s Retail Marketing Trends

Bricks And Clicks A Look At Today s Retail Marketing Trends Bricks And Clicks A Look At Today s Retail Marketing Trends A Quick and Easy Guide to Digital Advertising for Local Businesses TABLE OF CONTENTS 3 4 7 11 The New Customer Path to Purchase The Rise of Mobile

More information

Ignify. ecommerce. System Overview. Ignify ecommerce integrates with:

Ignify. ecommerce. System Overview. Ignify ecommerce integrates with: Ignify Ignify header here ecommerce Ignify ecommerce integrates with: Dynamics AX Dynamics CRM Dynamics GP Dynamics NAV Dynamics SL Optimized for: Responsive Web Design Social Media Search Engines Ignify

More information

Enjoy Online Shopping.

Enjoy Online Shopping. Enjoy Online Shopping. Nosto Solutions Founded 2011 in Helsinki, Finland A Team of 38 people with 16 different nationalities Product launched to general availability in September 2013 Enjoy Online Shopping.

More information