<!--                                                                  -->
<!--  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="" encoding="utf-8" />

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

    <xsl:template name="helpHeader">
        Help - Manage Services
    </xsl:template>

    <xsl:template name="helpPage">
        <p>The Manage Services page provides control over artist royalties exclusions based on SoundExchange's 'Category of Sale' and service-level exclusions for mechanical royalties.</p>
        <img src="/production/redesign/images/help/rps/service/service_full.png" class="HelpImage" />
        <p>The <strong>SoundExchange Category of Sale Artist Royalty Exclusions</strong> list shows all categories of sale currently available through SoundExchange. You can exclude categories from artist royalties by selecting them here and selecting "Update" at the bottom of the page.</p>
        <p>Note:  This table only appears if you have processed SoundExchange files on the Revenue tab.</p>
        <p>The <strong>Mechanical Royalty Exclusions by Service</strong> list 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>
    </xsl:template>
</xsl:stylesheet>
