Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#C0B6F2

📽️ Check out a video demonstration for this use case, here.

Panel
bgColor#E6FCFF

Use Case Situation Description

Enhanced profitability through cost-to-serve analytics KPIs offers precise insights into operational costs, enabling targeted optimizations. This leads to streamlined processes, resource allocation, and pricing strategies, aligning with customer needs. Improved cost recovery boosts margins while maintaining customer satisfaction, ultimately elevating profitability.

...

Expand
titleValue Projections

Cost recovery (freight, packaging, services) by product category and region

...

Panel
bgColor#B3F5FF

Prescriptive Design Requirements

As a [Pricing Manager/Sales Rep], I want to have the ability to get access to cost-to-serve category tracking metrics, so I can:

...

Expand
titleScope Validation and Project Readiness

During scope validation process we are ensuring that the project deliverables are completed according to the agreed scope and quality standard by asking the following questions:

Scope Validation and Project Readiness Workshop – Validation Questions & Answers:

Q1: How many cost-to-serve categories do you usually manage?

A1:

Q2: Where is your data stored?

A2:

Q3: What is the level of aggregation of data?

A3:

Q4: Are your transactions data enriched with those cost-to-serve elements details?

A4:

...

Panel
bgColor#79E2F2

User Stories

These are the user stories that make up this use case.

...

Expand
titleEpic: Dashboards

As a Sales Rep/Pricing Manager I want to have a dashboard available that I can use to monitor the cost recovery per cost-to-serve element.


User Story Name - Dashboard filter

I want to: Filter the scope of my cost-to-serve analysis

so I can: Identified outline opportunities

Acceptance Criteria:

Fields to filter on are:

  • From & To Date

  • Account Group: Ship-To

  • Industry

  • Continents

  • Countries

  • Regions

  • States

  • Customer Segments

  • Customer Names

  • Product Lines

  • Product Groups

  • Target Currency

  • View Recovery By


User Story Name - Dashboard Generic filter

I want to: Use a generic filter

so I can: Create an advanced filter with a complex query to filter the scope of my cost-to-serve analysis

Acceptance Criteria: Generic filter option is enabled in the dashboard


User Story Name - Margin Impact Pie chart

I want to: See what the actual negative margin impact of each cost-to-serve category is

so I can: Plan corrective actions accordingly

Acceptance Criteria: Displayed metrics are the following:

  • Total Recovery amount per dimension.

  • Total Recovery amount is equal to the delta between the Costs and the Charges. If Charges - Costs >0, margin impact is positive, else it is a margin lost.

o    Dimension to be selected in the “View Recovery By” option in the dashboard filter menu.

o    Value currency corresponds to the Target Currency selected in the dashboard filter menu.

Each sector of the pie chart shows the total margin impact by the selected dimension. (I.e., If the selected dimension is “Country” then the pie chart shows the total margin impact by each country.)

Each sector is clickable

When clicked, the user can access the margin impact breakdown per cost-to-serve category for the dimension clicked. In our example by Country, we will get the breakdown for a particular country.

 

Recovery Amount:

Is taken from the value of Total Recovey Delta:

Total Recovery Delta is calculated with the formula:

SUM (Charge Field) - SUM (Cost Field)

 

Recovery Breakup with Margin:

It is calculated with the formula:

If the value for Total Recovery Delta is greater than or equal to zero:

grossMargin – totalRecoveryDelta

If the value for Total Recovery Delta is less than zero:

grossMargin + totalRecoveryDelta

where:

Gross Margin is taken from Transactions data with the formula:

SUM (Gross Margin)

Total Recovery Delta is calculated with the formula:

SUM (Charge Field) - SUM (Cost Field)


User Story Name - Recovery heatmap

I want to: See the cost-to-serve recovery percentage variations per Country v/s product line

so I can: Identifiy outline opportunities

Acceptance Criteria: Displayed metrics are the following:

  • cost-to-serve recovery percentage variations per Country v/s product line

Recovery percentages are depicted by color


User Story Name - Recovery Trend Time series

I want to: See the cost-to-serve recovery percentage variations per cost-to-serve category

so I can: Identify outline opportunities

Acceptance Criteria: Displayed metrics are the following:

  • cost-to-serve recovery percentage trend per cost-to-serve category

  • Total Charge per cost-to-serve category

  • Total Cost per cost-to-serve category

All cost-to-serve category are clickable to be analysed independently


User Story Name - Recovery Data table

I want to: See the cost-to-serve recovery

so I can: Identified outline opportunities at the lowest level of detail

Acceptance Criteria: Displayed metrics are the following:

  • cost-to-serve recovery percentage trend per cost-to-serve category

  • Total Charge per cost-to-serve category

  • Total Cost per cost-to-serve category

Metrics are displayed at any level of granularity available in the filter option “View Recovery By”

...

Panel
bgColor#ABF5D1

Data Requirements

The following tables can be either manually loaded in Pricefx via Pricefx Excel Client or can be automatically integrated using CSV files in a Pricefx dedicated SFTP folder:

...

·       Historical Transactions data enriched with cost-to-serve elements details

...

Panel
bgColor#FFBDAD

Out-of-Scope

Out-of-scope business functions and features can be configured, but are not included in the Chemical Industry Catalog.

  • Any metrics reporting other than the ones explicitly mentioned above

  • Any customization

  • Additional filters

  • User entitlement of the dashboard

  • Data integration

...

Panel
bgColor#998DD9

Solution Design

  • Costs to serve elements details (both Costs and Charges) must be part of the transactions data set and available at transaction level.

  • The transactions data set must be enriched with Ship-To details as well.

  • All portlets from this dashboard will be using data from the Transactions data set.

  • The cost recovery percentage will be calculated on the fly based on the selected filters applied in the dashboard.

...