> For the complete documentation index, see [llms.txt](https://docs.dailybiz.com/index/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dailybiz.com/index/comptabilite-comptabilite/lettrage/travail-sur-ecritures/travail-sur-un-code-journal.md).

# Travail sur un code journal

Pour modifier le code journal d'un ou plusieurs mois de saisie :

1. Sélectionnez le traitement **Travail sur un code journal**.
2. Sélectionnez le code journal d'origine concernant les écritures qui doivent être réaffectées à un nouveau journal.
3. Sélectionnez le code journal de destination sur lequel ces écritures vont être transférées.
4. Sélectionnez la période pour laquelle vous souhaitez effectuer la modification.

{% hint style="info" %}
Notez qu'il n'est possible de réaliser ce traitement que sur un mois complet (les journaux devant être équilibrés pour chaque mois).
{% endhint %}

5. Cliquez sur![](/files/nXZF8h5wwnBy1hSSelQH).

{% hint style="info" %}
Les lignes d'écritures sont maintenant modifiées.
{% endhint %}


---

# 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.dailybiz.com/index/comptabilite-comptabilite/lettrage/travail-sur-ecritures/travail-sur-un-code-journal.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.
