Difference between revisions of "ServicePlans/Data/RoundingPrecision"
From Emersion
m (Initial Page) |
|||
Line 1: | Line 1: | ||
== Rounding Precision == | == Rounding Precision == | ||
− | === | + | Rounding Precision determines how many decimal places are used when rating usage, there are also several rounding options available when setting up a Service Plan. |
+ | |||
+ | The following options are available | ||
+ | |||
+ | {|style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000" | ||
+ | |- | ||
+ | |style="border-style: solid; border-width: 1px"| No Rounding | ||
+ | |style="border-style: solid; border-width: 1px"| No Rounding | ||
+ | |- | ||
+ | |style="border-style: solid; border-width: 1px"| Round Up | ||
+ | |style="border-style: solid; border-width: 1px"| Charges are rounded up to the precision set in the rounding precision box | ||
+ | |- | ||
+ | |style="border-style: solid; border-width: 1px"| Round Down | ||
+ | |style="border-style: solid; border-width: 1px"| Charges are rounded down to the precision set in the rounding precision box | ||
+ | |- | ||
+ | |style="border-style: solid; border-width: 1px"| Round Half Up | ||
+ | |style="border-style: solid; border-width: 1px"| Charges are rounded to the precision set in the rounding precision box | ||
+ | |} | ||
+ | |||
+ | |||
+ | Examples of different rounding precision: | ||
+ | |||
+ | Setting the rounding precision to 2 will result in charges as $1.23 | ||
+ | |||
+ | Setting rounding precision to 4 will results in charges as $1.1234 | ||
− | |||
[[Category:ServicePlans]] | [[Category:ServicePlans]] |
Revision as of 16:26, 18 April 2011
Rounding Precision
Rounding Precision determines how many decimal places are used when rating usage, there are also several rounding options available when setting up a Service Plan.
The following options are available
No Rounding | No Rounding |
Round Up | Charges are rounded up to the precision set in the rounding precision box |
Round Down | Charges are rounded down to the precision set in the rounding precision box |
Round Half Up | Charges are rounded to the precision set in the rounding precision box |
Examples of different rounding precision:
Setting the rounding precision to 2 will result in charges as $1.23
Setting rounding precision to 4 will results in charges as $1.1234