{% extends 'base.html' %} {% from '_icons.html' import icon %} {% block content %}
| Tarih | Kurum | Yön | Tür | Belge | Tutar | Dağıtılmamış | Durum |
|---|---|---|---|---|---|---|---|
| {{ item.transaction_date|date_tr }} | {{ item.institution.name }} | {{ 'Ödeme' if item.direction=='PAYMENT' else 'Tahsilat' }} | {{ {'CASH_ACCOUNT':'Nakit/Hesap','CHECK':'Çek','NOTE':'Senet'}.get(item.method,item.method) }} | {{ item.document_number or '-' }} | {{ item.amount|money }} {{ item.currency }} | {{ payment_unallocated(item)|money }} {{ item.currency }} | {% if item.is_cancelled %}İptal{% else %}{{ item.instrument_status }}{% endif %} |
| İşlem bulunamadı. | |||||||