Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit d20b4fb

Browse files
Update reference-tables.md
1 parent defbcc9 commit d20b4fb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/general/reference-tables/reference-tables.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ For definitions regarding national laws, please refer to the appropriate appendi
131131

132132
| **Value** | **Description** | **Middleware-Version** |
133133
|----------------------|----------------------------------------------|------------------------|
134-
| `0x0000000000000000` | **Version information** </br> </br> Version information informs which version of the fiskaltrust.Middleware is currently being used | 1.1 |
135-
| `0x0000000000000001` | **[fiskaltrust.ActionJournal](https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/general/cash-register-integration#fiskaltrustactionjournal)** in internal format </br> </br> 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 |
136-
| `0x0000000000000002` | **[ReceiptJournal](https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/general/cash-register-integration#fiskaltrustreceiptjournal)** in internal format </br> </br> 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 |
137-
| `0x0000000000000003` | **QueueItemJournal in internal format** </br> </br> 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 |
134+
| `0x0000000000000000` | **Version information** <br /> <br /> Version information informs which version of the fiskaltrust.Middleware is currently being used | 1.1 |
135+
| `0x0000000000000001` | **[fiskaltrust.ActionJournal](https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/general/cash-register-integration#fiskaltrustactionjournal)** in internal format <br /> <br /> 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 |
136+
| `0x0000000000000002` | **[ReceiptJournal](https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/general/cash-register-integration#fiskaltrustreceiptjournal)** in internal format <br /> <br /> 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 |
137+
| `0x0000000000000003` | **QueueItemJournal in internal format** <br /> <br /> 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 |
138138

139139
**Example** for version information :
140140

@@ -150,4 +150,4 @@ For definitions regarding national laws, please refer to the appropriate appendi
150150
"MinorRevision": 0
151151
}
152152
}
153-
```
153+
```

0 commit comments

Comments
 (0)