<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:dyn="http://exslt.org/dynamic" extension-element-prefixes="dyn">
    <xsl:output method="html" indent="no" doctype-system="" encoding="utf-8" />

    <xsl:include href="/app/tools/rps/templates/help/help_layout.xsl" />

    <xsl:template name="helpHeader">Help - Finish Import</xsl:template>
    <xsl:template name="helpPage">

        <img class="HelpImage HelpImage-general-view" src="/production/redesign/images/help/app/{Params/a}/finish.png" />

        <p>
            The "Finish Import" page allows confirmation of key sales file information before a file is finished and included in the "Finished Files" section.
        </p>

        <p>
            The following information is viewable on this page:

            <dl>
                <dt>File Name</dt>
                <dd>the name of the file, including the file format extension.</dd>

                <dt>Service</dt>
                <dd>the distributor or DSP providing the sales file.</dd>

                <dt>Received</dt>
                <dd>the date the file was processed and first appeared in the "Open Files" section.</dd>

                <dt>Units</dt>
                <dd>the total number of units being processed in the sales file.</dd>

                <dt>Revenue</dt>
                <dd>the amount of revenue being processed from the file in the local currency of the sales file.  If the revenue was converted to the base currency of the site using the currency conversion tools, the amount of revenue being processed in the base currency of the RoyaltyShare website will appear in parentheses.</dd>

                <dt>Errors</dt>
                <dd>the number of sales exceptions left in the sales file.  These are records that have not been matched to catalog data.  If the number of errors is greater than 0 (zero), the file will be split on import, with the matched records moving to the "Finished Files" section and the records containing exceptions remaining in the "Open Files" section.</dd>
            </dl>
        </p>

    </xsl:template>

</xsl:stylesheet>
