<!--                                                                  -->
<!--  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"><h1>Help - Contracts Tab</h1></xsl:template>
    <xsl:template name="helpPage">
        <p>The <strong>Contracts</strong> tab within the View Album page lists all album and track-level contracts associated with the album, shows status information for each contract, and allows users to attach contracts to the album or to specific tracks on the album. The number of contracts attached to the album being viewed is noted in brackets within the title of the Contracts tab.</p>
        <img src="/production/redesign/images/help/rps/catalog/{Params/oc}.png" class="HelpImage" />
        <p>This tab is divided into two main sections, <strong>Album Contracts</strong> and <strong>Track Contracts</strong>.  Each section shows the contract title and other identifying information, including the Artist, Contract ID, Payee, Issue Date, and whether or not the contract has a configured Controlled Composition clause.</p>
        <p>The Track Contracts section also shows the track number and name for each associated contract.</p>
        <p>Actions that can be taken on this page include:</p>
        <ol>
            <li>
                <strong>View Contract</strong>
                <p>To view any contract attached to the album, click on the Contract Title.  From there, you will be taken to the View Artist/Producer Contract page for the contract.  Note that the contract can be edited from this view mode as well.</p>
                <img src="/production/redesign/images/help/rps/catalog/{Params/oc}-view.png" class="HelpImage" />
            </li>
            <li>
                <strong>Attach Contract</strong>
                <p>Contracts can be attached at the album and track level by clicking on the “Attach Contract” button, located at the bottom of each respective contract section.
                Note that for track contracts, a track must be selected before a contract can be attached.</p>
                <img src="/production/redesign/images/help/rps/catalog/{Params/oc}-select_track.png"  class="HelpImage" />
                <p>Once "Attach Contract" has been selected, the Artist/Producer Contract Search window will appear.  You can search for a specific contract, or browse all contracts currently in your RoyaltyShare site by leaving the search field blank and clicking the search icon.</p>
                <img src="/production/redesign/images/help/rps/catalog/{Params/oc}-attach.png" class="HelpImage" />
                <p>Note that contracts that have already been attached to the album you are currently working on will appear grayed out.</p>
                <img src="/production/redesign/images/help/rps/catalog/{Params/oc}-attach_disabled.png" class="HelpImage" />
                <p>Once you find the appropriate contract, select the radial next to it, then click Use this Contract” to make it an active contract for the album or track.</p>
            </li>
            <li>
                <strong>Remove Contract</strong>
                <p>If royalties have not yet been processed and no historical reserves are being held against a contract, the contract can be removed from the album or track.  If royalties are only processed against the contract in a run that has not been committed, the pending royalty run must be deleted in order to remove the contract.</p>
                <img src="/production/redesign/images/help/rps/catalog/{Params/oc}-remove.png" class="HelpImage" />
                <p>To remove a contract, click on the “Remove” link under the Actions column.  A pop-up dialogue box will ask for confirmation before removing the contract.</p>
            </li>
            <li>
                <strong>Inactivate Contract</strong>
                <p>Contracts cannot be removed if royalties have been processed against them, but they can be inactivated, which will prevent any future sales from hitting the contract.</p>
                <img src="/production/redesign/images/help/rps/catalog/{Params/oc}-inactivate.png" class="HelpImage" />
                <p>To inactivate a contract, click on the “Inactivate” link under the Actions column.  A pop-up dialogue box will ask for confirmation before inactivating the contract.</p>
            </li>
            <li>
                <strong>Reactivate Contract</strong>
                <p>Inactive contracts can be reactivated at any time, which will allow sales to once again be processed against the contract.</p>
                <img src="/production/redesign/images/help/rps/catalog/{Params/oc}-reactivate.png" class="HelpImage" />
                <p>To reactivate a contract, click on the “Reactivate” link under the Actions column.  A pop-up dialogue box will ask for confirmation before reactivating the contract.</p>
                <p>Note that once reactivated, any pending sales or reserves held against the contract will be paid out in the next royalty run.</p>
            </li>
        </ol>
    </xsl:template>

</xsl:stylesheet>
