Progress on order progress to provisioning
This commit is contained in:
@@ -29,9 +29,17 @@
|
||||
<td>{{ $o->name_short }}</td>
|
||||
<td>
|
||||
{{ $o->status }}
|
||||
@if ($o->status == 'ORDER-SENT')
|
||||
(#{{$o->order_info_reference}})
|
||||
@endif
|
||||
@switch($o->status)
|
||||
@case ('ORDER-SENT')
|
||||
<br>(#{{ $o->order_info_reference }})
|
||||
@break;
|
||||
@case ('PROVISION-PLANNED')
|
||||
<br>({{ ($xx=$o->date_start) ? $xx->format('Y-m-d') : 'No Date' }})
|
||||
@break;
|
||||
@case ('CANCEL-PENDING')
|
||||
<br>({{ ($xx=$o->date_end) ? $xx->format('Y-m-d') : 'No Date' }})
|
||||
@break;
|
||||
@endswitch
|
||||
</td>
|
||||
<td>{{ $o->product->name }}</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user