{{ bid.name }}

گزارش اقساط

شماره فاکتور: {{ doc.mainDoc.code }}

خریدار

نام: {% if person.prelabel is not null %}{{ person.prelabel.label }}{% endif %} {{ person.nikename }}

شناسه ملی: {{ person.shenasemeli }}

شماره ثبت: {{ person.sabt }}

شماره اقتصادی: {{ person.codeeghtesadi }}

تلفن / نمابر: {{ person.tel }}

کد پستی: {{ person.postalcode }}

آدرس: استان {{ person.ostan }}، شهر {{ person.shahr }}، {{ person.address }}

اطلاعات اقساط

مبلغ کل فاکتور: {{ doc.mainDoc.amount|number_format }} ریال

تعداد اقساط: {{ doc.count }}

درصد سود: {{ doc.profitPercent }}%

مبلغ سود: {{ doc.profitAmount|number_format }} ریال

نوع سود: {% if doc.profitType == 'yearly' %} سالانه {% elseif doc.profitType == 'monthly' %} ماهانه {% else %} روزانه {% endif %}

جریمه روزانه: {{ doc.daysPay }}%

{% for item in items %} {% endfor %}
شماره قسط تاریخ مبلغ وضعیت
{{ item.num }} {{ item.date|date('Y/m/d') }} {{ item.amount|number_format }} ریال {% if item.hesabdariDoc %} پرداخت شده ({{ item.hesabdariDoc.code }}) {% else %} پرداخت نشده {% endif %}
{% if printOptions.note and note %}

توضیحات:

{{ note|raw }}
{% endif %}

مهر و امضا خریدار

مهر و امضا فروشنده:


{% if printOptions.businessStamp %} {% endif %}