feat: show transaction due dates on invoices
Surface paid vs pending installments and imported transaction counts after moving transactions off the payment document.
This commit is contained in:
@@ -295,8 +295,9 @@
|
||||
</div>
|
||||
|
||||
<p class="text-xs text-muted m-0 line-height-3">
|
||||
نمونه فایلها: <code dir="ltr">raw-data/import-data.json</code>
|
||||
و <code dir="ltr">raw-data/taksa-tir-1405-import.json</code>
|
||||
نمونه فایلها: <code dir="ltr">raw-data/import-data.json</code>،
|
||||
<code dir="ltr">raw-data/taksa-tir-1405-import.json</code>
|
||||
و <code dir="ltr">raw-data/taksa-tir-1405-payments-import.json</code>
|
||||
</p>
|
||||
|
||||
<div
|
||||
@@ -312,6 +313,7 @@
|
||||
<li>جلسه جدید: {{ importResult.stats?.sessionsCreated ?? 0 }} — بازاستفاده: {{ importResult.stats?.sessionsReused ?? 0 }}</li>
|
||||
<li>حضور و غیاب: {{ importResult.stats?.attendanceRecords ?? 0 }} — بدون کاربر: {{ importResult.stats?.attendanceSkipped ?? 0 }}</li>
|
||||
<li>پرداخت جدید: {{ importResult.stats?.paymentsCreated ?? 0 }} — بهروزرسانی: {{ importResult.stats?.paymentsUpdated ?? 0 }} — بازاستفاده: {{ importResult.stats?.paymentsReused ?? 0 }}</li>
|
||||
<li>تراکنش: {{ importResult.stats?.transactionsCreated ?? 0 }}</li>
|
||||
<li v-if="importResult.warnings?.length">هشدارها: {{ importResult.warnings.length }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user