This repository was archived by the owner on May 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
33 lines (33 loc) · 1.43 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<extension key="nl.schreeuwomleven.preventcontactdelete" type="module">
<file>preventcontactdelete</file>
<name>Prevent Contact Deletes</name>
<description>
In the Netherlands, the taxpayer can deduct gifts to charities from his income tax.
The tax authorities take samples and can ask a charity to report the gifts it received from a particular contact.
The length of the period they can ask this is seven years.
So the records of this contact must be kept in these years.
This module prevents deleting or trashing a contact that has a contribution less old than seven years
</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Klaas Eikelboom</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/CiviCooP/nl.schreeuwomleven.preventcontactdelete</url>
<url desc="Documentation">https://github.com/CiviCooP/nl.schreeuwomleven.preventcontactdelete</url>
<url desc="Support">http://civicoop.org</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2017-06-14</releaseDate>
<version>1.1</version>
<develStage>test</develStage>
<compatibility>
<ver>4.7</ver>
</compatibility>
<comments>This module performs a specialized task for one customer</comments>
<civix>
<namespace>CRM/Preventcontactdelete</namespace>
</civix>
</extension>