Incentives

Date
Total Incentive: {{ voucher().incentive | number: '1.2-2' }} Total Points: {{ totalPoints() | number: '1.2-2' }} Point Value: {{ pointValue() | number: '1.2-2' }}
Name {{ row.name }} Designation {{ row.designation }} Department {{ row.department }} DaysWorked {{ row.daysWorked | number: '1.2-2' }} Service Points @if (form.incentives[i]) { } Amount {{ amount(row, i) | currency: 'INR' }}
@if (voucher().id) { }
@if (voucher().id) {
Created on {{ voucher().creationDate | localTime }} and Last Edited on {{ voucher().lastEditDate | localTime }} by {{ voucher().user.name }}. {{ voucher().poster ? 'Posted by ' + voucher().poster : '' }}
}