when using cost tracker and exporting labor costs to CSV, it would be great if “Entry Date/Time” was included in each row. right now the Tempo Time Record ID is available, but it’s a UUID, essentially we could not use the data in it’s current format to build out an invoice. This would be very helpful since the cost tracker is the report in tempo that has the correct Roles and Rates for each project (not just global rates)
Tempo Products | Cost Tracker for Tempo Timesheets |
Tempo Platform | Cloud |
If there is no need to group by a particular variable, you can go simple and do :
MaintenanceCost1.1$Cumulative.cost <- cumsum(MaintenanceCost1.1$Total.Cost)