| Name | +Scope | +Entries | +Created | +Actions | +
|---|---|---|---|---|
|
+ {r.name}
+ {subject && (
+ {subject}
+ )}
+ |
+ {scope} | +{entryCount} | +{formatDateTime(r.created_at)} | ++ + + | +
| Date | +Case | +User | +Description | +Hours | +Rate | +Amount | +
|---|---|---|---|---|---|---|
| {formatDate(r.work_date)} | +{r.case_label} | +{r.user_name} | +{r.description} | +{r.hours.toFixed(2)} | +{formatCurrency(r.rate)} | +{formatCurrency(r.amount)} | +
| Date | +Case | +User | +Description | +Billable | +Amount | +
|---|---|---|---|---|---|
| {formatDate(r.expense_date)} | +{r.case_label} | +{r.user_name} | +{r.description} | +{r.billable ? "Yes" : "No"} | +{formatCurrency(r.amount)} | +