From f9b23f5c12eda13c6014f6291bdeecb77bb40141 Mon Sep 17 00:00:00 2001 From: T Date: Mon, 23 Feb 2026 11:27:12 -0700 Subject: PDF design tweaks --- internal/reports/testdata/invoice_test_data.json | 28 ++++++++++++++---------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'internal/reports/testdata/invoice_test_data.json') 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" -- cgit v1.2.3