@if (type === 'MILEAGE') {
}
@if (type === 'FLAT_RATE') {
}
@if (type === 'MILEAGE' || type === 'FLAT_RATE') {
SALARY
{{ componentData.salary! | formatCurrency }}
EARNINGS
@if (componentData) {
{{ componentData!.earnings! | formatCurrency }}
}
@if (componentData.payments) {
DEBT
@if (componentData) {
{{ componentData!.debt! | formatCurrency }}
}
}
@if (isOpen) {
} @else {
@if (componentData.status?.id === 4) {
PAID IN FULL
{{ componentData!.earnings! | formatCurrency }}
}
@if (componentData.status?.id != 4) {
}
}