# | Date | Client | Replacement Type | Compliant |
---|---|---|---|---|
{{ $index + 1 }} | {{ getDate(replacement.replacementDate) }} | {{ replacement.client.label }} | faulty Replacement innocent Replacement self Replacement criminalized Replacement | {{replacement.replacementReason?replacement.replacementReason:''}} |
# | Note Type | Amount | Note Reason | Reason | Note Date | Manager |
---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ getEnumValue(note.noteType) }} | {{ note.amount}} | {{ note.noteReasone}} | {{ (note.additionReason)? note.additionReason.label : note.deductionReason.label}} | {{ getDate(note.noteDate)}} | {{ note.fromManager.label}} |
# | Date | Type | Failed Interview Balance |
---|---|---|---|
{{ $index + 1 }} | {{ getDate(failedInterview.date) }} | {{ getEnumValue(failedInterview.reason) }} | {{ failedInterview.failedInterviewBalance }} |
# | Question | Answer | Date |
---|---|---|---|
{{ $index + 1 }} | {{ yayabotMaidQuestion.textAction }} | {{ yayabotMaidQuestion.answerTextAction }} | {{ getDate(yayabotMaidQuestion.creationDate)}} |
# | Inquiry Text | Date |
---|---|---|
{{ $index + 1 }} | {{ medicalInquiry.inquiryText }} | {{ getDate(medicalInquiry.inqueryDate) }} |