<!--                                                                  -->
<!--  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 - Resolve Exceptions</xsl:template>
    <xsl:template name="helpPage">
        <p>The Resolve Exceptions page provides an interface for matching sales lines to catalog data when discrepancies exist between the two.</p>
        <img src="/production/redesign/images/help/bookpub/{Params/a}/sale.png" class="HelpImage" />
        <p>Once a sales line is matched, the association made between the combination of sales information and catalog data is remembered by the RoyaltyShare system.  All other sales lines with that exact information will be automatically matched to the catalog when new files are imported moving forward.</p>
        <p>Remembered matches are at the service level, meaning, for example, that matches made for Amazon do not affect matches made for Apple.  Each service has a unique reporting format, and to ensure accuracy, similar matches may have to be made against multiple services.</p>
        <p>Remembered matches are automatically applied to all files currently uploaded to the Royalty Status Tracker, usually reducing the overall number of exceptions during a nightly process.</p>
        <p><strong>Match not remembered?</strong>  Matches are remembered as long as the sales transaction shows a minimum amount of information.  For matches to be remembered, services must report a title and either Author or one ISBN (10 or 13).  Most services report this amount of information and more.</p>
        <p>Should a sales line not contain enough information to be remembered, the match will have to be made again each time the service or distributor reports.  However, revisions to reporting may be improved by the service over time and lead to more accurate and remembered matches at a later date.</p>
        <h2>"Header" section</h2>
        <img src="/production/redesign/images/help/bookpub/{Params/a}/sale-header.png" class="HelpImage" />
        <p>"Header" section shows the name of the sales file being viewed, the service associated with the file, the number of total records in the file, and of those records, how many are exceptions.  The count of exceptions left against initial exceptions will change as sales lines are matched to catalog.</p>
        <p>Specific sales lines in the file can be navigated to by entering the line number in the field provided and clicking "Go."</p>
        <h2>Sales line information and "Suggested Book Matches"</h2>
        <img src="/production/redesign/images/help/bookpub/{Params/a}/sale-suggested.png" class="HelpImage" />
        <p>The top line shows information in the sales record from the sales file received from the service.  All available information is shown for key matching fields.</p>
        <p>Catalog data that most closely matches the sales line will be shown under the "Suggested Book Matches" section.</p>
        <p>If the system cannot locate catalog data with enough common identifiers to qualify as a suggested match, it will return the message "No matches were found for this sale."</p>
        <p>Once a line of catalog is selected in the "Suggested Book Matches" section, the "Match to Catalog" button will become available.  Clicking this button will match the sales line to the catalog data and will take the user to the next exception in the sales file.</p>
        <img src="/production/redesign/images/help/bookpub/{Params/a}/sale-suggested_full.png" class="HelpImage" />
        <p>Clicking the "Next Exception" link will also take the user to the next sales line exception.  Clicking the "Next" link will take the user to the next sales line, matched or unmatched.</p>
        <p>Clicking the "Back to Summary" button will take the user back to the Royalty Status Tracker.</p>
        <h2>"Catalog Search" section</h2>
        <img src="/production/redesign/images/help/bookpub/{Params/a}/sale-search.png" class="HelpImage" />
        <p>The entire catalog can be searched to find potential matches for the sales line beyond the suggested matches.  Searches can encompass all fields, or can look for information only in one specific field.</p>
        <p>A Smart search restricts the search to fields where the text appears in the sales line.  For example, if the sales line contains data in the Title and Subtitle fields, a smart search for "blue" will show any book that contains "blue" in the Title field, the Subtitle field, or both.</p>
        <p><strong>Need to undo a match?</strong>  Click the 'previous' link to go back to the matched record you would like to undo.  At the bottom of the page, you will see a message that says "This sale has been matched" and a button that says Undo Match.  Click this button to undo your work.</p>
        <p>Note that only manual matches can be undone, and they can only be undone on the day they were originally matched.</p>
        <p><strong>Need to undo a match?</strong>  Click the ‘previous’ link to go back to the matched record you would like to undo.  At the bottom of the page, you will see a message that says "This sale has been matched" and a button that says Undo Match.  Click this button to undo your work.</p>
        <p>Note that only manual matches can be undone, and they can only be undone on the day they were originally matched.</p>
    </xsl:template>

</xsl:stylesheet>
