# Applying Sub-Total Discounts

{% embed url="<https://youtu.be/rENyBZcB6fU>" %}

Sub-total discounts are price changes made to the final price of all items in a transaction.

To make sub-total discounts, first scan or input product(s) into the sales screen.

![](/files/-MlLEL5Sm19sRDDAzapX)

Select **Discount** under Sub-Total.

![](/files/-MlLEP6PTar7UAkFVFY9)

This opens the **Discount** pop-up which allows you to give **Bulk line discounts** or **Discount on Sub-Total**.

The major difference between **Discount on Sub-Total** and **Bulk Line Discount** is that the **Sub-Total Discount** applies the discount to the sub-total for the entire invoice, whereas the **Bulk Line Discount** applies the same discount to each item individually.

{% hint style="info" %}
***NOTE**:* You can control the ability to discount/adjust pricing on individual items, read more [here](/pos/discounts-and-promotions/manual-discounts/applying-line-discounts.md)
{% endhint %}

This is important to remember because some businesses have items with price fluctuations every day (ex. grocery stores). TAKU gives more control and flexibility to retailers by allowing them to set permissions for staff to edit prices.

![](/files/-MlLESlAg137SA3NVTub)

Input the discount amount by clicking on the calculator icon, then press **“Accept”** when you are finished.

![](/files/-MlLEWMuT-y2CMS0kkwr)

Discounts will be applied on the sub-total of the transaction. This overrides the **max line item discount** (read more) because the discount is applied on the sub-total, not line items.

![](/files/-MlLE_F3OPczOsIQNnjV)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.takulabs.io/pos/discounts-and-promotions/manual-discounts/applying-sub-total-discounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
