Projects:Margin Indicator/Functional Specification
Description
The purpose of this project is to implement a visual indicator that helps to understand how far the final price is comparing with its cost.
The calculation is a Commercial margin : (priceSell - cost)/priceSell*100
Scope ERP
- Ability to define three margins at organization level (store level):
- Green Margin up to: 100
- Orange Margin up to: 15
- Red Margin up to: 5
- This info will be in form view in “Other information”
- This info won’t be shown by default in grid view
Scope WEBPOS
Following the above configuration this will be the user cases:
- User Case 1:
- The price list for Product A (PA): 120€. This is the price that comes from the backend
- The cost is 100€
- Phil selects PA and the product is now a line of the ticket
- That is a 17% = ((120-100)/120*100
- Indicator green. See figure 1
- User case 2:
- Phil selects the product A (PA) where the price is 120€
- Due to some discounts the final price is 102€
- So the margin or total discount is 1.2%
- The system will show a red point just under the line .See figure 2