> For the complete documentation index, see [llms.txt](https://docs.totallink.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.totallink.nl/grex/functionaliteiten/uitgangspunten.md).

# Uitgangspunten

In het tabblad **Uitgangspunten** van een project worden de rekenparameters beheerd.

## Prioriteit van instellingen

De uitgangspunten van een project volgen altijd de meest specifieke instelling:

1. **Centraal** — via tegel *Uitgangspunten en Totalen → Alle projecten (werkportfolio)*
2. **Projectgroep** — overschrijft centraal voor projecten in die groep
3. **Project** — overschrijft alles voor dat specifieke project

Grijs weergegeven uitgangspunten komen vanuit de centrale instellingen. Donkergroen weergegeven uitgangspunten zijn projectspecifiek ingesteld.

{% stepper %}
{% step %}

### Uitgangspunten instellen voor alle projecten

1. Open het portfolio via tegel *Uitgangspunten en Totalen → Alle projecten (werkportfolio)*
2. Open het tabblad **Uitgangspunten percentages**
3. Wijzig de centrale uitgangspunten

De wijzigingen zijn van toepassing op ieder project, tenzij op project- of groepsniveau een uitzondering is gedefinieerd. Diverse uitgangspunten kunnen nader worden gedifferentieerd via het uitklapsymbool links.
{% endstep %}

{% step %}

### Per project afwijkende uitgangspunten instellen

Wil je bij één of meerdere projecten afwijken van een boekwaarde-, peil- of NCW datum?&#x20;

1. Ga naar het specifieke project
2. Ga naar het tabblad uitgangspunten
3. Klik in de keuzelijst bij het veld 'Koppeling financiele administratie' op specifiek
4. Pas vervolgens de datum / data aan die gewenst zijn

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlsO9z0kiO5DiCpCGBf13%2Fuploads%2FUc827oT39afEX4vH6CZQ%2F20260810-0658-04.0794353.mp4?alt=media&token=fcceec52-4167-420b-849b-9bfe49be6413>" %}
{% endstep %}
{% endstepper %}

## Boekwaarde selectie & NCW-datum instellen

{% hint style="warning" %}
**Impact op alle projecten:** Het aanpassen van de boekwaardedatum heeft direct effect op álle afzonderlijke projecten in het werkportfolio. Jaarschijven vóór de ingestelde datum verdwijnen visueel uit alle projecten tegelijk.
{% endhint %}

**Pad:** Tegel Uitgangspunten en Totalen → Alle projecten (werkportfolio) → Uitgangspunten boekwaarden → veld **Boekwaardedatum**

**Stel de datum in op 01-01 van het huidige jaar** om het huidige jaar als eerste jaarschijf met ramingen te tonen.

| Veld                    | Beschrijving                                                  |
| ----------------------- | ------------------------------------------------------------- |
| **Boekwaarde selectie** | Geeft aan welke boekingen worden meegenomen in de exploitatie |
| **Boekwaardedatum**     | De peildatum voor de boekwaarde                               |
| **NCW-datum**           | De datum voor berekening van de Netto Contante Waarde         |
| **Peildatum**           | Automatisch opschuiven aan/uit                                |

{% hint style="info" %}
Zet het schuifje **Altijd actuele boekwaarde gebruiken** aan om de boekwaardedatum automatisch mee te laten schuiven. Hetzelfde geldt voor **Peildatum automatisch opschuiven**.
{% 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.totallink.nl/grex/functionaliteiten/uitgangspunten.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.
