> 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.md).

# Cassa Fiscale - Epson FP81

CONFIGURAZIONE CASSA FISCALE EPSON FP81ii

Indice:

1\. Genera la licenza che va inserita 2

2\. Anagrafica Cassa 2

3\. Selezionare Tipo Cassa 2

4\. Copiare le stringa 3

5\. Check del IP -> https o http 4

6\. Apri POS di Relax Plus 4

7\. Test finale del funzionamento 5

8\. Avanzato per IVA 5

### Genera la licenza che va inserita <a href="#oci0nq1x056" id="oci0nq1x056"></a>

**Va generato la Licenza sul nostro Server di Relax Plus per integrazione con la Cassa Fiscale**

Dati richiesti:

* url cliente ,
* idpos (visibile dalla anagrafica Cassa #numero )

![](/files/ZLTxaVa6EJmlPfw3h5N0)

### Anagrafica Cassa <a href="#id-3dv90bfpavdj" id="id-3dv90bfpavdj"></a>

Impostazione Cassa Anagrafica

![](/files/AQrmLgX3klHk6VQ7Y6KA)

### Selezionare Tipo Cassa <a href="#by30z0bwh3vb" id="by30z0bwh3vb"></a>

selezionare:

![](/files/lRGVgLfO9oS3HVkrje2M)

Consiglio di prendere Epson FP81ii xml v7 (2021) lotteria ultima verisone

### Copiare le stringa <a href="#gie0ezmd7v2r" id="gie0ezmd7v2r"></a>

Inserire e copia string vedi esempio.

![](/files/q7IiY8XtigTVOKGGPzBI)

Stringa da copiare:

{

"ip": "192.168.1.121",

"https":false,

"welcome": "NOME NEGOZIO",

"debug": true

}

Inserire:

* **IP fornito dal cliente IP STATICO CHE TROVA SULLA CASSA**
* https: true se è presente vedi punto 5.)
* nome del negozio
* debug lasciare cosi

### Check del IP -> https o http <a href="#hndxii1vk1u4" id="hndxii1vk1u4"></a>

| Http                                                | Https                                                                                                                                                           |
| --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| scrivere nel browser [http://nome](http://nome/) IP | scrivere nel browser [https://nome](https://nome/) IP                                                                                                           |
| ---                                                 | accettare certificato                                                                                                                                           |
| Bianca                                              | Bianca                                                                                                                                                          |
| ---                                                 | Aggiungere nella barra dei preferiti del browser il collegamento a questa pagina e spiegare che in caso di errore cliccare su quella e accettare il certificato |

cosi si è determinato se è http o https e cambio la configurazione nel punto 4.)

### Apri POS di Relax Plus <a href="#pybskce2dn4" id="pybskce2dn4"></a>

Andare sul Lucchetto è selezionare Impostazione sito

![](/files/MEQoCdnZryt0GJ2vmsGT)

Cercare la voce **Contenuti non sicuri e selezionare CONSENTI**

![](/files/uqCapTbejOiUKHh3dUlw)

Aggiornare la pagina.

### Test finale del funzionamento <a href="#kx2qccd00qkt" id="kx2qccd00qkt"></a>

Una volta aggiornato il Browser si ritorna nel POS

Sul display della Cassa si dovrebbe essere presente il nome del negozio che abbiamo scritto nel punto 4.)

Fare uno scontrino a 0,01 € come prova.

Apriamo F12 -> andiamo sul TAB Console ->

### Avanzato per IVA <a href="#lobehgzblazd" id="lobehgzblazd"></a>

IVA REPARTI

al punto 4 aggiugnere la voce **"ivaReparti":true**, il risultato finale dovrebbe assomigliare a:

{

"ip": "192.168.1.121",

"https":false,

"ivaReparti":true,

"welcome": "NOME NEGOZIO",

"debug": true

}

Il tecnico deve configurare con un NUMERO sulla Cassa i Reparti e IVA questo numero va inserito nell'anagrafica IVA su Relax

![](/files/Np6VFODBS2dLGe3hkKdl)


---

# 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.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.
