brotherton-erpnext/erpnext/docs/current/models/support/maintenance_schedule_item.html

233 lines
4.7 KiB
HTML
Raw Normal View History

2015-12-03 12:58:19 +00:00
<!-- title: Maintenance Schedule Item -->
<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/support/doctype/maintenance_schedule_item"
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>tabMaintenance Schedule Item</code></p>
<h3>Fields</h3>
2015-12-10 11:47:41 +00:00
<table class="table table-bordered">
2015-12-03 12:58:19 +00:00
<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>item_code</code></td>
<td >
Link</td>
<td >
Item Code
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/stock/item">Item</a>
</td>
</tr>
<tr >
<td>2</td>
<td ><code>item_name</code></td>
<td >
Data</td>
<td >
Item Name
</td>
<td></td>
</tr>
<tr >
<td>3</td>
<td ><code>description</code></td>
<td >
Data</td>
<td >
Description
</td>
<td></td>
</tr>
<tr class="info">
<td>4</td>
<td ><code>schedule_details</code></td>
<td >
Section Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>5</td>
<td class="danger" title="Mandatory"><code>start_date</code></td>
<td >
Date</td>
<td >
Start Date
</td>
<td></td>
</tr>
<tr >
<td>6</td>
<td class="danger" title="Mandatory"><code>end_date</code></td>
<td >
Date</td>
<td >
End Date
</td>
<td></td>
</tr>
<tr >
<td>7</td>
<td ><code>periodicity</code></td>
<td >
Select</td>
<td >
Periodicity
</td>
<td>
<pre>
Weekly
Monthly
Quarterly
Half Yearly
Yearly
Random</pre>
</td>
</tr>
<tr >
<td>8</td>
<td class="danger" title="Mandatory"><code>no_of_visits</code></td>
<td >
Int</td>
<td >
No of Visits
</td>
<td></td>
</tr>
<tr >
<td>9</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 class="info">
<td>10</td>
<td ><code>reference</code></td>
<td >
Section Break</td>
<td >
Reference
</td>
<td></td>
</tr>
<tr >
<td>11</td>
<td ><code>serial_no</code></td>
<td >
Small Text</td>
<td >
Serial No
</td>
<td></td>
</tr>
<tr >
<td>12</td>
<td ><code>prevdoc_docname</code></td>
<td >
Data</td>
<td >
Against Docname
</td>
<td></td>
</tr>
</tbody>
</table>
<h4>Child Table Of</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/support/maintenance_schedule">Maintenance Schedule</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->