All the employees are created in the system according to the template. You can find available types of employees in the following table:
Prefix |
Description |
---|---|
merch_ | Merchandiser or Sales Representative |
sv_ | Supervisor |
asm_ | ASM |
um_ | Territorial manager |
kam_ | KAM |
aud_ | Auditor |
JSON structure fields:
Name | Type | Description | Example |
---|---|---|---|
*_id | Integer | id of existing employee | |
*_login | String | employee login | merch123 |
*_password | String | employee password | |
*_name | String | employee full name | |
_logintpl | String | employee login template | merch |
*_phone | String | phone | |
*_email | String |
Notes: