cms_markdown: Commission based on the Mark Down Percentage

Description Usage Arguments Details Author(s) Examples

View source: R/type.R

Description

Commission based on the Mark Down Percentage

Usage

1
cms_markdown(price, disc.price)

Arguments

price

List price

disc.price

Discount price

Details

Mark Down represents the price that is below the net selling price with which the product is sold to the customer. For each mark down value calculated, a combination of above percentage and product hierarchy up to 4th level. It means that the mark down case will be the corresponding

Author(s)

Jean Marie Cimula

Examples

1
2
#List price <- $2.00 and Discount price <- $1.90
cms_markdown(2,1.9)

jmcimula/cmsr documentation built on May 19, 2019, 1:52 p.m.