You are here: Chapter 11: Numara FootPrints API > FootPrints Database API > Database Commands > mrTime

mrTime

Description

Create a new time tracking element for a ticket or read one or more elements of time tracking

Syntax (following correct mrFile)

WRITE: mrTime <Entry #> <hours_worked> <$/hour rate>"

READ : mrTime <Entry #>"

           mrTime 0 R <filename>"

Examples

      mrTime 22 100 50

Writes a new record for ticket 22, showing 100 hours worked, at 50 units per hour.

mrTime 22

Reads all time tracking data for ticket 22.

mrTime 0 R ttfile.txt

Reads all time tracking data for all tickets whose numbers appear in ttfile.txt. This is useful for time tracking reports.