Fiş Seri / No: {{selectedData.receiptSeries + selectedData.receiptNo}}
Müşteri: {{selectedData.customerName}}
Tarih: {{selectedData.receiptDateTime}}
Tarih | Seri | Fiş No | İrsaliye No | E-Fatura | Müşteri Adı | Hesap | Borç | Durum | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ String(row.debt.toFixed(3)).split('.')[0]}} .{{ String(row.debt.toFixed(3)).split('.')[1] }} {{ row.accountCurrAbbr }} |
![]() |
Fatura Detayları
# | Stok No | Stok Adı | Miktar / Birim | İskonto(%) | KDV(%) | Br. Fiyat | Tutar | |||
---|---|---|---|---|---|---|---|---|---|---|
{{ index+1 }} | {{item.stockNo}} | {{item.stockName}} | {{item.quantity}} {{item.meaAbbr}} | {{item.discount}} | {{item.tax}} | {{parseFloat(item.unitPrice).toFixed(3)}} {{item.currAbbr}} | {{ parseFloat(item.amount).toFixed(3) }} {{item.currAbbr}} | |||
|