<!--                                                                  -->
<!--  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 - Distribution Fee Entry</xsl:template>
    <xsl:template name="helpPage">
        <p>
            The “Distribution Fee Entry” page allows for the entry of fees that will be applied against the net revenue found in distributor sales files in order to reflect additional fees charged to the label that are not reported in the detail of a sales file.
        </p>


        <p>
            Two methods are provided for applying a distribution fee:  a percentage can be applied to all formats in the file, or individual percentages can be applied to each format in the file.
        </p>

        <p>
            To apply the same distribution fee percentage to all formats, select "All Formats" under "Apply distribution fee to:"
        </p>

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

        <br class="superBreak" />

        <p>
            Once selected, a distribution fee percentage can be entered in the space provided for all formats.
        </p>

        <p>
            To apply different distribution fees to each format appearing in the file, select "By Format."  This will expand the entries available for applying a distribution fee to all formats found in the file.
        </p>

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

        <br class="superBreak" />

        <p>
            Individual distribution fees can then be applied to every recognized format in the sales file.
        </p>

        <p>
            To save changes, click "Update Distribution Fee."
        </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>

            </dl>
        </p>
    </xsl:template>

</xsl:stylesheet>
