2016-01-27 06:03:27 +00:00
#Applying Discount
2015-12-03 12:22:46 +00:00
2016-01-27 09:41:58 +00:00
There are several ways Discount can be applied on an item in the sales transactions.
2015-12-03 12:22:46 +00:00
#### 1. Discount on "Price List Rate" of an item
2016-01-27 09:41:58 +00:00
You can find the Discount (%) field in the Item table. Discount (%) is applied on the Price List Rate to get the selling Rate of the Item.
2015-12-03 12:22:46 +00:00
2017-07-31 11:11:35 +00:00
< img alt = "Discount Percentage" class = "screenshot" src = "/docs/assets/img/articles/discount-1.png" >
2015-12-03 12:22:46 +00:00
2016-01-27 09:41:58 +00:00
The feature of Discount (%) is available in all sales and purchase transactions.
2015-12-03 12:22:46 +00:00
2017-07-31 11:11:35 +00:00
You can use Pricing Rule for auto-application of Discount (%). [Click here to learn how Pricing Rule functions. ](/docs/user/manual/en/accounts/pricing-rule.html )
2015-12-03 12:22:46 +00:00
2016-01-27 06:03:27 +00:00
#### 2. Discount on Net Total and Grand Total
2015-12-03 12:22:46 +00:00
2016-01-27 12:49:06 +00:00
In the "Additional Discount" section, you can apply discount as amount or as percentage.
2015-12-03 12:22:46 +00:00
2017-07-31 11:11:35 +00:00
< img alt = "Discount Percentage" class = "screenshot" src = "/docs/assets/img/articles/discount-2.png" >
2015-12-03 12:22:46 +00:00
2016-01-27 12:49:06 +00:00
##### Discount on Net Total
2015-12-03 12:22:46 +00:00
2016-01-27 12:49:06 +00:00
If Discount Amount is applied on **Net Total** , then item's Net Rate and Net Amount is calculated as per the Discount Amount. Net Rate and Amount field will be visible only if Discount is applied using this feature.
2017-07-31 11:11:35 +00:00
< img alt = "Discount Percentage" class = "screenshot" src = "/docs/assets/img/articles/discount-on-net-total.png" >
2016-01-27 12:49:06 +00:00
##### Discount on Grand Total
2016-01-27 09:41:58 +00:00
If Discount Amount is applied based on the **Grand Total** , then with item's Net Rate, Net Amount as well as taxes are also re-calculated as per Discount Amount.
2017-07-31 11:11:35 +00:00
< img alt = "Discount Percentage" class = "screenshot" src = "/docs/assets/img/articles/discount-on-grand-total.png" >
2015-12-03 12:22:46 +00:00
<!-- markdown -->