# | Month | Client | Budget | Cost | Fee | Benefit | |
X | X | ||||||
{{$index + 1}} | {{ clientreport.Month | date:'MM-yyyy' }} | {{ clientreport.ClientID }} | {{ clientreport.Budget | currency }} | {{ clientreport.Cost | currency }} | {{ clientreport.Fee | currency }} | {{ clientreport.Benefit | currency }} | Details |
{{ClientBudget | currency }} | {{PEC | currency }} | {{Fee | currency }} | {{Benefit | currency }} |
TaskKey | PaidDate | Task Name | Assignee | Status | IsPaid | Cost | Fee | Benefit |
{{taskPEC | currency }} | {{taskFee | currency }} | {{taskBenefit | currency }} | ||||||
{{ task.TaskKey }} | {{ task.PaidDate | date:'MMM dd' }} |
![]() ![]() |
|
{{ task.Status.Name }} | {{task.isPaid == true ? "Paid" : "Un-Paid"}} | {{ task.PEC | currency }} | {{ task.Fee | currency }} | {{ task.Benefit | currency }} |