# Invoice Adjustment Types

<figure><img src="/files/t17wLxh6DJl3edoIonkG" alt=""><figcaption></figcaption></figure>

Similar to Price Adjustments, Invoice Adjustment Types allow you to apply adjustments to an invoice on the Invoice/Payment Query. You will need to create the Adjustment type before it can be applied to an invoice.

<figure><img src="/files/IgvnrSOiDvakMDYKPFnU" alt=""><figcaption></figcaption></figure>

In the Billing menu, adjustments can be applied on the [Invoice/Payment Query](/fast-weigh-knowledge-base/references/web-portal/billing-ar/invoice-payment-query.md) by clicking the More button, and selecting the desired adjustment from the drop down menu. If you have common values that you need applied, you can create a few "default" options to adjust invoices. These can be payment fees, late fees, or other miscellaneous fees added or subtracted from the invoices.

In the below example, a 2% discount was created to be applied to the material rate on an invoice.

<figure><img src="/files/2SmFhTn1ZgToEGrHjMV6" alt=""><figcaption></figcaption></figure>

### Late Fee Adjustment Type

The Late Fee adjustment type works a bit differently than the rest as it only applies automatically, rather than having the ability to manually apply it to an invoice.

Late fees are able to be set up so they will automatically apply to a customer's invoice after a set amount of time has passed.

This time begins calculating once the invoice is created.\
The calculation is:\
**Pay Terms** amount + **Grace Days** amount = First application of late fee to an invoice.

***Important Note:***\
***Late Fees are NOT retroactive. They will only apply to invoices created AFTER the Late Fee is assigned to the Customer in the Web Portal.***<br>

<figure><img src="/files/va5fC8adFyTNj29Wktpm" alt="" width="298"><figcaption><p>Example Late Fee configuration.</p></figcaption></figure>

* **Name:** Name of the Adjustment/Fee
* **Type:** Set to **Late Fee**
* **Charge By:** Can be set to a percentage or flat amount charge.
* **Rate:** Monetary amount being charged as a percentage in Decimal or flat monetary amount.
* **Tax By:** For the **Late Fee** type, this is recommended to be set to **Exempt.**
* **Frequency:** The rate at which the **Late Fee** is applied AFTER the first time it is triggered.
  * For example: If this is set to **Weekly**, then the late fee will apply every week that passes starting when the first late fee gets added to the invoice.
* **Grace Days:** Amount of days **AFTER** your **Pay Terms** that the fee will apply.

### Assigning Late Fee to Customer

After creating the Late Fee, it must then be applied to the Customer account.

1. Navigate to **Resources -> Customers**.
2. Select **Edit** on the Customer you wish to assign the Late Fee to.
3. There will be a drop-down selection option for Late Fee that will list your created Late Fees so they can be applied.

<figure><img src="/files/4UfzTY0ehOUdDae4wujW" alt=""><figcaption></figcaption></figure>


---

# 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.tacinsight.com/fast-weigh-knowledge-base/references/web-portal/resources/billing/invoice-adjustment-types.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.
