Fix in Requests + in Report part

This commit is contained in:
2024-11-14 19:19:48 +03:00
parent 7d939ef1e4
commit 19d5ce088e
18 changed files with 222 additions and 54 deletions

7
App/Report/access/1.json Normal file
View File

@@ -0,0 +1,7 @@
{
"title" : "Отчет о продажах",
"write" : ["Менеджер"],
"read" : ["Управляющий"],
"view" : "view_report",
"procedure" : "generate_report"
}