{
  "id": "time-card-calculator",
  "version": "7.0.0",
  "name": "Weekly Time Card",
  "shortName": "Weekly Time Card",
  "description": "Track your weekly work hours, breaks, and estimated earnings accurately.",
  "category": "Date & Time",
  "categorySlug": "date-time",
  "keywords": [
    "time",
    "card"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-18",
  "engine": "legacy-react",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/time-card-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "7.0.0",
    "referenceCoverage": "references-pending",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-08-18",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "urls": {
    "page": "/calculator/time-card-calculator/",
    "definition": "/calculator/time-card-calculator/definition.json",
    "schema": "/calculator/time-card-calculator/schema.json",
    "llms": "/calculator/time-card-calculator/llms.txt",
    "legacyDefinition": "/calculator/time-card-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/time-card-calculator/?hourlyRate=25",
  "queryParameters": {
    "in": {
      "label": "In",
      "type": "time",
      "required": false
    },
    "out": {
      "label": "Out",
      "type": "time",
      "required": false
    },
    "break": {
      "label": "Break",
      "type": "number",
      "required": false
    },
    "hourlyRate": {
      "label": "Hourly Rate ($)",
      "type": "number",
      "required": false,
      "default": 25
    }
  },
  "inputs": [
    {
      "id": "in",
      "label": "In",
      "type": "time"
    },
    {
      "id": "out",
      "label": "Out",
      "type": "time"
    },
    {
      "id": "break",
      "label": "Break",
      "type": "number"
    },
    {
      "id": "hourlyRate",
      "label": "Hourly Rate ($)",
      "type": "number",
      "defaultValue": 25
    }
  ],
  "outputs": [
    {
      "id": "result",
      "label": "Result",
      "format": "text",
      "primary": true
    }
  ],
  "formula": {
    "expression": "Daily work time = clock-out − clock-in − break; weekly total is the sum of daily hours and overtime is separated after the entered threshold."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "hourlyRate": 25
      }
    }
  ],
  "sources": []
}
