{{__("Montage type")}} | {{__("Montages count")}} | {{__("Price")}} | {{__("Amount")}} |
---|---|---|---|
N | {{number_format($item['n'], 2, ',', '.')}} | {{number_format($item['nPrice'], 2, ',', '.')}} | {{number_format($item['nTotal'], 2, ',', '.')}} |
P | {{number_format($item['p'], 2, ',', '.')}} | {{number_format($item['pPrice'], 2, ',', '.')}} | {{number_format($item['pTotal'], 2, ',', '.')}} |
PO | {{number_format($item['po'], 2, ',', '.')}} | {{number_format($item['poPrice'], 2, ',', '.')}} | {{number_format($item['poTotal'], 2, ',', '.')}} |
{{__("Total")}}: | {{number_format($item['total'], 2, ',', '.')}} |
{{__("Fitter")}} | {{__("User")}} | {{__("Cluster")}} | {{__("Pan")}} | {{__("Montage type")}} | {{__("Status")}} | {{__("Price")}} |
---|---|---|---|---|---|---|
{{$fitter}} | {{$client['name']}} | {{$client['cluster']}} | {{$client['pan']}} | {{$client['montage_type']}} | {{$client['status']}} | {{number_format($client['price'], 2, ',', '.')}} |
{{__("Total")}} {{__("Mounted")}}: | {{number_format($totalMounted, 2, ',', '.')}} | |||||
{{__("Total")}} {{__("Not released")}}: | {{number_format($totalNotReleased, 2, ',', '.')}} | |||||
{{__("Total")}} {{__("Subsequent activation")}}: | {{number_format($totalDelayActivation, 2, ',', '.')}} | |||||
{{__("Total")}} {{__("Activation")}}: | {{number_format($totalActivation, 2, ',', '.')}} | |||||
{{__("Total")}}: | {{number_format($totalOpt, 2, ',', '.')}} |
{{__("Date")}} | {{__("Column leader")}} | {{__("Pan")}} | {{__("Place")}} | {{__("Street")}} | {{__("Total")}} |
---|---|---|---|---|---|
{{date('d.m.Y.', strtotime($site->date))}} | {{$site->name.' '.$site->surname}} | {{$site->pan}} | {{$site->place}} | {{$site->street}} | {{number_format($deMod->totalForSite($site->id), 2, ',', '.')}} |