> For the complete documentation index, see [llms.txt](https://doc.barsoft.hu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.barsoft.hu/ntak-portal/az-ntak-portal/rendelesek-and-munkanapok/munkanapok-kezelese.md).

# Munkanapok kezelése

Amennyiben valamilyen oknál fogva nem elérhető a szoftver, vagy nem kezeli automatikusan a munkanapokat, manuálisan be tudod állítani az aznapi státuszt az NTAK Portálon keresztül, hogy NTAK felé megfelelően kommunikálj.

{% hint style="info" %}
**TIPP**

A munkanappal kapcsolatos adatokat a nap végén, miután bezártál kell beküldeni.
{% endhint %}

Az NTAK alapján 3 féle munkanapok különítünk el:

<details>

<summary>Normál nap</summary>

Normál üzemeszerűen lezajlott nap, ahol a nyitvatartási időn belül történt értékesítés

</details>

<details>

<summary>Adott napon zárva</summary>

Olyan munkanap, amikor az üzlet nem volt nyitva, azaz nem történt értékesítés

</details>

<details>

<summary>Forgalom nélküli nap</summary>

Olyan munkanap, amikor nyitva tartási idő szerint nyitva volt az üzlet, de nem történt értékesítés.

</details>

Navigálj a <mark style="color:blue;">**MUNKANAPOK**</mark> menüpontra!

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

A menürendszer ugyanolyan elrendezésű, mint a rendelés hozzáadás.

Új munkanap hozzáadáshoz kattints az <mark style="color:blue;">**+ ÚJ HOZZÁADÁSA**</mark> gombra.

<figure><img src="/files/ugWpGG3CGzWwtPy1ntfz" alt=""><figcaption><p>ÚJ MUNKANAP FELVITELE</p></figcaption></figure>

A felületen vidd fel értelemszerűen az adatokat:

* Munkanap típusa
* Munkanap dátum
* Nyitás azon a napon
* Zárás azon a napon
* Borravaló (ha volt)

<figure><img src="/files/MaXYu4CYWqTb4wtGiFCR" alt=""><figcaption><p>ÚJ NORMÁL NAP HOZZÁADÁSA</p></figcaption></figure>

A felvitel után látjuk a listában a napot az alábbiak szerint:

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

{% hint style="info" %}
**FONTOS TUDNI!**

Ez egy DEMO szolgáltató, így ezért hibás adatokat kapunk vissza a példában.
{% 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://doc.barsoft.hu/ntak-portal/az-ntak-portal/rendelesek-and-munkanapok/munkanapok-kezelese.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.
