brotherton-erpnext/erpnext/docs/current/models/accounts/bank_reconciliation.html

239 lines
5.1 KiB
HTML
Raw Normal View History

2015-12-03 12:58:19 +00:00
<!-- title: Bank Reconciliation -->
<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/bank_reconciliation"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<span class="label label-info">Single</span>
<h3>Fields</h3>
2015-12-10 11:47:41 +00:00
<table class="table table-bordered">
2015-12-03 12:58:19 +00:00
<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 class="danger" title="Mandatory"><code>bank_account</code></td>
<td >
Link</td>
<td >
Bank Account
<p class="text-muted small">
Select account head of the bank where cheque was deposited.</p>
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/accounts/account">Account</a>
</td>
</tr>
<tr >
<td>2</td>
<td ><code>account_currency</code></td>
<td >
Link</td>
<td class="text-muted" title="Hidden">
Account Currency
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/geo/currency">Currency</a>
</td>
</tr>
<tr >
<td>3</td>
<td class="danger" title="Mandatory"><code>from_date</code></td>
<td >
Date</td>
<td >
From Date
</td>
<td></td>
</tr>
<tr >
<td>4</td>
<td class="danger" title="Mandatory"><code>to_date</code></td>
<td >
Date</td>
<td >
To Date
</td>
<td></td>
</tr>
<tr >
<td>5</td>
<td ><code>include_reconciled_entries</code></td>
<td >
Check</td>
<td >
Include Reconciled Entries
</td>
<td></td>
</tr>
<tr >
<td>6</td>
<td ><code>get_relevant_entries</code></td>
<td >
Button</td>
<td >
Get Relevant Entries
</td>
<td></td>
</tr>
<tr >
<td>7</td>
<td ><code>journal_entries</code></td>
<td >
Table</td>
<td >
Journal Entries
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/accounts/bank_reconciliation_detail">Bank Reconciliation Detail</a>
</td>
</tr>
<tr >
<td>8</td>
<td ><code>update_clearance_date</code></td>
<td >
Button</td>
<td >
Update Clearance Date
</td>
<td></td>
</tr>
<tr >
<td>9</td>
<td ><code>total_amount</code></td>
<td >
Currency</td>
<td >
Total Amount
</td>
<td>
<pre>account_currency</pre>
</td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>erpnext.accounts.doctype.bank_reconciliation.bank_reconciliation</h4>
<h3 style="font-weight: normal;">Class <b>BankReconciliation</b></h3>
<p style="padding-left: 30px;"><i>Inherits from frappe.model.document.Document</i></h4>
<div class="docs-attr-desc"><p></p>
</div>
<div style="padding-left: 30px;">
<p class="docs-attr-name">
<a name="get_details" href="#get_details" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>get_details</b>
<i class="text-muted">(self)</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>
<br>
<p class="docs-attr-name">
<a name="update_details" href="#update_details" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>update_details</b>
<i class="text-muted">(self)</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>
<br>
</div>
<hr>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->