<!--                                                                  -->
<!--  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 Licenses</h1>
    	</div>
        <div class="sectionBody">    
            <div class="section">
                <p>
                    The "UK License" tab within an album page lists all associated licenses for MCPS AP1 and DVD1 reporting.
                </p>
                
                <p>
                    The number of physical products with associated MCPS licenses configured for the album being viewed is listed on the "UK License" tab in brackets.
                </p>
                
                <img src="/production/images/help/rps/catalog/show_uk_licenses.gif" />
                
                <p>
                    Users can add or edit products associated with an album on the "View Album" page by selecting the "Main" tab.  After adding a physical product to an album, the system automatically creates an MCPS entry in the "UK License" tab.
                </p>  
                
                <p>
                    Note that an MCPS product license will be initially be noted as "NOT CONFIGURED" until data has been entered for the license.  Sales will not be reported for a product until the license has been configured.
                </p>           
                
                <br />
                
                <p>
                    The MCPS Reporting section seen in the "UK Licenses" tab on an album page provides an overview of MCPS configured products.
                </p>                 	           
                
                <img src="/production/images/help/rps/catalog/show_uk_licenses-reporting.gif" />
                
                <p>
                    <dl>
                        <dt>Product</dt> 
                        <dd> - Notes the product for which the license is configured.  The details for the license can be viewed by selecting the product within the MCPS Reporting section.</dd>  
                            
                        <dt>Product ID</dt>
                        <dd> - Notes the associated product ID for the product in the same row.  The Product ID variable is pulled from the "Product" page which is accessed and configured through the "Main" tab of an album.  If the Product ID is incorrect it can be edited by accessing the "Main" tab and then updating the product information in the "Products" section.</dd>
                            
                        <dt>MCPS ID</dt>
                        <dd> - Notes the associated MCPS ID for the product in the same row.  The MCPS ID variable is configured by accessing the details for the MCPS license which can be accessed by selecting the product within the MCPS Reporting section.</dd>
                            
                        <dt>Release Date</dt>
                        <dd> - Notes the associated release date for the product in the same row.  The release date variable is pulled from the "Product" page which is accessed and configured through the "Main" tab of an album.  If the Release Date is incorrect it can be edited by accessing the "Main" tab and then updating the product information in the "Products" section.</dd>
                            
                        <dt>Status</dt>
                        <dd> - Notes the status of the product.  The Status variable is pulled from the "Product" page which is accessed and configured through the "Main" tab of an album.  If the Status is incorrect it can be edited by accessing the "Main" tab and then updating the product information in the "Products" section.  Note that a product can either be active or inactive in the system.  Inactive products will not be reported on any royalty statements.</dd>
                            
                        <dt>Deleted</dt>
                        <dd> - Notes if the product in the same column is in a deleted state.  The deleted variable is pulled from the "Product" page which is accessed and configured through the "Main" tab of an album.  If the Deleted state is incorrect it can be edited by accessing the "Main" tab and then updating the product information in the "Products" section.  For MCPS AP1 and DVD1 reporting, deleted products are reported using the actual sales prices reported in sales files.</dd>
                            
                        <dt>Edit</dt>
                        <dd> - By selecting "Edit" the license details will be accessed in an edit mode.</dd>                          
                    </dl>    	                
                </p>
    			
                <br class="superBreak" />
    	    </div>
    	</div>
    </xsl:template>
    
    
</xsl:stylesheet>    

