forked from Project60/org.project60.banking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
executable file
·37 lines (37 loc) · 1.7 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
37
<?xml version="1.0"?>
<extension key="org.project60.banking" type="module">
<file>banking</file>
<name>CiviBanking</name>
<description>Automatic and semi-automatic processing of bank statements and other payment files.</description>
<license>GNU AGPL v3 or later</license>
<maintainer>
<author>Björn Endres</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/project60/org.project60.banking</url>
<url desc="Documentation">https://docs.civicrm.org/banking</url>
<url desc="Support">https://github.com/project60/org.project60.banking/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-12-23</releaseDate>
<version>1.0-alpha2</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.37</ver>
<ver>5.60</ver>
</compatibility>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<comments>Implements handling of bank accounts for contacts, as well as handling of bank files (and individual bank payments extracted from the files). Bank files can be imported, transactions matched to CiviCRM entities, and the resulting data exported. Specific handlers for all of these actions are provided through plugins, some of which are shipped with the core banking extension, while some more complex ones are provided in separate extensions. More information here: https://docs.civicrm.org/banking/en/latest</comments>
<civix>
<namespace>CRM/Banking</namespace>
<format>22.05.2</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
</extension>