<!--                                                                  -->
<!--  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 - Edit License Income</xsl:template>
    <xsl:template name="helpPage">

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

        <p>
            The "Edit License Income" page allows users to manually enter sales file information for master use income by creating sales transactions that connect directly to contracts, albums, and tracks.
        </p>

        <p>
            Each sales line is filled out manually by the user.  An auto-complete feature for the Album, Track, Contract, and Income Type fields shows available entries in the system once the user starts typing in the fields.
        </p>

        <p>
            The following fields appear on the "Edit License Income" page:

            <dl>
                <dt>File Name</dt>
                <dd>the name you would like associated with the file of manually entered license income transactions. This name will appear on the reconciliation report.</dd>

                <dt>Date</dt>
                <dd>the date associated with the transaction line.</dd>

                <dt>Units</dt>
                <dd>the total number of units for the transaction line.</dd>
                <dt>Amount</dt>
                <dd>the amount of revenue associated with the transaction in the base currency of the site.</dd>

                <dt>Album</dt>
                <dd>the name of the album associated with the transaction line.  Either an album or contract must be associated with each transaction line.
                    <ul>
                        <li>If only an album name is entered with no contract, all contracts with that album will get paid out.</li>
                        <li>If no album name is entered for the transaction line, only the specified contract will process the license income.</li>
                    </ul>
                </dd>

                <dt>Track</dt>
                <dd>the name of the track associated with the transaction line, if applicable.</dd>

                <dt>Contract</dt>
                <dd>the name of the contract associated with the transaction line.  Either an album or contract must be associated with each transaction line.
                    <ul>
                        <li>If only a contract is entered with no album or track, only that contract will get paid out.</li>
                        <li>If no contract is entered, all contracts with that album/track will get paid out.</li>
                    </ul>
                </dd>

                <dt>Income Type</dt>
                <dd>the type of income the transaction is categorized as, based on income types configured on the associated contract or album.
                    <ul>
                        <li>Only configured license income types for the associated album or contract are available for selection.</li>
                    </ul>
                </dd>

                <dt>Memo</dt>
                <dd>the memo to appear on the statement for the license income transaction.
                    <ul>
                        <li>Note that memos greater than 40 characters in length may be truncated for display in the PDF versions of the artist royalty statement.</li>
                    </ul>
                </dd>

            </dl>
        </p>

    </xsl:template>


</xsl:stylesheet>
