This repository was archived by the owner on Feb 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
36 lines (32 loc) · 1.64 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
34
35
36
<?xml version="1.0"?>
<extension key="com.compucorptask.organisationactivities" type="module">
<file>organisationactivities</file>
<name>Organization Activities</name>
<description><![CDATA[This extension should create a new CiviCRM contact “tab” which should only be shown for Organisation contacts.
This tab should display activity records for contacts which have a relationship record with the organisation contact and where the related contact is an individual contact only.
For additional flexibility add a settings page (that is only accessible by the administrator) that allows the administrator to:
- specify which relationship types should be included by the new tab
- which activity types should be included by the new tab
i.e. If I set to only include those with employer of/ employee of relationship type, then only activities from contacts who are related to the Organisation by way of this relationship type should be included]]></description>
<license>AGPL-3.0</license>
<maintainer>
<author>Bernardo Araujo</author>
<email>bernardo.k.araujo@gmail.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">http://FIXME</url>
<url desc="Documentation">http://FIXME</url>
<url desc="Support">http://FIXME</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2016-09-03</releaseDate>
<version>1.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.2</ver>
</compatibility>
<comments>This is a new, undeveloped module</comments>
<civix>
<namespace>CRM/Organisationactivities</namespace>
</civix>
</extension>