|
@@ -33,6 +33,7 @@
|
|
|
<th class="px-2 text-center">{{$keyNumbers['pendingNotesToSign']}}</th>
|
|
|
<th class="pl-2"><a href="/practice-management/notes/not-yet-signed">Pending notes to sign</a></th>
|
|
|
</tr>
|
|
|
+
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$keyNumbers['numOpenTickets']}}</th>
|
|
|
<th class="pl-2"><a href="/practice-management/my-tickets/open">Open tickets</a></th>
|
|
@@ -119,14 +120,18 @@
|
|
|
<table class="table mb-0">
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
- <th class="border-top-0 px-2 text-center">{{$businessNumbers['notesWithBillsToResolve']}}</th>
|
|
|
- <th class="border-top-0 pl-2">
|
|
|
+ <th class="border-top-1 px-2 text-center">{{$keyNumbers['signedNotesWithoutBills']}}</th>
|
|
|
+ <th class="border-top-1 pl-2"><a href="/practice-management/notes/without-bills">Signed notes without bills</a></th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="border-top-1 px-2 text-center">{{$businessNumbers['notesWithBillsToResolve']}}</th>
|
|
|
+ <th class="border-top-1 pl-2">
|
|
|
<a href="/practice-management/billing-manager">Notes with bills to resolve</a>
|
|
|
</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th class="border-top-0 px-2 text-center">{{$businessNumbers['notesPendingBillingClosure']}}</th>
|
|
|
- <th class="border-top-0 pl-2">
|
|
|
+ <th class="border-top-1 px-2 text-center">{{$businessNumbers['notesPendingBillingClosure']}}</th>
|
|
|
+ <th class="border-top-1 pl-2">
|
|
|
<a href="/practice-management/billing-manager">Notes pending billing closure</a>
|
|
|
</th>
|
|
|
</tr>
|