> For the complete documentation index, see [llms.txt](https://wiki.dieagenturverwaltung.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/zeiterfassung-1/wochenansicht.md).

# Week view

In this video we learn how to create a time tracking entry in the weekly view and enter times for an entire week. If you prefer to read this content, simply scroll past the video.

{% embed url="<https://youtu.be/rRXMUY2dFu8>" %}
Screencast: Time tracking in the weekly view - fast and clear
{% endembed %}

We get to the weekly view via the menu item Time tracking > My time list and select the "Weekly view" tab here. &#x20;

![](/files/d50d84fa0af5552cbd098e1132f535da1c277b45)

Using the arrow buttons at the top right and left we can flip back and forth between the weeks.&#x20;

![](/files/aac46e1383b3067f66be05ab6c1ed321bde3d9ed)

By simply entering times into this table we create new time tracking entries on the corresponding days or change values already entered. The respective job and the function used are displayed in the left column.

![](/files/319eeb9e9916be14916faab7b9afa1e41529cf03)

{% hint style="info" %}
**The following input formats are recognized**\
`15    => 15 min`\
`0.25  => 15 min`\
`1,    => 1 h`\
`1:00  => 1h`\
`100   => 1h`\
`1,5   => 1 h 30 min`\
`130   => 1 h 30 min`\
`1 30  => 1 h 30 min`\
`02:45 => 2 h 45 min`\
`245   => 2 h 45 min`\
`2,75  => 2 h 45 min`
{% endhint %}

### Add new row

Via the "New entry" button I can create a new row in the week table.&#x20;

There I again choose job, function and activity and optionally add a note and save. Afterwards I can enter times in the newly created row.

{% hint style="info" %}
**Tip:** Take a look at the entries you just made in the week list in the normal time list. You will see that for each box in the week list a separate entry has been stored in the time list. The entries are linked together and can be changed in either of the two views.
{% endhint %}

### Daily totals

Salaried employees also see at the top of the date whether they reach the number of hours agreed in their employment contract, or whether entries are still missing for the respective day.

![](/files/e84d8582fad676ca5221bd7e443f94108fa2d883)

### Reusing recently used entries

Below this week’s entries the system also suggests entries that I have used recently. I can use these entries in exactly the same way as the entries above that I am already working on.

![](/files/988fce4f8a2ff1ec53bf4d15450f67366a201b5a)

### Changing job, function or details

{% hint style="info" %}
In the weekly view entry details cannot be edited or deleted. If I want to do that, I can do so in the "My time list" view.
{% endhint %}

## Time tracking in the weekly view: An example

![](https://www.dieagenturverwaltung.de/assets/images/gifs/Zeiterfassung-Wochenansicht.gif)


---

# 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://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/zeiterfassung-1/wochenansicht.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.
