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

Commit defbcc9

Browse files
Merge pull request #227 from fiskaltrust/user/bri/45925-improve-journaltype-description
adding definition for version information, ActionJournal, ReceiptJournal
2 parents c47e7cd + 7d4b887 commit defbcc9

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

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

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

132132
| **Value** | **Description** | **Middleware-Version** |
133133
|----------------------|----------------------------------------------|------------------------|
134-
| `0x0000000000000000` | Version information | 1.1 |
135-
| `0x0000000000000001` | fiskaltrust.ActionJournal in internal format | 1.1 |
136-
| `0x0000000000000002` | ReceiptJournal in internal format | 1.1 |
137-
| `0x0000000000000003` | QueueItemJournal in internal format | 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 |
138+
139+
**Example** for version information :
140+
141+
```json
142+
{
143+
"Assembly": "fiskaltrust.Middleware.Queue, Version=1.3.24.0, Culture=neutral, PublicKeyToken=null",
144+
"Version": {
145+
"Major": 1,
146+
"Minor": 3,
147+
"Build": 24,
148+
"Revision": 0,
149+
"MajorRevision": 0,
150+
"MinorRevision": 0
151+
}
152+
}
153+
```

0 commit comments

Comments
 (0)