Tempo Ideas

Welcome to Tempo’s Idea Portal! Your suggestions are valuable to us and help us make our products even better.
Below is a list of ideas for Tempo, so please search, review and vote for those that would help you the most. We encourage you to add an idea if you don’t see it listed. You can stay updated on the work we are doing here at Tempo by contributing to this page.
To learn more and see our Frequently Asked Questions, click here.

Add columns to labor costs csv

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)

  • Guest
  • Sep 13 2021
  • Future consideration
Tempo Products Cost Tracker for Tempo Timesheets
Tempo Platform Cloud
  • Attach files
  • Guest commented
    September 20, 2021 09:55

    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)