Enable editing num accounts for email

This commit is contained in:
Deon George
2022-04-02 18:16:02 +11:00
parent a4ed29b560
commit edc06e51fb
2 changed files with 30 additions and 17 deletions

View File

@@ -29,6 +29,7 @@
<th>Supplier</th>
<th>Admin URL</th>
<th>Admin Details</th>
<th>Accounts</th>
<th>Next Billed</th>
<th>Price</th>
<th>Term</th>
@@ -45,6 +46,7 @@
<td>{{ $oo->service->product->supplier->name }}</td>
<td>{{ $oo->admin_url }}</td>
<td>@if($oo->admin_user){{ $oo->admin_user }}/{{ $oo->admin_pass }}@else &nbsp; @endif</td>
<td class="text-right">{{ number_format($oo->accounts ?: 0,0) }}</td>
<td>@if ($oo->service->isBilled()) <span class="@if($oo->service->suspend_billing)strike @endif">{{ $oo->service->invoice_next->format('Y-m-d') }}</span> @else - @endif</td>
<td>@if (! $oo->service->external_billing)${{ number_format($oo->service->next_invoice_items(TRUE)->sum('total'),2) }}@else - @endif</td>
<td>{{ $oo->service->billing_interval_string }}</td>