commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / templates / CRM / Contribute / Import / Form / Summary.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.6 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2015 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 {* Contribution Import Wizard - Step 4 (summary of import results AFTER actual data loading) *}
27 {* @var $form Contains the array for the form elements and other form associated information assigned to the template by the controller *}
28 <div class="crm-block crm-form-block crm-contribution-import-summary-form-block" id="upload-file">
29 {* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *}
30 {include file="CRM/common/WizardHeader.tpl"}
31
32 <div id="help">
33 <p>
34 <strong>{ts}Import has completed successfully.{/ts}</strong> {ts}The information below summarizes the results.{/ts}
35 </p>
36
37 {if $unMatchCount }
38 <p class="error">
39 {ts count=$unMatchCount plural='CiviCRM has detected mismatched contribution IDs. These records have not been Updated.'}CiviCRM has detected mismatched contribution ID. This record has not been updated.{/ts}
40 </p>
41 <p class="error">
42 {ts 1=$downloadMismatchRecordsUrl}You can <a href='%1'>Download Mismatched Contributions</a>. You may then correct them, and import the new file with the corrected data.{/ts}
43 </p>
44 {/if}
45
46 {if $invalidRowCount }
47 <p class="error">
48 {ts count=$invalidRowCount plural='CiviCRM has detected invalid data and/or formatting errors in %count records. These records have not been imported.'}CiviCRM has detected invalid data and/or formatting errors in one record. This record has not been imported.{/ts}
49 </p>
50 <p class="error">
51 {ts 1=$downloadErrorRecordsUrl}You can <a href="%1">Download Errors</a>. You may then correct them, and import the new file with the corrected data.{/ts}
52 </p>
53 {/if}
54
55 {if $conflictRowCount}
56 <p class="error">
57 {ts count=$conflictRowCount plural='CiviCRM has detected %count records with conflicting transaction IDs within this data file or relative to existing contribution records. These records have not been imported.'}CiviCRM has detected one record with conflicting transaction ID within this data file or relative to existing contribution records. This record has not been imported.{/ts}
58 </p>
59 <p class="error">
60 {ts 1=$downloadConflictRecordsUrl}You can <a href="%1">Download Conflicts</a>. You may then review these records to determine if they are actually conflicts, and correct the transaction IDs for those that are not.{/ts}
61 </p>
62 {/if}
63
64 {if $duplicateRowCount}
65 <p {if $dupeError}class="error"{/if}>
66 {ts count=$duplicateRowCount plural='CiviCRM has detected %count records which are duplicates of existing CiviCRM contribution records.'}CiviCRM has detected one record which is a duplicate of existing CiviCRM contribution record.{/ts} {$dupeActionString}
67 </p>
68 <p {if $dupeError}class="error"{/if}>
69 {ts 1=$downloadDuplicateRecordsUrl}You can <a href="%1">Download Duplicates</a>. You may then review these records to determine if they are actually duplicates, and correct the transaction IDs for those that are not.{/ts}
70 </p>
71 {/if}
72 </div>
73 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
74 {* Summary of Import Results (record counts) *}
75 <table id="summary-counts" class="report">
76 <tr><td class="label">{ts}Total Rows{/ts}</td>
77 <td class="data">{$totalRowCount}</td>
78 <td class="explanation">{ts}Total rows (contribution records) in uploaded file.{/ts}</td>
79 </tr>
80
81 {if $invalidRowCount }
82 <tr class="error"><td class="label">{ts}Invalid Rows (skipped){/ts}</td>
83 <td class="data">{$invalidRowCount}</td>
84 <td class="explanation">{ts}Rows with invalid data in one or more fields. These rows have been skipped (not imported).{/ts}
85 {if $invalidRowCount}
86 <p><a href="{$downloadErrorRecordsUrl}">{ts}Download Errors{/ts}</a></p>
87 {/if}
88 </td>
89 </tr>
90 {/if}
91
92 {if $validSoftCreditRowCount }
93 <tr><td class="label">{ts}Soft Credits{/ts}</td>
94 <td class="data">{$validSoftCreditRowCount}</td>
95 <td class="explanation">{ts}Rows where a soft credit was successfully assigned to a contact.{/ts}</td>
96 </tr>
97 {/if}
98
99 {if $invalidSoftCreditRowCount }
100 <tr class="error"><td class="label">{ts}Unmatched Soft Credit Rows (skipped){/ts}</td>
101 <td class="data">{$invalidSoftCreditRowCount}</td>
102 <td class="explanation">{ts}Rows with a requested soft credit assignment where no matching contact was found (based on the supplied soft credit contact data). These contribution rows have been skipped (not imported).{/ts}
103 {if $invalidSoftCreditRowCount}
104 <p><a href="{$downloadSoftCreditErrorRecordsUrl}">{ts}Download Errors{/ts}</a></p>
105 {/if}
106 </td>
107 </tr>
108 {/if}
109
110 {if $validPledgePaymentRowCount }
111 <tr><td class="label">{ts}Pledge Payments Applied{/ts}</td>
112 <td class="data">{$validPledgePaymentRowCount}</td>
113 <td class="explanation">{ts}Rows with a pledge payment successfully applied.{/ts}</td>
114 </tr>
115 {/if}
116
117 {if $invalidPledgePaymentRowCount }
118 <tr class="error"><td class="label">{ts}Invalid Pledge Payment Rows (skipped){/ts}</td>
119 <td class="data">{$invalidPledgePaymentRowCount}</td>
120 <td class="explanation">{ts}Rows marked as pledge payments where the contributor and / or contribution amount could not be matched to a pending pledge payment. These contribution rows have been skipped (not imported).{/ts}
121 {if $invalidPledgePaymentRowCount}
122 <p><a href="{$downloadPledgePaymentErrorRecordsUrl}">{ts}Download Errors{/ts}</a></p>
123 {/if}
124 </td>
125 </tr>
126 {/if}
127 {if $unMatchCount }
128 <tr class="error"><td class="label">{ts}Mismatched Rows (skipped){/ts}</td>
129 <td class="data">{$unMatchCount}</td>
130 <td class="explanation">{ts}Rows with mismatched contribution IDs... (NOT updated).{/ts}
131 {if $unMatchCount}
132 <p><a href="{$downloadMismatchRecordsUrl}">{ts}Download Mismatched Contributions{/ts}</a></p>
133 {/if}
134 </td>
135 </tr>
136 {/if}
137
138 {if $conflictRowCount}
139 <tr class="error"><td class="label">{ts}Conflicting Rows (skipped){/ts}</td>
140 <td class="data">{$conflictRowCount}</td>
141 <td class="explanation">{ts}Rows with conflicting transaction IDs (NOT imported).{/ts}
142 {if $conflictRowCount}
143 <p><a href="{$downloadConflictRecordsUrl}">{ts}Download Conflicts{/ts}</a></p>
144 {/if}
145 </td>
146 </tr>
147 {/if}
148
149 {if $duplicateRowCount}
150 <tr class="error"><td class="label">{ts}Duplicate Rows{/ts}</td>
151 <td class="data">{$duplicateRowCount}</td>
152 <td class="explanation">{ts}Rows which are duplicates of existing CiviCRM contribution records.{/ts} {$dupeActionString}
153 {if $duplicateRowCount}
154 <p><a href="{$downloadDuplicateRecordsUrl}">{ts}Download Duplicates{/ts}</a></p>
155 {/if}
156 </td>
157 </tr>
158 {/if}
159
160 <tr><td class="label">{ts}Records Imported{/ts}</td>
161 <td class="data">{$validRowCount}</td>
162 <td class="explanation">{ts}Total number of rows imported successfully.{/ts}</td>
163 </tr>
164
165 </table>
166 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
167 </div>