ردیف | \r\n{{ $t(\"VoucherCode\") }} | \r\n{{ $t(\"Date\") }} | \r\n{{ $t(\"Description\") }} | \r\n{{ $t(\"Debtor\") }} | \r\n{{ $t(\"Creditor\") }} | \r\n{{ $t(\"Balance\") }} | \r\n
---|---|---|---|---|---|---|
\r\n {{ itemIndex + 1 }}\r\n | \r\n\r\n {{ row.voucherId }}\r\n | \r\n\r\n {{ row.createOn.split(\" \")[0] }} {{\r\n row.createOn.split(\" \")[1]\r\n }}\r\n | \r\n \r\n {{ row.description ? row.description : \"-\" }}\r\n | \r\n\r\n {{ formatPrice(row.debtor) }}\r\n | \r\n\r\n {{ formatPrice(row.creditor) }}\r\n | \r\n\r\n {{ formatPrice(row.remaining) }}\r\n | \r\n
\r\n {{ $t(\"Sum\") }}\r\n \r\n | \r\n\r\n {{ formatPrice(reportData.sumOfDebtor) }}\r\n | \r\n\r\n {{ formatPrice(reportData.sumOfCreditor) }}\r\n | \r\n\r\n {{formatPrice(reportData.sumOfRemaining) }}\r\n | \r\n
# | \r\n\r\n \r\n {{ c.title }}\r\n \r\n | \r\n
---|---|
\r\n {{\r\n (pagination.pageNumber - 1) * pagination.pageSize +\r\n iIndex +\r\n 1\r\n }}\r\n | \r\n\r\n |
مجموع | \r\n\r\n\r\n o.key == c.name)\"\r\n class=\"vs-table-text\"\r\n >\r\n {{\r\n Number(\r\n additionalData.find((o) => o.key == c.name).value\r\n ).toLocaleString()\r\n }}\r\n \r\n | \r\n
مجموع کل | \r\n\r\n\r\n o.key == c.total)\"\r\n class=\"vs-table-text\"\r\n >\r\n {{\r\n Number(\r\n additionalData.find((o) => o.key == c.total).value\r\n ).toLocaleString()\r\n }}\r\n \r\n | \r\n