Work on product costing (broadband) and reporting
This commit is contained in:
@@ -36,16 +36,21 @@
|
||||
</tr>
|
||||
@endif
|
||||
<!-- @todo -->
|
||||
@if(FALSE)
|
||||
@if($o->technology)
|
||||
<tr>
|
||||
<th>Speed</th>
|
||||
<td>{{ 'xxx/YY' }} Mbps</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Traffic</th>
|
||||
<td>{{ 'xxx' }} GB (YY GB used month)</td>
|
||||
<th>Technology</th>
|
||||
<td>{{ $o->technology }}</td>
|
||||
</tr>
|
||||
@endif
|
||||
<tr>
|
||||
<th>Speed</th>
|
||||
<td>{{ $o->service->product->type->product->speed }} Mbps</td>
|
||||
</tr>
|
||||
<!-- @todo -->
|
||||
<tr>
|
||||
<th>Traffic</th>
|
||||
<td>{{ $o->service->product->type->allowance_string() }} GB @if(FALSE)(YY GB used month)@endif</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>IP Address</th>
|
||||
<td>{{ $o->ipaddress ?: 'Dynamic' }}</td>
|
||||
|
Reference in New Issue
Block a user