From 24a56119d47b69d063be13bdb9712e80167fa1fd Mon Sep 17 00:00:00 2001 From: Clemens Gull <48010748+magdignomad@users.noreply.github.com> Date: Tue, 2 Jun 2020 17:58:16 +0200 Subject: [PATCH] Update data-structures.md --- .../data-structures/data-structures.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/appendix-fr-boi-tva-decl-30-10-30/data-structures/data-structures.md b/doc/appendix-fr-boi-tva-decl-30-10-30/data-structures/data-structures.md index f8725d54..22ce6fb7 100644 --- a/doc/appendix-fr-boi-tva-decl-30-10-30/data-structures/data-structures.md +++ b/doc/appendix-fr-boi-tva-decl-30-10-30/data-structures/data-structures.md @@ -32,8 +32,8 @@ This table describes additional fields of the Receipt Response applicable to the | Field name | Data type | Default Value Mandatory Field | Description | Version | |---------------------------|-----------|-------------------------------|----------------------------------------------------------------------------------------------------------|---------| -| `ftCashBoxIdentification` | `string` | mandatory | Cash register identification. | 0- | -| `ftReceiptIdentification` | `string` | mandatory | Allocated through fiskaltrust.SecurityMechanism upcounting receipt number depending on the receipt type. | 0- | +| `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 | *Table 30. Receipt Response* @@ -45,9 +45,9 @@ This table describes additional fields of the Charge Items Entry applicable to t | **Field Name** | **Data Type** | **Default Value Mandatory Field** | **Description** | **Version** | |----------------|---------------|-----------------------------------|-----------------------------------------------------------------------|-------------| -| `Description` | `string` | empty-string
mandatory | Name or description of customary indication or type of other service. | 0- | -| `VATAmount` | `Decimal` | 0.0
mandatory | For French law fulfillment the VAT amount is required. It is used to calculate the net amount in order to avoid rounding errors which are especially likely to appear in row-based net price additions. | 0- | -| `ftChargeItemCaseData` | `String`
Max 64k | empty-string
mandatory | Additional data about the service, currently accepted only in JSON format. | 0- | +| `Description` | `string` | empty-string
mandatory | Name or description of customary indication or type of other service. | 1.2 | +| `VATAmount` | `Decimal` | 0.0
mandatory | For French law fulfillment the VAT amount is required. It is used to calculate the net amount in order to avoid rounding errors which are especially likely to appear in row-based net price additions. | 1.2 | +| `ftChargeItemCaseData` | `string`
Max 64k | empty-string
mandatory | Additional data about the service, currently accepted only in JSON format. | 1.2 | *Table 31. Charge Items Entry (ftChargeItems)* @@ -81,7 +81,7 @@ This table describes additional fields of the Signature Entry applicable to the | **Field Name** | **Data Type** | **Default Value**
**Mandatory Field** | **Description** | **Version** | |---------------------|---------------|--------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| -| `ftSignatureFormat` | `Int64` | 0
mandatory | Format for displaying signature data according to the reference table in the appendix. | 0- | -| `ftSignatureType` | `Int64` | 0
mandatory | Type of signature according to the reference table in the appendix, for example signature according to the RKSV or FinanzOnline notification. | 0- | +| `ftSignatureFormat` | `Int64` | 0
mandatory | Format for displaying signature data according to the reference table in the appendix. | 1.2 | +| `ftSignatureType` | `Int64` | 0
mandatory | Type of signature according to the reference table in the appendix, for example signature according to the RKSV or FinanzOnline notification. | 1.2 | *Table 32. Signature Entry*