-
Notifications
You must be signed in to change notification settings - Fork 8
/
features.html
122 lines (120 loc) · 5.08 KB
/
features.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
layout: page
title: Features
permalink: /features/
---
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-dashboard text-primary sr-icons"></i>
<h3>Dashboards</h3>
<p class="text-muted">Dashboards gives you quick view about your members</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-file-excel-o text-primary sr-icons"></i>
<h3>Data Import</h3>
<p class="text-muted">You can import data from a comma-separated value (.csv) file</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="service-box text-center">
<i class="fa fa-4x fa-users text-primary sr-icons"></i>
<h3>Congregation Features</h3>
<p class="text-muted text-left">
<ul>
<li class="text-left">Group members into families</li>
<li class="text-left">Upload family and members photo</li>
</ul>
</p></p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-child text-primary sr-icons"></i>
<h3>Sunday School</h3>
<p class="text-muted text-left">
<ul>
<li class="text-left">Sunday School class reports with child and parent contact information</li>
<li class="text-left">Email Sunday School class, teachers, and parents with the click of a button
</li>
</ul>
</p>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-map-marker text-primary sr-icons"></i>
<h3>Maps</h3>
<p class="text-muted">Visualize members' home addresses with Google Maps integration</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-envelope-o text-primary sr-icons text-center"></i>
<h3>MailChimp</h3>
<p class="text-muted">Integration with <a href="http://mailchimp.com" target="_blank">MailChimp</a>
lists</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-file-o text-primary sr-icons"></i>
<h3>Reports</h3>
<p class="text-muted text-left">
<ul>
<li class="text-left">Email all families at once requesting info verification</li>
<li class="text-left">Generate deposit slips</li>
<li class="text-left">Generate end-of-year donation reports</li>
</ul>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-money text-primary sr-icons"></i>
<h3>Finances</h3>
<p class="text-muted">ChurchCRM has a finance function for tracking tithes, pledges and gifts.</p>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-credit-card text-primary sr-icons"></i>
<h3>Fundraiser</h3>
<p class="text-muted">Fundraiser automation is used for events where members are buying and selling
items and/or services to benefit the church</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-eye text-primary sr-icons"></i>
<h3>Volunteers</h3>
<p class="text-muted">This feature is used to keep track of talent and the willingness of volunteers for
specific tasks</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-calendar text-primary sr-icons"></i>
<h3>Calendar</h3>
<p class="text-muted">Keep track of events and member birthdays</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-diamond text-primary sr-icons"></i>
<h3>Canvass Support</h3>
<p class="text-muted">ChurchCRM includes comprehensive support to facilitate an every-member canvass
effort.</p>
</div>
</div>
</div>
</div>