WageDeduction
- entity type: AggregateRoot
- id:
2446df22-50b8-4084-a51d-ef0b89410aa3 - code:
WageDeduction - name: WageDeduction
- description: wage deductions of employee
- notes: see MetaModel definition
- dependencies:
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | Description | |
|---|---|---|---|---|---|---|---|
| Employee | LookupEntity [EmployeeDetail] | ✘ | ✘ | ✘ | ✘ | relationship to employee | |
| Employment | LookupEntity [Employment] | ✘ | ✔ | ✘ | ✘ | relationship to employment | |
| MonthCode | Text | ✘ | ✔ | ✘ | ✘ | identification of calendar month (e.g. '2020-03') | |
| Date | Date | ✘ | ✔ | ✘ | ✘ | pay advance date | |
| Amount | DecimalNumber | ✘ | ✔ | ✘ | ✘ | pay advance amount | |
| Notes | MultilineText | ✘ | ✔ | ✘ | ✘ | notes about wage deduction | |
| Type | LookupEntity [WageDeductionType] | ✘ | ✔ | ✘ | ✘ | wage deduction type |
Properties or their values can be marked with:
- 🆕 - signifies about new property or value
- ❗ - signifies that property or its values have been changed during month
- ❌ - signifies that property or its value has been deleted
- if property appears with ❗ and no change is listed, then the changes have been made to values which are not documented here