Initial Commit of AgileBill Open Source
This commit is contained in:
6
modules/voip_fax_data/voip_fax_data.inc.php
Normal file
6
modules/voip_fax_data/voip_fax_data.inc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
class voip_fax_data
|
||||
{
|
||||
}
|
||||
?>
|
29
modules/voip_fax_data/voip_fax_data_construct.xml
Normal file
29
modules/voip_fax_data/voip_fax_data_construct.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<construct>
|
||||
<module>voip_fax_data</module>
|
||||
<table>voip_fax_data</table>
|
||||
<dependancy>voip</dependancy>
|
||||
<cache>0</cache>
|
||||
<order_by>id</order_by>
|
||||
<limit>35</limit>
|
||||
<index>
|
||||
<faxid>fax_id</faxid>
|
||||
</index>
|
||||
<field>
|
||||
<id>
|
||||
<type>I4</type>
|
||||
<unique>1</unique>
|
||||
</id>
|
||||
<site_id>
|
||||
<type>I4</type>
|
||||
</site_id>
|
||||
<fax_id>
|
||||
<type>I8</type>
|
||||
</fax_id>
|
||||
<faxdata>
|
||||
<type>B</type>
|
||||
</faxdata>
|
||||
</field>0<method>
|
||||
</method>
|
||||
<trigger>0</trigger>
|
||||
</construct>
|
15
modules/voip_fax_data/voip_fax_data_install.xml
Normal file
15
modules/voip_fax_data/voip_fax_data_install.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<install>
|
||||
<module_properties>
|
||||
<name>voip_fax_data</name>
|
||||
<parent>voip</parent>
|
||||
<notes>This module stores the binary fax data in PDF format</notes>
|
||||
<menu_display></menu_display>
|
||||
<dependancy>voip</dependancy>
|
||||
<sub_modules></sub_modules>
|
||||
</module_properties>
|
||||
<sql_inserts>
|
||||
<module_method>
|
||||
</module_method>
|
||||
</sql_inserts>
|
||||
</install>
|
Reference in New Issue
Block a user