summaryrefslogtreecommitdiff
path: root/internal/reports/testdata/invoice_test_data.json
blob: 499f10473860e8f7daf85adbe381059a24f94d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "client_name": "Acme Corporation",
  "project_name": "",
  "date_range_start": "2025-07-01",
  "date_range_end": "2025-07-31",
  "generated_date": "2025-08-04",
  "invoice_number": "2025-07-001",
  "line_items": [
    {
      "description": "Software Development - Acme Corporation",
      "hours": 14.5,
      "rate": 150.0,
      "amount": 2175.0
    },
    {
      "description": "Platform Modernization",
      "hours": 8.0,
      "rate": 175.0,
      "amount": 1400.0
    },
    {
      "description": "Custom rate work",
      "hours": 3.0,
      "rate": 225.0,
      "amount": 675.0
    }
  ],
  "total_hours": 25.5,
  "total_amount": 4250.0,
  "contractor_name": "Travis Parker",
  "contractor_label": "Software Development",
  "contractor_email": "travis.parker@gmail.com"
}