Source: https://vaultcrmhelp.veeva.com/doc/Content/CRM_topics/OrderManagement/PricingRules/Discounts/NetAmountOrderRound.htm

## Order Net Amount Rounding Mode

An order’s Net Amount is calculated on each order line after the Total Discount is calculated. Rounding is then used to reduce the Net Amount to two decimal places. The final Net Amount depends on whether rounding is applied to the Line Item Total Cost (using Line Total Round mode) or the Discount Net Amount (using Final Net Price Round mode).

**Who can use this feature?**

* End Users - Browser, iPad, Windows
* [Using Net Amount Rounding Mode](#Using)
* Users do not require an additional license

### Configuring Net Amount Rounding Mode for

[![Closed](../../../../../Skins/Default/Stylesheets/Images/transparent.gif)End Users](#)

To configure this feature:

1. Ensure [Configuring Order Management](../../OM_Config.htm) is complete.
2. Navigate to **Admin > Users & Groups > Permission Sets**.
3. Select the appropriate permission set.
4. Select **Objects**.
5. Grant the following permissions to enable Order Line Total Round Mode:

   | Object | Object Permissions | Object Types | Fields | Field Permissions |
   | --- | --- | --- | --- | --- |
   | preferences\_\_v | R | n/a | enable\_order\_line\_total\_round\_\_v | Read |
6. Remove the following permissions to enable Final Net Price Round Mode:

   | Object | Object Permissions | Object Types | Fields | Field Permissions |
   | --- | --- | --- | --- | --- |
   | preferences\_\_v | R | n/a | enable\_order\_line\_total\_round\_\_v | Read |

To configure the Order Line Total Round mode:

1. Ensure [Configuring Order Management](../../OM_Config.htm) is complete.
2. Navigate to **Business Admin > Objects > Veeva Settings**.
3. Select **Edit**.
4. Deselect the **Disable Order Line Total Round** checkbox.
5. Select **Save**.

To configure the Final Net Price Round mode:

1. Ensure [Configuring Order Management](../../OM_Config.htm) is complete.
2. Navigate to **Business Admin > Objects > Veeva Settings**.
3. Select **Edit**.
4. Select the **Disable Order Line Total Round** checkbox.
5. Select **Save**.

### Using Net Amount Rounding Mode as

[![Closed](../../../../../Skins/Default/Stylesheets/Images/transparent.gif)End Users](#)

Order Line Total Round Mode ensures rounding on each order line occurs when Line Item Total Cost is calculated.

For example:

* quantity\_\_v = 4
* list\_price\_\_v = 3
* total\_discount\_\_v = 1.4%
* net\_amount\_\_v = 4 \* 3 \* (1 - .014) = 11.832, and then round to 11.83

Final Net Price Round Mode ensures rounding on each order line occurs when Discount Net Amount is calculated.

For example:

* quantity\_\_v = 4
* list\_price\_\_v = 3
* total\_discount\_\_v = 1.4%
* net\_amount\_\_v = (3 \* (1 - .014) = 2.958, and then round to 2.96) \* 4 = 11.84

### Related Topics

[Discount Pricing Rules](DiscountRule.htm)

[Product Group Level Pricing Rules](ProductGroupPricingRules.htm)

[In-Level Addition Mode](InLevelAddition.htm)
