# Sales Receipt Types

## Data Settings - Basic

This screen manages the different types of receipts that the application will work with.

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

Click on the ![](/files/6fxhCLQX0fxcJZQJozgt) button to add a **new receipt type**, or long press on a receipt type to **edit/delete** it.

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

Here you can enter the data for the new receipt type:&#x20;

* **Code**: By default, the system generates a sequential code, which can be changed as long as it is unique.&#x20;
* **Status**: Here we select whether this type of receipt is Active or Inactive.&#x20;
* **Name**: Here you must enter the name of the receipt type.&#x20;
* **Receipt type name**: Here you enter the name of the receipt type. If you have more languages for the texts, fields will be enabled to enter the name in these languages.&#x20;
* **Self-selection by customer**: Here we can define the behavior of the receipt in relation to the customer.&#x20;
  * The customer selection doesn't affect the receipt type.&#x20;
  * This type is selected when there is a selected customer.&#x20;
  * This type is selected when there isn't a selected customer.&#x20;
* **Selection allowed according to customer**: Here we can define the behavior of the receipt in relation to the presence of the customer.&#x20;
  * Only if there isn't a customer.&#x20;
  * Only if there is a customer.&#x20;
  * With & without a customer selected.&#x20;
* **Type selection according to amount**: Here we can define the behavior of the receipt in relation to the amount.&#x20;
  * Amount selection and can't be changed.&#x20;
  * Amount selection and can be changed.&#x20;
  * Not selected by amount.&#x20;
* **Minimum amount for selection**: Here we can define the behavior of the receipt in relation to the minimum amount for selection.&#x20;
  * There's a minimum amount to select the type.&#x20;
  * There's no minimum amount to select the type.

##

By clicking on the ![](/files/OPiXN8BVxAU7HUrN0a64) button, after selecting a receipt type, you can modify the counters of the last invoice number issued for this receipt type.

<figure><img src="/files/CvkIo4KTsVCXi2V0pFg5" 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://factorypos.gitbook.io/pos-r4-en/main-screen/data-settings/sales-receipt-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.
