seitime-frappe/frappe/docs/current/models/core/docperm.html
2015-12-28 14:25:12 +05:30

376 lines
No EOL
8 KiB
HTML

<!-- title: DocPerm -->
<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/frappe/tree/develop/frappe/core/doctype/docperm"
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>tabDocPerm</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 class="info">
<td>1</td>
<td ><code>role_and_level</code></td>
<td >
Section Break</td>
<td >
Role and Level
</td>
<td></td>
</tr>
<tr >
<td>2</td>
<td class="danger" title="Mandatory"><code>role</code></td>
<td >
Link</td>
<td >
Role
</td>
<td>
<a href="https://frappe.github.io/frappe/current/models/core/role">Role</a>
</td>
</tr>
<tr >
<td>3</td>
<td ><code>apply_user_permissions</code></td>
<td >
Check</td>
<td >
Apply User Permissions
<p class="text-muted small">
Filter records based on User Permissions defined for a user</p>
</td>
<td></td>
</tr>
<tr >
<td>4</td>
<td ><code>if_owner</code></td>
<td >
Check</td>
<td >
If user is the owner
<p class="text-muted small">
Apply this rule if the User is the Owner</p>
</td>
<td></td>
</tr>
<tr >
<td>5</td>
<td ><code>column_break_2</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>6</td>
<td ><code>permlevel</code></td>
<td >
Int</td>
<td >
Level
</td>
<td></td>
</tr>
<tr >
<td>7</td>
<td ><code>user_permission_doctypes</code></td>
<td >
Text</td>
<td >
User Permission DocTypes
<p class="text-muted small">
JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.</p>
</td>
<td></td>
</tr>
<tr class="info">
<td>8</td>
<td ><code>section_break_4</code></td>
<td >
Section Break</td>
<td >
Permissions
</td>
<td></td>
</tr>
<tr >
<td>9</td>
<td ><code>read</code></td>
<td >
Check</td>
<td >
Read
</td>
<td></td>
</tr>
<tr >
<td>10</td>
<td ><code>write</code></td>
<td >
Check</td>
<td >
Write
</td>
<td></td>
</tr>
<tr >
<td>11</td>
<td ><code>create</code></td>
<td >
Check</td>
<td >
Create
</td>
<td></td>
</tr>
<tr >
<td>12</td>
<td ><code>delete</code></td>
<td >
Check</td>
<td >
Delete
</td>
<td></td>
</tr>
<tr >
<td>13</td>
<td ><code>column_break_8</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>14</td>
<td ><code>submit</code></td>
<td >
Check</td>
<td >
Submit
</td>
<td></td>
</tr>
<tr >
<td>15</td>
<td ><code>cancel</code></td>
<td >
Check</td>
<td >
Cancel
</td>
<td></td>
</tr>
<tr >
<td>16</td>
<td ><code>amend</code></td>
<td >
Check</td>
<td >
Amend
</td>
<td></td>
</tr>
<tr class="info">
<td>17</td>
<td ><code>additional_permissions</code></td>
<td >
Section Break</td>
<td >
Additional Permissions
</td>
<td></td>
</tr>
<tr >
<td>18</td>
<td ><code>report</code></td>
<td >
Check</td>
<td >
Report
</td>
<td></td>
</tr>
<tr >
<td>19</td>
<td ><code>export</code></td>
<td >
Check</td>
<td >
Export
</td>
<td></td>
</tr>
<tr >
<td>20</td>
<td ><code>import</code></td>
<td >
Check</td>
<td >
Import
</td>
<td></td>
</tr>
<tr >
<td>21</td>
<td ><code>set_user_permissions</code></td>
<td >
Check</td>
<td >
Set User Permissions
<p class="text-muted small">
This role update User Permissions for a user</p>
</td>
<td></td>
</tr>
<tr >
<td>22</td>
<td ><code>column_break_19</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>23</td>
<td ><code>share</code></td>
<td >
Check</td>
<td >
Share
</td>
<td></td>
</tr>
<tr >
<td>24</td>
<td ><code>print</code></td>
<td >
Check</td>
<td >
Print
</td>
<td></td>
</tr>
<tr >
<td>25</td>
<td ><code>email</code></td>
<td >
Check</td>
<td >
Email
</td>
<td></td>
</tr>
</tbody>
</table>
<h4>Child Table Of</h4>
<ul>
<li>
<a href="https://frappe.github.io/frappe/current/models/core/doctype">DocType</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->