{
  "schemaVersion": 3,
  "exportedAt": "2026-05-26T00:00:00.000Z",
  "_comment": "Sample import file for the Harbinger Quote Generator. Drop this into the Dashboard via Import to see one complete example quote. Edit field values to suit; keep the structure intact. Field-by-field reference is below in _fieldGuide.",
  "_fieldGuide": {
    "schemaVersion": "Required. Current schema is 3. Older exports auto-migrate on import.",
    "quotes": "Required. Object keyed by quote id. Use any unique string; importer will rename on collision.",
    "quotes[id].meta.name": "Quote label shown in Dashboard list (e.g. 'ACME Linen Services — 5x S535').",
    "quotes[id].meta.status": "One of: draft, sent, won, lost.",
    "quotes[id].meta.validUntil": "ISO date (YYYY-MM-DD). Default = createdAt + 30 days.",
    "quotes[id].meta.followUp": "ISO date (YYYY-MM-DD), optional.",
    "quotes[id].state.model_code": "Harbinger SKU. Must match a code in quote-data.js (e.g. S535, S655, HC-series).",
    "quotes[id].state.body_application": "Either 'step_van' or 'hc_cab'.",
    "quotes[id].state.hvip_qualifies": "true = HVIP mode (CA buyer, shows voucher math). false = Standard mode.",
    "quotes[id].state.hvip_small_business": "true unlocks the higher voucher tier (130k/160k vs 60k/85k base).",
    "quotes[id].state.voucher_override": "Number to force a specific voucher amount, or null to use the GVWR class table.",
    "quotes[id].state.annual_miles": "Annual miles per truck. Used in the operating-cost comparison.",
    "quotes[id].state.kwh_per_mile": "Harbinger ballpark for loaded step-van duty cycle is ~1.0.",
    "quotes[id].state.electric_rate": "Customer's blended electric rate, $/kWh.",
    "quotes[id].state.customer_logo": "Optional. Data URL ('data:image/png;base64,...'). Usually uploaded via the editor file picker, not hand-edited here.",
    "logos": "Optional. Logo blobs by hash. Empty {} is fine for a fresh import."
  },
  "quotes": {
    "sample-acme-linen-001": {
      "_schemaVersion": 3,
      "_writeCounter": 1,
      "meta": {
        "name": "ACME Linen Services — 5x S535",
        "status": "draft",
        "createdAt": "2026-05-26",
        "updatedAt": "2026-05-26",
        "validUntil": "2026-06-25",
        "followUp": "2026-06-02",
        "notes": "Fleet manager mentioned Q3 charging-infrastructure budget approved. Decision expected mid-June.",
        "_modelKwh": 175,
        "_modelGvwr": "19.5k"
      },
      "state": {
        "_schemaVersion": 3,
        "customer_name": "Maria Chen",
        "customer_business": "ACME Linen Services",
        "customer_address": "1240 Industrial Pkwy, Fresno, CA 93725",
        "customer_phone": "559-555-0192",
        "customer_email": "mchen@acmelinen.com",
        "customer_logo": "",
        "rep_name": "Sawyer Sparks",
        "rep_title": "EV Truck Sales & Brand Manager",
        "rep_company": "Vanguard Truck Centers",
        "rep_address": "519 New Paul Road, La Vergne, TN 37086",
        "rep_phone": "615-625-2886",
        "rep_email": "sawyer.sparks@vanguardtrucks.com",
        "vehicle_make": "Harbinger",
        "vehicle_vin": "",
        "quote_number": "VTC-2026-0042",
        "body_application": "step_van",
        "body_upfit": "Morgan Olson P700 Step Van Body",
        "body_upfit_price": 24800,
        "model_code": "S535",
        "quantity": 5,
        "config_notes": "5 units for Fresno depot. Staggered delivery requested Q3 2026.",
        "electric_rate": 0.17,
        "diesel_price": 4.85,
        "diesel_mpg": 9.5,
        "gas_price": 4.10,
        "gas_mpg": 7.5,
        "annual_miles": 45500,
        "annual_miles_user_edited": false,
        "kwh_per_mile": 1.0,
        "rex_battery_share": 0.70,
        "rex_generator_mpg": 24,
        "co2_diesel_lbs_per_gal": 22.4,
        "co2_gas_lbs_per_gal": 19.6,
        "co2_grid_lbs_per_kwh": 0.49,
        "equivalent_diesel_price": 85000,
        "hvip_qualifies": true,
        "hvip_small_business": true,
        "voucher_override": null,
        "sales_tax_rate": 0.0775,
        "title_reg_fee": 1800,
        "freight_fee": 5000,
        "cover_pick": "nz-road",
        "detail_pick": "facility"
      }
    }
  },
  "logos": {}
}
