Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.


Wiki-Markup

...


...


...


...


...


...


...


...


...


...


...

 

...


...


...

Content

...


...


...

File name:

D:\TUI Cruises\Abnahmedokumente\Abnahmedokument_WI30587_Flugvakanzanpassungen.doc

File size:

1.828 KB

Creation date:

17.02.2021

Change date:

3/8/2019 14:03:00 A3/P3

Last printed:

6/22/2018 13:06:00 A6/P6

...

Date

Version

Description

Name

16.05.2018

1.0

Document created

D. Baschleben

12.06.2018

1.1

Final version

D. Baschleben

22.06.2018

1.2

Fixed open issues

D. Baschleben

07.03.2019

1.3

Batch process added

D. Baschleben

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

...

1. Introduction 

2. New check boxes in client profiles 

3. New user right 

4. Anonymization of client profiles 

5. Anonymization process 

Client role 

Pass Data 

Emergency Contact 

Banking data 

Client Cards 

6. Test Case 

7. Error handling 

8. Assumptions 

9. Information Report 

10. Encryption of e-mail attachments 

11. Data objects 

12. Batch anonymization process 







Anker
_Toc64466627
_Toc64466627
Introduction



The General Data protection regulation (GDPR) is a regulation within the EU on the protection of natural persons with regard to the processing of personal data and on the free movement of such data, and repealing Directive 95/46/EC (Data Protection Directive)
This regulation is binding within the member states of the EU and entered into force on 25 May 2018.
In order to comply with the regulation DaVinci will provide the possibility to call an information report for all personal data stored within DaVinci such as address data, banking data or booking data (Right of Access). Furthermore, DaVinci provide the possibility to anonymize personal data (Right of Erasure).
DaVinci supports both requirements as a standard solution. The new feature will be realized within DaVinci release 1079.



Anker
_Toc64466628
_Toc64466628
New check boxes in client profiles



There are three new check boxes within a client profile.

  • Kontakterlaubnis (contact permission) with which the user can steer whether the client allows contact or not
  • Kunde anonymisiert (client made anonymous), this checkbox will be set by the system when a client profile is set to made anonymous.
  • Kunde-Anonym.-Sperre with which the user can prevent the anonymization of a client profile.






Anker
_Toc64466629
_Toc64466629
New user right



The user right "Privacy protection" disables the field "Kunde anonymisiert" within the client profile.





Anker
_Toc64466630
_Toc64466630
Anonymization of client profiles



General approach:
The standard solution anonymizes a client profile directly from the search (both static and free search). The user can click on "Kunde anonymisieren". This triggers the anonymization of a client profile if all checks passes through.
If versions of client profiles are activated then all version of a client profile is affected by the anonymization.




Anker
_Toc64466631
_Toc64466631
Anonymization process



Anker
_Toc64466632
_Toc64466632
Client role



Only the roles Privat, Begleiter, Testkunde, Reisender and Interessent are applicable for anonymization.





In case an unsupported role is used, following message appears.




Anker
_Toc64466633
_Toc64466633
Pass Data


Pass data will be removed completely.


Anker
_Toc64466634
_Toc64466634
Emergency Contact


All emergency data will be removed completely.

Anker
_Toc64466635
_Toc64466635
Banking data


All banking data will be removed completely.

Anker
_Toc64466636
_Toc64466636
Client Cards


The Client Card number will be anonymized.







Anker
_Toc64466637
_Toc64466637
Test Case


Test client profile before anonymization





Client profile after anomyzation







Usually the client profile cannot be selected within the client search. For this example, the client profile was manipulated within the database to get it visible again.
Booking data:

Anker
_Toc64466638
_Toc64466638
Error handling


The anonymization is not possible under following conditions.

...

  1. Lock Anonymization setting is active


  1. Bookings with departure in the future



The return date of the booking is relevant.

  1. Existing open items




  1. Existing duplicate

...



Here the client card active setting is decisive.


Anker
_Toc64466639
_Toc64466639
Assumptions






  • Clients connected to future bookings (as client and/or participant; exception cancelled bookings without costs) are not possible to anonymize. The return date of a booking function as key indicator.
  • Invoices are subject to statuary retention periods. DaVinci fulfils these requirements by storing all invoices either in an archive database or archive folder as pdf. The anonymization process will only check whether there are future bookings linked to a client profile.
  • Clients with unpaid items are not possible to anonymize
  • Participant names without link to a client number will not be anonymized
  • Participants connected to client profiles can be anonymized
  • Fields will be anonymized and will be overwritten by 3 random letters
  • Duplicated clients have to be anonymized separately
  • The user has to call the anonymization manually in the client search per each client profile
  • Only certain roles of clients as mentioned above are applicable for anonymization









Anker
_Toc64466640
_Toc64466640
Information Report



The new report file STD_GDPR_Disclosure.rpt will be assigned under Adressen>DatenschutzInfo. This report is a XML report which requires a STD_GDPR_Disclosure.rpt.config and STD_GDPR_Disclosure.xsd.

The report requires following further scripts:

  • Sprachfelder_GDPR_Disclosure.sql
  • Textbausteine_STD_GDPR_Disclosure


By highlighting a certain client number in the client search the user can call the report.


The report shows all relevant personal data that is stored in DaVinci, i.e. the client's address and communication data, banking information, club information, passport and bookings connected with the according client number.

Anker
_Toc64466641
_Toc64466641
Encryption of e-mail attachments


In each booking document the user can set the assignment to encrypted.

When opening an attached pdf then it will be asked to insert a password.





The password is set by a stored procedure. By default it is defined to use the client`s ZIP code. However, it would be also possible to define another password logic.

Restriction: Password protection does not work for realtime fulfilment, request handling and lists.
Until DaVinci version 1079 5 this functionality works only for XML reports and not for ODBC Reports.



Anker
_Toc64466642
_Toc64466642
Data objects


There is a protocol table GDPR_PROTOCOL

The validation is done by Stored Procedure bewo_GDPR_CheckBusinessRelations.
The anonymization is done by Stored Procedure bewo_GDPR_Anonymize_Client.




Anker
_Toc64466643
_Toc64466643
Anker
_GoBack
_GoBack
Batch anonymization process



Since DaVinci Version 1083 a batch anonymization process is supported.

New parameter in Kunden section of the system settings.

Here, the user can define the number of years after a client is valid for automated anonymization.
It was set to 99 years by default.



With the new stored procedure bewo_GDPR_Batch_Anonymization the user can call the batch process. The user can call it only once or automates it as a SQL job.

The call is exec dbo.bewo_GDPR_Batch_Anonymization or
exec dbo.bewo_GDPR_Batch_Anonymization @P_Debug = 1, this is just for testing purpose to check how many client numbers will be anonimyzed.
If you call the procedure without the parameter then all clients will be searched and the normal anonymization process will be started for all clients with a creation date > the number of years according the setting. The result can be either an anonymization or an error message according the validations mentioned in chapter 7.
In table GDPR_PROTOCOL successful anonymizations are listed.