<!--                                                                  -->
<!--  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 - Input Revenue</xsl:template>
    <xsl:template name="helpPage">

        <img src="/production/redesign/images/help/bookpub/{Params/a}/revenue.gif" />

        <br class="superBreak" />

        <p>
            On the “Input Revenue” page a revenue total in base currency can be entered in the “Revenue in [base currency]” field for sales files that do not contain any revenue information in the detail of the sales file.  The revenue amount entered will be allocated evenly across all payable sales in the file (i.e., those not categorized by the service as “free”), based on the units associated with each record.
        </p>

        <p>
            The following information is viewable on this page, presented so the user knows the file that is being worked on:

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

            </dl>
        </p>

    </xsl:template>


</xsl:stylesheet>
