| Номер | Дата | Поставщик | Позиций | Итог | Статус | Действия |
|---|---|---|---|---|---|---|
| Накладных нет | ||||||
| {{ r.receipt_number }} | {{ fmtDate(r.receipt_date) }} | {{ r.supplier || '—' }} | {{ r.items ? r.items.length : 0 }} | {{ fmtMoney(r.total) }} | {{ r.status === 'posted' ? 'Проведена' : 'Черновик' }} | |
{{ receiptEditing ? 'Редактирование накладной' : 'Новая накладная' }}
Позиции
| Товар | Кол-во | Цена | Сумма | Место | |
|---|---|---|---|---|---|
| Позиций нет — добавьте | |||||
| {{ fmtMoney(it.line_total) }} | |||||
{{ receiptCard.receipt_number }}
{{ fmtDateTime(receiptCard.created_at) }}
| Товар | Кол-во | Цена | Сумма | Место |
|---|---|---|---|---|
| {{ invName(it.inventory_id) }} | {{ it.quantity }} | {{ fmtMoney(it.unit_price) }} | {{ fmtMoney(it.line_total) }} | 🏪 {{ whName(it.warehouse_id) }} |