<!--                                                                  -->
<!--  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">
        <div class="sectionHeader">
            <h1>Help - Mechanical Royalty Runs</h1>
    	</div>
        <div class="sectionBody">    
            <div class="section">
                <p>
                    The "Mechanical Royalty Runs" page lists mechanical royalty runs that have been completed for publisher reporting.  This historical listing of runs includes the ability to access details for each run from this page.
                </p>
                
                <img src="/production/images/help/rps/{Params/a}/list.gif" />  
                
                <br class="superBreak" />         
                
                <p>
                    High level information concerning each run is provided within this view:
                </p>  

                <dl>
                    <dt># of Statements</dt> 
                    <dd> - The number of statements that are available in a specific royalty run.  By selecting the number in this column the user is taken to the list of statements that are included in the royalty run.</dd>  
                        
                    <dt>Payor</dt>
                    <dd> - The name of the payor for whom the statements were generated.  Note that royalty runs are Payor specific.  All statements contained in a royalty run are associated with the same Payor.</dd>
                        
                    <dt>Start Date</dt>
                    <dd> - The start date of the royalty run period.  This is informational only and is used to help differentiate royalty runs.</dd>
                        
                    <dt>End Date</dt>
                    <dd> - The end date of the royalty run period.  This is informational only and is used to help differentiate royalty runs.</dd>
                    
                    <dt>Run Date</dt>
                    <dd> - The date that the royalty run was generated.</dd>                    
                        
                    <dt>Status</dt>
                    <dd> - The status of the royalty run.  The following statuses are available for a royalty run:
                        <ul>
                            <li>Completed – The royalty run successfully completed with no errors.
                                <ul>
                                    <li>A completed run can be deleted if corrections to data have been made and another run is required.  When deleted, the run will be removed from the system.</li>
                                    <li>A completed run can be invalidated. The run will remain in the system, but cannot be committed.  Note: Changes to mechanical related data within the system can only be made if there are no "Completed" runs.</li>
                                    <li>A completed run can be committed.</li>
                                </ul>
                            </li>
                            <li>Committed – The royalty run was committed.  All associated calculations and data are confirmed and set within the application.   
                                <ul>
                                    <li>Committed royalty runs cannot be deleted.</li>
                                    <li>Payments can be made against a committed royalty run.</li>
                                </ul>                            
                            </li>
                            <li>Closed – If a subsequent royalty run is committed, the previous run is automatically closed.  "Closed" is the final state for a royalty run.</li>
                            <li>Error – Notes that the associated royalty run has an error and statements could not be fully generated.</li>
                            <li>Invalid – Notes that the associated royalty run has been invalidated.  Statements can be viewed, but the run can only be deleted and is no longer available for being committed as data has changed since it was initially created.</li>
                        </ul>
                    </dd>
                        
                    <dt>Action</dt>
                    <dd> - By selecting the action task within this column, the specific action will be taken against a specific royalty run.
                        <ul>
                            <li>Two actions that can be taken against a mechanical royalty run by users:
                                <ul>
                                    <li>Invalidate – Invalidates a specific royalty run.  The run is kept within the system, but is not allowed to be committed.  This allows a user to make changes to mechanical variables while referencing the invalidated run.</li>
                                    <li>Edit Payments – Provides an interface to add payment information for royalty runs that have been committed.  Payments can only be edited for a committed run.  Once a subsequent run is committed, the current committed run is moved to a closed state and payments can no longer be edited.</li>
                                </ul>
                            </li>
                            <li>Contact Client Services to have the following additional actions taken against a specific royalty run.  Available actions include:
                                <ul>
                                    <li>Create New Royalty Run – Kicks off a new mechanical royalty run within the system.</li>
                                    <li>Delete – Deletes a specific royalty run from the system.  Only completed, error, or invalidated runs can be deleted.</li>
                                    <li>Commit – Confirms and locks all associated data within the application for the specific royalty run.</li>
                                </ul>
                            </li>
                        </ul>
                    
                    </dd>
                        
                </dl>    	                
                			
                <br class="superBreak" />
    	    </div>
    	</div>
    </xsl:template>
    
    
</xsl:stylesheet>    

