# Releasenotes V1.8.2
France: 1.1.0
Denmark: 1.1.0

ATTENTION: Please take a look at the implementation instructions.

## Main Features
- [x] Denmark: 1.1.0 - support for V1.2.1 of denmark regulation

## TrustedFiscalModule
- [x] Bugfix: France: Fiscalmark represents wrong characters of signature (digit 4,8,14,20 instead of 3,7,13,19).
- [x] Improvement: Denmark: 1.2: added fields trainingId and voidTransaction to cashTransaction in saf-t export.
- [x] Improvement: Denmark: 1.2: Added basic types for cash transaction type.
- [x] Improvement: Denmark: 1.2: Added period start and end time in periods collection of saf-t export.
- [x] Improvement: Denmark: 1.2: Added field taxRegistrationCountry to saf-t export.
- [x] Bugfix: Denmark: 1.2: HeaderComment removed from saf-t export.
- [x] Improvement: Denmark: 1.2: Added validation to payment for credit card and ec card payments.
- [x] Improvement: ItemDateOfEntry converted to datetime offset.
- [x] Improvement: Denmark: 1.2: Added user date of entry (mandatory).
- [x] Improvement: Denmark: 1.2: Added validation for first and last name of user (mandatory).
- [x] Improvement. Denmark: 1.2: Training mode allowed.
- [x] Bugfix: Denmark: ReportOtherCorr missing number and wrong type.
- [x] Improvement: Denmark: 1.2: Added empty reportCorrLine in event report.
- [x] Improvement: Denmark: Added delivery note to supported documents.
- [x] Improvement: Denmark: Added Deliverynote counters to event report.
- [x] Improvement: Added GetTaxPosition extension method for IEnumerable<DocumentVatPosition>
- [x] Improvement: Denmark: 1.2: Added support for DepositOnEmpties.
- [x] Improvement: Added additional debug logging when call cloud function from cloud client.
- [x] Bugfix: Denmark: 1.2: Added order to all orderes xml elements and attributes.
- [x] Improvement: Denmark: Added possibility to export audit file without signature (internal).
- [x] Improvement: Denmark: 1.2: headerComment of auditFileHeader only serialized if set.
- [x] Improvement: Denmark: Added additional check for company and store address on fiscalclient validation.
- [x] Improvement: Denmark: 1.2: Added all supported document types to fiscal document types.
- [x] Bugfix: Added fileDateTime to file document storage to ensure same dateTime for document / response files.
- [x] Improvement: Denmark: 1.2: Added CertificateData to cash transaction in saf-t export. 

## TrustedFiscalService
- [x] Improvement: Denmark: Suggested download filename for local saf-t export improved.

## RetailCloud
- [x] Improvement: Added logic for caching license tokens and improvement for container creation.
- [x] Bugfix: Denmark: 1.2: ClosingIdentifier (reportId) of saf-T export correct to short string.
- [x] Bugfix: Denmark: 1.2: Export of saf-t export does not reflect on company structure.
- [x] Improvement: Denmark: Export SAF-T datetime parameters changed to datetimeoffset
- [x] Improvement: Denmark: 1.2: Added CertificateData to cash transaction in saf-t export. 

## Testing
- [x] Improvment: France: Added test for fiscal mark.
- [x] Improvement: Denmark: 1.2: Improved test units.
- [x] Improvement: Added store and company address to basic offline test client.
- [x] Improvement: Added test for FetchStoredDocuments to ensure fiscalresponse for each fiscal document type.

## Common
- [x] Improvement: ToBase64String as additional object extension.

