~ihris+kenya/ihris-kenya/ihris-kenya

« back to all changes in this revision

Viewing changes to modules/kenya-leave-reports/LeaveCustomReports.xml

  • Committer: Luke Duncan
  • Date: 2015-10-01 03:56:59 UTC
  • Revision ID: lduncan@intrahealth.org-20151001035659-btyfe6ps41cpbmal
Changed leave report and put it under the kenya-leave module.  Finished up the view leave page, pending leave page and added in email hooks and email script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE I2CEConfiguration SYSTEM "I2CE_Configuration.dtd">
3
 
<I2CEConfiguration name="mohkenya-leave-CustomReports">
4
 
  <metadata>
5
 
    <displayName>MOH Kenya Leave Custom Reports</displayName>
6
 
    <category>Application Option</category>
7
 
    <description>The Manage Reporting System</description>
8
 
    <creator>Intrahealth Informatics</creator>
9
 
    <email>hris@capacityproject.org</email>
10
 
    <link>https://launchpad.net/ihris-manage</link>
11
 
    <version>4.1.0</version>
12
 
    <path name="configs">
13
 
      <value>./configs</value>
14
 
    </path>
15
 
    <requirement name="CustomReports">
16
 
      <atLeast version="4.1" />
17
 
      <lessThan version="4.2" />
18
 
    </requirement>
19
 
    <enable name="CustomReports_PieChart" />
20
 
    <enable name="CustomReports_Export" />
21
 
    <enable name="CustomReports_PDF" />
22
 
    <enable name="CustomReports-full-pending_leave_requests_hrm" />
23
 
    <enable name="CustomReports-full-pending_leave_requests" />
24
 
    <path name="pdf_images">
25
 
      <value>./pdf_images</value>
26
 
    </path>
27
 
    <path name="modules">
28
 
      <value>./Reports</value>
29
 
    </path>
30
 
  </metadata>
31
 
  <configurationGroup name="mohkenya-leave-CustomReports" path="/modules/CustomReports">
32
 
    <configurationGroup name="pdf_options" path="displays/PDF/display_options">
33
 
      <displayName>PDF Options</displayName>
34
 
      <configurationGroup name="header">
35
 
        <displayName>Header Options</displayName>
36
 
        <configuration name="title_prefix" locale="en_US">
37
 
          <displayName>Header Title</displayName>
38
 
          <value>iHRIS Manage</value>
39
 
        </configuration>
40
 
        <configuration name="text_prefix" locale="en_US">
41
 
          <displayName>Header Text</displayName>
42
 
          <value>iHRIS Manage Site</value>
43
 
        </configuration>
44
 
        <configurationGroup name="logo">
45
 
          <displayName>Logo</displayName>
46
 
          <configuration name="file">
47
 
            <displayName>file</displayName>
48
 
            <value>iHRISManage_logo_whiteBG.png</value>
49
 
          </configuration>
50
 
          <configuration name="width">
51
 
            <displayName>width</displayName>
52
 
            <version>4.1.10</version>
53
 
            <value>0.6</value>
54
 
          </configuration>
55
 
        </configurationGroup>
56
 
      </configurationGroup>
57
 
    </configurationGroup>
58
 
  </configurationGroup>
59
 
</I2CEConfiguration>