fix(stock): add delivery user and manager role

This commit is contained in:
David Arnold
2023-10-01 14:04:34 +02:00
parent 361e555118
commit d3f94a03fc
5 changed files with 98 additions and 6 deletions

View File

@@ -157,6 +157,22 @@
"role": "HR Manager",
"share": 1,
"write": 1
},
{
"print": 1,
"read": 1,
"report": 1,
"role": "Delivery User"
},
{
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Delivery Manager",
"share": 1,
"write": 1
}
],
"quick_entry": 1,
@@ -166,4 +182,4 @@
"sort_order": "DESC",
"title_field": "full_name",
"track_changes": 1
}
}

View File

@@ -860,6 +860,22 @@
"share": 1,
"submit": 0,
"write": 1
},
{
"print": 1,
"read": 1,
"report": 1,
"role": "Delivery User"
},
{
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Delivery Manager",
"share": 1,
"write": 1
}
],
"quick_entry": 1,
@@ -872,4 +888,4 @@
"title_field": "",
"track_changes": 1,
"track_seen": 0
}
}