شنو تريد تسجل؟
إدخال أموال
لازم تسوي محفظة أول.
صرفية
لازم تسوي محفظة أول.
الرصيد الحالي: {{ fmt(balOf(fout.walletId), curOf(fout.walletId)) }}
تحويل بين محفظتين
تحتاج محفظتين على الأقل حتى تحول.
محفظة جديدة
{{ active.title || typeName(active.type) }}
النوع{{ typeName(active.type) }}
المبلغ{{ amtLabel(active) }}
من{{ active.fromName }} · {{ fmt(active.fromAmount, active.fromCurrency) }}
إلى{{ active.toName }} · {{ fmt(active.toAmount, active.toCurrency) }}
المحفظة{{ active.walletName }}
{{ active.type === 'in' ? 'من' : 'إلى' }}{{ active.party }}
التاريخ{{ dateStr(active.date) }}
الشرح{{ active.note }}
{{ activeWallet.name }}
الرصيد{{ fmt(activeWallet.balance, activeWallet.currency) }}
العملة{{ activeWallet.currency === 'IQD' ? 'دينار عراقي' : 'دولار أمريكي' }}
عدد الحركات{{ walletTxCount(activeWallet.id) }}