diff --git a/doc/general/reference-tables/reference-tables.md b/doc/general/reference-tables/reference-tables.md index a2e109dc..4c8a9b95 100644 --- a/doc/general/reference-tables/reference-tables.md +++ b/doc/general/reference-tables/reference-tables.md @@ -131,10 +131,10 @@ For definitions regarding national laws, please refer to the appropriate appendi | **Value** | **Description** | **Middleware-Version** | |----------------------|----------------------------------------------|------------------------| -| `0x0000000000000000` | **Version information**

Version information informs which version of the fiskaltrust.Middleware is currently being used | 1.1 | -| `0x0000000000000001` | **[fiskaltrust.ActionJournal](https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/general/cash-register-integration#fiskaltrustactionjournal)** in internal format

The fiskaltrust.ActionJournal collects all operational incidents. This can be the date and time of start or failure of the service, as well as any other information related to the fiskaltrust.Middleware and fiskaltrust.SecurityMechanism.| 1.1 | -| `0x0000000000000002` | **[ReceiptJournal](https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/general/cash-register-integration#fiskaltrustreceiptjournal)** in internal format

The fiskaltrust.ReceiptJournal is used to record, hash, and chain all requests to the fiskaltrust.Middleware and the resulting responses. The first part of the returned ReceiptIdentification is an upcounting number generated by ReceiptJournal. | 1.1 | -| `0x0000000000000003` | **QueueItemJournal in internal format**

QueueItemJournal shows every information related to to the fiskaltrust.Middleware and fiskaltrust.SecurityMechanism as wellas all receipts sent to the fiskaltrust.Middleware and all resulting responses. This is useful for archiving purposes. | 1.1 | +| `0x0000000000000000` | **Version information**

Version information informs which version of the fiskaltrust.Middleware is currently being used | 1.1 | +| `0x0000000000000001` | **[fiskaltrust.ActionJournal](https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/general/cash-register-integration#fiskaltrustactionjournal)** in internal format

The fiskaltrust.ActionJournal collects all operational incidents. This can be the date and time of start or failure of the service, as well as any other information related to the fiskaltrust.Middleware and fiskaltrust.SecurityMechanism.| 1.1 | +| `0x0000000000000002` | **[ReceiptJournal](https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/general/cash-register-integration#fiskaltrustreceiptjournal)** in internal format

The fiskaltrust.ReceiptJournal is used to record, hash, and chain all requests to the fiskaltrust.Middleware and the resulting responses. The first part of the returned ReceiptIdentification is an upcounting number generated by ReceiptJournal. | 1.1 | +| `0x0000000000000003` | **QueueItemJournal in internal format**

QueueItemJournal shows every information related to to the fiskaltrust.Middleware and fiskaltrust.SecurityMechanism as wellas all receipts sent to the fiskaltrust.Middleware and all resulting responses. This is useful for archiving purposes. | 1.1 | **Example** for version information : @@ -150,4 +150,4 @@ For definitions regarding national laws, please refer to the appropriate appendi "MinorRevision": 0 } } -``` \ No newline at end of file +```