flexbiz-server
Version:
Flexible Server
47 lines • 1.1 kB
JavaScript
exports.data = [
{
"is_customer_group": false,
"is_employee_group": true,
"not_need_active":true,
"status": true,
"visible_to": 0,
"visible_to_users": [],
"dataview_to": 0,
"dataview_to_users": [],
"group_name": "Bán hàng"
},
{
"status": true,
"visible_to": 0,
"not_need_active":true,
"visible_to_users": [],
"dataview_to": 0,
"dataview_to_users": [],
"group_name": "Khách hàng",
"is_customer_group": true,
"is_employee_group": false,
},
{
"is_customer_group": false,
"is_employee_group": true,
"not_need_active":true,
"status": true,
"visible_to": 0,
"visible_to_users": [],
"dataview_to": 0,
"dataview_to_users": [],
"group_name": "Quản lý",
},
{
"is_customer_group": false,
"is_employee_group": true,
"not_need_active":true,
"default_group":true,
"status": true,
"visible_to": 0,
"visible_to_users": [],
"dataview_to": 0,
"dataview_to_users": [],
"group_name": "Nhân viên",
}
]