Advertisement
rht_odoo

[WE CARE FOR AMERICA] Loan Agreement

Nov 12th, 2024 (edited)
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.35 KB | None | 0 0
  1. <data>
  2.   <data>
  3.     <xpath position="replace" expr="/t[@t-name='studio_report_document']/div/div" meta-class="oe_structure"/>
  4.     <xpath position="inside" expr="/t[@t-name='studio_report_document']/div" meta-class="page">
  5.       <div class="oe_structure">
  6.         <h1 t-attf-style="#{'text-align:justify;text-justify:inter-word;'}">
  7.           <span class="oe-tabs" style="width: 40px;">   </span><span class="oe-tabs" style="width: 40px;">   </span><span class="oe-tabs" style="width: 40px;">   </span><span class="oe-tabs" style="width: 40px;">   </span>​LOAN AGREEMENT</h1>
  8.         <p>Account Number: <span t-field="doc.display_name">Loan Number</span>
  9.         </p>
  10.         <table class="table table-bordered o_table">
  11.           <tbody>
  12.             <tr>
  13.               <td>
  14.                 <p>Date:</p>
  15.               </td>
  16.               <td>
  17.                 <p>LENDER (The Lender)</p>
  18.               </td>
  19.               <td>
  20.                 <p>BORROWER (The Borrower):</p>
  21.               </td>
  22.             </tr>
  23.             <tr>
  24.               <td>
  25.                 <p>
  26.                  <span t-esc="context_timestamp(datetime.datetime.now()).date()"/>
  27.                   <br/>
  28.                 </p>
  29.               </td>
  30.               <td>
  31.                 <p style="margin-bottom: 0px;">
  32.                 EANGUS WCFA</p>
  33.                 <p style="margin-bottom: 0px;">1 Massachusetts Ave NW Ste 880</p>
  34.                 <p>WASHINGTON, DC 20001<br/>
  35.                 </p>
  36.               </td>
  37.               <td>
  38.                 <p>
  39.                   <span t-field="doc.partner_id" t-options="{'widget': 'contact', 'fields': ['address', 'name'], 'no_marker': True}"/>
  40.                   <br/>
  41.                 </p>
  42.               </td>
  43.             </tr>
  44.           </tbody>
  45.         </table>
  46.         <p style="margin-bottom: 0px;">
  47.         This lending agreement (The Contract) is entered into between The Lender and The Borrower. </p>
  48.         <p style="margin-bottom: 0px;">
  49.           <br/>
  50.         </p>
  51.         <p style="margin-bottom: 0px;">
  52.           <strong>PROMISE TO PAY AND PAYMENT TERMS: </strong>The Borrower to repay to The Lender the principal amount of <span t-field="doc.x_studio_loan_total">$500</span> until the loan balance is paid in full.</p>
  53.         <p style="margin-bottom: 0px;">
  54.           <br/>
  55.         </p>
  56.         <h3>
  57.           <span class="oe-tabs" style="width: 40px;">   </span><span class="oe-tabs" style="width: 40px;">   </span>​TRUTH-IN-LENDING DISCLOSURES</h3>
  58.         <table class="table table-bordered o_table" style="width: 728.888px;">
  59.           <tbody>
  60.             <tr>
  61.               <td style="width: 244.025px;">
  62.                 <strong>AMOUNT FINANCED
  63.                 </strong>
  64.                 <br/>The amount of credit provided to you or on your behalf
  65.                 <p>
  66.                   <span t-field="doc.x_studio_loan_total">$500</span>
  67.                 </p>
  68.               </td>
  69.               <td style="width: 244.025px;">
  70.                 <strong>TOTAL OF PAYMENTS
  71.                 </strong>
  72.                 <br/>The amount you will have paid when you have made all scheduled payments
  73.                 <p>
  74.                   <span t-field="doc.x_studio_loan_total">$500</span>
  75.                 </p>
  76.               </td>
  77.               <td style="width: 244.025px;">
  78.                 <strong>TOTAL AMOUNT
  79.                 </strong>
  80.                 <br/>The total cost of your Loan.
  81.                 <p>
  82.                   <span t-field="doc.x_studio_loan_total">$500</span>
  83.                 </p>
  84.               </td>
  85.             </tr>
  86.           </tbody>
  87.         </table>
  88.         <p style="margin-bottom: 0px;">
  89.           <strong>PREPAYMENT: </strong>The Borrower may prepay this Contract in full or in part at any time. Any partial prepayment will not excuse any later scheduled payments until the Contract is paid in full.</p>
  90.         <p style="margin-bottom: 0px;">
  91.           <strong>PAYMENT SCHEDULE:</strong>
  92.         </p>
  93.         <ul style="margin-bottom: 0px;">
  94.           <li>First Payment Due Date: <span t-esc="(context_timestamp(datetime.datetime.now()) + datetime.timedelta(days=45)).date()"/>
  95.  
  96.           </li>
  97.           <li>Payment Amount: <span t-field="doc.amount_total">$50</span>
  98.           </li>
  99.         </ul>
  100.         <p>
  101.           <span t-field="doc.note"/>
  102.         </p>
  103.         <h1>SUPPLEMENTAL PROMISSORY NOTE AGREEMENT-AUTO DEBIT</h1>
  104.         <p>
  105.                     </p>
  106.         <div class="row mb-4" id="informations">
  107.           <div class="col" name="partner_id_name">
  108.             <strong>1. Applicant's Name (Last, first, MI):</strong>
  109.             <div t-field="doc.partner_id.name">Customer Name</div>
  110.           </div>
  111.           <div class="col" name="partner_id_ss">
  112.             <strong>2. SS #: </strong>
  113.             <div t-field="doc.partner_id.x_studio_social_security_number">123121234</div>
  114.           </div>
  115.           <div class="col" name="order_id">
  116.             <strong>3. EANGUS-WCFA Client ID:</strong>
  117.             <div t-field="doc.display_name"> Loan Number</div>
  118.           </div>
  119.           <div class="col" name="start_date">
  120.             <strong>4. Effective Date:</strong>
  121.             <div t-field="doc.start_date"/>
  122.           </div>
  123.           <div class="col" name="personal_email">
  124.             <strong>5. Personal Email:</strong>
  125.             <div t-field="doc.partner_id.email"/>
  126.           </div>
  127.           <div class="col" name="phone">
  128.             <strong>6. Phone #:</strong>
  129.             <div t-field="doc.partner_id.phone"/>
  130.           </div>
  131.           <div class="col" name="mailing_address">
  132.             <strong>7. Mailing Address of Applicant:</strong>
  133.             <div t-field="doc.partner_id.email"/>
  134.           </div>
  135.         </div>
  136.         <p/>
  137.         <p>8a. Agreement Information: In receiving the EANGUS-WCFA Loan Number <span t-field="doc.name"/> awarded for the amount of <span t-field="doc.x_studio_loan_total"/> I will make the monthly payments directly to EANGUS- WCFA through Electronic Funds Transfer.</p>
  138.         <p>8b. I authorize EANGUS-WCFA to debit my bank account as identified in the original loan request to include the unpaid/uncollectible amount, if any, for a total re-payment of <span t-field="doc.x_studio_loan_total"/> (new request + previous unpaid balance). The monthly payments are <span t-field="doc.amount_total"/> per month for <span t-field="doc.sale_order_template_id.name"/>.</p>
  139.         <p>8c. The first payment will be deducted on <span t-field="doc.start_date"/> (date of first draft).</p>
  140.         <p>8d. In authorizing EANGUS-WCFA to debit my account, I understand that I also authorize EANGUS-WCFA to establish an on-line account.</p>
  141.         <p>
  142.           <strong>9. BANK INFORMATION</strong>
  143.         </p>
  144.         <table class="table table-bordered o_table">
  145.           <tbody>
  146.             <tr>
  147.               <td>
  148.                 <p>9a. BANK NAME:</p>
  149.               </td>
  150.             </tr>
  151.             <tr>
  152.               <td>
  153.                 <p>9b. NAME ON BANK ACCOUNT:</p>
  154.               </td>
  155.             </tr>
  156.             <tr>
  157.               <td>
  158.                 <p>9c. CUSTOMER ADDRESS ON ACCOUNT:</p>
  159.               </td>
  160.             </tr>
  161.             <tr>
  162.               <td>
  163.                 <p>9d. ACCOUNT NUMBER:</p>
  164.               </td>
  165.             </tr>
  166.             <tr>
  167.               <td>
  168.                 <p>9e. ROUTING NUMBER:</p>
  169.               </td>
  170.             </tr>
  171.           </tbody>
  172.         </table>
  173.         <p>10. ACKNOWLEDGEMENT</p>
  174.         <blockquote>I understand that I cannot stop these payments without permission from EANGUS-WCFA, or until the account is paid in full.</blockquote>
  175.         <blockquote>I have read and received a copy of this agreement.</blockquote>
  176.         <blockquote>I Authorize EANGUS WCFA to automatically process payments from my above account on the frequency and dates selected in section 8. I understand that I am authorizing this account to be put on file on my loan account.</blockquote>
  177.         <p>10a. SIGNATURE OF APPLICANT <span class="oe-tabs" style="width: 31px;"> </span><span class="oe-tabs" style="width: 40px;">   </span><span class="oe-tabs" style="width: 40px;">   </span><span class="oe-tabs" style="width: 40px;">   </span><span class="oe-tabs" style="width: 40px;">   </span><span class="oe-tabs" style="width: 40px;">   </span>​10b. Date</p>
  178.       </div>
  179.     </xpath>
  180.   </data>
  181. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement