| 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:') }}
|