> 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.9.4/openstamanager/modules/contabilita/primanota.md).

# Prima nota

{% hint style="info" %}
Il modulo **prima nota** è uno strumento che viene utilizzato per registrare movimenti contabili di un'attività. I movimenti sono visualizzabili nel [piano dei conti](/2.9.4/openstamanager/modules/contabilita/pianodeiconti.md).
{% endhint %}

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

## Creazione

Si può registrare un movimento in prima nota cliccando sul tasto (+) o a partire da una fattura di vendita.

All'atto dell'emissione di una fattura infatti si potrà notare che il gestionale aprirà una scadenza in scadenzario, visualizzabile dalla schermata di dettaglio della fattura sotto la voce Scadenzario.

Cliccando sul tasto indicato si potrà procedere a registrare il pagamento della fattura tramite un movimento di prima nota.

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

Si aprirà ora il collegamento allo scadenzario, dove sarà possibile registrare il movimento in prima nota relativo al pagamento tramite il tasto Incassa

<figure><img src="/files/6OQoOeh0C3hXkdaOBCx9" alt=""><figcaption></figcaption></figure>

Da qui si potranno vedere le scritture con i due conti del piano dei conti compilati automaticamente in base alle impostazioni predefinite delle due anagrafiche (cliente e azienda). Si dovrà cliccare su Aggiungi per procedere.

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

Dal modulo Prima nota sarà ora possibile visualizzare il movimento appena registrato, e dalla fattura di vendita si potrà notare che la scadenza creatasi all'emissione della fattura è stata chiusa.

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

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

## Modifica

Cliccando sul movimento in prima nota da modificare, si aprirà la schermata di dettaglio, da cui sarà possibile modificare:

* Data movimento
* Causale
* Conto dare e avere
* Note
* Allegati

<figure><img src="/files/Pim4FkuOI8MctoeKWwkp" 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, and the optional `goal` query parameter:

```
GET https://docs.openstamanager.com/2.9.4/openstamanager/modules/contabilita/primanota.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.
