Suggested Retail Price with Profit Calculator
The Suggested Retail Price is the suggested price that a pharmacist can charge consumers for the product. The Profit Calculator allows users to run "what-if" scenarios based on the Suggested Retail Price, quantity, list price, and discounts to show a real-time calculation of the profit for a product that a pharmacy can potentially realize. Profit can be calculated for individual order lines and for the entire order.
Who can use this feature?
- iPad, Windows Users (Browser coming soon)
- Users do not require an additional license
- End Users, Order Admins
Configuring Suggested Retail Price and Profit Calculator for

To configure this feature:
- Ensure Configuring Order Management is complete.
- Grant the following permissions:
Object
Object Permissions
Object Types
Fields
Field Permissions
order__v
CRED
All
order_total_profit__v
Edit
order_line__v
CRED
All
- suggested_retail_price__v
- profit__v
Edit
pricing_rule__v
CRED
list_price_rule__v
suggested_retail_price__v
Read
- Add the suggested_retail_price__v field to the pricing_rule__v layout with object type list_price__v.

To configure this feature:
- Grant the following permissions:
Object
Object Permissions
Object Types
Fields
Field Permissions
order__v
CRED
All
order_total_profit__v
Read
order_line__v
CRED
All
- profit__v
- suggested_retail_price__v
Read
suggested_retail_price__v
Edit (optional)
pricing_rule__v
CRED
list_price_rule__v
suggested_retail_price__v
Read
- Add the suggested_retail_price__v and profit__v fields to the order_line__v layout.
- Add the order_total_profit__v field to the order__v layout.
Setting Suggested Retail Price as

Set Suggested Retail Price by entering a value on the suggested_retail_price__v field on Pricing Rules of object type list_price__v.
Using Suggested Retail Price and Profit Calculator as

The Suggested Retail Price for each product displays on the suggested_retail_price__v field on the Order Line. Users can override default Suggested Retail Price if they have edit permission to the suggested_retail_price__v field.
The Profit for each product displays to the user on the profit__v field on the Order Line. profit__v = (quantity__v + free_goods) multiplied by suggested_retail_price__v - net_amount__v.
The Profit for the entire order displays on the order_total_profit__v field on the Order. order_total_profit__v = sum of profit__v from Order Lines.