Files
tilbudgivern/test_quote_data.json
T
alex fc40f65fec Add project data, quotes, and real project details for Kunda a/s
- Created test_project_data.json with project details including customer information, project description, and counts for geometry, labor, materials, and quotes.
- Added test_quote_data.json containing company information, project details, geometry, labor, materials, and calculation summary.
- Introduced test_real_project.json with comprehensive project data including labor, materials, and detailed calculations.
- Generated updated_real_project_quote.pdf reflecting the latest project quote details.
2025-09-17 15:13:52 +02:00

49 lines
1.0 KiB
JSON

{
"company_info": {
"name": "Tømrer- og Snedkermester Mikael Holck ApS",
"phone": "42468110",
"email": "[email protected]",
"website": "www.mikaelholck.dk",
"cvr": "38178059",
"address": "Hornumvej 7",
"city": "4600 Køge"
},
"project": {
"customer_name": "Hans Hansen",
"project_name": "Kunda a/s",
"project_description": "udskiftning af b7 tag til nyt b7 tag"
},
"geometry": {
"roof_type": "skraat_tag",
"total_area": 342.24
},
"labor": {
"total_work_hours": 205,
"carpenter_count": 2,
"hourly_rate": 580
},
"materials": [
{
"material_name": "Tagplader B7",
"quantity": 350,
"unit": "m²",
"unit_price": 85,
"total_price": 29750
},
{
"material_name": "Taglægter C18",
"quantity": 50,
"unit": "stk",
"unit_price": 45,
"total_price": 2250
}
],
"calculation": {
"total_labor_cost": 118900,
"total_material_cost": 32000,
"subtotal": 150900,
"vat_amount": 37725,
"total_incl_vat": 188625
}
}