TimeReportingRegistrationServiceSalesPrices |
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_timereportingregistrationservicesalesprices_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 TimeReportingRegistrationServiceSalesPrices. 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 TimeReportingRegistrationServiceSalesPrices are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
active |
boolean |
{res:itgen_fnx_active} |
☐ |
|
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} |
☐ |
|
description |
string(255) |
{res:itgen_fnx_description} |
☐ |
|
documentId |
int64 |
{res:itgen_fnx_documentid} |
☐ |
|
documentType |
string |
{res:itgen_fnx_documenttype} |
☐ |
|
id_2 |
guid |
{res:itgen_fnx_id_2} |
☐ |
|
id |
string(40) |
{res:itgen_fnx_id} |
☐ |
|
invoiceBasisId |
int64 |
{res:itgen_fnx_invoicebasisid} |
☐ |
|
invoiceText |
string(1000) |
{res:itgen_fnx_invoicetext} |
☐ |
|
isStock |
boolean |
{res:itgen_fnx_isstock} |
☐ |
|
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} |
☐ |
|
purchasePrice |
decimal |
{res:itgen_fnx_purchaseprice} |
☐ |
|
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} |
☐ |
|
startTime |
datetime |
{res:itgen_fnx_starttime} |
☐ |
|
stopTime |
datetime |
{res:itgen_fnx_stoptime} |
☐ |
|
type |
string |
{res:itgen_fnx_type} |
☐ |
|
unit |
string |
{res:itgen_fnx_unit} |
☐ |
|
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