frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
19.05k stars 6.94k forks source link

To make ERPNext for GDPR ready #13936

Open krnkris opened 6 years ago

krnkris commented 6 years ago

To fulfil the requirement of GDPR for ERPNext.

http://ec.europa.eu/justice/smedataprotect/index_en.htm3

It is really a must comply… don’t you think?

Suggestion:

A module gives end-user visibility to the data stored about himself/herself and aims to help site admins follows the guidelines and legislation set by the EU.

Basic GDPR Compliance use cases:

Features:

Hard coded features /is it important?/:

Addition features

Make no mistake

Don't assume that if you've enabled the GDPR , you're done ... GDPR will apply to any ERPNext site that deals with users, site visitors, etc, who are from the EU (which public site does not do so?) ...

Please refer to this discussion:

https://discuss.erpnext.com/t/is-erpnext-gdpr-ready/23103

actXc commented 6 years ago

look at matomo, they understood GDPR https://matomo.org/docs/gdpr/ same at moodle https://docs.moodle.org/34/en/GDPR or even at odoo.com: https://docs.moodle.org/34/en/GDPR

GDPR will not go away and users in Europe will not start to use this software without visible GDPR-activities.

krnkris commented 6 years ago

@actXc

Thanks for the share.

BTW Oddo page is: https://www.odoo.com/gdpr

aleksas commented 6 years ago

Birthday reminders have to be off by default, since birthday is private information.

actXc commented 6 years ago

If you want to store date of birth together with the name e.g., it needs to be explained why. If you service is to send out birthday reminders, why not store it? With the users confirmation to use the data for the specific reason, there might be no problem with storing and using birthday data.

generare commented 5 years ago

Just also realised the GDPR part. We were trying to add Facebook login (FB developer feature that is integrated in ERPNext) and you can't do it without a Privacy Policy page and GDPR functions. Facebook refuses it. ERPNext guide page on this is outdated.