Currency rate
You can add one row for each date exchange rates change in this table.
When Business NXT is to suggest an exchange rate, the row with the actual date or the closest earlier date will be applied. If no row is found for the currency, the exchange rate in the Currency table will be applied.
Tip: If you join the Currency and Currency rate tables, you get a historical view of exchange rates.
The following fields exist in this table:
Calculate rate
The calculated rate that is to be used when you perform an exchange rate regulation.
When you run the Currency correction processing from the Customer transaction, Supplier transaction or General ledger transaction tables, the program locates the currency correction exchange rate in the following, prioritised sequence:
- From the Calculate rate
field in the Currency rate table.
- Retrieves the exchange rate on the date that is equal to the date that you enter in the dialog box for the Currency correction processing.
- From the Calculate rate
field in the Currency rate table.
- Retrieves the exchange rate on the date that is closest and lower than the date that you enter in the dialog box for the Currency correction processing.
- From the Calculate rate field
in the Currency
table.
- Retrieves the exchange rate.
- From the Sales rate field
in the Currency rate
table.
- Retrieves the exchange rate on the date that is equal to the date that you enter in the dialog box for the Currency correction processing.
- From the Sales rate field in
the Currency
table.
- Retrieves the exchange rate on the date that is closest and lower than the date that you enter in the dialog box for the Currency correction processing.
- From the Sales rate field in
the Currency
table.
- Retrieves the exchange rate.
| Property | Value | Description |
|---|---|---|
| Visible by default | Yes | This field is visible by default in the table display. |
| Domain | Exchange rate | Decimal |
| SQL name | CalcRt | The database field name. |
| API identifier | calculateRate | The API identifier used in GraphQL. |
| Number | 9285 |
Currency no.
The currency the exchange rate is valid for.
| Property | Value | Description |
|---|---|---|
| Visible by default | Yes | This field is visible by default in the table display. |
| Domain | Currency no. | Integer |
| Primary key | Yes | Currency no., From date |
| SQL name | CurNo | The database field name. |
| API identifier | currencyNo | The API identifier used in GraphQL. |
| Number | 9282 |
| To table | Purpose | From columns | To columns | Comments |
|---|---|---|---|---|
| Currency | Currency |
|
Euro rate ECB
The Euro rate ECB given by the European central bank at the end of each quarter.
This field MUST be filled out if you are subject to the MOSS (Mobile One Stop Shop) VAT regulation.
- The Currency for each Country in which sales under the MOSS regulation takes place.
- The EURO currency with value = 100.
- The standard Currency defined in the Currency no. field in the Company information table.
| Property | Value | Description |
|---|---|---|
| Visible by default | Yes | This field is visible by default in the table display. |
| Domain | Exchange rate | Decimal |
| SQL name | EuRtEcb | The database field name. |
| API identifier | euroRateEcb | The API identifier used in GraphQL. |
| Number | 17543 |
From date
From when the exchange rate will be used.
When the program searches for the exchange rate for a given date, it chooses the exchange rate in the row where the value in From date field is equal to the date in question or the first which is less than this date. The program skips rows with no value in the Currency rate field.
If there is no such row in the Currency rate table, the Currency table is used.
Date Used
- Voucher lines
- On the vouchers, the program will match the from date to the following possible dates in the
following order from highest to lowest priority.
- Voucher date in the Voucher table.
- Value date in the Voucher table.
- Value date in the Batch table
- Today's date
When filling in missing values in the Voucher record in connection with import, the value in the Value date field from the Batch record is not used.
- Budget lines
- In the Budget line table the date in the Date field will used as a basis, or the current day's date if the field is not filled in. If the Date field in the Budget line table is changed and the Currency no. field has a value, the exchange rate is updated as well.
- Price refunds
- In the Price refund table, the current date is used as the basis. This applies to both manual and automatic completion in the table.
- Totals Lines
- When printing totals lines in reports, the current date is used as the basis.
- Accounting reports
- The current date is used as the basis in the dialog boxes for these reports and processings:
- The Account statement for customers, Account statement for suppliers, Balance list for customers and Balance list for suppliers reports in the Associate table.
- The profit and loss and balance sheet reports.
- The Change default currency processing in the Company information table.
- Order
- In the Order,
Order line and Reservation tables,
the current date or the value in the Order date,
Trans. date or Confirmed delivery date fields are used, depending on what is chosen in the Comparison date field in the Company information
table. This also be used as the basis when looking up in the Price- and discount matrix and Stock balance
tables.
This also applies when a currency number is suggested in the Associate table, and in the Product transaction table for invoice plan differences.
When the Order date or Confirmed delivery date fields in the Order table changes, the value in the Exchange rate and Cost exchange rate fields will be fetched again in the order head. This happens according to the current value in the Comparison date field in the Company information table.
When the Trans. date or Confirmed delivery date fields in the Order line table changes, the value in the Exchange rate and Cost exchange rate fields will be fetched again on the order line. This happens according to the current value in the Comparison date field in the Company information table.
Note:The exchange rate must temporarily be the same on the order and on all order lines.
Misc.
The same dates as stated above are used as the basis when calculating equivalent amounts in EURO with the exception that values from head rows are not considered.
The value in the Voucher date field in the Updated voucher table is also used as the basis in the Updated voucher, Customer transaction, Supplier transaction, General ledger transaction, Capital asset transaction, Open customer entry and Open supplier entry tables.
In the Product transaction table, the value in Trans. date field is used as the basis.
Justification
In connection with exchange rate justification when printing order documents, the invoice date stated in the order document dialog box is used as the basis.
The date is validated using the regional settings in Windows.
| Property | Value | Description |
|---|---|---|
| Visible by default | Yes | This field is visible by default in the table display. |
| Domain | Date | Integer |
| Primary key | Yes | Currency no., From date |
| SQL name | FrDt | The database field name. |
| API identifier | fromDate | The API identifier used in GraphQL. |
| Number | 9283 |
Sales rate
The rate that will be used as exchange rate in all tables, with exception for tables affected by the Currency correction processing in the transaction tables.
| Property | Value | Description |
|---|---|---|
| Visible by default | Yes | This field is visible by default in the table display. |
| Domain | Exchange rate | Decimal |
| SQL name | SalesRt | The database field name. |
| API identifier | salesRate | The API identifier used in GraphQL. |
| Number | 9284 |
Control columns
Control columns include information about who has changed the record last and when, and which process that is currently editing the record.
Changed by user
The name of the user that changed the record.
| Property | Value | Description |
|---|---|---|
| Visible by default | No | This field is not visible by default in the table display. |
| Domain | User name | Text (24) |
| Write Access | None | You are not allowed to modify the value in this field. |
| SQL name | ChUsr | The database field name. |
| API identifier | changedByUser | The API identifier used in GraphQL. |
| Number | A unique column number. |
Changed date
The date when the record was changed.
| Property | Value | Description |
|---|---|---|
| Visible by default | No | This field is not visible by default in the table display. |
| Domain | Date | Integer |
| Write Access | None | You are not allowed to modify the value in this field. |
| SQL name | ChDt | The database field name. |
| API identifier | changedDate | The API identifier used in GraphQL. |
| Number | A unique column number. |
Changed time
The time when the record was changed.
| Property | Value | Description |
|---|---|---|
| Visible by default | No | This field is not visible by default in the table display. |
| Domain | Time | Integer |
| Write Access | None | You are not allowed to modify the value in this field. |
| SQL name | ChTm | The database field name. |
| API identifier | changedTime | The API identifier used in GraphQL. |
| Number | A unique column number. |
Changed time stamp
The date and time when the record was changed.
The field is updated with the UTC time.
This value can be used by external systems to replicate changed data. The column is indexed.
| Property | Value | Description |
|---|---|---|
| Visible by default | No | This field is not visible by default in the table display. |
| Domain | Date/time | DateTime |
| Write Access | None | You are not allowed to modify the value in this field. |
| SQL name | ChTs | The database field name. |
| API identifier | changedTimestamp | The API identifier used in GraphQL. |
| Number | A unique column number. |
Created by user
The name of the user that created the record.
| Property | Value | Description |
|---|---|---|
| Visible by default | No | This field is not visible by default in the table display. |
| Domain | User name | Text (24) |
| Write Access | None | You are not allowed to modify the value in this field. |
| SQL name | CreUsr | The database field name. |
| API identifier | createdByUser | The API identifier used in GraphQL. |
| Number | A unique column number. |
Created date
The date when the record was created.
| Property | Value | Description |
|---|---|---|
| Visible by default | No | This field is not visible by default in the table display. |
| Domain | Date | Integer |
| Write Access | None | You are not allowed to modify the value in this field. |
| SQL name | CreDt | The database field name. |
| API identifier | createdDate | The API identifier used in GraphQL. |
| Number | A unique column number. |
Created time
The time when the record was created.
| Property | Value | Description |
|---|---|---|
| Visible by default | No | This field is not visible by default in the table display. |
| Domain | Time | Integer |
| Write Access | None | You are not allowed to modify the value in this field. |
| SQL name | CreTm | The database field name. |
| API identifier | createdTime | The API identifier used in GraphQL. |
| Number | A unique column number. |
Created time stamp
The date and time when the record was created.
The field is updated with the UTC time.
| Property | Value | Description |
|---|---|---|
| Visible by default | No | This field is not visible by default in the table display. |
| Domain | Date/time | DateTime |
| Write Access | None | You are not allowed to modify the value in this field. |
| SQL name | CreTs | The database field name. |
| API identifier | createdTimestamp | The API identifier used in GraphQL. |
| Number | A unique column number. |
Edit status
The current status of the record.
A look-up in this field gives you the following list of possible values:
0 - Unchanged: The record is read, but not changed.
1 - Inserted: The record is new.
2 - Changed: The record is changed.
3 - Deleted: The record is deleted.
| Property | Value | Description |
|---|---|---|
| Visible by default | No | This field is not visible by default in the table display. |
| Domain | Edit status | Integer |
| Write Access | None | You are not allowed to modify the value in this field. |
| SQL name | LckSt | The database field name. |
| API identifier | editStatus | The API identifier used in GraphQL. |
| Number | A unique column number. |
Process no
The Process no. from the Active company process table which is currently using or has control of this record.
| Property | Value | Description |
|---|---|---|
| Visible by default | No | This field is not visible by default in the table display. |
| Domain | Process no. | Integer |
| Write Access | None | You are not allowed to modify the value in this field. |
| SQL name | ChPrc | The database field name. |
| API identifier | lockedByProcessNo | The API identifier used in GraphQL. |
| Number | A unique column number. |
| To table | Purpose | From columns | To columns | Comments |
|---|---|---|---|---|
| Active company process | CompanyProcess | Process no. | Process no. |