From 148412c31c216ae1048cf025bcfafe3ede249fe5 Mon Sep 17 00:00:00 2001 From: ValueOn AG
{t('common.loading', 'Loading...')}
-{emptyMessage || t('formgen.empty', 'No data available')}
-Übersicht über Guthaben und Nutzung
+Guthaben, Statistiken und Transaktionen
+| Mandant | +Billing-Modell | +Anzahl Benutzer | +Standard-Guthaben | +Gesamtguthaben | +Aktion | +
|---|---|---|---|---|---|
| {balance.mandateName || balance.mandateId} | +{getBillingModelLabel(balance.billingModel)} | +{balance.userCount} | +{formatCurrency(balance.defaultUserCredit)} | +{formatCurrency(balance.totalBalance)} | ++ + | +
| Datum | +Mandant | +Typ | +Beschreibung | +Anbieter | +Feature | +Betrag | +
|---|---|---|---|---|---|---|
| {formatDate(t.createdAt)} | +{t.mandateName || '-'} | ++ + {getTypeLabel(t.transactionType)} + + | +{t.description} | +{t.aicoreProvider || '-'} | +{t.featureCode || '-'} | ++ {t.transactionType === 'DEBIT' ? '-' : '+'}{formatCurrency(t.amount)} + | +
Guthaben und Transaktionen pro Mandant
+Übersicht aller Kontobewegungen
+| Mandant | +Benutzer | +Guthaben | +Warnschwelle | +Status | +
|---|---|---|---|---|
| {balance.mandateName || balance.mandateId} | +{balance.userName || balance.userId} | +{formatCurrency(balance.balance)} | +{formatCurrency(balance.warningThreshold)} | ++ {balance.isWarning ? ( + + Niedrig + + ) : balance.enabled ? ( + Aktiv + ) : ( + Deaktiviert + )} + | +
| Datum | +Mandant | +Benutzer | +Typ | +Beschreibung | +Anbieter | +Feature | +Betrag | +
|---|---|---|---|---|---|---|---|
| {formatDate(t.createdAt)} | +{t.mandateName || '-'} | +{t.userName || '-'} | ++ + {getTypeLabel(t.transactionType)} + + | +{t.description} | +{t.aicoreProvider || '-'} | +{t.featureCode || '-'} | ++ {t.transactionType === 'DEBIT' ? '-' : '+'}{formatCurrency(t.amount)} + | +
Guthaben und Transaktionen pro Benutzer
+Workflow-Ausführung und Chat-Interaktion