[
{
"id": "Q-1001",
"quoteDate": "2024-09-15T10:00:00Z",
"customerName": "Acme Manufacturing",
"normalized": {
"material": "6061-t6",
"processes": ["cnc", "anodize"],
"qtyRange": [101, 500],
"tolerances": "+/-0.005",
"finish": "anodize"
},
"costPerUnit": 12.50,
"totalCost": 2500.00,
"leadDays": 21,
"actualLeadDays": 19,
"notes": "Same part family, same finish. Customer was satisfied with lead time.",
"approved": true,
"approvedBy": "John Smith",
"sentDate": "2024-09-15T14:00:00Z"
},
{
"id": "Q-0832",
"quoteDate": "2024-08-22T09:30:00Z",
"customerName": "TechCorp Industries",
"normalized": {
"material": "304-ss",
"processes": ["laser", "weld", "passivate"],
"qtyRange": [11, 50],
"tolerances": "+/-0.010",
"finish": "passivate"
},
"costPerUnit": 45.00,
"totalCost": 1350.00,
"leadDays": 35,
"actualLeadDays": 38,
"notes": "Lower qty, welds required. Lead time extended due to welding backlog.",
"approved": true,
"approvedBy": "Sarah Johnson",
"sentDate": "2024-08-22T16:00:00Z"
},
{
"id": "Q-1234",
"quoteDate": "2024-10-01T11:15:00Z",
"customerName": "Precision Parts Co",
"normalized": {
"material": "6061",
"processes": ["cnc", "mill", "deburr"],
"qtyRange": [51, 100],
"tolerances": "+/-0.003",
"finish": ""
},
"costPerUnit": 18.75,
"totalCost": 1406.25,
"leadDays": 14,
"actualLeadDays": 16,
"notes": "Standard CNC work with tight tolerances",
"approved": true,
"approvedBy": "Mike Wilson",
"sentDate": "2024-10-01T15:00:00Z"
},
{
"id": "Q-0955",
"quoteDate": "2024-07-18T13:45:00Z",
"customerName": "BuildTech Solutions",
"normalized": {
"material": "aluminum",
"processes": ["cnc", "powder coat"],
"qtyRange": [501, 1000],
"tolerances": "+/-0.010",
"finish": "powder coat"
},
"costPerUnit": 8.25,
"totalCost": 4125.00,
"leadDays": 28,
"actualLeadDays": 27,
"notes": "High volume order with standard tolerances. Powder coating added 5 days to lead time.",
"approved": true,
"approvedBy": "John Smith",
"sentDate": "2024-07-19T10:00:00Z"
},
{
"id": "Q-1567",
"quoteDate": "2024-11-01T08:00:00Z",
"customerName": "Marine Equipment Inc",
"normalized": {
"material": "316-ss",
"processes": ["cnc", "passivate", "polish"],
"qtyRange": [11, 50],
"tolerances": "+/-0.005",
"finish": "polish"
},
"costPerUnit": 52.00,
"totalCost": 1560.00,
"leadDays": 21,
"notes": "Marine-grade stainless with polished finish for corrosion resistance",
"approved": true,
"approvedBy": "Sarah Johnson"
}
]