Salaries - codbex/codbex-olympus GitHub Wiki
Salary is the structure as well as the Net, Gross and Total amounts per Employee.
Salary
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Master Entities
Field |
Type |
Length |
Null? |
Calc? |
Ref? |
Description |
Id |
INTEGER |
|
no |
- |
- |
|
Name |
VARCHAR |
200 |
- |
yes |
- |
Employee.Name/StartDate/EndDate |
Employee |
INTEGER |
|
no |
- |
yes |
Reference to Employee |
Company |
INTEGER |
|
- |
- |
yes |
Reference to Companies |
Currency |
INTEGER |
|
- |
- |
yes |
Reference to Currency |
Net |
DOUBLE |
|
- |
yes |
- |
|
Gross |
DOUBLE |
|
- |
yes |
- |
|
Total |
DOUBLE |
|
- |
yes |
- |
|
Custom Actions
Salary Item
Entity Definition
- Entity Type:
Dependent Entity
- Layout Type:
Manage Details Entities
Field |
Type |
Length |
Null? |
Calc? |
Ref? |
Description |
Id |
INTEGER |
|
no |
- |
- |
|
Salary |
INTEGER |
|
no |
- |
yes |
Reference to Salary |
Name |
VARCHAR |
2000 |
no |
- |
- |
Free text representing Product/Service |
Amount |
DOUBLE |
|
- |
yes |
- |
Quantity * Price |
Direction |
INTEGER |
|
no |
- |
yes |
Reference to Salary Item Direction |