{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load humanizelib %} {% block title %}
SL | File | Head | Supplier | Date | Value($) | Conv. Rate | Receivable(BDT) | Remarks | Action |
---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ item.file }} | {{ item.head }} | {{ item.supplier }} | {{ item.date }} | ${{ item.value_dollar|intcomma }} | Tk {{ item.conversion_rate }} | Tk {{ item.receivable_tk|floatformat:3|intcomma }} | {{ item.remarks|default:"N/A" }} | |
Data is not found |