<!--                                                                  -->
<!--  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/bookpub/templates/help/help_layout.xsl" />
    <xsl:template name="helpHeader">Help - Price Validation Settings</xsl:template>
    <xsl:template name="helpPage">
        <img src="/production/redesign/images/help/bookpub/{Params/a}/price_variance.png" class="HelpImage" />
        <p>The Price Validation Settings page provides controls to add or update levels of variance allowable between prices in your catalog data and retail prices reported by services.</p>
        <p>To set the Price Validation Threshold, enter a percentage to serve as the minimum allowable difference between your catalog prices and reported retail prices seen in revenue files. Two threshold settings are available, one for reported Agency or AgencyPlusTax prices and one for reported RRP or RRPPlusTax prices.</p>
        <p>Differences between catalog prices and reported prices from revenue files that are greater than the Price Validation Threshold will appear as price exceptions on the Revenue tab. If the threshold is set to 0.0%, prices must match exactly in order to avoid being classified as a price exception.</p>
        <p>When the price validation threshold is updated for a price type, current and pending exceptions for open revenue files with that price type will reflect the change within 24 hours.</p>
        <p>Only a designated site administrator (Admin user types) can make changes to the threshold for price validation.</p>
    </xsl:template>
</xsl:stylesheet>
