brotherton-erpnext/erpnext/docs/current/models/accounts/mode_of_payment.md

191 lines
3.8 KiB
Markdown
Raw Normal View History

2015-11-05 11:25:10 +00:00
<!-- title: Mode of Payment -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
2015-11-05 11:25:10 +00:00
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/accounts/doctype/mode_of_payment"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<p><b>Table Name:</b> <code>tabMode of Payment</code></p>
<h3>Fields</h3>
<table class="table table-bordered" style="table-layout: fixed;">
<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>mode_of_payment</code></td>
<td >
Data</td>
<td >
Mode of Payment
</td>
<td></td>
</tr>
<tr >
<td>2</td>
<td ><code>accounts</code></td>
<td >
Table</td>
<td >
Accounts
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/accounts/mode_of_payment_account">Mode of Payment Account</a>
</td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>erpnext.accounts.doctype.mode_of_payment.mode_of_payment</h4>
<h3 style="font-weight: normal;">Class <b>ModeofPayment</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="validate" href="#validate" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>validate</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="validate_accounts" href="#validate_accounts" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>validate_accounts</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="validate_repeating_companies" href="#validate_repeating_companies" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>validate_repeating_companies</b>
<i class="text-muted">(self)</i>
</p>
<div class="docs-attr-desc"><p>Error when Same Company is entered multiple times in accounts</p>
</div>
<br>
2015-11-05 11:25:10 +00:00
</div>
<hr>
<h4>Linked In:</h4>
<ul>
2015-11-10 13:28:56 +00:00
2015-11-05 11:25:10 +00:00
<li>
2015-11-10 13:28:56 +00:00
<a href="https://frappe.github.io/erpnext/current/models/accounts/payment_tool">Payment Tool</a>
2015-11-05 11:25:10 +00:00
</li>
2015-11-10 13:28:56 +00:00
2015-11-05 11:25:10 +00:00
2015-11-10 13:28:56 +00:00
2015-11-05 11:25:10 +00:00
<li>
2015-11-10 13:28:56 +00:00
<a href="https://frappe.github.io/erpnext/current/models/accounts/pos_profile">POS Profile</a>
2015-11-05 11:25:10 +00:00
</li>
2015-11-10 13:28:56 +00:00
2015-11-05 11:25:10 +00:00
2015-11-10 13:28:56 +00:00
2015-11-05 11:25:10 +00:00
<li>
2015-11-10 13:28:56 +00:00
<a href="https://frappe.github.io/erpnext/current/models/accounts/purchase_invoice">Purchase Invoice</a>
2015-11-05 11:25:10 +00:00
</li>
2015-11-10 13:28:56 +00:00
2015-11-05 11:25:10 +00:00
2015-11-10 13:28:56 +00:00
2015-11-05 11:25:10 +00:00
<li>
2015-11-10 13:28:56 +00:00
<a href="https://frappe.github.io/erpnext/current/models/accounts/sales_invoice">Sales Invoice</a>
2015-11-05 11:25:10 +00:00
</li>
2015-11-10 13:28:56 +00:00
2015-11-05 11:25:10 +00:00
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->