# TimeTransactionsExtended: Exact Online Time Transactions Extended
Time Transactions Extended
## Documentation:
Time transactions extended by various characteristics of the employee.chr(13) || chr(10) || chr(13) || chr(10)chr(13) || chr(10) || chr(13) || chr(10)Additional where-clause columns supported:chr(13) || chr(10) || chr(13) || chr(10)- division
- Catalog: `ExactOnlineXML`
- Schema: `XML`
- Alias: `ttd`
- Primary Keys: `number_attr`
- Label: Time Transactions Extended
Example: The time transaction of Joe yesterday was on the department Sales.
The data in this table is partitioned per value of the `Division` column.
This is a read-only view. The Exact Online API may not support changing the data or the Invantive UniversalSQL driver for Exact Online does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Exact Online API.
- Filters on API Server: division
## View Columns
The columns of the view `TimeTransactionsExtended` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `ACCOUNT_CODE_ATTR` | `varchar2` | Account Code | | |
| `COSTCENTER_CODE_ATTR` | `varchar2` | Cost Centre Code | | |
| `DATE` | `date` | Date | | YYYY-MM-DD |
| `DEPARTMENT_CODE_ATTR` | `varchar2` | Department Code | | |
| `DIVISION_CODE` | `varchar2` | Administration ID | ☑ | Internal unique number of the Exact Online administration. |
| `DIVISION_HID` | `int64` | Administration | ☑ | Number of the Exact Online administration. Not guaranteed to be unique. |
| `DIVISION_NAME` | `varchar2`(240) | Administration Name | ☑ | Name of the Exact Online administration. Not guaranteed to be unique. |
| `EMPLOYEE_EMPLOYEEHID_ATTR` | `number` | Employee Employee HID | | |
| `INTERFACE_URL` | `varchar2`(4000) | Interface URL | ☑ | URL used to interface this row with Exact Online. |
| `JOBTITLE_CODE_ATTR` | `varchar2` | Job Title Code | | |
| `JOBTITLE_JOBGROUP_CODE_ATTR` | `varchar2` | Job Title Job Group Code | | |
| `NUMBER_ATTR` | `number` | Number | ☑ | Unique number indentifying the entry |
| `PRICE_CURRENCY_CODE_ATTR` | `varchar2` | Price Currency Code | | |
| `PRICE_TOTAL_VALUE` | `number` | Total Value | ☑ | |
| `PRICE_VALUE` | `number` | Price Value | | |
| `PROJECT_CODE_ATTR` | `varchar2` | Project Code | | Unique number indentifying the entry |
| `PROJECT_DESCRIPTION` | `varchar2` | Project Description | | |
| `PROJECT_TYPE_ATTR` | `varchar2` | Project Type | | 1=Campaign, 2=Fixed price, 3=Time and Material, 4=Non billable, 5=Prepaid |
| `PROJECT_TYPE_DESCRIPTION` | `varchar2` | Project Type Description | ☐ | |
| `QUANTITY` | `number` | Quantity | | |
| `ROWNUM` | `int64` | Row Number | ☑ | Number of the row within the results, starting at 1. |
| `STATUS_ATTR` | `number` | Status | | Status codes for import:
1=Draft,
10=Submitted (only applicable if administration setting 'Approve: entries' is enabled).
Status codes for export:
1=Draft,
-1=Submitted,
2=Rejected,
-2=Contains errors,
-3=Approved. |