> 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.5/readme.md).

# Novità

Elenco delle principali novità introdotte con la release 2.5.

Di seguito le principali novità della versione 2.5, per maggiori dettagli visitare [GitHub](https://github.com/devcode-it/openstamanager).

### 🇮🇹 🇬🇧 Multi-lingua

A partire da questa versione è stato introdotto il supporto alle lingue.

<figure><img src="https://4289789208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjybARPPzFupnpzunnIHp%2Fuploads%2FsiqbE0UM4TYOUiTMdmv1%2Ftranslation-7774314_1280.jpg?alt=media&amp;token=b5db2f57-7ea1-4817-80d2-659361a0da16" alt=""><figcaption><p>Image by <a href="https://pixabay.com/users/absolutvision-6158753/?utm_source=link-attribution&#x26;utm_medium=referral&#x26;utm_campaign=image&#x26;utm_content=7774314">Gino Crescoli</a> from <a href="https://pixabay.com//?utm_source=link-attribution&#x26;utm_medium=referral&#x26;utm_campaign=image&#x26;utm_content=7774314">Pixabay</a></p></figcaption></figure>

Saranno infatti traducibili anche i valori salvati a database. E' possibile definire la lingua da utilizzare nel gestionale da **Strumenti/Impostazioni/Generali/Lingua.**

La scelta è attualmente limitata all'italiano e inglese, con possibilità di caricare le proprie traduzioni.

<figure><img src="https://4289789208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjybARPPzFupnpzunnIHp%2Fuploads%2F9UV5gzm4RyKT6kmGoVwh%2Fimmagine.png?alt=media&amp;token=100cfcc9-605e-4970-bf88-3e55df53fda2" alt=""><figcaption></figcaption></figure>

➡️ Viene ora visualizzata la data di ultima modifica della vista nel modulo Viste

<figure><img src="https://4289789208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjybARPPzFupnpzunnIHp%2Fuploads%2F5Oi3Oymu91mkeXC6zD4E%2Fimmagine.png?alt=media&amp;token=2f8ab458-4ced-4616-8423-52fa5e12acff" alt=""><figcaption></figcaption></figure>

➡️ Aggiunta la navigazione tra **Attività** con codice precedente e successivo

<figure><img src="https://4289789208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjybARPPzFupnpzunnIHp%2Fuploads%2Fw8jtjJh0yqqARCht8i0N%2Fimmagine.png?alt=media&amp;token=286741e0-fd96-4484-ac50-02d29797e691" alt=""><figcaption></figcaption></figure>

➡️ Nelle **Fatture di vendita** è stato aggiunto un avviso nel caso siano presenti righe con quantità a 0, per evitare l'invio di fatture errate a seguito di importazione di articoli da altri documenti, non avendone una quantità disponibile a magazzino.

<figure><img src="https://4289789208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjybARPPzFupnpzunnIHp%2Fuploads%2F9UtzxKQknkaUQQaLXy0x%2Fimmagine.png?alt=media&amp;token=cecbbec0-e19c-4be5-adbe-52928207b8ce" alt=""><figcaption></figcaption></figure>

<figure><img src="https://4289789208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjybARPPzFupnpzunnIHp%2Fuploads%2FN840KL0qmlcqgUHwlevf%2Fimmagine.png?alt=media&amp;token=c01037b2-5a14-470e-a62c-a385a7f833b4" alt=""><figcaption></figcaption></figure>

➡️ Aggiunta la possibilità di creare **Backup** escludendo la cartella files e il database

<figure><img src="https://4289789208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjybARPPzFupnpzunnIHp%2Fuploads%2FWpmj50vc0Ws22eo3CU2j%2Fimmagine.png?alt=media&amp;token=e73385ce-baad-4e36-be56-23f9e90a6811" 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.5/readme.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.
