Fiş Seri / No: {{selectedData.receiptSeries + selectedData.receiptNo}}
Müşteri: {{selectedData.customerName}}
Tarih: {{selectedData.receiptDateTime}}
| Sipariş No | Müşteri | Proje Adı | Tarih | Tutar | Durum | Detay |
|---|---|---|---|---|---|---|
| {{ order.receiptNo || order.orderNo }} | {{ order.customerName }} | {{ order.clientOfCustomerName }} | {{ formattedCreatedDate(order.receiptDateTime || order.orderDateTime) }} | {{ order.debt | formatCurrency(quantityFormat, order.accountCurrAbbr) }} {{ order.credit | formatCurrency(quantityFormat, order.accountCurrAbbr) }} | {{ order.statusName || order.status }} |
| # | Stok No | Stok Adı | Miktar / Birim | İndirim(%) | KDV(%) | Birim Fiyat | Tutar | |||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ index+1 }} | {{item.stockNo}} | {{item.stockName}} | {{ String(item.quantity.toFixed(2)).split('.')[0] }} .{{ String(item.quantity.toFixed(2)).split('.')[1] }} {{ item.meaAbbr }} | {{item.discount}} | {{item.tax}} | {{ String(item.unitPrice.toFixed(2)).split('.')[0]}} .{{String(item.unitPrice.toFixed(2)).split('.')[1]}} {{ item.currAbbr }} | {{ String(item.amount.toFixed(2)).split('.')[0] }} .{{ String(item.amount.toFixed(2)).split('.')[1] }} {{ item.currAbbr }} | |||
|