<!--                                                                  -->
<!--  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 - Currency Conversion Entry</xsl:template>
    <xsl:template name="helpPage">

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

        <p>
            The “Currency Conversion Entry” page allows you to review sales files that have been reported with a foreign currency, providing you with the ability to apply currency conversion rates in bulk, to multiple files.
        </p>

        <p>
            The following fields appear on the “Currency Conversion Entry” page:
        </p>

        <p>
            <dt><strong>Conversion Rate</strong></dt>
            <dd>Select whether you wish to view all sales files that contain a foreign currency, or only sales files that do not have a conversion rate entered.</dd>
        </p>

        <p>
            <div style="padding-left: 15px">
                <ul>
                    <li>
                        <dt><strong>Not Entered</strong></dt>
                        <dd>lists only sales files where a conversion rate has not been entered</dd>
                    </li>
                    <li>
                        <dt><strong>All</strong></dt>
                        <dd>lists all sales files, regardless of whether a conversion rate has been entered</dd>
                    </li>
                </ul>
            </div>
        </p>

        <p>
            <dl>
                <dt><strong>Sales Period End Date</strong></dt>
                <dd>list of the available sales period end dates (by month) based on the Conversion Rate option selected.</dd>
            </dl>
            <p>
                <div style="padding-left: 15px">
                    <ul>
                        <li><em>Note:</em> The sales period end dates are derived from the available sales files, based on the end of the date range that is found within each sales file.</li>
                    </ul>
                </div>
            </p>
        </p>

        <p>
            <dl>
                <dt><strong>From</strong></dt>
                <dd>lists services (distributors and DSPs) relating to the period selected. Users can either select “All Services”, or an individual service from the list.</dd>

                <dt><strong>Currency</strong></dt>
                <dd>lists the foreign currencies in relation to the files selected. Users can either select “All”, or an individual currency from the list.</dd>
            </dl>
        </p>

    </xsl:template>

</xsl:stylesheet>

