{
  "generated_at": "2026-08-21T17:42:03.363Z",
  "app": "Aakash Internal Management",
  "tables": {
    "staff": [
      {
        "id": 1,
        "staff_code": "STF160419",
        "name": "Amit Sharma",
        "role": "CEO",
        "mobile": "84370385252",
        "joining_date": "2010-01-01",
        "monthly_salary": 50000,
        "status": "ACTIVE",
        "notes": "",
        "created_at": "2026-08-21 15:29:20"
      }
    ],
    "attendance": [
      {
        "id": 1,
        "staff_id": 1,
        "attendance_date": "2026-08-21",
        "status": "PRESENT",
        "remarks": "ok",
        "created_at": "2026-08-21 15:29:33"
      }
    ],
    "staff_expenses": [
      {
        "id": 1,
        "staff_id": 1,
        "expense_date": "2026-08-21",
        "expense_type": "TA_DA",
        "amount": 1000,
        "notes": "route driver",
        "status": "APPROVED",
        "created_at": "2026-08-21 15:29:52"
      }
    ],
    "payroll": [],
    "vehicles": [
      {
        "id": 1,
        "vehicle_name": "TATA 407",
        "registration_no": "PB07AS2547",
        "vehicle_type": "",
        "status": "ACTIVE",
        "notes": "",
        "created_at": "2026-08-21 15:30:13"
      }
    ],
    "fuel_entries": [
      {
        "id": 1,
        "entry_date": "2026-08-21",
        "vehicle_id": 1,
        "fuel_type": "DIESEL",
        "litres": 1000,
        "amount": 500,
        "odometer_km": null,
        "vendor": "SAS",
        "payment_mode": "",
        "reference": "",
        "notes": "",
        "created_at": "2026-08-21 15:30:24"
      }
    ],
    "operating_expenses": [
      {
        "id": 1,
        "expense_date": "2026-08-21",
        "category": "Rent",
        "amount": 500,
        "payment_mode": "Cash",
        "reference": "",
        "vendor_or_payee": "AMIT",
        "notes": "100",
        "created_at": "2026-08-21 15:30:38"
      }
    ],
    "monthly_budgets": [
      {
        "id": 1,
        "budget_month": "2026-08",
        "category": "Salary",
        "budget_amount": 150000,
        "created_at": "2026-08-21 15:30:47"
      }
    ],
    "management_monthly_summary": [],
    "backup_log": []
  }
}