brotherton-erpnext/erpnext/docs/current/models/setup/authorization_rule.html

338 lines
6.8 KiB
HTML
Raw Normal View History

2015-11-05 11:25:10 +00:00
<!-- title: Authorization Rule -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
2015-11-06 08:31:23 +00:00
Version 6.7.3</a>
2015-11-05 11:25:10 +00:00
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/setup/doctype/authorization_rule"
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>tabAuthorization Rule</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 ><code>company</code></td>
<td >
Link</td>
<td >
Company
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/company">Company</a>
</td>
</tr>
<tr >
<td>2</td>
<td class="danger" title="Mandatory"><code>transaction</code></td>
<td >
Select</td>
<td >
Transaction
</td>
<td>
<pre>
Delivery Note
Purchase Invoice
Purchase Order
Purchase Receipt
Quotation
Sales Invoice
Sales Order
Appraisal</pre>
</td>
</tr>
<tr >
<td>3</td>
<td class="danger" title="Mandatory"><code>based_on</code></td>
<td >
Select</td>
<td >
Based On
</td>
<td>
<pre>
Grand Total
Average Discount
Customerwise Discount
Itemwise Discount
Not Applicable</pre>
</td>
</tr>
<tr >
<td>4</td>
<td ><code>master_name</code></td>
<td >
Link</td>
<td >
Customer / Item Name
</td>
<td>
</td>
</tr>
<tr >
<td>5</td>
<td ><code>system_role</code></td>
<td >
Link</td>
<td >
Applicable To (Role)
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/core/role">Role</a>
</td>
</tr>
<tr >
<td>6</td>
<td ><code>system_user</code></td>
<td >
Link</td>
<td >
Applicable To (User)
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/core/user">User</a>
</td>
</tr>
<tr >
<td>7</td>
<td ><code>to_emp</code></td>
<td >
Link</td>
<td >
Applicable To (Employee)
<p class="text-muted small">
This will be used for setting rule in HR module</p>
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/hr/employee">Employee</a>
</td>
</tr>
<tr >
<td>8</td>
<td ><code>to_designation</code></td>
<td >
Link</td>
<td >
Applicable To (Designation)
<p class="text-muted small">
This will be used for setting rule in HR module</p>
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/hr/designation">Designation</a>
</td>
</tr>
<tr >
<td>9</td>
<td ><code>approving_role</code></td>
<td >
Link</td>
<td >
Approving Role
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/core/role">Role</a>
</td>
</tr>
<tr >
<td>10</td>
<td ><code>approving_user</code></td>
<td >
Link</td>
<td >
Approving User
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/core/user">User</a>
</td>
</tr>
<tr >
<td>11</td>
<td ><code>value</code></td>
<td >
Float</td>
<td >
Above Value
</td>
<td></td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>erpnext.setup.doctype.authorization_rule.authorization_rule</h4>
<h3 style="font-weight: normal;">Class <b>AuthorizationRule</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="check_duplicate_entry" href="#check_duplicate_entry" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>check_duplicate_entry</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" 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>
<p class="docs-attr-name">
<a name="validate_rule" href="#validate_rule" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>validate_rule</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 -->