user guide
×
Меню
Индекс

Production and warehouse workers

 
action: get_worker_list
 
The iFurn.pro system has separate access for warehouse and production workers through the q.ifurn.pro portal. The output separately displays the data of the employee and the permissions that are set for him in the admin panel.
 
Conclusion:
 
{
    "status": "ok",
    "error": "",
    "data": {
        "count": 28,
        "data": [
            {
                "equipment_worker_id": "3",
                "is_working": "1",
                "can_input_source": "0",
                "password": "9ddzNH7FjtradonziTXYOkH,myDGrD3f7sUNdEVgGnknknkLur0EQli5bT",
                "name": "Олег",
                "phone": "667171777",
                "parent": null,
                "firm": "3",
                "d_update": "2021-07-25 10:16:19",
                "permission": {
                    "count": 2,
                    "data": [
                        {
                            "equipment_worker_service_type_id": "273",
                            "equipment_worker": "3",
                            "service_type": "7",
                            "d_update": "2021-04-19 15:31:58",
                            "goods_service_type_id": "7",
                            "name": "3514",
                            "description": "3515",
                            "parent": null,
                            "text": "3514",
                            "ua": "порізка",
                            "ru": "Порезка",
                            "ro": "Tăiere",
                            "en": "Cutting",
                            "pl": "Ciąć"
                        },
                        {
                            "equipment_worker_service_type_id": "274",
                            "equipment_worker": "3",
                            "service_type": "10",
                            "d_update": "2021-04-19 21:18:40",
                            "goods_service_type_id": "10",
                            "name": "19386",
                            "description": "19387",
                            "parent": "7",
                            "text": "19386",
                            "ua": "Крайкування прямолінійне",
                            "ru": "Кромкование прямолинейное ",
                            "ro": "Muchie dreaptă",
                            "en": "Straight edge edging",
                            "pl": "Krawędzie proste"
                        }
                    ]
                }
            },
            ...
}