Merge pull request #15778 from agh1/reminder-do-not-email-test
[civicrm-core.git] / templates / CRM / Admin / Page / ConfigTaskList.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 4 | |
1188c7a8
TO
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
6a488035
TO
8 +--------------------------------------------------------------------+
9*}
10{capture assign="linkTitle"}{ts}Edit settings{/ts}{/capture}
11{capture assign="adminMenu"}{crmURL p="civicrm/admin" q="reset=1"}{/capture}
6a488035 12
b0c14036 13<div class="help">
6a488035
TO
14 {ts 1=$adminMenu}Use this checklist to review and complete configuration tasks for your site. You will be redirected back to this checklist after saving each setting. Settings which you have not yet reviewed will be <span class="status-overdue">displayed in red</span>. After you have visited a page, the links will <span class="status-pending">display in green</span> (although you may still need to revisit the page to complete or update the settings). You can access this page again from the <a href="%1">Administer CiviCRM</a> menu at any time.{/ts}
15</div>
16
17<table class="selector">
18 <tr class="columnheader">
58314816 19 <td colspan="2">{ts}Site Configuration and Registration{/ts}</td>
6a488035
TO
20 </tr>
21 <tr class="even">
f03ef825 22 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/localization" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Localization{/ts}</a></td>
6a488035
TO
23 <td>{ts}Localization settings include user language, default currency and available countries for address input.{/ts}</td>
24 </tr>
25 <tr class="even">
f03ef825 26 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/domain" q="action=update&reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Organization Address and Contact Info{/ts}</a></td>
52ff1851 27 <td>{ts}Organization name, email address for system-generated emails, organization address{/ts}</td>
6a488035 28 </tr>
8ad87b17 29 <tr class="even">
f03ef825 30 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/component" q="action=update&reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Enable components{/ts}</a></td>
52ff1851 31 <td>{ts}Enable the required CiviCRM components.(CiviContribute, CiviEvent etc.){/ts}</td>
8ad87b17 32 </tr>
58314816 33 <tr class="even">
96e82f8f 34 <td class="tasklist nowrap"><a href="{$registerSite}" title="{ts}Register your site at CiviCRM.org. Opens in a new window.{/ts}" target="_blank">{ts}Register your site{/ts}</a></td>
58314816
DG
35 <td>{ts}Register your site, join the community, and help CiviCRM remain a leading CRM for organizations worldwide.{/ts}</td>
36 </tr>
6a488035
TO
37
38 <tr class="columnheader">
39 <td colspan="2">{ts}Viewing and Editing Contacts{/ts}</td>
40 </tr>
41 <tr class="even">
f03ef825 42 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/preferences/display" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Display Preferences{/ts}</a></td>
6a488035
TO
43 <td>{ts}Configure screen and form elements for Viewing Contacts, Editing Contacts, Advanced Search, Contact Dashboard and WYSIWYG Editor.{/ts}</td>
44 </tr>
45 <tr class="even">
f03ef825 46 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/preferences/address" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Address Settings{/ts}</a></td>
6a488035
TO
47 <td>{ts}Format addresses in mailing labels, input forms and screen display.{/ts}</td>
48 </tr>
49 <tr class="even">
f03ef825 50 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/mapping" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Mapping and Geocoding{/ts}</a></td>
e117b4ec 51 <td>{ts}Configure a mapping provider (e.g. OpenStreetMap or Google) to display maps for contact addresses and event locations.{/ts}</td>
6a488035
TO
52 </tr>
53 <tr class="even">
f03ef825 54 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/search" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Search Settings{/ts}</a></td>
52ff1851 55 <td>{ts}Adjust search behaviors including wildcards, and data to include in quick search results. Adjusting search settings can improve performance for larger datasets.{/ts}</td>
6a488035
TO
56 </tr>
57 <tr class="even">
f03ef825 58 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/misc" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.){/ts}</a></td>
52ff1851 59 <td>{ts}Version reporting and alerts, reCAPTCHA configuration and attachments.{/ts}</td>
6a488035
TO
60 </tr>
61 <tr class="even">
f03ef825 62 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/options/subtype" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Contact Types{/ts}</a></td>
52ff1851 63 <td>{ts}You can modify the names of the built-in contact types (Individual, Household, Organizations), and you can create or modify "contact subtypes" for more specific uses (e.g. Student, Parent, Team, etc.).{/ts}</td>
6a488035
TO
64 </tr>
65
66 <tr class="columnheader">
67 <td colspan="2">{ts}Sending Emails (includes contribution receipts and event confirmations){/ts}</td>
68 </tr>
6a488035 69 <tr class="even">
f03ef825 70 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/options/from_email_address" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}From Email Addresses{/ts}</a></td>
52ff1851 71 <td>{ts}Define general email address(es) that can be used as the FROM address when sending email to contacts from within CiviCRM (e.g. info@example.org){/ts}</td>
6a488035 72 </tr>
c7a6f135
FK
73 <tr class="even">
74 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/smtp" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Outbound Email{/ts}</a></td>
75 <td>{ts}Settings for outbound email - either SMTP server, port and authentication or Sendmail path and argument.{/ts}</td>
76 </tr>
6a488035
TO
77
78 <tr class="columnheader">
79 <td colspan="2">{ts}Online Contributions / Online Membership Signup / Online Event Registration{/ts}</td>
80 </tr>
81 <tr class="even">
f03ef825 82 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/paymentProcessor" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Payment Processors{/ts}</a></td>
6a488035 83 <td>{ts}Select and configure one or more payment processing services for online contributions, events and / or membership fees.{/ts}</td>
edc51caa 84 </tr>
6a488035
TO
85 {if $config->userSystem->is_drupal EQ '1'}
86 <tr class="even">
87 {if $config->userFramework EQ 'Drupal'}
88 <td class="tasklist"><a href="{$config->userFrameworkBaseURL}?q=admin/people/permissions&civicrmDestination=civicrm/admin/configtask">{ts}Permissions for Anonymous Users{/ts}</a></td>
89 {else}
90 <td class="tasklist"><a href="{$config->userFrameworkBaseURL}?q=admin/user/permissions&civicrmDestination=civicrm/admin/configtask">{ts}Permissions for Anonymous Users{/ts}</a></td>
91 {/if}
2f0a08e9 92 <td>{ts}You will also need to change Drupal permissions so anonymous users can make contributions, register for events and / or use profiles to enter contact information.{/ts} {docURL page="user/en/latest/initial-set-up/permissions-and-access-control" text="(learn more...)"}</td>
6a488035
TO
93 </tr>
94 {/if}
2f0a08e9
EL
95 {if $enabledComponents.CiviContribute eq 1}
96 <tr class="even">
97 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/preferences/contribute" q="selectedChild=workflow&reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}CiviContribute Component Settings{/ts}</a></td>
98 <td>{ts}Review and modify the CiviContribute Component settings such as Taxes and Invoicing, Deferred Revenue, and Access Control by Financial Type{/ts}</td>
99 </tr>
100 {/if}
6a488035
TO
101</table>
102<br />
103
104<div class="description">
105 {capture assign=docLink}{docURL page="user/organising-your-data/overview" text="Organizing Your Data"}{/capture}
106 {ts 1=$adminMenu 2=$docLink}The next set of tasks involve planning and have multiple steps. You may want to check out the %2 section in the User and Administrator Guide before you begin. You will not be returned to this page after completing these tasks, but you can always get back here from the <a href="%1">Administer CiviCRM</a> menu.{/ts}
edc51caa 107</div>
6a488035
TO
108
109<table class="selector">
110 <tr class="columnheader">
111 <td colspan="2">{ts}Organize your contacts{/ts}</td>
112 </tr>
113 <tr class="even">
f03ef825 114 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/tag" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Tags (Categories){/ts}</a></td>
6a488035
TO
115 <td>{ts}Tags can be assigned to any contact record, and are a convenient way to find contacts. You can create as many tags as needed to organize and segment your records.{/ts}</td>
116 </tr>
117 <tr class="even">
f03ef825 118 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/group" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Manage Groups{/ts}</a></td>
52ff1851 119 <td>{ts}Use Groups to organize contacts (e.g. these contacts are part of our 'Steering Committee').{/ts}</td>
6a488035
TO
120 </tr>
121
122 <tr class="columnheader">
123 <td colspan="2">{ts}Customize Data, Forms and Screens{/ts}</td>
124 </tr>
125 <tr class="even">
f03ef825 126 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/custom/group" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Custom Fields{/ts}</a></td>
6a488035
TO
127 <td>{ts}Configure custom fields to collect and store custom data which is not included in the standard CiviCRM forms.{/ts}</td>
128 </tr>
129 <tr class="even">
f03ef825 130 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/uf/group" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle|escape}">{ts}Profiles{/ts}</a></td>
52ff1851 131 <td>{ts}Profiles allow you to aggregate groups of fields and include them in your site as input forms, contact display pages, and search and listings features.{/ts}</td>
6a488035
TO
132 </tr>
133</table>
134<br />
135
136<div class="description">
137 {ts}Now you can move on to exploring, configuring and using the various optional components for fundraising and constituent engagement. The links below will take you to the online documentation for each component.{/ts}
138</div>
139<table class="selector">
140 <tr class="columnheader">
141 <td colspan="2">{ts}Components{/ts}</td>
142 </tr>
143 <tr class="even">
144 <td class="tasklist nowrap" style="width: 10%;">{docURL page="user/contributions/what-is-civicontribute" text="CiviContribute"}</td>
edc51caa 145 <td>{ts}Online fundraising and donor management, as well as offline contribution processing and tracking.{/ts}</td>
6a488035
TO
146 </tr>
147 <tr class="even">
148 <td class="tasklist nowrap" style="width: 10%;">{docURL page="user/pledges/what-is-civipledge" text="CiviPledge"}</td>
edc51caa 149 <td>{ts}Accept and track pledges (for recurring gifts).{/ts}</td>
6a488035
TO
150 </tr>
151 <tr class="even">
152 <td class="tasklist nowrap">{docURL page="user/events/what-is-civievent" text="CiviEvent"}</td>
153 <td>{ts}Online event registration and participant tracking.{/ts}</td>
154 </tr>
155 <tr class="even">
c15f87c1 156 <td class="tasklist nowrap">{docURL page="user/membership/what-is-civimember" text="CiviMember"}</td>
6a488035
TO
157 <td>{ts}Online signup and membership management.{/ts}</td>
158 </tr>
159 <tr class="even">
160 <td class="tasklist nowrap">{docURL page="user/email/what-is-civimail" text="CiviMail"}</td>
161 <td>{ts}Personalized email blasts and newsletters.{/ts}</td>
162 </tr>
163 <tr class="even">
164 <td class="tasklist nowrap">{docURL page="user/campaign/what-is-civicampaign" text="CiviCampaign"}</td>
165 <td>{ts}Link together events, mailings, activities, and contributions. Create surveys and online petitions.{/ts}</td>
166 </tr>
167 <tr class="even">
168 <td class="tasklist nowrap">{docURL page="user/case-management/what-is-civicase" text="CiviCase"}</td>
169 <td>{ts}Integrated case management for human service providers{/ts}</td>
170 </tr>
171 <tr class="even">
172 <td class="tasklist nowrap">{docURL page="user/grants/what-is-civigrant" text="CiviGrant"}</td>
173 <td>{ts}Distribute funds to others, for example foundations, grant givers, etc.{/ts}</td>
174 </tr>
175</table>