> For the complete documentation index, see [llms.txt](https://relax4me.gitbook.io/relax-plus-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://relax4me.gitbook.io/relax-plus-help/pos-point-of-sales/cassa-fiscale-epson-fp81/configurazione-fiscale-avanzato.md).

# Configurazione Fiscale Avanzato

**Nota Bene: Il requisito è il modulo Cassa Fiscale e collegato con la Stampe Fiscale Epson.**

## Configurazione Cassa

Nella Anagrafica Cassa nella voce Stampante Fiscale Opzioni va  inserito il seguente testo.

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

Questo parametri sono per:

* Testata 1 = header\_line1
* Testata 2 = header\_line2
* Corpo 1 = row\_line1
* Corpo 2 = row\_line2
* Piede 1 = footer\_line1
* Piede 2 = footer\_line2

Inoltre per Attivare / Disattivare il Barcode alla Fine delle scontrino:

```
recepit_footer_barcode":true, -> ATTIVO Stampa il Barcode dello Scontrino
recepit_footer_barcode":false, -> NON ATTIVO NON Stampare il Barcode
```

<figure><img src="/files/7sxg3n3v94h2YRUKjkvx" alt=""><figcaption></figcaption></figure>

### Parametri da inserire

```
{
"ip": "10.20.30.104",  
"https":false,
"welcome": "NOME NEGOZIO",
"debug": true,
"recepit_text_header_line1":"Testo header linea 1",
"recepit_text_header_line2":"Testo header linea 2",
"recepit_text_row_line1":"Testo row linea 1",
"recepit_text_row_line2":"Testo row linea 2",
"recepit_text_footer_line1":"Testo footer linea 1",
"recepit_text_footer_line2":"Testo footer linea 2",
"recepit_footer_barcode":true,
}
```

### Ricerca Scontrino con Barcode al POS

Per la ricerca dello scontrino al POS si apre il segunete punto:

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

di consegenza poi nella finestra si inserisce:

* La data dello scontrino
* Barcode dello scontrino

<figure><img src="/files/0NIAHbUejtW9ZX4mlQiR" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://relax4me.gitbook.io/relax-plus-help/pos-point-of-sales/cassa-fiscale-epson-fp81/configurazione-fiscale-avanzato.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.
