<!--                                                                  -->
<!--  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 - Manage Services</h1>
    	</div>
        <div class="sectionBody">    
            <div class="section">
                <p>
                    The manage services page provides control over which services' sales should be available for mechanical royalty processing.
                </p>
                
                <xsl:choose>
                    <xsl:when test="Access/rps/ca_license/edit and Access/rps/license/edit">
                        <img src="/production/images/help/rps/service/edit-ca_and_us.gif" />
                    </xsl:when>
                    <xsl:otherwise>                
                        <img src="/production/images/help/rps/service/edit.gif" />   
                    </xsl:otherwise>    
                </xsl:choose>         
                         
                <br class="superBreak" />
                
                <p>
                    The list of services is populated with all of the services seen in sales files that have been uploaded into the system through the revenue tab.  This is a global level setting where all associated sales for a specific service will be affected.
                </p>
                
                <p>
                    When "Exclude Mechanicals?" check box is selected, all sales for that service will be excluded from mechanical royalty statements.
                </p>
                
                <p>
                    Note:  There are independent service level controls if both US and Canadian based mechanicals are active in a system.
                </p>
                
                <br class="superBreak" />
            </div>  
        </div>            
    </xsl:template>
    
    
</xsl:stylesheet>    

