> For the complete documentation index, see [llms.txt](https://docs.openstamanager.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openstamanager.com/2.8.2/openstamanager/modules/vendite/contratti.md).

# Contratti

{% hint style="info" %}
Il modulo **Contratti** permette di gestire le informazioni relative ai contratti dell'azienda.
{% endhint %}

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

## ● Creazione

Per creare un nuovo Contratto si dovrà cliccare sul tasto (+).

Andranno qui inserite le informazioni relative al nuovo contratto:

* Nome
* Cliente
* Stato
* Sezionale
* Data accettazione
* Data conclusione
* Validità contratto
* Informazioni per rinnovo
  * Rinnovabile
  * Tacito rinnovo
  * Preavviso per rinnovo
  * Ore rimanenti rinnovo

<figure><img src="/files/3fO8dSgWMyZQdsohE7NU" alt=""><figcaption></figcaption></figure>

## ● Modifica

Cliccando sul record da modificare si troveranno diverse sezioni:

#### Dati cliente

* Cliente
* Sede partenza
* Sede destinazione
* Referente
* Agente

#### Intestazione

* Numero
* Data bozza
* Data accettazione
* Data conclusione
* Data rifiuto
* Validità contratto
* Nome contratto
* Impianti
* Sconto in fattura
* Pagamento
* Tipo attività predefinita
* Categoria
* Sottocategoria
* Rinnovabile
* Esclusioni
* Descrizione
* Note interne
* Condizioni generali di fornitura

{% hint style="warning" %}
E' inoltre supportata la gestione dello *Sconto in fattura* sul netto a pagare del contratto inserendo un valore nel campo **Sconto in fattura** in fase di modifica del documento.
{% endhint %}

<figure><img src="/files/5HuXGbrffwN9qXXRuTuw" alt=""><figcaption></figcaption></figure>

Nelle sezioni successive è invece possibile modificare:

* costi unitari in base al tipo di attività
* le righe da inserire da contratto, che possono essere del tipo:
  * Articolo
  * Riga generica
  * Descrizione
  * Sconto/maggiorazione
* gli allegati

## ● Plugin

Selezionando uno specifico record si può accedere a diversi plugin nella barra laterale della pagina:

* Consuntivo
* Pianificazione attività
* Rinnovi
* Pianificazione fatturazione
* Note interne
* Info

## ● Informazioni aggiuntive

{% content-ref url="/pages/-M2sjKQB5WCJ1OCUXlaO" %}
[Azioni aggiuntive](/2.8.2/openstamanager/modules/vendite/contratti/azioni-aggiuntive.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M\_u0n-kkVBdMiddtw3X" %}
[Plugin](/2.8.2/openstamanager/modules/vendite/contratti/plugin.md)
{% endcontent-ref %}

{% content-ref url="/pages/pOcF8ikQvAf9hUj20XjT" %}
[Contratti a ore](/2.8.2/guide/esempi/contratti-a-ore.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M2sjKRm1YYeH0Iv3fK7" %}
[Contratti di manutenzione](/2.8.2/guide/esempi/assistenza-tecnica.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.openstamanager.com/2.8.2/openstamanager/modules/vendite/contratti.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
