Новый вид запроса + исправление названия первого

This commit is contained in:
2024-11-20 19:35:34 +03:00
parent 4ee6165c74
commit 59c60d115b
3 changed files with 11 additions and 3 deletions

View File

@@ -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
View File

@@ -0,0 +1,7 @@
{
"title" : "Отчет о поставках поставщиками",
"write" : ["Бухгалтер"],
"read" : ["Управляющий"],
"view" : "sellers_report",
"procedure" : "report_sellers"
}

View File

@@ -1,3 +1,4 @@
[
{"id": 1, "name": "Покупки за месяц"}
{"id": 1, "name": "Заготовки"},
{"id": 2, "name": "Поставщики"}
]