Users - codbex/codbex-olympus GitHub Wiki
User is a person (accountant) who manages the finances of a company.
User
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Entities
Field |
Type |
Length |
Null? |
Calc? |
Ref? |
Description |
Id |
INTEGER |
|
no |
- |
- |
|
Name |
VARCHAR |
200 |
no |
- |
- |
Name of the user |
Email |
VARCHAR |
100 |
- |
- |
- |
|
Phone |
VARCHAR |
20 |
- |
- |
- |
|
User Role
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Entities
Field |
Type |
Length |
Null? |
Calc? |
Ref? |
Description |
Id |
INTEGER |
|
no |
- |
- |
|
Name |
VARCHAR |
200 |
no |
- |
- |
Name of the role |
Description |
VARCHAR |
200 |
- |
- |
- |
Description of the role |
Permission
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Entities
Field |
Type |
Length |
Null? |
Calc? |
Ref? |
Description |
Id |
INTEGER |
|
no |
- |
- |
|
Name |
VARCHAR |
200 |
no |
- |
- |
Name of the permission |
Description |
VARCHAR |
200 |
- |
- |
- |
Description of the permission |