-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.xml
28 lines (28 loc) · 1.29 KB
/
manifest.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
<?xml version='1.0'?>
<module>
<name>LSWYSIWYG</name>
<label>WYSIWYG export of filters to spreadsheets</label>
<type>extension</type>
<version>1.2</version>
<dependencies>
<vtiger_version>6.1.0</vtiger_version>
<vtiger_max_version>6.*</vtiger_max_version>
</dependencies>
<license>
<inline>
<![CDATA[
**************************************************************************************
* Module : WYSIWYG
* Version : 1.2
* Date Published : 30/04/2015
* Author : Libertus Solutions: http://libertus.co.uk
* License : vtiger CRM Public License Version 1.1
* :
* Notes : Uses the built in PHPExcel library to produce a spreadsheet
* : from the curent view, in the settings area you can choose which modules
* : can be exported.
***************************************************************************************
]]>
</inline>
</license>
</module>