Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions ury/ury/doctype/sub_pos_closing/sub_pos_closing.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,39 @@
"share": 1,
"submit": 1,
"write": 1
},
{
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "URY Manager",
"select": 1,
"share": 1,
"submit": 1,
"write": 1
},
{
"permlevel": 1,
"read": 1,
"role": "URY Manager"
},
{
"create": 1,
"read": 1,
"role": "URY Cashier",
"select": 1,
"submit": 1,
"write": 1
},
{
"read": 1,
"role": "URY Captain",
"select": 1
}
],
"sort_field": "modified",
Expand Down
15 changes: 15 additions & 0 deletions ury/ury/doctype/ury_kot/ury_kot.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
"write": 1
},
{
"cancel": 1,
"create": 1,
"email": 1,
"export": 1,
Expand All @@ -303,6 +304,20 @@
"share": 1,
"submit": 1,
"write": 1
},
{
"cancel": 1,
"create": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "URY Cashier",
"select": 1,
"share": 1,
"submit": 1,
"write": 1
}
],
"sort_field": "modified",
Expand Down
28 changes: 28 additions & 0 deletions ury/ury/doctype/ury_kot_error_log/ury_kot_error_log.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,34 @@
"role": "System Manager",
"share": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "URY Manager",
"select": 1,
"share": 1,
"write": 1
},
{
"create": 1,
"export": 1,
"read": 1,
"role": "URY Captain",
"select": 1,
"write": 1
},
{
"create": 1,
"read": 1,
"role": "URY Cashier",
"select": 1,
"write": 1
}
],
"sort_field": "modified",
Expand Down
10 changes: 10 additions & 0 deletions ury/ury/doctype/ury_production_unit/ury_production_unit.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@
"role": "URY Captain",
"select": 1,
"share": 1
},
{
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "URY Cashier",
"select": 1,
"share": 1
}
],
"sort_field": "modified",
Expand Down
3 changes: 2 additions & 1 deletion ury/ury/doctype/ury_table/ury_table.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@
"print": 1,
"read": 1,
"role": "URY Cashier",
"select": 1
"select": 1,
"write": 1
}
],
"row_format": "Dynamic",
Expand Down
Loading