2016-01-27 11:33:27 +05:30
#Applying Discount
2015-12-03 17:52:46 +05:30
2016-01-27 15:11:58 +05:30
There are several ways Discount can be applied on an item in the sales transactions.
2015-12-03 17:52:46 +05:30
#### 1. Discount on "Price List Rate" of an item
2016-01-27 15:11:58 +05:30
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 17:52:46 +05:30
2016-01-27 18:19:06 +05:30
< img alt = "Discount Percentage" class = "screenshot" src = "{{docs_base_url}}/assets/img/articles/discount-1.png" >
2015-12-03 17:52:46 +05:30
2016-01-27 15:11:58 +05:30
The feature of Discount (%) is available in all sales and purchase transactions.
2015-12-03 17:52:46 +05:30
2016-01-27 18:19:06 +05:30
You can use Pricing Rule for auto-application of Discount (%). [Click here to learn how Pricing Rule functions. ]({{docs_base_url}}/user/manual/en/accounts/pricing-rule.html )
2015-12-03 17:52:46 +05:30
2016-01-27 11:33:27 +05:30
#### 2. Discount on Net Total and Grand Total
2015-12-03 17:52:46 +05:30
2016-01-27 18:19:06 +05:30
In the "Additional Discount" section, you can apply discount as amount or as percentage.
2015-12-03 17:52:46 +05:30
2016-01-27 18:19:06 +05:30
< img alt = "Discount Percentage" class = "screenshot" src = "{{docs_base_url}}/assets/img/articles/discount-2.png" >
2015-12-03 17:52:46 +05:30
2016-01-27 18:19:06 +05:30
##### Discount on Net Total
2015-12-03 17:52:46 +05:30
2016-01-27 18:19:06 +05:30
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.
< img alt = "Discount Percentage" class = "screenshot" src = "{{docs_base_url}}/assets/img/articles/discount-on-net-total.png" >
##### Discount on Grand Total
2016-01-27 15:11:58 +05:30
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.
2016-01-27 18:19:06 +05:30
< img alt = "Discount Percentage" class = "screenshot" src = "{{docs_base_url}}/assets/img/articles/discount-on-grand-total.png" >
2015-12-03 17:52:46 +05:30
<!-- markdown -->