Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

Business Intelligence (BI) comprises the strategies and technologies used by enterprises for the data analysis of business information.

OFBiz collects vast amounts of data from transactions in the various domains. This page (and child pages) intend to explain how OFBiz supports BI.

The OFBiz BI concept (and associated entities) and its implementation through the BI component are based on the book 'Data Warehouse Toolkit' by Ralph Kimball and Margy Ross.


Facts and Dimensions

Fact tables (aka facts) stores the performance measurements resulting from the organisation's business process events. Dimension tables (aka dimensions) contain the textual contacts associated with a business process measurement event (captured in a fact) and describe the 'who, what, where, when, how and why'.

In the sections below we describe how the facts and dimension per business domain

Table of Contents

Sales Domain




Facts


Dimension

Fact-field

Fact-alias

SalesInvoiceFact

SalesOrderFact

Account

accountDimId

account

Y

Y

Brand

brandDimId

brand

Y

Y

Carrier

carrierDimId

carrier



Catalog

catalogDimId

catalog



Customer

customerDimId

customer

Y

Y

Country

countryDimId

country



Currency

currencyDimId

currency

Y

Y

Date

dateDimId

date

Y

Y

Employee

employeeDimId

employee



Facility

facilityDimId

facility



Manager

managerDimId

manager



Organisation

organisationDimId

organisation

Y

Y

PaymentMethod

paymentMethodDimId

payMethod



Product

productDimId

product

Y

Y

ProductCategory

productCategoryDimId

category



Project

projectDimId

project



SalesChannel

channelDimId

channel

Y

Y

SalesPromo

promoDimId

promo


Y

SalesRep

salesrepDimId

rep

Y

Y

Store

storeDimId

store

Y

Y

Supplier

supplierDimId

supplier



Time

timeDimId

time

Y


TimeEntry

timeEntryDimId

timeEntry




Procurement/Purchase Domain




Facts
DimensionFact-fieldFact-aliasPurchaseInvoiceFactPurchaseOrderFact
AccountaccountDimIdaccount

BrandbrandDimIdbrand

CarriercarrierDimIdcarrier

CatalogcatalogDimIdcatalog

CustomercustomerDimIdcustomer

CountrycountryDimIdcountry

CurrencycurrencyDimIdcurrencyYY
DatedateDimIddateYY
EmployeeemployeeDimIdemployee

FacilityfacilityDimIdfacility

ManagermanagerDimIdmanager

OrganisationorganisationDimIdorganisationYY
PaymentMethodpaymentMethodDimIdpayMethod

ProductproductDimIdproductYY
ProductCategoryproductCategoryDimIdcategory

ProjectprojectDimIdprojectYY
SalesChannelchannelDimIdchannelYY
SalesPromopromoDimIdpromo
Y
SalesRepsalesrepDimIdrepYY
StorestoreDimIdstoreYY
SuppliersupplierDimIdsupplier

TimetimeDimIdtimeY
TimeEntrytimeEntryDimIdtimeEntry


Human Resources Domain




Facts
DimensionFact-fieldFact-aliastbd
AccountaccountDimIdaccount
BrandbrandDimIdbrand
CarriercarrierDimIdcarrier
CatalogcatalogDimIdcatalog
CustomercustomerDimIdcustomer
CountrycountryDimIdcountry
CurrencycurrencyDimIdcurrency
DatedateDimIddateY
EmployeeemployeeDimIdemployeeY
FacilityfacilityDimIdfacility
ManagermanagerDimIdmanager
OrganisationorganisationDimIdorganisationY
PaymentMethodpaymentMethodDimIdpayMethod
ProductproductDimIdproduct
ProductCategoryproductCategoryDimIdcategory
ProjectprojectDimIdproject
SalesChannelchannelDimIdchannel
SalesPromopromoDimIdpromo
SalesRepsalesrepDimIdrepY
StorestoreDimIdstoreY
SuppliersupplierDimIdsupplier
TimetimeDimIdtime
TimeEntrytimeEntryDimIdtimeEntryY


Inventory/Warehousing Domain




Facts
DimensionFact-fieldFact-aliasInventoryItemFact
AccountaccountDimIdaccount
BrandbrandDimIdbrand
CarriercarrierDimIdcarrierY
CatalogcatalogDimIdcatalog
CustomercustomerDimIdcustomer
CountrycountryDimIdcountry
CurrencycurrencyDimIdcurrencyY
DatedateDimIddateY
EmployeeemployeeDimIdemployee
FacilityfacilityDimIdfacilityY
ManagermanagerDimIdmanager
OrganisationorganisationDimIdorganisationY
PaymentMethodpaymentMethodDimIdpayMethod
ProductproductDimIdproductY
ProductCategoryproductCategoryDimIdcategory
ProjectprojectDimIdproject
SalesChannelchannelDimIdchannel
SalesPromopromoDimIdpromo
SalesRepsalesrepDimIdrep
StorestoreDimIdstore
SuppliersupplierDimIdsupplier
TimetimeDimIdtimeY
TimeEntrytimeEntryDimIdtimeEntry


Project Domain




Facts

Dimension

Fact-field

Fact-alias

tbd

Account

accountDimId

account


Brand

brandDimId

brand


Carrier

carrierDimId

carrier


Catalog

catalogDimId

catalog


Customer

customerDimId

customer

Y

Country

countryDimId

country


Currency

currencyDimId

currency


Date

dateDimId

date

Y

Employee

employeeDimId

employee

Y

Facility

facilityDimId

facility


Manager

managerDimId

manager

Y

Organisation

organisationDimId

organisation

Y

PaymentMethod

paymentMethodDimId

payMethod


Product

productDimId

product


ProductCategory

productCategoryDimId

category


Project

projectDimId

project

Y

SalesChannel

channelDimId

channel


SalesPromo

promoDimId

promo


SalesRep

salesrepDimId

rep


Store

storeDimId

store


Supplier

supplierDimId

supplier


Time

timeDimId

time


TimeEntry

timeEntryDimId

timeEntry

Y


Accounting Domain




Facts
DimensionFact-fieldFact-aliastbd
AccountaccountDimIdaccount
BrandbrandDimIdbrand
CarriercarrierDimIdcarrier
CatalogcatalogDimIdcatalog
CustomercustomerDimIdcustomer
CountrycountryDimIdcountry
CurrencycurrencyDimIdcurrency
DatedateDimIddateY
EmployeeemployeeDimIdemployee
FacilityfacilityDimIdfacility
ManagermanagerDimIdmanager
OrganisationorganisationDimIdorganisationY
PaymentMethodpaymentMethodDimIdpayMethodY
ProductproductDimIdproduct
ProductCategoryproductCategoryDimIdcategory
ProjectprojectDimIdproject
SalesChannelchannelDimIdchannel
SalesPromopromoDimIdpromo
SalesRepsalesrepDimIdrep
StorestoreDimIdstore
SuppliersupplierDimIdsupplier
TimetimeDimIdtime
TimeEntrytimeEntryDimIdtimeEntry


Related tickets

Open

Jira
serverASF JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject = OFBIZ AND component in (bi, birt) AND status not in (closed, done) ORDER BY status DESC, key DESC
serverId5aa69414-a9e9-3523-82ec-879b028fb15b

Closed

Jira
serverASF JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject = OFBIZ AND component in (bi, birt) AND status in (closed, done) ORDER BY status DESC, key DESC
serverId5aa69414-a9e9-3523-82ec-879b028fb15b