brotherton-erpnext/erpnext/docs/current/models/selling/sales_team.html
2015-11-10 18:58:56 +05:30

181 lines
3.7 KiB
HTML

<!-- title: Sales Team -->
<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/selling/doctype/sales_team"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<span class="label label-info">Child Table</span>
<p><b>Table Name:</b> <code>tabSales Team</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>sales_person</code></td>
<td >
Link</td>
<td >
Sales Person
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/sales_person">Sales Person</a>
</td>
</tr>
<tr >
<td>2</td>
<td ><code>contact_no</code></td>
<td >
Data</td>
<td class="text-muted" title="Hidden">
Contact No.
</td>
<td></td>
</tr>
<tr >
<td>3</td>
<td ><code>col_break1</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>4</td>
<td ><code>allocated_percentage</code></td>
<td >
Float</td>
<td >
Contribution (%)
</td>
<td></td>
</tr>
<tr >
<td>5</td>
<td ><code>allocated_amount</code></td>
<td >
Currency</td>
<td >
Contribution to Net Total
</td>
<td>
<pre>Company:company:default_currency</pre>
</td>
</tr>
<tr >
<td>6</td>
<td ><code>incentives</code></td>
<td >
Currency</td>
<td >
Incentives
</td>
<td>
<pre>Company:company:default_currency</pre>
</td>
</tr>
<tr >
<td>7</td>
<td ><code>parenttype</code></td>
<td >
Data</td>
<td class="text-muted" title="Hidden">
Parenttype
</td>
<td></td>
</tr>
</tbody>
</table>
<h4>Child Table Of</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/stock/delivery_note">Delivery Note</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>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->