Vouchers |
Retrieve all vouchersNote that vouchers have two keys, one for voucher series and one for voucher number. The financial year is also specified for each voucher, this is due to the same voucher series and number is used each year.To get a unique voucher you need the voucher series, the voucher number and the financial year. These properties will always be returned where ever vouchers is used.
Catalog: Fortnox
Schema: Vouchers
Label: {res:itgen_fnx_vouchers_plural}
Retrieve: true
Insert: true
Update: false
Delete: false
Parameters of Table Function
The following parameters can be used to control the behaviour of the table function Vouchers. 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 |
int32 |
☐ |
|
filter on financial year |
financialyeardate |
datetime |
☐ |
|
Selects by date, what financial year that should be used (does not work on every table). |
fromdate |
datetime |
☐ |
|
Defines a selection based on a start date. Only available for invoices, orders, offers, vouchers and supplierinvoices (does not work on every table). |
lastmodified |
datetime |
☐ |
|
Retrieves all records since the provided timestamp (does not work on every table). |
todate |
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 Vouchers are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert.
Name |
Data Type |
Label |
Required |
Documentation |
|---|---|---|---|---|
ApprovalState |
int32 |
{res:itgen_fnx_approvalstate} |
☐ |
|
c_url |
string |
{res:itgen_fnx_c_url} |
☐ |
|
Comments |
string |
{res:itgen_fnx_comments} |
☐ |
|
Description |
string |
{res:itgen_fnx_description} |
☐ |
|
ReferenceNumber |
string |
{res:itgen_fnx_referencenumber} |
☐ |
|
ReferenceType |
string |
{res:itgen_fnx_referencetype} |
☐ |
|
TransactionDate |
datetime |
{res:itgen_fnx_transactiondate} |
☐ |
|
VoucherNumber |
int32 |
{res:itgen_fnx_vouchernumber} |
☐ |
|
VoucherSeries |
string |
{res:itgen_fnx_voucherseries} |
☐ |
|
Year |
int32 |
{res:itgen_fnx_year} |
☐ |
|
03-06-2025 18:15 Version 24.1.110-BETA+5438
Fortnox API Data Model