Next/Future invoices for users

This commit is contained in:
Deon George
2020-02-08 22:51:50 +11:00
parent b61e00d80f
commit eb316f65fc
18 changed files with 277 additions and 96 deletions

View File

@@ -15,7 +15,7 @@
<table class="table table-sm">
<tr>
<th>Address</th>
<td class="text-uppercase">{{ $o->service_description }}</td>
<td>{{ $o->service_description }}</td>
</tr>
<tr>
<th>Service Number</th>

View File

@@ -18,7 +18,7 @@
<th>Billed</th>
<td>{{ $o->billing_period }}</td>
</tr>
@if($o->active)
@if($o->active AND $o->invoice_to)
<tr>
<th>Invoiced To</th>
<td>{{ $o->invoice_to->format('Y-m-d') }}</td>