> For the complete documentation index, see [llms.txt](https://fieldworker.gitbook.io/fieldworker-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fieldworker.gitbook.io/fieldworker-docs/fundamentals/faq/how-to/manage-employee-timesheets-draft.md).

# Manage Employee Timesheets (Draft)

1. Billing > Manage Timesheets
   * Ability to save changes to timesheets for other providers, given the employee is connected to the provider and the client is linked to the provider.
   * Users can convert appointments into timesheets for other users if they are in-network with both the client and the provider on the appointment.
2. Timesheets > Access
   * Access to the timesheets tab.
   * Users can save changes to their unlocked timesheets.
   * Users can view converted timesheets when the user is the provider.
3. Timesheets > Delete
   * Ability to delete timesheets until they are locked.
     * It is recommended for this permission to only be granted to users who require the ability to delete other users’ timesheets.
     * Please note, users also need to have the (Billing > Manage Timesheets) permission enabled to delete other users’ timesheets.
     * This permission is added to the Custom permission group and is enabled by default. The following System permission groups will be enabled by default:
       * Admin
       * Billing Admin
       * Billing Agent
       * Employee
       * Hidden Contacts
4. Timesheet > Edit Visit Verification Timesheet
   * Edit timesheet’s service code, service address, start time or end time when the service code has visit verification enabled.
   * Please note, users can change an EVV code to a different EVV code or non-EVV code. However, a non-EVV code cannot be changed to an EVV code.
5. Timesheets > Manage Timesheets
   * Manage timesheets on behalf of other employees and clients in their network. This includes converting appointments and the ability to add/edit timesheets of others until they are locked.
6. Timesheets > Allow Conversion Modification
   * Ability to modify timesheets while converting them from an appointment.


---

# 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:

```
GET https://fieldworker.gitbook.io/fieldworker-docs/fundamentals/faq/how-to/manage-employee-timesheets-draft.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
