Новый вид запроса + исправление названия первого
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"title" : "Отчет о продажах",
|
||||
"title" : "Отчет о поставках заготовок",
|
||||
"write" : ["Менеджер"],
|
||||
"read" : ["Управляющий"],
|
||||
"view" : "view_report",
|
||||
"view" : "workpiece_report",
|
||||
"procedure" : "report_workpiece"
|
||||
}
|
||||
7
App/Report/access/2.json
Normal file
7
App/Report/access/2.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"title" : "Отчет о поставках поставщиками",
|
||||
"write" : ["Бухгалтер"],
|
||||
"read" : ["Управляющий"],
|
||||
"view" : "sellers_report",
|
||||
"procedure" : "report_sellers"
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
[
|
||||
{"id": 1, "name": "Покупки за месяц"}
|
||||
{"id": 1, "name": "Заготовки"},
|
||||
{"id": 2, "name": "Поставщики"}
|
||||
]
|
||||
Reference in New Issue
Block a user