> For the complete documentation index, see [llms.txt](https://docs.novacura.com/marketplace-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/marketplace-documentation/applications/explore-apps/ifs/worksite-field-reporting/documentation/ifs-application-10/crew-time-report.md).

# Crew Time Report

## Overview

This flow can be used to time report for crew members or employees attached to the selected project.

A supervisor can report the employee's time one by one or in bulk mode, check the reported hours for the week, and even modify the already reported project transactions.

![](/files/MqrB0toHVkt94tC2WuTc)

*The complete overview of the flow:*

{% file src="/files/IEQk1ACAMmnJCJoL2APA" %}

## Steps

### Crew Selection

This screen shows the current project and the Account Date which can be selected.&#x20;

The available crews are listed in the dropdown list.

* To check a crew's time reporting, select a crew and click Next

| ![](/files/EUydw9hzQqCfSVzbkA52) |
| -------------------------------- |

{% hint style="info" %}
Crew selection is optional. Users can also select specific employees in the next step if no crew is selected in this step.
{% endhint %}

### Employee Selection

This screen shows the current project and the selected Account Date.&#x20;

The available employees are listed in the dropdown list.

* To check one or more employees' time reporting, select one or more employees and click Next

{% hint style="info" %}
**Meaning of icons:**

* :white\_check\_mark:: all scheduled hours are reported
* :hourglass\_flowing\_sand:: not all scheduled hours are reported
* :warning:: there is not reported hours for the employee
  {% endhint %}

| ![](/files/UxKlFo2nIUkYaLxF6vCJ) |
| -------------------------------- |

### Add Time

On the selected Account Date, current project supervisors can report new time entries to crew members and employees.

* If there were crew or employees selected in the previous step, then the Employees list automatically preselects those employees
* Select an activity from the Activities list
* Provide the number of hours
* Add internal and/or invoice comments (optional)
* Click on the Save button to create project transactions

{% hint style="info" %}
**Color Indicators:**

* Green: reported all the scheduled (or more) hours to an activity
* Yellow: reported some of the scheduled hours
* No color: there is no reported time on the account day
  {% endhint %}

| ![](/files/Jq1tCiQc4TMTOiYOlDwe)![](/files/5dO0IwedbmPqthvb8ex6) |
| ---------------------------------------------------------------- |

### Day Time Sheet

On this screen, supervisors can check the reported and remaining hours of the selected crews. The Employees list contains the crew members and the project transactions on the selected account date.

* To change the Account Date, click Change Date&#x20;
* To see the whole week's reporting, click Weekly View&#x20;
* To copy the current day transactions to another day, click Copy To
* To add new time reporting to the selected employees, click Add Time
* To edit a selected project transaction, select a project transaction(s) and click Next

| ![](/files/JrYrF16AMyk6XQ9gTmZF)![](/files/wZm0ffmCi2SfhokCSELv) |
| ---------------------------------------------------------------- |

### Change Date

* Select a new Account Date and click Next

| ![](/files/iYCbo4QFgPe636cpRTe3) |
| -------------------------------- |

### Weekly View

To see the whole hours reported per week for the selected users.&#x20;

* To change the current week, use the Previous or Next Week buttons
* To check a more detailed view, select one or more employees from the grid and click Details

{% hint style="info" %}
**Color Indicators:**

* Green: no more remaining scheduled hours
* Yellow: there are remaining scheduled hours or there are no scheduled hours
  {% endhint %}

| ![](/files/3qWmMrifSxsiSnXsBa7E)![](/files/w8dPLbKKchGaRCP2KCFz) |
| ---------------------------------------------------------------- |

### Weekly Detail View

This screen shows a detailed view of the selected employees' time reporting, it shows how many hours were reported on each day of the schedule.

* To go back to the Weekly View, click Back&#x20;

| ![](/files/BjC9ngwWl01rky4DKPJc)![](/files/yvcVt8t6ceb2vDls0ZU6) |
| ---------------------------------------------------------------- |

### Copy Transactions To

To copy the current day project transactions to a selected day.

* Select the date and click Save

| ![](/files/3cybcUdZiT6ouXQifqun) |
| -------------------------------- |

### Modify Activity

To modify an existing project transaction, select a transaction from the list and click on the Next button.

* On the screen, the fields will be automatically filled out with the actual data in IFS
* Edit the data and click Save
* Or it is possible to delete the project transaction by clicking the Delete button

| ![](/files/YKIfXEyzoHzGRQCFPgXU)![](/files/NoOADKRirnz64bL7URm0) |
| ---------------------------------------------------------------- |


---

# 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.novacura.com/marketplace-documentation/applications/explore-apps/ifs/worksite-field-reporting/documentation/ifs-application-10/crew-time-report.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.
