# HourLogs_ItemsProjectCategoryDivisionSettings Returns a list of hour logs associated with the given project. Returns a list of hour logs associated with the given project. - Catalog: `Bouw7` - Schema: `HourLog` This is a read-only table function. The Bouw7 API may not support changing the data or the Invantive UniversalSQL driver for Bouw7 does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Bouw7 API. ## Parameters of Table Function The following parameters can be used to control the behaviour of the table function `HourLogs_ItemsProjectCategoryDivisionSettings`. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values. Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three. Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third. | Name | Data Type | Required | Default Value | Documentation | |---|:---:|:---:|:---:|---| | `project` | `` | ☑ | | Project ID | | `q` | `` | ☐ | | Filter collections with the [Heimdall Query Language](https://heimdall.bouw7.nl/docs/query-language) | ## Columns of Table Function The columns of the table function `HourLogs_ItemsProjectCategoryDivisionSettings` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `approved` | `char` | Approved | ☐ | Whether this hour log has been approved. | | `city` | `varchar2` | City | ☐ | The city of the project. | | `comments` | `varchar2` | Comments | ☐ | The comments for this hour log. | | `contact_email` | `varchar2` | Contact Email | ☐ | The email address. | | `contact_id` | `int64` | Contact ID | ☐ | ID of contact. | | `contact_isVatShifted` | `char` | Contact Is VAT Shifted | ☐ | Whether VAT is shifted for the contact. | | `contact_name` | `varchar2` | Contact Name | ☐ | Name of contact. | | `contact_phoneNumber` | `varchar2` | Contact Phone Number | ☐ | The phone number of the contact. | | `createdAt_2` | `datetime` | Created at | ☐ | The creation time of the entity. | | `createdAt` | `datetime` | Created at | ☐ | The creation time of the entity. | | `createdBy_2` | `varchar2` | Created by | ☐ | The user that created the entity. | | `createdBy` | `varchar2` | Created by | ☐ | The user that created the entity. | | `deliveryDate` | `datetime` | Delivery Date | ☐ | Delivery date for the project. | | `employee_firstName` | `varchar2` | Employee First Name | ☐ | First name of the employee. | | `employee_id` | `int64` | Employee ID | ☐ | ID of the employee. | | `employee_lastName` | `varchar2` | Employee Last Name | ☐ | Last name of the employee. | | `endDate` | `datetime` | End Date | ☐ | End date for the project. | | `endTime` | `varchar2` | End Time | ☐ | The end time of the workday. Only available if enabled for your organization. | | `exactUpdatedAt` | `varchar2` | | ☐ | The last time the entity was updated in Exact Online in ATOM format. | | `fullProjectNumber` | `varchar2` | Full Project Number | ☐ | The full project number including year. | | `hourlyRate` | `varchar2` | Hourly Rate | ☐ | The hourly rate. | | `hourType_id` | `int64` | Hour Type ID | ☐ | The ID of HourType. | | `hourType_name` | `varchar2` | Hour Type Name | ☐ | The name of the HourType. | | `houseNumber` | `varchar2` | House Number | ☐ | The house number for the project. | | `id_2` | `int64` | ID | ☐ | The ID of the hour log. | | `id` | `int64` | ID | ☐ | The ID of the project. | | `information` | `varchar2` | Information | ☐ | The information of the project. | | `invoiceAmount` | `varchar2` | Invoice Amount | ☐ | The amount that will be shown on the invoice. | | `isEditable` | `char` | | ☐ | Whether this hour log is editable and deletable. | | `isMutable` | `char` | | ☐ | Whether the hour log booking is mutable. Applicable only if this hour log belongs to a employee, otherwise null. | | `logDate` | `datetime` | Log Date | ☐ | The date for which the hours were logged. | | `logHours` | `varchar2` | Log Hours | ☐ | The amount of hours logged. | | `name` | `varchar2` | Name | ☐ | The name of the project. | | `paidOff` | `char` | Paid Off | ☐ | Whether this hour log has been paid off. | | `projectNumber` | `varchar2` | Project Number | ☐ | The project number. | | `projectSecurityLink_code` | `varchar2` | Project Security Link Code | ☐ | The code of the security code. | | `projectSecurityLink_id` | `int64` | Project Security Link ID | ☐ | The unique identifier of the project security link. | | `projectSecurityLink_name` | `varchar2` | Project Security Link Name | ☐ | The name of the project security link. | | `reference` | `varchar2` | Reference | ☐ | The reference of the project. | | `startDate` | `datetime` | Start Date | ☐ | Start date for the project. | | `startTime` | `varchar2` | Start Time | ☐ | The start time of the workday. Only available if enabled for your organization. | | `streetName` | `varchar2` | Street Name | ☐ | The street name for the project. | | `updatedAt_2` | `datetime` | Updated at | ☐ | The last updated time of the entity. | | `updatedAt` | `datetime` | Updated At | ☐ | The last updated time of the entity. | | `updatedBy_2` | `varchar2` | Updated by | ☐ | The user that last updated the entity. | | `updatedBy` | `varchar2` | Updated by | ☐ | The user that last updated the entity. | | `zipCode` | `varchar2` | ZIP Code | ☐ | The zip code for the project. |