<!--                                                                  -->
<!--  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 - Edit Payments</h1>
    	</div>
        <div class="sectionBody">    
            <div class="section">
                <p>
                    The "Edit Payments" page allows payment information to be applied to statements generated in a committed royalty run.  The "Edit Payments" page lists all available statements within a royalty run, allowing payment information to be directly applied to individual statements.
                </p>
                
                <p>
                    Once payments are entered and a subsequent royalty run is committed, the payment information will be accounted for in the new statements.
                </p>
                
                <img src="/production/images/help/rps/mechanical/editpay.gif" />           
                
                <br class="superBreak" />

                <dl>
                    <dt>Now Viewing</dt> 
                    <dd> - Allows the list of statements to be filtered to simplify the entering of payment information for associated statements.  Filter settings include:
                        <ul>
                            <li>All Statements – lists all statements that are associated with a specific royalty run.</li>
                            <li>Ending Total &lt;= 0 – lists only statements which have an "Ending Balance" less than or equal to $0.00.  Allows users to quickly see all statements with a negative or zero ending balance.</li>
                            <li>Ending Total > 0 – lists only statements with an "Ending Balance" that is greater than $0.00.</li>
                            <li>Ending Total >= Min Payment – lists only statements where the "Ending Balance" is greater than or equal to the set "Minimum Payment" for the publisher.  This allows users to view and only work on statements where payments are to be made.</li>
                            <li>On-hold – lists only statements where the publisher status is configured to be "On-hold".  Statements are generated for publishers that are on-hold, with the ending balance noting that no payment will be made.</li>
                        </ul>
                    </dd>  
                        
                    <dt>Quick Fill</dt>
                    <dd> - Provides a quick method for filling in payments made against statements being viewed in the "Edit Payments" page.  Options available are:
                        <ul>
                            <li>"Full Payment – All" – Applies a payment equal to the "Amount Payable" for all statements.  Statements with a $0.00 amount payable would not have a payment applied.
                                <ul>
                                    <li>When applying a full payment using the quick fill all period payments manually entered will be overwritten with the amount payable.</li>
                                </ul>    
                            </li>
                            <li>"No Payment – All" – Clears all payment information entered in manually or through the quick fill process on all statements.</li>
                        </ul>
                    </dd>
                 </dl>
                 
                 <br />
                 
                 <h2>Payment section:</h2>
                 
                 <br />
                    
                 <dl>                        
                    <dt>Publisher</dt>
                    <dd> - Notes the name of the publisher associated with the statement.</dd>
                        
                    <dt>Client #</dt>
                    <dd> - Notes the client number for the publisher.  The client number is configured in the "Payees" tab.
                        <ul>
                            <li>The client account number is for the label’s internal use.  Typically, labels use the same account number for the publisher that is in their general accounting applications to simplify the transfer of information.</li>
                        </ul>
                    </dd>

                    <dt>Ending Balance</dt>
                    <dd> - Notes the ending balance as seen on the statement generated for the royalty run.</dd>
                    
                    <dt>Minimum Payment</dt>
                    <dd> - Notes the minimum payment allowable for the publisher as configured on the publisher’s page within the "Payee" tab.</dd>
                    
                    <dt>Amount Payable</dt>
                    <dd> - Notes the amount payable to the publisher.  If the "Ending Balance" is greater than the "Minimum Payment" the "Amount Payable" will be the same as the "Ending Balance".  If the "Ending Balance" is less than the "Minimum Payment" the "Amount Payable" will be "$0.00".</dd>
                      
                    <dt>Period Payment</dt>
                    <dd> - Entry field to capture the amount that was paid to the publisher in association with the statement.
                        <ul>
                            <li>Payment can only be entered as a positive number.</li>
                            <li>Payment can be for any amount.</li>
                            <li>Multiple payments can be made by selecting the add icon.<img src="/production/images/help/add_icon.gif" class="inlineHelpIcon" /></li>
                            <li>Period payments will be accounted for in the summary section of the next royalty runs statement.</li>
                        </ul>
                    </dd>
                        
                    <dt>Check #</dt>
                    <dd> - Entry field to note the check number associated with the payment that was made.
                        <ul>
                            <li>The check number will be noted on the statement next to the payment amount.</li>
                        </ul>
                    </dd>

                    <dt>Memo</dt>
                    <dd> - Entry field to note any additional information associated with the payment that was made.
                        <ul>
                            <li>Memo information will be noted on the statement next to the payment amount and check number</li>
                        </ul>
                    </dd>

                    <dt></dt>
                    <dd><strong>Add</strong> - The add button,<img src="/production/images/help/add_icon.gif" class="inlineHelpIcon" />, allows multiple payments to be made through this interface against one statement.  When the add button is selected, an additional line will become available to note another payment.
                        <ul>
                            <li>The following is an example of multiple payments:
                                <img src="/production/images/help/rps/mechanical/editpay-add.gif" />
                                <br class="superBreak" />
                            </li>
                        </ul>
                    </dd>
                        
                    <dt>Delete</dt>
                    <dd> - Payments that have been entered can be cleared out by selecting the check box under the "Delete" column associated with the payment to be deleted and then selecting the "Save Payments" button.</dd>                        
                        
                </dl>    	                
                			
                <br class="superBreak" />
    	    </div>
    	</div>
    </xsl:template>
    
    
</xsl:stylesheet>    

