<!--                                                                  -->
<!--  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/bookpub/templates/help/help_layout.xsl" />
    <xsl:template name="helpHeader">Help - Currency Conversion</xsl:template>
    <xsl:template name="helpPage">
        <img src="/production/redesign/images/help/bookpub/{Params/a}/currency.png" class="HelpImage" />
        <p>
            Users are asked to apply a conversion rate for sales files that report revenue in a currency that is different from the base currency of their site.  The conversion rate can be set in three different ways:
            <ul>
                <li>First, the total payment received for the sales file can be entered in the base currency of the site.</li>
                <li>Second, a conversion rate for the currency in the sales file to the base currency of the site can be entered.</li>
                <li>Lastly, a conversion rate for the base currency of the site to the currency in the sales file can be entered.</li>
            </ul>
        </p>
        <p>Once an entry has been made in one of the three available conversion fields, the "Apply" button will be available.  Click "Apply" for the system to derive the value of the unpopulated fields.</p>
        <p>Once a rate has been applied to all three fields, the "Update Rate" button will be available, allowing the user to save changes.</p>
        <p>
            Other information viewable on this page includes:
            <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>Sales Period</dt>
                <dd>the date range for sales found in 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.</dd>
            </dl>
        </p>
    </xsl:template>
</xsl:stylesheet>
