152 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			152 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!-- title: Payment Tool Detail -->
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| <div class="dev-header">
 | |
| 
 | |
| <a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
 | |
| 	Version 6.x.x</a>
 | |
| 
 | |
| 
 | |
| 	<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/accounts/doctype/payment_tool_detail"
 | |
| 		target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
 | |
| 
 | |
| </div>
 | |
| 
 | |
| 
 | |
| <span class="label label-info">Child Table</span>
 | |
| 
 | |
| 
 | |
|     <p><b>Table Name:</b> <code>tabPayment Tool Detail</code></p>
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| <h3>Fields</h3>
 | |
| 
 | |
| <table class="table table-bordered">
 | |
|     <thead>
 | |
|         <tr>
 | |
|             <th style="width: 5%">Sr</th>
 | |
|             <th style="width: 25%">Fieldname</th>
 | |
|             <th style="width: 20%">Type</th>
 | |
|             <th style="width: 25%">Label</th>
 | |
|             <th style="width: 25%">Options</th>
 | |
|         </tr>
 | |
|     </thead>
 | |
|     <tbody>
 | |
|         
 | |
|         <tr >
 | |
|             <td>1</td>
 | |
|             <td ><code>against_voucher_type</code></td>
 | |
|             <td >
 | |
|                 Link</td>
 | |
|             <td >
 | |
|                 Against Voucher Type
 | |
|                 
 | |
|             </td>
 | |
|             <td>
 | |
|                 
 | |
|                 
 | |
| 
 | |
| 
 | |
| <a href="https://frappe.github.io/erpnext/current/models/core/doctype">DocType</a>
 | |
| 
 | |
| 
 | |
|                 
 | |
|             </td>
 | |
|         </tr>
 | |
|         
 | |
|         <tr >
 | |
|             <td>2</td>
 | |
|             <td ><code>against_voucher_no</code></td>
 | |
|             <td >
 | |
|                 Dynamic Link</td>
 | |
|             <td >
 | |
|                 Against Voucher No
 | |
|                 
 | |
|             </td>
 | |
|             <td>
 | |
|                 <pre>against_voucher_type</pre>
 | |
|             </td>
 | |
|         </tr>
 | |
|         
 | |
|         <tr >
 | |
|             <td>3</td>
 | |
|             <td ><code>column_break_3</code></td>
 | |
|             <td class="info">
 | |
|                 Column Break</td>
 | |
|             <td >
 | |
|                 
 | |
|                 
 | |
|             </td>
 | |
|             <td></td>
 | |
|         </tr>
 | |
|         
 | |
|         <tr >
 | |
|             <td>4</td>
 | |
|             <td ><code>total_amount</code></td>
 | |
|             <td >
 | |
|                 Currency</td>
 | |
|             <td >
 | |
|                 Total Amount
 | |
|                 
 | |
|             </td>
 | |
|             <td>
 | |
|                 <pre>party_account_currency</pre>
 | |
|             </td>
 | |
|         </tr>
 | |
|         
 | |
|         <tr >
 | |
|             <td>5</td>
 | |
|             <td ><code>outstanding_amount</code></td>
 | |
|             <td >
 | |
|                 Currency</td>
 | |
|             <td >
 | |
|                 Outstanding Amount
 | |
|                 
 | |
|             </td>
 | |
|             <td>
 | |
|                 <pre>party_account_currency</pre>
 | |
|             </td>
 | |
|         </tr>
 | |
|         
 | |
|         <tr >
 | |
|             <td>6</td>
 | |
|             <td class="danger" title="Mandatory"><code>payment_amount</code></td>
 | |
|             <td >
 | |
|                 Currency</td>
 | |
|             <td >
 | |
|                 Payment Amount
 | |
|                 
 | |
|             </td>
 | |
|             <td>
 | |
|                 <pre>party_account_currency</pre>
 | |
|             </td>
 | |
|         </tr>
 | |
|         
 | |
|     </tbody>
 | |
| </table>
 | |
| 
 | |
| 
 | |
|     
 | |
|     
 | |
|     <h4>Child Table Of</h4>
 | |
|     <ul>
 | |
|     
 | |
|         <li>
 | |
| 
 | |
| 
 | |
| <a href="https://frappe.github.io/erpnext/current/models/accounts/payment_tool">Payment Tool</a>
 | |
| 
 | |
| </li>
 | |
|     
 | |
|     </ul>
 | |
|     
 | |
| 
 | |
| 
 | |
| <!-- autodoc -->
 | |
| <!-- jinja -->
 | |
| <!-- static --> |