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

445 lines
8.6 KiB
HTML

<!-- title: Customer Group -->
<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/setup/doctype/customer_group"
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>tabCustomer Group</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 class="danger" title="Mandatory"><code>customer_group_name</code></td>
<td >
Data</td>
<td >
Customer Group Name
</td>
<td></td>
</tr>
<tr >
<td>2</td>
<td ><code>parent_customer_group</code></td>
<td >
Link</td>
<td >
Parent Customer Group
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/customer_group">Customer Group</a>
</td>
</tr>
<tr >
<td>3</td>
<td class="danger" title="Mandatory"><code>is_group</code></td>
<td >
Select</td>
<td >
Has Child Node
<p class="text-muted small">
Only leaf nodes are allowed in transaction</p>
</td>
<td>
<pre>
Yes
No</pre>
</td>
</tr>
<tr >
<td>4</td>
<td ><code>cb0</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>5</td>
<td ><code>default_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>credit_days_based_on</code></td>
<td >
Select</td>
<td >
Credit Days Based On
</td>
<td>
<pre>
Fixed Days
Last Day of the Next Month</pre>
</td>
</tr>
<tr >
<td>7</td>
<td ><code>credit_days</code></td>
<td >
Int</td>
<td >
Credit Days
</td>
<td></td>
</tr>
<tr >
<td>8</td>
<td ><code>credit_limit</code></td>
<td >
Currency</td>
<td >
Credit Limit
</td>
<td></td>
</tr>
<tr >
<td>9</td>
<td ><code>lft</code></td>
<td >
Int</td>
<td class="text-muted" title="Hidden">
lft
</td>
<td></td>
</tr>
<tr >
<td>10</td>
<td ><code>rgt</code></td>
<td >
Int</td>
<td class="text-muted" title="Hidden">
rgt
</td>
<td></td>
</tr>
<tr >
<td>11</td>
<td ><code>old_parent</code></td>
<td >
Link</td>
<td class="text-muted" title="Hidden">
old_parent
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/customer_group">Customer Group</a>
</td>
</tr>
<tr class="info">
<td>12</td>
<td ><code>default_receivable_account</code></td>
<td >
Section Break</td>
<td >
Default Receivable Account
</td>
<td></td>
</tr>
<tr >
<td>13</td>
<td ><code>accounts</code></td>
<td >
Table</td>
<td >
Accounts
<p class="text-muted small">
Mention if non-standard receivable account applicable</p>
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/accounts/party_account">Party Account</a>
</td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>erpnext.setup.doctype.customer_group.customer_group</h4>
<h3 style="font-weight: normal;">Class <b>CustomerGroup</b></h3>
<p style="padding-left: 30px;"><i>Inherits from frappe.utils.nestedset.NestedSet</i></h4>
<div class="docs-attr-desc"><p></p>
</div>
<div style="padding-left: 30px;">
<p class="docs-attr-name">
<a name="on_update" href="#on_update" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>on_update</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_name_with_customer" href="#validate_name_with_customer" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>validate_name_with_customer</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>
<h4>Linked In:</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/selling/customer">Customer</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/setup/customer_group">Customer Group</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/stock/delivery_note">Delivery Note</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/selling/installation_note">Installation Note</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/support/maintenance_schedule">Maintenance Schedule</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/support/maintenance_visit">Maintenance Visit</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/crm/opportunity">Opportunity</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/accounts/pricing_rule">Pricing Rule</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/selling/quotation">Quotation</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/accounts/sales_invoice">Sales Invoice</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/selling/sales_order">Sales Order</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/selling/selling_settings">Selling Settings</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/shopping_cart/shopping_cart_settings">Shopping Cart Settings</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/accounts/tax_rule">Tax Rule</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/support/warranty_claim">Warranty Claim</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->