Skip to main content

How To Configure Fiscal Austria

Introduction

Austrian fiscal regulations require that all POS transactions are digitally signed using a certified security device. The signing process uses an external device holding a purchased certificate. Two approaches are supported by Enactor:

  1. Card reader with certificate card - the retailer purchases a physical card reader and a card containing the certificate.
  2. Third-party signing service - the retailer uses a cloud-based service that holds the certificate on a Hardware Security Module (HSM) and signs transactions via a REST web service.

Once the certificate is purchased and configured to work with the POS, an initial signed transaction must be performed. This initial transaction, along with the certificate details and an encryption key, must be submitted to the Austrian Tax Authority. After this registration, individual sales transactions do not need to be submitted. However, each customer receipt includes a QR code containing encrypted sales and tax totals that the tax authority can verify through unannounced test purchases.

The purpose of this guide is to demonstrate the complete configuration required to enable Austrian fiscal compliance on Enactor POS, including tax setup, account credentials, device registration with FinanzOnline, and the fiscal receipt lifecycle.

info

For shared background on fiscal concepts, see Fiscal Overview.


Overview

The following steps are required to configure Austrian fiscal compliance:

  1. POS Terminal Template - Set the fiscalisation type to Austria, configure currency, locale, and no-sale receipt
  2. Location - Set the tax region and tax scheme for each Austrian location
  3. Tax Groups - Configure the five Austrian tax groups (AT1 through AT5)
  4. Tax Schema - Create the AT VAT tax schema with price-inclusive tax
  5. Tax Rates - Define the Austrian tax rates (Normal 20%, Reduced 10%, Zero 0%, Special 10%)
  6. Tax Group Tax Methods - Link tax groups to the AT schema and rates
  7. Product Tax - Assign tax groups to products for Austrian locations
  8. Account Credentials - Create three sets of credentials for certificate retrieval, transaction signing, and receipt encryption
  9. Privileges - Grant fiscal operation privileges to appropriate user roles
  10. Option Set Maintenance - Create the AUSTRIA_FISCAL option set for Fiscal POS Terminal Attributes
  11. Menus - Add the Fiscalisation menu folder with receipt and DEP export buttons
  12. Reasons - Create the fiscal no-sale reason type and individual reasons
  13. Initial Setup - Register the security device and POS devices with FinanzOnline
  14. Receipts - Produce initial, monthly, annual, and final receipts as required
  15. Estate Manager Maintenance - Configure Fiscal Type and Fiscal POS Terminal maintenance

Configuration Steps

POS Terminal Template

The POS Terminal Template used by all devices in Austria must be configured with the fiscalisation type set to Austria. Set Currency to Euros and Locale to Austrian.

POS Terminal Template with Fiscalisation Type set to Austria, Currency set to Euros, and Locale set to Austrian

Set Fiscalisation Type to Austria, Currency to Euros, and Locale to Austrian on the POS Terminal Template used by all Austrian devices.

Set No Sale Receipt to Fiscal No Sale 4XX Col, where XX is the correct printer column width for your receipt printer.

POS Terminal Template with No Sale Receipt set to Fiscal No Sale format

Set No Sale Receipt to the appropriate Fiscal No Sale 4XX Col format matching your printer column width.

Within the Tax section, set Tax Region to Austria and Tax Scheme to AT VAT.

POS Terminal Template Tax section with Tax Region set to Austria and Tax Scheme set to AT VAT

In the Tax section, set Tax Region to Austria and Tax Scheme to AT VAT.

Location

Each location in Austria should have its Tax Region set to Austria and Tax Scheme set to AT VAT.

Location configuration with Tax Region set to Austria and Tax Scheme set to AT VAT

Set Tax Region to Austria and Tax Scheme to AT VAT on each Austrian location.

Tax Groups

The following tax groups should be configured and broadcast to all Austrian devices.

Tax Group IDDescription
AT1AT Normal Tax Group
AT2AT Reduced 1 Tax Group
AT3AT Reduced 2 Tax Group
AT4AT Zero 2 Tax Group
AT5AT Special 2 Tax Group

Tax Schema

The following tax schema should be configured and broadcast to all Austrian devices.

Tax Schema IDDescriptionPrice Include Tax
ATAT VATTRUE

Tax Rates

The following tax rates should be configured and broadcast to all Austrian devices.

Tax Rate IDDescriptionDisplay CodePercentage
AT_R1AT NormalT20%
AT_R2AT Reduced 1R10%
AT_R3AT Reduced 1r10%
AT_R4AT ZeroZ0%
AT_R5AT Specials10%

Tax Group Tax Methods

The following tax group tax methods should be configured and broadcast to all Austrian devices.

Tax Group IDTax Scheme IDDescriptionTax Rate
AT_1ATAT NormalAT Normal
AT_2ATAT Reduced 1AT Reduced 1
AT_3ATAT Reduced 1AT Reduced 1
AT_4ATAT ZeroAT Zero
AT_5ATAT SpecialAT Special

Product Tax

The following tax configurations should be assigned to products and broadcast to the appropriate Austrian devices. Tax group can be defined either as a direct tax group assignment or as a tax group by tax region.

Product tax configuration showing tax group assignment options for Austrian products

Assign the appropriate Austrian tax group to each product. You can set the tax group directly or configure it by tax region.

Account Credentials

Account credentials must be set up with the details of the service used to sign transactions. These details are included in the correspondence from the supplier at the time of purchasing the service. Three sets of account credentials are required:

  1. GET_CERTIFICATE - retrieves the certificate from the API
  2. SIGN_TRANSACTION - signs transactions with the API
  3. FISCAL_AUSTRIA - encrypts the grand totals on the receipt using an AES 256 key

Example supplier documentation showing the credentials needed for fiscal configuration

The supplier documentation provides the User ID, Shared Secret, Basis-URL, and Key ID needed to configure the account credentials.

GET_CERTIFICATE

This set of account credentials is used to obtain the certificate from the API. From the supplier document you will need the User ID, Shared Secret (password), Basis-URL, and Key ID.

Create a new account credential called GET_CERTIFICATE.

Account Credential Maintenance showing creation of GET_CERTIFICATE credential

Create a new account credential with Account Type and Name both set to GET_CERTIFICATE.

Configure the credential with the following settings:

ConfigurationValue
Account TypeGET_CERTIFICATE
NameGET_CERTIFICATE
User IDUser ID from the supplier document
Is LiveChecked
Use System KeyChecked

GET_CERTIFICATE credential with User ID set, Is Live and Use System Key both checked

Set the User ID from the supplier document. Tick Is Live and Use System Key.

Click Change Password and enter the Shared Secret from the supplier document as the password.

Change Password dialog for entering the Shared Secret

Click Change Password and supply the Shared Secret from the supplier document as the password.

On the Other Properties tab, create two properties:

Property KeyTypeValue
fiscalSuiteIdStringR1_AT3
urlStringBuilt from supplier values (see format below)

URL format: [BASIS-URL]/rs/keys/[Key ID]/certificate.pem

Example: https://yt-4gc7836.ps.primesign.com/rs/keys/9d9dnje3/certificate.pem

GET_CERTIFICATE Other Properties tab showing fiscalSuiteId and url properties configured

On the Other Properties tab, create the fiscalSuiteId and url properties using the values from the supplier document.

SIGN_TRANSACTION

This set of account credentials is used to sign transactions with the API. From the supplier document you will need the User ID, Shared Secret (password), Basis-URL, and Key ID.

Create a new account credential called SIGN_TRANSACTION.

Account Credential Maintenance showing creation of SIGN_TRANSACTION credential

Create a new account credential with Account Type and Name both set to SIGN_TRANSACTION.

Configure the credential with the following settings:

ConfigurationValue
Account TypeSIGN_TRANSACTION
NameSIGN_TRANSACTION
User IDUser ID from the supplier document
Is LiveChecked
Use System KeyChecked

SIGN_TRANSACTION credential with User ID set, Is Live and Use System Key both checked

Set the User ID from the supplier document. Tick Is Live and Use System Key.

Click Change Password and enter the Shared Secret from the supplier document as the password.

Change Password dialog for entering the Shared Secret for SIGN_TRANSACTION

Click Change Password and supply the Shared Secret from the supplier document as the password.

On the Other Properties tab, create a single property:

Property KeyTypeValue
urlStringBuilt from supplier values (see format below)

URL format: [BASIS-URL]/rs/rk/keys/[Key ID]/signatures/r1

Example: https://yt-4gc7836.ps.primesign.com/rs/rk/keys/9d9dnje3/signatures/r1

SIGN_TRANSACTION Other Properties tab showing url property configured

On the Other Properties tab, create the url property using the Basis-URL and Key ID from the supplier document.

FISCAL_AUSTRIA

This set of account credentials is used to encrypt the grand totals on the receipt using an AES 256 key.

Generate the key using the following command:

openssl rand -base64 32

Create a new account credential called FISCAL_AUSTRIA.

Account Credential Maintenance showing creation of FISCAL_AUSTRIA credential

Create a new account credential with Account Type and Name both set to FISCAL_AUSTRIA.

Configure the credential with the following settings:

ConfigurationValue
Account TypeFISCAL_AUSTRIA
NameFISCAL_AUSTRIA
User IDUser ID from the supplier document
Is LiveChecked
Use System KeyChecked

FISCAL_AUSTRIA credential with User ID set, Is Live and Use System Key both checked

Set the User ID from the supplier document. Tick Is Live and Use System Key.

On the Other Properties tab, create the following properties:

Property KeyTypeValueDescription
AES_SECRET_KEYStringBase64 key from openssl commandSet this property to be write-only
FON_RegistrationTypeStringAutomaticRegistration type with FinanzOnline (Automatic or Manual)
TIDStringe.g. 12805814w135 (8 to 12 characters)Identification number of participants in a service
UIDStringe.g. ATU48822403 (10 to 24 characters)VAT identification number of the software supplier
urlStringhttps://finanzonline.bmf.gv.at:443FinanzOnline service endpoint URL
SUBMISSION_TYPEStringe.g. TP for production submission or T for test submission
PINStringe.g. Enactor_Test01 (5 to 128 characters)User password/PIN
BEN_IDStringe.g. WebUser2 (5 to 12 characters)User ID

FISCAL_AUSTRIA Other Properties tab showing all eight properties configured

On the Other Properties tab, create all eight properties as listed in the table above. Set AES_SECRET_KEY to write-only for security.

Privileges

Users who are authorised to perform fiscal operations should have the following privileges: AuthorisesDEPExport, DEPExportAllowed, AuthorisesFiscalControlReceipt, FiscalControlReceiptAllowed.

For Fiscal POS Terminal Maintenance, the following privileges must be configured against the appropriate roles and broadcast to the Austrian devices. Consider whether all operators should have these privileges or if some should only be granted to managers.

tip

For more detail on configuring privileges and roles, refer to How To Configure Users, User Roles and User Templates.

Privilege IDApplication PackageProcessRemarks
enactor.fiscalPOSTerminalMaintenance.EditFiscal MaintenanceFiscal POS Terminal MaintenanceMandatory
enactor.fiscalPOSTerminalMaintenance.ListFiscal MaintenanceFiscal POS Terminal MaintenanceMandatory
enactor.fiscalPOSTerminalMaintenance.NewFiscal MaintenanceFiscal POS Terminal MaintenanceMandatory
enactor.fiscalPOSTerminalMaintenance.RemoveFiscal MaintenanceFiscal POS Terminal MaintenanceMandatory
enactor.fiscalPOSTerminalMaintenance.ViewFiscal MaintenanceFiscal POS Terminal MaintenanceMandatory

Option Set Maintenance

Navigate to Attribute / Option Set Maintenance.

Create a new Option Set with the following properties for the Fiscal POS Terminal Attributes type.

info

Users also have the option of exporting the Option Set through File Export Maintenance and uploading via File Import Maintenance in Estate Manager.

Attribute / Option Set IDTypeRegion
AUSTRIA_FISCALFiscal POS Terminal AttributesAUSTRIA

Add a Text option using the Add button. Set the option name and ID to DEVICE_STATUS.

Option Set Maintenance showing AUSTRIA_FISCAL option set with DEVICE_STATUS text option added

Create the AUSTRIA_FISCAL option set with type Fiscal POS Terminal Attributes and region AUSTRIA. Add a text option with name and ID set to DEVICE_STATUS.

The POS menu structure should be modified to add a Fiscalisation folder for operators that should be able to perform fiscal operations. The suggested menu location is:

Sales > More > Fiscalisation

The following items should be added to the new Fiscalisation folder:

EventLabelIDData NameData Java TypeData Value
Fiscal_PrintControlReceiptInitial ReceiptInitialReceiptenactor.pos.ControlReceiptTypeStringinitial
Fiscal_PrintControlReceiptMonthly ReceiptMonthlyReceiptenactor.pos.ControlReceiptTypeStringmonthly
Fiscal_PrintControlReceiptYearly ReceiptYearlyReceiptenactor.pos.ControlReceiptTypeStringyearly
Fiscal_PrintControlReceiptFinal ReceiptFinalReceiptenactor.pos.ControlReceiptTypeStringfinal
Fiscal_PrintControlReceiptCumulated ReceiptCumulatedReceiptenactor.pos.ControlReceiptTypeStringcumulatedCtx
Fiscal_ExportDEPExport DEPexportDEPN/AN/AN/A
enactor.coreUI.MenuBackBackbackN/AN/AN/A

Fiscal Type Maintenance Menu

Within the Fiscalisation folder, select Add a new Execute Process Item and configure the following settings.

Menu Maintenance showing the Add a new Execute Process Item option in the Fiscalisation folder

Select Add a new Execute Process Item within the Fiscalisation folder to add the Fiscal Type Maintenance menu entry.

On the General tab, configure the following:

ConfigurationValue
Application Process to RunFiscal Type Maintenance
IDMaintenance/FiscalType/FiscalTypeMaintenance
Item LabelFiscal Type Maintenance
Item Message IDFISCAL_TYPE_MAINTENANCE
Item Message Basecom.enactor.maintenance.pages.fiscalType.FiscalTypeMaintenanceMessages
Image URLfiscaltype.svg

Fiscal Type Maintenance menu item General tab with all fields configured

Configure the General tab with the application process, ID, label, message ID, message base, and image URL as listed in the table above.

On the Data tab, enter the following:

ConfigurationValue
Nameenactor.maintenance.FiscalisationType
ValueAUSTRIA (this should match your fiscalisation type)

Fiscal Type Maintenance menu item Data tab with Name and Value configured

On the Data tab, set Name to enactor.maintenance.FiscalisationType and Value to AUSTRIA.

Fiscal POS Terminal Maintenance Menu

Within the Fiscalisation folder, select Add a new Execute Process Item and configure the following settings:

ConfigurationValue
Application Process to RunFiscal POS Terminal Maintenance
IDMaintenance/FiscalPOSTerminal/FiscalPOSTerminalMaintenance
Item LabelFiscal POS Terminal Maintenance
Item Message IDFISCAL_POS_TERMINAL_MAINTENANCE
Image URLfiscalposterminal.svg

Fiscal POS Terminal Maintenance menu item configuration

Configure the Fiscal POS Terminal Maintenance menu item with the application process, ID, label, message ID, and image URL as listed above.

After setting the menu configurations, the Fiscalisation folder should display as shown below.

Completed Fiscalisation menu folder showing all configured menu items

The completed Fiscalisation folder with all receipt types, DEP export, Fiscal Type Maintenance, Fiscal POS Terminal Maintenance, and Back items configured.

Reasons

A new reason type needs to be created with the following details:

Type IDDescriptionNamespace URIPrefixLocal Part
FISCAL_NO_SALEFiscal no salehttp://www.enactor.com/retailretailnoSaleReason

The following reasons then need to be created:

Reason IDReason TypeRegionDescription
CUMULATED_CTXFISCAL_NO_SALEAUSTRIACumulated Fiscal Receipt
FINAL_FIS_CTRL_RPTFISCAL_NO_SALEAUSTRIAFinal fiscal control receipt
INITIAL_FIS_CTRL_RPTFISCAL_NO_SALEAUSTRIAInitial fiscal control receipt
MONTHLY_FIS_CTRL_RPTFISCAL_NO_SALEAUSTRIAMonthly fiscal control receipt
YEARLY_FIS_CTRL_RPTFISCAL_NO_SALEAUSTRIAYearly fiscal control receipt

Initial Setup

Once the above configuration steps have been completed, you must log in to the FinanzOnline portal and register both the security device and the POS devices that will use it.

info

The FinanzOnline portal uses the term "security device". In this solution, this is the HSM hosted by PrimeSign. In other solutions it could be a physical card or another type of HSM device. The portal credentials are different from the credentials used in the Account Credentials setup above.

FinanzOnline portal showing the navigation path to device registration

Log in to the FinanzOnline portal with the credentials provided by the tax authorities. Navigate to the device registration area.

This links to the registration page from which both the security device and the POS can be registered.

FinanzOnline registration page with options to register a security device or a POS

The registration page provides links to register the security device and the POS separately. Register the security device first.

Registering the Security Device

Select the security device registration link. Set the dropdown values as shown and enter the serial number of the device provided by PrimeSign in the final text box.

FinanzOnline security device registration form with dropdown fields and serial number entry

Set the dropdown values as shown and enter the serial number of the device provided by PrimeSign.

The serial number is provided in the PrimeSign documentation in the Seriennummer des Signaturzertifikats section.

PrimeSign documentation showing the serial number location

Locate the serial number in the PrimeSign documentation under the Seriennummer des Signaturzertifikats section.

After providing these details and clicking the Register button, a success confirmation message should appear.


Registering the POS

Return to the registration page and select the POS registration link.

FinanzOnline registration page with the POS registration link indicated

Return to the registration page and select the POS registration link.

On the POS registration screen, provide the following:

FieldValue
Device IDThe device ID of the POS being registered
DescriptionA description of the POS
AES 256 KeyThe AES key from the FISCAL_AUSTRIA account credential
note

The last field is for a checksum used when typing the AES key from paper. Since the key is expected to be copied and pasted from the Account Credential Maintenance page in Estate Manager, this value is not required.

Click the Register button. A confirmation message should appear, completing the registration process.

info

This process must be repeated for every production POS.

FinanzOnline POS registration form with fields for Device ID, Description, and AES 256 Key

Enter the Device ID, Description, and AES 256 Key from the FISCAL_AUSTRIA account credential, then click Register.

Receipts

note

While some of the following receipts appear to contain little information, they are important. The detail is contained within the QR code and recorded in the DEP records.

Initial Receipt

Once all setup has been completed and broadcast to a POS, it is necessary to produce an initial receipt.

If FON_RegistrationType is set to Automatic in the FISCAL_AUSTRIA account credentials and the DEVICE_STATUS is REGISTERED, the initial receipt will be printed automatically upon the first login to the POS.

Otherwise, it should be printed manually using the Initial Receipt menu button on the POS, configured in the Menus section of this document.

Initial fiscal receipt printed from the POS showing QR code and signed transaction details

The initial receipt must be retained for your records. No transactions should be performed on the POS until this receipt has been successfully created, as it initialises the signature chain.

Monthly Receipt

At the end of each month, produce and retain a monthly receipt using the Monthly Receipt button configured in the Menus section.

Monthly fiscal control receipt printed from the POS

Produce a monthly receipt at the end of each month using the Monthly Receipt menu button. Retain this receipt for your records.

Annual Receipt

At the end of each year, produce and retain an annual receipt using the Yearly Receipt button configured in the Menus section.

Annual fiscal control receipt printed from the POS

Produce an annual receipt at the end of each year using the Yearly Receipt menu button. Retain this receipt for your records.

Offline Mode

If communication with PrimeSign fails and the POS is unable to sign transactions, the POS will not be prevented from completing transactions. A default offline signature will be used and the following message will be displayed.

POS notification indicating that offline signing is active due to communication failure

When communication with PrimeSign fails, the POS displays this notification and uses a default offline signature. Transactions continue without interruption.

Communication will be attempted for each following transaction. When communication is re-established, the following message is displayed.

POS notification indicating that communication with PrimeSign has been restored

When communication with PrimeSign is restored, this confirmation message is displayed.

At this point it is necessary to use the Cumulated Receipt button to produce and retain a cumulated receipt.

Cumulated fiscal receipt printed after POS recovers from offline mode

After recovering from offline mode, produce a cumulated receipt using the Cumulated Receipt menu button. Retain this receipt for your records.

Final Receipt

When a POS is removed from service, use the Final Receipt menu button to produce and retain a final receipt.

Final fiscal control receipt printed when decommissioning a POS

Before decommissioning a POS, produce a final receipt using the Final Receipt menu button. Retain this receipt for your records.

DEP Export

If a store is audited by the Tax Authority, the store manager may be asked to produce a DEP report for a POS. Use the Export DEP button configured in the Menus section.

The following screen allows the operator to select a fiscal period for the DEP export.

DEP export screen allowing selection of the fiscal period for export

Select the required fiscal period and click OK to perform the DEP export.

After selecting the required period and clicking OK, a confirmation message is displayed and the export file is written to the POS file system.

DEP export confirmation message indicating the export has been completed

The confirmation message indicates the DEP export has been completed and the file has been saved to the POS file system.

Estate Manager Maintenance Process Flow

In addition to the general configuration, the following maintenance steps must be completed in the order listed below.

info

Users also have the option of exporting the Fiscal POS Terminal through File Export Maintenance and uploading via File Import Maintenance in Estate Manager. These changes should be broadcast to the appropriate Austrian devices.


Fiscal Type Maintenance

You will be directed to the Fiscal Type Maintenance screen based on the fiscalisation type provided within the Fiscal Type Maintenance Menu.

On the General tab, enter a description for your fiscal type.

Fiscal Type Maintenance General tab with the description field

On the General tab, enter a description for your fiscal type.

On the Included Region tab, add regions to the fiscal type. Save your changes before exiting.

Fiscal Type Maintenance Included Region tab showing regions assigned to the fiscal type

On the Included Region tab, add the appropriate regions to the fiscal type. Save your changes before exiting.

Fiscal POS Terminal Maintenance

Navigate to Fiscal POS Terminal Maintenance and click the Create Fiscal POS Terminal button at the bottom left of the page.

Fiscal POS Terminal Maintenance list page with the Create Fiscal POS Terminal button highlighted

Click Create Fiscal POS Terminal to begin creating a new fiscal terminal entry.

Select the relevant Device ID from the dropdown menu and click Create.

Fiscal POS Terminal creation dialog with Device ID dropdown

Select the relevant Device ID from the dropdown and click Create.

Navigate to the Attributes tab. Within the AUSTRIA_FISCAL attribute set, set DEVICE_STATUS to NEW.

Fiscal POS Terminal Attributes tab with DEVICE_STATUS set to NEW in the AUSTRIA_FISCAL attribute set

On the Attributes tab, set DEVICE_STATUS to NEW within the AUSTRIA_FISCAL attribute set.

After saving the Fiscal POS Terminal, you can register the device in the FinanzOnline service using the Configuration tab. Access this tab by clicking the edit icon of the fiscal POS terminal.


Device Registration Actions

The following actions are available on the Configuration tab, depending on the current device status:

When device status is NEW:

  • Register - Registers the client with the FinanzOnline service and updates the device status to REGISTERED within the Fiscal POS Terminal Maintenance Attributes.
  • Register Manual Registration - Updates the device status to REGISTERED when client registration has been done directly on the FinanzOnline portal.

Fiscal POS Terminal Configuration tab showing Register and Register Manual Registration buttons

When the device status is NEW, the Register and Register Manual Registration buttons are available.

When device status is REGISTERED:

  • Set Device Out Of Service - Sets the device out of service in the FinanzOnline service and updates the device status to INACTIVE.
  • Record Manual Device Out Of Service - Updates the device status to INACTIVE when the device has been set out of service directly on the FinanzOnline portal.

Fiscal POS Terminal Configuration tab showing out-of-service buttons for a registered device

When the device status is REGISTERED, the Set Device Out Of Service and Record Manual Device Out Of Service buttons are available.

When device status is INACTIVE:

  • Set Device Back In Service - Sets the device back in service in the FinanzOnline service and updates the device status to ACTIVE.
  • Record Manual Device Back In Service - Updates the device status to ACTIVE when the device has been set back in service directly on the FinanzOnline portal.

Fiscal POS Terminal Configuration tab showing back-in-service buttons for an inactive device

When the device status is INACTIVE, the Set Device Back In Service and Record Manual Device Back In Service buttons are available.

When device status is REGISTERED, INACTIVE, or ACTIVE:

  • Decommission Device - Decommissions the client in the FinanzOnline service and updates the device status to DECOMMISSIONED.
  • Record Manual Device Decommissioning - Updates the device status to DECOMMISSIONED when decommissioning has been done directly on the FinanzOnline portal.
info

Before decommissioning a POS, print the final receipt. Once the receipt is printed, the device can be decommissioned in Estate Manager.

Fiscal POS Terminal Configuration tab showing decommission buttons

The Decommission Device and Record Manual Device Decommissioning buttons are available when the device status is REGISTERED, INACTIVE, or ACTIVE.

Filtering by Fiscalisation Type

In the Fiscal POS Terminal Maintenance list, a filter is available for Fiscalisation Type. Select Austria to view all Austrian fiscal POS terminals and their device statuses.

Fiscal POS Terminal Maintenance list filtered by Austria showing device statuses

Use the Fiscalisation Type filter to select Austria and view all Austrian fiscal POS terminals with their current device statuses.

Bulk Registration Actions

The following bulk actions are available at the bottom of the Fiscal POS Terminal Maintenance list:

  • Register All Unregistered POS Terminals - Registers all unregistered fiscal POS terminals with the FinanzOnline service.
note

Submissions to the FinanzOnline web services and validation of the Fiscal Device Status occur only when FON_RegistrationType is set to Automatic in the FISCAL_AUSTRIA account credentials.


Notes

info

Although Enactor supports the key card approach, all customers to date have chosen the service-based approach. Since final testing requires an account with the Tax Authority (only available to retailers), the first customer to use the key card approach will need to conduct joint testing with Enactor prior to rollout.