Skip to content

Commit

Permalink
fix: allow read/write permission for crm settings, twilio settings & …
Browse files Browse the repository at this point in the history
…erpnext settings for sales manager
  • Loading branch information
shariquerik committed Dec 30, 2024
1 parent 38b4c37 commit f7bf5b1
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
12 changes: 11 additions & 1 deletion crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2024-09-17 19:21:11.060901",
"modified": "2024-12-30 19:22:07.929304",
"modified_by": "Administrator",
"module": "FCRM",
"name": "ERPNext CRM Settings",
Expand All @@ -116,6 +116,16 @@
"role": "System Manager",
"share": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"print": 1,
"read": 1,
"role": "Sales Manager",
"share": 1,
"write": 1
}
],
"sort_field": "creation",
Expand Down
12 changes: 11 additions & 1 deletion crm/fcrm/doctype/fcrm_settings/fcrm_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2024-12-30 19:03:51.898913",
"modified": "2024-12-30 19:21:30.847343",
"modified_by": "Administrator",
"module": "FCRM",
"name": "FCRM Settings",
Expand All @@ -77,6 +77,16 @@
"share": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"print": 1,
"read": 1,
"role": "Sales Manager",
"share": 1,
"write": 1
},
{
"email": 1,
"print": 1,
Expand Down
22 changes: 21 additions & 1 deletion crm/fcrm/doctype/twilio_settings/twilio_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2024-07-01 17:55:25.003703",
"modified": "2024-12-30 19:23:04.401439",
"modified_by": "Administrator",
"module": "FCRM",
"name": "Twilio Settings",
Expand All @@ -122,6 +122,26 @@
"role": "System Manager",
"share": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"print": 1,
"read": 1,
"role": "Sales Manager",
"share": 1,
"write": 1
},
{
"delete": 1,
"email": 1,
"permlevel": 1,
"print": 1,
"read": 1,
"role": "Sales Manager",
"share": 1,
"write": 1
}
],
"sort_field": "modified",
Expand Down

0 comments on commit f7bf5b1

Please sign in to comment.