<!--                                                                  -->
<!--  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 - UK Mechanical Royalty Statements</h1>
    	</div>
        <div class="sectionBody">    
            <div class="section">
                <p>
                    The "UK Mechanical Statements" page lists all statements contained in a specific royalty run.  When in this view, the top bar notes the payor name and associated beginning and end dates of the royalty run period being viewed.
                </p>
                
                <img src="/production/images/help/rps/uk_mech/show.gif" />           
                
                <h2>
                    "Audit Reports" section:
                </h2>  
                
                <img src="/production/images/help/rps/uk_mech/show-reports.gif" /> 
                
                <p>
                    This section contains audit reports that are associated with the specific royalty run.  These reports are generated at the time of the royalty run and will not change if data is modified within the system.

                    <dl>
                        <dt>Catalog Sales Unit Summary Report</dt> 
                        <dd> - Lists physical unit sales that have occurred within the reporting period of the associated statement run.</dd>  
                            
                        <dt>Unallocated Sales Report </dt>
                        <dd> - Lists sales that were not reported in the associated royalty run due to incomplete data.</dd>
                            
                        <dt>Retentions – Current Period</dt>
                        <dd> - Lists retentions that were held or released as a result of the associated reporting period statement run.</dd>
                            
                        <dt>Retentions – Full</dt>
                        <dd> - Lists all retentions that are being held by product as a result of the associated reporting period statement run.</dd>

                        <dt>Products with Negative Unit Balance</dt>
                        <dd> - Lists physical products that have a negative unit balance as a result of the associated reporting period statement run.</dd>                                  
                    </dl>    	    
                </p>  
                
                <h2>
                    "Statement" section:
                </h2>  
                
                <img src="/production/images/help/rps/uk_mech/show-statements.gif" /> 
                
                <p>
                    Lists all statements that are contained in a royalty run with high level information concerning each statement.

                    <dl>
                        <dt>Publisher</dt> 
                        <dd> - Contains the name of the publisher and associated statement for that publisher.  For MCPS runs, there will only be AP1, DVD1, and AVP statements.</dd>  
                            
                        <dt>Client #</dt>
                        <dd> - Contains the identifier for the payor that is associated with this run.  The Client # is set and accessed through the "Payors" setting of the "Admin" tab.</dd>
                            
                        <dt># Royalty Units</dt>
                        <dd> - Notes the total number of reported units within a specific statement</dd>
                            
                        <dt>Retentions Held</dt>
                        <dd> - Notes the total number of retention units held across all products within a specific statement.</dd>

                        <dt>Liquidations</dt>
                        <dd> - Notes the total number of liquidated units across all products within a specific statement.</dd>             
                        
                        <dt>Estimated Liability</dt>
                        <dd> - Provides a cost estimate for the associated statement based on units contained within the statement and current MCPS royalty rates.  Note that current rates can be viewed in the "MCPS" section of the "Admin" tab.</dd>                                                
                    </dl>    	    
                </p>                 
                          
                <h2>
                    "Download Statement" section:
                </h2>  
                
                <img src="/production/images/help/rps/uk_mech/show-download.gif" /> 
                
                <p>
                    This section provides a method to download all PDF statements and quick access to the electronic statement at one time.
                    <br />
                    <em>Note: Files are combined into a zip file when accessed through this interface.</em>

                    <dl>
                        <dt>All PDF Statements</dt>
                        <dd> - Combines all of the PDF versions of statements contained in the royalty run into one zip file that can be saved.  PDF statements are the PDF version the online statement that is easily readable by users.</dd>
                        <dt>Electronic Format Statement</dt>
                        <dd> - Provides quick access to the electronic statement that is in the format that is required by MCPS.  Note that all MCPS related statements are automatically combined into one electronic statement for MCPS.</dd>
                    </dl>	    
                </p>  

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

