diff --git a/frappe/core/page/permission_manager/permission_manager_help.html b/frappe/core/page/permission_manager/permission_manager_help.html index 0613713e81..5369b2fe7c 100644 --- a/frappe/core/page/permission_manager/permission_manager_help.html +++ b/frappe/core/page/permission_manager/permission_manager_help.html @@ -11,12 +11,79 @@
| {%= __("Permission") %} | +{%= __("Description") %} | +{%= __("Example") %} | +
|---|---|---|
| {%= __("Select") %} | +{%= __("Allows the user to search and see records.") %} | +{%= __("The user can select a Customer in Sales Order but cannot open the Customer master.") %} | +
| {%= __("Read") %} | +{%= __("Allows the user to view the document.") %} | +{%= __("The user can view Sales Invoices but cannot change them.") %} | +
| {%= __("Write") %} | +{%= __("Allows the user to edit existing records they have access to.") %} | +{%= __("The user can update a Customer address but cannot create a new Customer.") %} | +
| {%= __("Create") %} | +{%= __("Allows the user to create new documents.") %} | +{%= __("The user can create a new Item but cannot edit existing items.") %} | +
| {%= __("Delete") %} | +{%= __("Allows the user to delete documents.") %} | +{%= __("The user can delete submitted documents.") %} | +
| {%= __("Print") %} | +{%= __("Allows printing or PDF download of documents.") %} | +{%= __("The print button is enabled for the user in the document.") %} | +
| {%= __("Email") %} | +{%= __("Allows the user to email from the document.") %} | +{%= __("The email button is enabled for the user in the document.") %} | +
| {%= __("Report") %} | +{%= __("Allows the user to access reports related to the document.") %} | +{%= __("If the user has access to Employee and Report is enabled, they can view Employee-based reports.") %} | +
| {%= __("Export") %} | +{%= __("Allows the user to export data from the Report view.") %} | +{%= __("The user can export report data.") %} | +
| {%= __("Import") %} | +{%= __("Allows the user to import data into the document.") %} | +{%= __("The user can import data for the document.") %} | +
| {%= __("Share") %} | +{%= __("Allows sharing document access with other users.") %} | +{%= __("The user can share document access with another user.") %} | +
| {%= __("Mask") %} | +{%= __("Allows users to enable the mask property for any field of the respective doctype.") %} | +{%= __("If the user enables the mask property for the phone number field, the value will be displayed in a masked format (e.g., 811XXXXXXX).") %} | +