| Denumire | Ore | Preț/h | Total |
|---|---|---|---|
| {{ $w->name }}@if ($w->master?->name) — {{ $w->master->name }}@endif | {{ number_format((float) $w->hours, 2) }} | {{ number_format((float) $w->price_per_hour, 2, '.', ' ') }} | {{ number_format((float) $w->total, 2, '.', ' ') }} |
| Subtotal manopere: | {{ number_format((float) $worksTotal, 2, '.', ' ') }} {{ $currency }} | ||
| Denumire | Cod | Cant. | Preț | Total |
|---|---|---|---|---|
| {{ $p->name }}@if ($p->brand) ({{ $p->brand }})@endif | {{ $p->article ?? '—' }} | {{ number_format((float) $p->qty, 2) }} {{ $p->unit }} | {{ number_format((float) $p->sell_price, 2, '.', ' ') }} | {{ number_format((float) $p->total, 2, '.', ' ') }} |
| Subtotal piese: | {{ number_format((float) $partsTotal, 2, '.', ' ') }} {{ $currency }} | |||
|
Client (nume, semnătură):
|
Maistru / Recepție:
|