add invoice number to persons card

This commit is contained in:
babak alizadeh 2024-07-20 10:41:00 +03:30
parent f8872804bd
commit 693642a4fa

View file

@ -75,6 +75,7 @@
<tbody> <tbody>
<tr style="text-align: center; background-color: grey; text-color: white"> <tr style="text-align: center; background-color: grey; text-color: white">
<td style="width: 35px;">ردیف</td> <td style="width: 35px;">ردیف</td>
<td class="center item">فاکتور/سند</td>
<td class="center item">تاریخ</td> <td class="center item">تاریخ</td>
<td class="center item">توضیحات</td> <td class="center item">توضیحات</td>
<td class="center item">تفضیل</td> <td class="center item">تفضیل</td>
@ -86,6 +87,7 @@
<tr class="stimol"> <tr class="stimol">
<td class="center item">{{ loop.index }}</td> <td class="center item">{{ loop.index }}</td>
<td class="center item">{{ item.doc.code }}</td>
<td class="center item">{{ item.doc.date }}</td> <td class="center item">{{ item.doc.date }}</td>
<td class="center item">{{ item.des }}</td> <td class="center item">{{ item.des }}</td>
<td class="center item">{{ item.ref.name }}</td> <td class="center item">{{ item.ref.name }}</td>