{
  "file_name": "calisan_listesi",
  "page_title": "Şirket Çalışan Listesi",
  "company_logo": "https://via.placeholder.com/150x60/28a745/FFFFFF?text=HR",
  "title_data": {
    "A": {
      "title": "Çalışan No",
      "field": "employee_id",
      "width": 12,
      "type": "text"
    },
    "B": {
      "title": "Ad Soyad",
      "field": "full_name",
      "width": 25,
      "type": "text"
    },
    "C": {
      "title": "Departman",
      "field": "department",
      "width": 20,
      "type": "text"
    },
    "D": {
      "title": "Pozisyon",
      "field": "position",
      "width": 20,
      "type": "text"
    },
    "E": {
      "title": "Maaş (₺)",
      "field": "salary",
      "width": 15,
      "type": "number"
    },
    "F": {
      "title": "İşe Giriş",
      "field": "start_date",
      "width": 15,
      "type": "text"
    }
  },
  "products_data": [
    {
      "employee_id": "EMP001",
      "full_name": "Ahmet Yılmaz",
      "department": "IT",
      "position": "Yazılım Geliştirici",
      "salary": 15000,
      "start_date": "2023-01-15"
    },
    {
      "employee_id": "EMP002",
      "full_name": "Ayşe Demir",
      "department": "İnsan Kaynakları",
      "position": "HR Uzmanı",
      "salary": 12000,
      "start_date": "2022-06-01"
    },
    {
      "employee_id": "EMP003",
      "full_name": "Mehmet Kaya",
      "department": "Satış",
      "position": "Satış Temsilcisi",
      "salary": 10000,
      "start_date": "2023-03-10"
    },
    {
      "employee_id": "EMP004",
      "full_name": "Fatma Özkan",
      "department": "Muhasebe",
      "position": "Mali Müşavir",
      "salary": 18000,
      "start_date": "2021-09-01"
    },
    {
      "employee_id": "EMP005",
      "full_name": "Ali Çelik",
      "department": "IT",
      "position": "Sistem Yöneticisi",
      "salary": 16000,
      "start_date": "2022-11-20"
    }
  ]
}
