Oturum yokGiris
Ops Kontrol

Teknik kontrol ve operator dogrulama calisma alani.

Bu alan sadece canli kontrol ve teknik dogrulama icindir. Gunluk kullanim icin ana giris panel ve rapor yuzeyidir.

Oturum

  • Kullanici: Giris yok
  • Kullanici ID: -
  • Membership sayisi: 0

Tenant sec

Smoke route sirasi

  • GET /api/health/db
  • GET /api/panel/summary
  • GET /api/panel/detail?entityType=cari&entityId=...
  • GET /api/check-senet
  • POST /api/check-senet
  • PATCH /api/check-senet/[id]
  • POST /api/chat/write
  • POST /api/reminders
  • PATCH /api/reminders/[id]
  • POST /api/allocations/[id]/unmatch
  • POST /api/ledger/[id]/reverse

Ilk kontrol: `/api/health/db` yesil donmeden write smoke'a gecme.

Ornek chat payloadlari

Acik kalem olustur
{
  "type": "create_open_item",
  "cariId": "<uuid>",
  "direction": "receivable",
  "reference": "FAT-001",
  "totalAmount": 15000
}
Tahsilat kaydet
{
  "type": "create_collection",
  "cariId": "<uuid>",
  "amount": 5000
}
Reminder olustur
{
  "type": "create_reminder",
  "targetType": "open_item",
  "targetId": "<open_item_uuid>",
  "dueAt": "2026-06-20T10:00:00.000Z"
}
Cek / senet olustur
{
  "cariId": "<uuid>",
  "kind": "check",
  "direction": "incoming",
  "referenceNo": "CEK-2026-001",
  "bankName": "Ornek Bank",
  "amount": 12500,
  "dueAt": "2026-07-15T09:00:00.000Z"
}
Chat ile cek / senet olustur
{
  "type": "create_check_senet",
  "cariId": "<uuid>",
  "kind": "senet",
  "direction": "outgoing",
  "referenceNo": "SNT-2026-002",
  "amount": 8700,
  "dueAt": "2026-07-25T09:00:00.000Z"
}
Cek / senet status guncelle
{
  "status": "collected"
}
Chat ile cek / senet status guncelle
{
  "type": "update_check_senet_status",
  "checkSenetId": "<check_senet_uuid>",
  "status": "paid"
}

Kontrol sonucu nasil gorulur?

  • 1. Health yesil donmeli
  • 2. Panel ve reports acilmali
  • 3. Detail ekranlari geri okuma vermeli
  • 4. Export route'lari 200 donmeli
  • 5. Mutabakat ve audit zinciri okunmali

Mobil bridge endpointleri

  • /api/panel/summary: Mobil veya operator shell icin ana readonly ozet
  • /api/panel/detail: Entity detail ve audit trail readback
  • /api/chat/write: Chat-first write bridge
  • /api/reminders: Reminder create ve listeleme
  • /api/reminders/[id]: Reminder postpone ve complete aksiyonlari
  • /api/check-senet: Cek / senet create ve listeleme
  • /api/check-senet/[id]: Cek / senet status guncelleme
  • /api/health/db: Gercek local DB baglantisi smoke kontrolu