brotherton-erpnext/erpnext/docs/current/models/buying/buying_settings.html
2015-11-09 15:41:45 +05:30

210 lines
4.3 KiB
HTML

<!-- title: Buying Settings -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.7.7</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/buying/doctype/buying_settings"
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>
Settings for Buying Module
<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 ><code>supp_master_name</code></td>
<td >
Select</td>
<td >
Supplier Naming By
</td>
<td>
<pre>Supplier Name
Naming Series</pre>
</td>
</tr>
<tr >
<td>2</td>
<td ><code>supplier_type</code></td>
<td >
Link</td>
<td >
Default Supplier Type
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/supplier_type">Supplier Type</a>
</td>
</tr>
<tr >
<td>3</td>
<td ><code>buying_price_list</code></td>
<td >
Link</td>
<td >
Default Buying Price List
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/stock/price_list">Price List</a>
</td>
</tr>
<tr >
<td>4</td>
<td ><code>column_break_3</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>5</td>
<td ><code>po_required</code></td>
<td >
Select</td>
<td >
Purchase Order Required
</td>
<td>
<pre>No
Yes</pre>
</td>
</tr>
<tr >
<td>6</td>
<td ><code>pr_required</code></td>
<td >
Select</td>
<td >
Purchase Receipt Required
</td>
<td>
<pre>No
Yes</pre>
</td>
</tr>
<tr >
<td>7</td>
<td ><code>maintain_same_rate</code></td>
<td >
Check</td>
<td >
Maintain same rate throughout purchase cycle
</td>
<td></td>
</tr>
<tr >
<td>8</td>
<td ><code>allow_multiple_items</code></td>
<td >
Check</td>
<td >
Allow Item to be added multiple times in a transaction
</td>
<td></td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>erpnext.buying.doctype.buying_settings.buying_settings</h4>
<h3 style="font-weight: normal;">Class <b>BuyingSettings</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>
</div>
<hr>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->