Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extending mandatory fields for 0x4652000000000017 #128

Merged
merged 3 commits into from
Oct 29, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ For French law fulfullment a ManagerId is required, if the receipt is sent as t

| **Field Name** | **Data Type** | **Default Value Mandatory Field** | **Description** | **Version** |
|----------------|---------------|-----------------------------------|-----------------------------------------------------------------------|-------------|
| `ManagerId` |`String`<br>Max 1k | empty-string<br>optional<br>mandatory in training mode | Identification of the user, who started the training mode. | 1.2 |
| `ManagerId` |`String`<br>Max 1k | empty-string<br>optional<br>mandatory in training mode | Identification of the user, who started the training mode. | 1.2 |
| `from` |`long` | 0<br>mandatory for receiptcase `0x4652000000000017` | date/time in ticks for the beginning of the journal export. | 1.2 |
magdignomad marked this conversation as resolved.
Show resolved Hide resolved
| `to` |`long` | 0<br>mandatory for receiptcase `0x4652000000000017` | date/time in ticks for the end of the journal export.<br>Timespan to `from` must be less than one year. | 1.2 |
magdignomad marked this conversation as resolved.
Show resolved Hide resolved

##### ReceiptCaseData Entry Example

Expand All @@ -35,6 +37,7 @@ This table describes additional fields of the Receipt Response applicable to the
|---------------------------|-----------|-------------------------------|----------------------------------------------------------------------------------------------------------|---------|
| `ftCashBoxIdentification` | `string` | mandatory | Cash register identification. | 1.2 |
| `ftReceiptIdentification` | `string` | mandatory | Allocated through fiskaltrust.SecurityMechanism upcounting receipt number depending on the receipt type. | 1.2 |
| `ftStateData` | `string` | mandatory for receiptcase `0x4652000000000017` | Serialized JSON-object with hash-values for each journal-type export. | 1.2 |

<span id="_Toc527986682" class="anchor"></span>*Table 30. Receipt Response*

Expand Down