<!--                                                                  -->
<!--  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" />

    <!-- This will have to be updated to know what kind of license we are "helping". -->

    
    <xsl:template name="helpPage">
        <div class="sectionHeader">
            <h1>Help - License Transactions</h1>
    	</div>
        <div class="sectionBody">    
            <div class="section">
                <p>
                    The license transactions page provides a way for adjustments and transactions to be applied to a license.  The page contains three sections:
                </p>
                
                <h2>
                    "License" section:         
                </h2>
                
                <p>
                    The license section notes the high level information concerning the license that is being viewed.  All details within this section are informational only, and are used to note the license where transactions are being applied.
                </p>
                
                <img src="/production/images/help/rps/license/account-license.gif" /> 
                
                <br class="superBreak" />   
                
                <h2>"Pending Transactions"</h2>
                
                <p>
                    The pending transactions area provides an interface for creating advances and adjustments that apply to a license.
                </p> 
                
                <img src="/production/images/help/rps/license/account-pending.gif" />  
                
                <br class="superBreak" />
                
                <dl>
                    <dt>Type</dt>
                    <dd> - Notes the type of transaction that will be applied to the license.
                        <ul>
                            <li>Adjustment or Advance can be selected</li>
                        </ul>    
                    </dd>
                    
                    <dt>Amount</dt>
                    <dd> - Notes the amount associated with the transaction type that will be applied to the license with the next mechanical royalty run.
                        <ul>
                            <li>Advances are always considered payments on licenses and can only be entered as a positive number.</li>
                            <li>Adjustments follow the sign of the amount entered by the user.
                                <ul>
                                    <li>Example: -100.00 will deduct $100.00 from the license balance.</li>
                                </ul>
                            </li>
                        </ul>
                    </dd>
                    
                    <dt>Transaction Date</dt>
                    <dd> - Notes the user-specified date that will be associated with the transaction.  Dates are informational only.</dd>
                
                    <dt>Check #</dt>
                    <dd> - Notes the user-specified check number that will be associated with the transaction.  Check numbers are informational only.</dd>
                
                    <dt>Memo</dt>
                    <dd> - Notes user specified information that will be associated with the transaction.  Memos added to a transaction are noted on mechanical royalty statements.</dd>
                    
                    <dt>Delete</dt>
                    <dd> - Allows the user to delete a specific transaction by selecting the "Delete" checkbox and then "Updating" the license page.
                        <ul>
                            <li>Only transactions that have not been committed in a mechanical royalty run can be deleted.</li>
                        </ul>
                    </dd>
                    
                    <dt>Add Another Transaction</dt>
                    <dd> - By selecting this field multiple transactions can be added to a license at one time.</dd>
                    
                </dl>
                
                <br />
                
                <h2>
                    "Transaction History"       
                </h2>
                
                <p>The transaction history area provides a listing of transactions that have been included as part of a committed mechanical royalty run.</p>
                
                <img src="/production/images/help/rps/license/account-history.gif" />    
                
                <p>
                    This section is informational only without the ability to make edits or changes to data.
                </p>
               			
                <br class="superBreak" />
    	    </div>
    	</div>
    </xsl:template>
    
    
</xsl:stylesheet>    

