brotherton-erpnext/erpnext/docs/current/models/selling/selling_settings.html
2015-12-10 17:58:12 +05:30

270 lines
5.7 KiB
HTML

<!-- title: Selling Settings -->
<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/selling/doctype/selling_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 Selling Module
<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>cust_master_name</code></td>
<td >
Select</td>
<td >
Customer Naming By
</td>
<td>
<pre>Customer Name
Naming Series</pre>
</td>
</tr>
<tr >
<td>2</td>
<td ><code>campaign_naming_by</code></td>
<td >
Select</td>
<td >
Campaign Naming By
</td>
<td>
<pre>Campaign Name
Naming Series</pre>
</td>
</tr>
<tr >
<td>3</td>
<td ><code>customer_group</code></td>
<td >
Link</td>
<td >
Default Customer Group
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/customer_group">Customer Group</a>
</td>
</tr>
<tr >
<td>4</td>
<td ><code>territory</code></td>
<td >
Link</td>
<td >
Default Territory
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/territory">Territory</a>
</td>
</tr>
<tr >
<td>5</td>
<td ><code>selling_price_list</code></td>
<td >
Link</td>
<td >
Default Price List
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/stock/price_list">Price List</a>
</td>
</tr>
<tr >
<td>6</td>
<td ><code>column_break_5</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>7</td>
<td ><code>so_required</code></td>
<td >
Select</td>
<td >
Sales Order Required
</td>
<td>
<pre>No
Yes</pre>
</td>
</tr>
<tr >
<td>8</td>
<td ><code>dn_required</code></td>
<td >
Select</td>
<td >
Delivery Note Required
</td>
<td>
<pre>No
Yes</pre>
</td>
</tr>
<tr >
<td>9</td>
<td ><code>maintain_same_sales_rate</code></td>
<td >
Check</td>
<td >
Maintain Same Rate Throughout Sales Cycle
</td>
<td></td>
</tr>
<tr >
<td>10</td>
<td ><code>editable_price_list_rate</code></td>
<td >
Check</td>
<td >
Allow user to edit Price List Rate in transactions
</td>
<td></td>
</tr>
<tr >
<td>11</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>
<tr >
<td>12</td>
<td ><code>allow_against_multiple_purchase_orders</code></td>
<td >
Check</td>
<td >
Allow multiple Sales Orders against a Customer's Purchase Order
</td>
<td></td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>erpnext.selling.doctype.selling_settings.selling_settings</h4>
<h3 style="font-weight: normal;">Class <b>SellingSettings</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 -->