Please enable JavaScript to view this site.

Made in EU
Fortnox Forums

Navigation: Catalog: Fortnox > Schemas > Schema: TimeReporting_Registrations > Tables

TimeReportingRegistrations

Get time/absence registrations that match filterResponse property descriptions:     id - The unique id of the registration.     userId - The user ID who owns the registration.     workedDate - The date for which the registration is created.     workedHours - The time spent, or the time of absence.     startTime - The start of clock time.     stopTime - The end of clock time.     invoiceText - The text to be included in the invoice/order basis which would be used to create an invoice/order.     note - The note on the registration.     chargeHours - The time to be invoiced, or 0 for the absence, or locked for non-invoiceable.     childId - The child ID related to the absence registration of parental leave (FPE), which comes from Payroll application.     nonInvoiceable - If the registration would be ignored for charging or not.     invoiceBasisId - The ID of invoice/order basis which is used for creating an invoice/order.     documentId - The document ID which includes the registration and is created in Invoicing application.     documentType - The document type which could be "invoice" or "order".     unitCost - The unit cost from the registration owner who takes the work.     unitPrice - The unit price for the service on the registration, which comes in priority from "invoice/order basis", "price group" or "service".

Catalog: Fortnox

Schema: TimeReporting_Registrations

Label: {res:itgen_fnx_timereportingregistrations_plural}

This is a read-only table function. The Fortnox API may not support changing the data or the Invantive UniversalSQL driver for Fortnox does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Fortnox API.

Parameters of Table Function

The following parameters can be used to control the behaviour of the table function TimeReportingRegistrations. 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

financialyear

int64

 

Selects what financial year that should be used (does not work on every table).

financialyeardate

datetime

 

Selects by date, what financial year that should be used (does not work on every table).

fromDate

datetime

 

The start date of the search span, the max of which should be 1 year to the end date ("toDate").Example: 2022-11-01

fromdate1

datetime

 

Defines a selection based on a start date. Only available for invoices, orders, offers, vouchers and supplierinvoices (does not work on every table).

includeNonInvoiceableChargeHours

boolean

 

If the price of the non-invoiceable time/absence registration is included, or not.

includeRegistrationsWithoutProject

boolean

 

If the time/absence registration without project is included, or not.

inInvoiceBasis

boolean

 

If the time/absence registration is locked on an invoice basis, or not.

internalTime

boolean

 

If the time/absence registration is internal, which is registered on an internal customer, or not.

invoiced

boolean

 

If a document is created with the time/absence registration, or not.

lastmodified

datetime

 

Retrieves all records since the provided timestamp (does not work on every table).

nonInvoiceable

boolean

 

If the time/absence registration has been moved to non-invoiceable, or not.

toDate

datetime

 

The end date of the search span, the max of which should be 1 year back to the start date ("fromDate").Example: 2022-11-30

todate1

datetime

 

Defines a selection based on an end date. Only available for invoices, orders, offers, vouchers and supplierinvoices (does not work on every table).

 

Columns of Table Function

The columns of the table function TimeReportingRegistrations are shown below. Each column has an SQL data type.

Name

Data Type

Label

Required

Documentation

chargeHours

float

{res:itgen_fnx_chargehours}

 

childId

guid

{res:itgen_fnx_childid}

 

costCenter_active

string

{res:itgen_fnx_costcenter_active}

 

costCenter_id

string(40)

{res:itgen_fnx_costcenter_id}

 

costCenter_name

string(255)

{res:itgen_fnx_costcenter_name}

 

createdBy

string

{res:itgen_fnx_createdby}

 

createdTime

datetime

{res:itgen_fnx_createdtime}

 

customer_accountManager

string

{res:itgen_fnx_customer_accountmanager}

 

customer_active

boolean

{res:itgen_fnx_customer_active}

 

customer_defaultProjectId

string

{res:itgen_fnx_customer_defaultprojectid}

 

customer_deleted

boolean

{res:itgen_fnx_customer_deleted}

 

customer_id

string(40)

{res:itgen_fnx_customer_id}

 

customer_invoiceCity

string

{res:itgen_fnx_customer_invoicecity}

 

customer_invoiceZipCode

string

{res:itgen_fnx_customer_invoicezipcode}

 

customer_isBusiness

int32

{res:itgen_fnx_customer_isbusiness}

 

customer_name

string(255)

{res:itgen_fnx_customer_name}

 

customer_number

string(1024)

{res:itgen_fnx_customer_number}

 

customer_priceList

string

{res:itgen_fnx_customer_pricelist}

 

customer_propertyDesignation

string

{res:itgen_fnx_customer_propertydesignation}

 

documentId

int64

{res:itgen_fnx_documentid}

 

documentType

string

{res:itgen_fnx_documenttype}

 

id

guid

{res:itgen_fnx_id}

 

invoiceBasisId

int64

{res:itgen_fnx_invoicebasisid}

 

invoiceText

string(1000)

{res:itgen_fnx_invoicetext}

 

nonInvoiceable

boolean

{res:itgen_fnx_noninvoiceable}

 

note

string(1000)

{res:itgen_fnx_note}

 

project_description

string(50)

{res:itgen_fnx_project_description}

 

project_endDate

datetime

{res:itgen_fnx_project_enddate}

 

project_id

string(40)

{res:itgen_fnx_project_id}

 

project_invoicedAmount

double

{res:itgen_fnx_project_invoicedamount}

 

project_orderAmount

double

{res:itgen_fnx_project_orderamount}

 

project_orderTime

double

{res:itgen_fnx_project_ordertime}

 

project_projectLeader

string

{res:itgen_fnx_project_projectleader}

 

project_startDate

datetime

{res:itgen_fnx_project_startdate}

 

project_status

int32

{res:itgen_fnx_project_status}

 

project_totalAmountInInvoices

double

{res:itgen_fnx_project_totalamountininvoices}

 

registrationCode_active

boolean

{res:itgen_fnx_registrationcode_active}

 

registrationCode_code

string(3)

{res:itgen_fnx_registrationcode_code}

 

registrationCode_costMultiplier

float

{res:itgen_fnx_registrationcode_costmultiplier}

 

registrationCode_id

string

{res:itgen_fnx_registrationcode_id}

 

registrationCode_name

string

{res:itgen_fnx_registrationcode_name}

 

registrationCode_priceMultiplier

float

{res:itgen_fnx_registrationcode_pricemultiplier}

 

registrationCode_type

string

{res:itgen_fnx_registrationcode_type}

 

service_active

boolean

{res:itgen_fnx_service_active}

 

service_description

string(255)

{res:itgen_fnx_service_description}

 

service_id

string(40)

{res:itgen_fnx_service_id}

 

service_isStock

boolean

{res:itgen_fnx_service_isstock}

 

service_purchasePrice

decimal

{res:itgen_fnx_service_purchaseprice}

 

service_type

string

{res:itgen_fnx_service_type}

 

service_unit

string

{res:itgen_fnx_service_unit}

 

startTime

datetime

{res:itgen_fnx_starttime}

 

stopTime

datetime

{res:itgen_fnx_stoptime}

 

unitCost

decimal

{res:itgen_fnx_unitcost}

 

unitPrice

decimal

{res:itgen_fnx_unitprice}

 

updatedBy

string

{res:itgen_fnx_updatedby}

 

userId

string

{res:itgen_fnx_userid}

 

workedDate

datetime

{res:itgen_fnx_workeddate}

 

workedHours

float

{res:itgen_fnx_workedhours}

 

 

03-06-2025 18:15 Version 24.1.110-BETA+5438

X

Important Safety and Usage Information

Intended Use and Limitations: This software, developed by Invantive, is designed to support a variety of business and information technology data processing functions, such as accounting, financial reporting an sales reporting. It is important to note that this software is not designed, tested, or approved for use in environments where malfunction or failure could lead to life-threatening situations or severe physical or environmental damage. This includes, but is not limited to:

  • Nuclear facilities: The software should not be used for operations or functions related to the control, maintenance, or operation of nuclear facilities.
  • Defense and Military Applications: This software is not suitable for use in defense-related applications, including but not limited to weaponry control, military strategy planning, or any other aspects of national defense.
  • Aviation: The software is not intended for use in the operation, navigation, or communication systems of any aircraft or air traffic control environments.
  • Healthcare and Medicine Production: This software should not be utilized for medical device operation, patient data analysis for critical health decisions, pharmaceutical production, or medical research where its failure or malfunction could impact patient health.
  • Chemical and Hazardous Material Handling: This software is not intended for the management, control, or operational aspects of chemical plants or hazardous material handling facilities. Any malfunction in software used in these settings could result in dangerous chemical spills, explosions, or environmental disasters.
  • Transportation and Traffic Control Systems: The software should not be used for the control, operation, or management of transportation systems, including railway signal controls, subway systems, or traffic light management. Malfunctions in such critical systems could lead to severe accidents and endanger public safety.
  • Energy Grid and Utility Control Systems: This software is not designed for the control or operation of energy grid systems, including electrical substations, renewable energy control systems, or water utility control systems. The failure of software in these areas could lead to significant power outages, water supply disruptions, or other public utility failures, potentially endangering communities and causing extensive damage.
  • Other High-Risk Environments: Any other critical infrastructure and environments where a failure of the software could result in significant harm to individuals or the environment.

User Responsibility: Users must ensure that they understand the intended use of the software and refrain from deploying it in any setting that falls outside of its designed purpose. It is the responsibility of the user to assess the suitability of the software for their intended application, especially in any scenarios that might pose a risk to life, health, or the environment.

Disclaimer of Liability: Invantive disclaims any responsibility for damage, injury, or legal consequences resulting from the use or misuse of this software in prohibited or unintended applications.

  
Disclaimer