summaryrefslogtreecommitdiff
path: root/internal/reports/testdata
diff options
context:
space:
mode:
authorT <t@tjp.lol>2026-02-23 11:27:12 -0700
committerT <t@tjp.lol>2026-02-23 11:30:58 -0700
commitf9b23f5c12eda13c6014f6291bdeecb77bb40141 (patch)
tree85a8cd0b4a44830c0176dfe3b81240a81bb21c8f /internal/reports/testdata
parentb53c952fc8a054d935d90db2ccf3f0b897e6c771 (diff)
PDF design tweaksHEADmain
Diffstat (limited to 'internal/reports/testdata')
-rw-r--r--internal/reports/testdata/invoice_test_data.json28
1 files changed, 17 insertions, 11 deletions
diff --git a/internal/reports/testdata/invoice_test_data.json b/internal/reports/testdata/invoice_test_data.json
index a6adc28..499f104 100644
--- a/internal/reports/testdata/invoice_test_data.json
+++ b/internal/reports/testdata/invoice_test_data.json
@@ -1,26 +1,32 @@
{
- "client_name": "Test Client",
- "project_name": "Test Project",
+ "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": "Development work",
- "hours": 8.5,
+ "description": "Software Development - Acme Corporation",
+ "hours": 14.5,
"rate": 150.0,
- "amount": 1275.0
+ "amount": 2175.0
},
{
- "description": "Code review and testing",
- "hours": 2.25,
- "rate": 150.0,
- "amount": 337.5
+ "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": 10.75,
- "total_amount": 1612.5,
+ "total_hours": 25.5,
+ "total_amount": 4250.0,
"contractor_name": "Travis Parker",
"contractor_label": "Software Development",
"contractor_email": "travis.parker@gmail.com"