<!--                                                                  -->
<!--  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="http://www.w3.org/TR/html4/strict.dtd" doctype-public="-//W3C//DTD HTML 4.01//EN" encoding="utf-8" />

    <xsl:include href="/app/tools/rps/templates/help/help_layout.xsl" />

    
    <xsl:template name="helpPage">
        <style>
            body.help li img {
                margin-left: -20px;
            }
        </style>
    
        <div class="sectionHeader">
            <h1>Help - Contracts Tab</h1>
    	</div>
        <div class="sectionBody">    
            <div class="section">
                <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.   
                    <br /><br />
                    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/images/help/rps/catalog/{Params/oc}.gif" />
                <br class="superBreak" />
                <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.        
                    <br /><br />
                    The Track Contracts section also shows the track number and name for each associated contract.
                    <br /><br />
                    Actions that can be taken on this page include:
                    <br /><br />   
                </p>
                <ol>
                    <li>
                        <strong>View Contract</strong>
                        <br /><br />
                        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.
                        <br />

                        <img src="/production/images/help/rps/catalog/{Params/oc}-view.gif" />  
                        <br class="superBreak" />                   
                    </li>
                    <li>
                        <strong>Attach Contract</strong>
                        <br /><br />
                        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.
                        <br />
                        <img src="/production/images/help/rps/catalog/{Params/oc}-attach.gif" />    
                        <br class="superBreak" />
                        Note that for track contracts, a track must be selected before a contract can be attached.
                        <br />      
                        <img src="/production/images/help/rps/catalog/{Params/oc}-select_track.gif" />    
                        <br class="superBreak" />
                        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.
                        <br /><br />       
                        <ul>
                            <li>
                                Note that contracts that have already been attached to the album you are currently working on will appear grayed out.
                                <br />
                                <img src="/production/images/help/rps/catalog/{Params/oc}-attach_disabled.gif" />
                                <br class="superBreak" />
                                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.
                            </li>
                        </ul>
                        <br />
                    </li>  
                    <li>
                        <strong>Remove Contract</strong>
                        <img src="/production/images/help/rps/catalog/{Params/oc}-remove.gif" />
                        <br class="superBreak" />
                        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.
                        <br /><br />
                        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.          
                        <br /><br />          
                    </li>                      
                    <li>
                        <strong>Inactivate Contract</strong>
                        <img src="/production/images/help/rps/catalog/{Params/oc}-inactivate.gif" />
                        <br class="superBreak" />
                        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.
                        <br /><br />
                        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. 
                        <br /><br />                   
                    </li>    
                    <li>
                        <strong>Reactivate Contract</strong>
                        <img src="/production/images/help/rps/catalog/{Params/oc}-reactivate.gif" />
                        <br class="superBreak" />
                        Inactive contracts can be reactivated at any time, which will allow sales to once again be processed against the contract.
                        <br /><br />
                        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.
                        <br /><br />           
                        Note that once reactivated, any pending sales or reserves held against the contract will be paid out in the next royalty run.         
                    </li>                                                    
                </ol>        	                   

                <br class="superBreak" />
    	    </div>
    	</div>
    </xsl:template>
    
    
</xsl:stylesheet>    

