Müşteri Yönetimi
Müşteri kartlarını listeleyin, ekleyin ve yönetin.
{{vm.error}}
{{vm.success}}
{{vm.filteredTenants.length}} müşteri
Müşteri Listesi
| Firma | Kod | İletişim | Kullanıcı | Durum | Kayıt | İşlemler |
|---|---|---|---|---|---|---|
{{t.code}} |
{{t.contactEmail || '—'}}
{{t.contactPhone || ''}}
|
{{t.userCount}} | {{t.isActive ? 'Aktif' : 'Pasif'}} | {{t.createdAt | date:'dd.MM.yyyy'}} |
|
|
| Müşteri bulunamadı | ||||||
{{t.name}}
{{t.code}}
{{t.contactEmail || '—'}}
{{t.contactPhone}}
{{t.userCount}} kullanıcı
{{t.createdAt | date:'dd.MM.yyyy'}}
Müşteri bulunamadı
{{vm.error}}
{{vm.success}}
{{vm.selectedTenant.name}}
{{vm.selectedTenant.isActive ? 'Aktif' : 'Pasif'}}{{vm.selectedTenant.code}}
İşlem Filtreleri
İşlem Listesi
{{vm.payments.length}} kayıt
| Tarih | Referans | Oluşturan | Ödeyen | Tutar | Durum | Banka Ref. | Mesaj |
|---|---|---|---|---|---|---|---|
| {{item.createdAt | date:'dd.MM.yyyy HH:mm'}} | {{item.merchantPaymentId}} |
{{item.createdByFullName || item.createdByUserName || '—'}}
{{item.createdByUserName}}
|
{{item.customerName}}
{{item.customerEmail}}
|
{{item.amount | number:2}} {{item.currency}} | {{vm.statusText(item.status)}} | {{item.bankTransactionId || '—'}} | {{item.responseMessage || '—'}} |
| İşlem bulunamadı | |||||||
{{item.merchantPaymentId}}
{{vm.statusText(item.status)}}
{{item.amount | number:2}} {{item.currency}}
{{item.createdByFullName || item.createdByUserName}}
{{item.customerName}}
{{item.customerEmail}}
{{item.createdAt | date:'dd.MM.yyyy HH:mm'}}
{{item.responseMessage}}
İşlem bulunamadı
Log Filtreleri
Giriş Logları
{{vm.loginLogs.length}} kayıt
| Tarih | Kullanıcı | Olay | IP | Detay |
|---|---|---|---|---|
| {{item.createdAt | date:'dd.MM.yyyy HH:mm:ss'}} | {{item.userName}} | {{item.eventTypeLabel}} | {{item.ipAddress || '—'}} |
{{item.message || '—'}} |
| Log kaydı bulunamadı | ||||
{{item.userName}}
{{item.eventTypeLabel}}
{{item.createdAt | date:'dd.MM.yyyy HH:mm:ss'}}
{{item.ipAddress || '—'}}{{item.message}}
Log kaydı bulunamadı
Kullanıcı Listesi
{{vm.filteredUsers.length}} kayıt
| Kullanıcı Adı | Ad Soyad | E-posta | Telefon | Durum | İşlemler |
|---|---|---|---|---|---|
| {{u.userName}} | {{u.fullName}} | {{u.email || '—'}} | {{u.phone || '—'}} | Kilitli Aktif Pasif |
|
| Kullanıcı bulunamadı | |||||
{{u.userName}}
{{u.fullName}}
{{u.email || '—'}} · {{u.phone || '—'}}
Kullanıcı bulunamadı