Öğrenci Belgesi ve Transkript Belgesi Talep/Hazırlama İş Akışı

ÖĞRENCİ BELGESİ VE TRANSKRİPT BELGE TALEP/HAZIRLAMA İŞ AKIŞI

%%{init: {'theme': 'base', 'themeVariables': { 'fontSize': '24px', 'fontFamily': 'arial', 'lineWidth': '3px'}}}%% graph TD subgraph Basvuru_Sureci[" "] basvuru_title[" BAŞVURU SÜRECİ "] A([Başlangıç])-->B{"Başvuru
Türü"} B-->|E-Devlet|C["E-Devlet'e
Giriş"] B-->|Öğrenci İşleri|D["Öğrenci İşleri
Bürosuna Başvuru"] C-->E["Talep Edilen
Belge Seçimi"] D-->F["Talep Dilekçesi
Doldurulur"] end subgraph Kontrol_Sureci[" "] kontrol_title[" KONTROL SÜRECİ "] E & F-->G{"Öğrencilik
Durumu
Aktif mi?"} G-->|Hayır|H["Talep
Reddedilir"] G-->|Evet|I{"Belge
Türü?"} end subgraph Ogrenci_Belgesi[" "] belge_title[" ÖĞRENCİ BELGESİ SÜRECİ "] I-->|Öğrenci Belgesi|J["Öğrenci Bilgi
Sisteminden
Belge Oluşturulur"] J-->K["İmza/e-İmza
Süreci"] end subgraph Transkript_Sureci[" "] transkript_title[" TRANSKRİPT SÜRECİ "] I-->|Transkript|L["Not Durum
Belgesi Hazırlanır"] L-->M["Kontrol ve
Onay"] M-->K end subgraph Teslim_Sureci[" "] teslim_title[" TESLİM SÜRECİ "] K-->N{"Başvuru
Türüne Göre
Teslim"} N-->|E-Devlet|O["E-Devlet'ten
İndirilebilir"] N-->|Öğrenci İşleri|P["Fiziksel
Teslim"] O & P-->Q([Süreç
Tamamlandı]) end %% Açıklama notları B-.-N1["Başvuru Yöntemleri:
1. E-Devlet
2. Öğrenci İşleri"] I-.-N2["Belge Türleri:
1. Öğrenci Belgesi
2. Transkript"] K-.-N3["İmza Yetkilileri:
1. Öğrenci İşleri
2. Müdür/Müdür Yrd."] N-.-N4["Teslim Şekilleri:
1. E-Devlet: PDF
2. Fiziksel: Islak İmza"] %% Stil tanımlamaları classDef default fill:#f0f4f9,stroke:#233B87,stroke-width:3px,color:#233B87,font-size:24px classDef decision fill:#233B87,stroke:#233B87,stroke-width:3px,color:white,font-size:24px classDef start_end fill:#dfe6f2,stroke:#233B87,stroke-width:3px,color:#233B87,font-size:24px classDef note fill:#fff,stroke:#233B87,stroke-width:2px,stroke-dasharray: 6 6,color:#233B87,font-size:22px classDef title_style fill:none,stroke:none,color:#233B87,font-size:26px,font-weight:bold %% Stilleri uygula class A,Q start_end class B,G,I,N decision class N1,N2,N3,N4 note class basvuru_title,kontrol_title,belge_title,transkript_title,teslim_title title_style %% Alt süreç stilleri classDef subgraph_style fill:#f8f9fa,stroke:#233B87,stroke-width:3px class Basvuru_Sureci,Kontrol_Sureci,Ogrenci_Belgesi,Transkript_Sureci,Teslim_Sureci subgraph_style