{* +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* Contribution Import Wizard - Step 4 (summary of import results AFTER actual data loading) *} {* @var $form Contains the array for the form elements and other form associated information assigned to the template by the controller *}
{* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *} {include file="CRM/common/WizardHeader.tpl"}

{ts}Import has completed successfully.{/ts} {ts}The information below summarizes the results.{/ts}

{if $unMatchCount }

{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}

{ts 1=$downloadMismatchRecordsUrl}You can Download Mismatched Contributions. You may then correct them, and import the new file with the corrected data.{/ts}

{/if} {if $invalidRowCount }

{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}

{ts 1=$downloadErrorRecordsUrl}You can Download Errors. You may then correct them, and import the new file with the corrected data.{/ts}

{/if} {if $conflictRowCount}

{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}

{ts 1=$downloadConflictRecordsUrl}You can Download Conflicts. You may then review these records to determine if they are actually conflicts, and correct the transaction IDs for those that are not.{/ts}

{/if} {if $duplicateRowCount}

{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}

{ts 1=$downloadDuplicateRecordsUrl}You can Download Duplicates. You may then review these records to determine if they are actually duplicates, and correct the transaction IDs for those that are not.{/ts}

{/if}
{include file="CRM/common/formButtons.tpl" location="top"}
{* Summary of Import Results (record counts) *} {if $invalidRowCount } {/if} {if $validSoftCreditRowCount } {/if} {if $invalidSoftCreditRowCount } {/if} {if $validPledgePaymentRowCount } {/if} {if $invalidPledgePaymentRowCount } {/if} {if $unMatchCount } {/if} {if $conflictRowCount} {/if} {if $duplicateRowCount} {/if}
{ts}Total Rows{/ts} {$totalRowCount} {ts}Total rows (contribution records) in uploaded file.{/ts}
{ts}Invalid Rows (skipped){/ts} {$invalidRowCount} {ts}Rows with invalid data in one or more fields. These rows have been skipped (not imported).{/ts} {if $invalidRowCount}

{ts}Download Errors{/ts}

{/if}
{ts}Soft Credits{/ts} {$validSoftCreditRowCount} {ts}Rows where a soft credit was successfully assigned to a contact.{/ts}
{ts}Unmatched Soft Credit Rows (skipped){/ts} {$invalidSoftCreditRowCount} {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} {if $invalidSoftCreditRowCount}

{ts}Download Errors{/ts}

{/if}
{ts}Pledge Payments Applied{/ts} {$validPledgePaymentRowCount} {ts}Rows with a pledge payment successfully applied.{/ts}
{ts}Invalid Pledge Payment Rows (skipped){/ts} {$invalidPledgePaymentRowCount} {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} {if $invalidPledgePaymentRowCount}

{ts}Download Errors{/ts}

{/if}
{ts}Mismatched Rows (skipped){/ts} {$unMatchCount} {ts}Rows with mismatched contribution IDs... (NOT updated).{/ts} {if $unMatchCount}

{ts}Download Mismatched Contributions{/ts}

{/if}
{ts}Conflicting Rows (skipped){/ts} {$conflictRowCount} {ts}Rows with conflicting transaction IDs (NOT imported).{/ts} {if $conflictRowCount}

{ts}Download Conflicts{/ts}

{/if}
{ts}Duplicate Rows{/ts} {$duplicateRowCount} {ts}Rows which are duplicates of existing CiviCRM contribution records.{/ts} {$dupeActionString} {if $duplicateRowCount}

{ts}Download Duplicates{/ts}

{/if}
{ts}Records Imported{/ts} {$validRowCount} {ts}Total number of rows imported successfully.{/ts}
{include file="CRM/common/formButtons.tpl" location="bottom"}