|
@@ -21,7 +21,7 @@
|
|
|
</div>
|
|
|
<div class="bg-aliceblue border-bottom px-3 py-2 d-flex align-items-center">
|
|
|
<div class="d-inline-flex align-items-center">
|
|
|
- <span>Bills Created</span>
|
|
|
+ <span class="border-bottom c-pointer" title="Filter notes with/without bills on them">Bills Created</span>
|
|
|
<select class="form-control form-control-sm min-width-unset width-70px ml-2 {{ !!$filters['bills_created'] ? 'border-info font-weight-bold text-info' : 'text-secondary on-hover-opaque' }}"
|
|
|
data-filter="bills_created">
|
|
|
<option value="">All</option>
|
|
@@ -30,7 +30,7 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="d-inline-flex align-items-center ml-3">
|
|
|
- <span>Billing Marked As Done</span>
|
|
|
+ <span class="border-bottom c-pointer" title="Filter notes with/without billing marked as done">Billing Marked As Done</span>
|
|
|
<select class="form-control form-control-sm min-width-unset width-70px ml-2 {{ !!$filters['is_billing_marked_done'] ? 'border-info font-weight-bold text-info' : 'text-secondary on-hover-opaque' }}"
|
|
|
data-filter="is_billing_marked_done">
|
|
|
<option value="">All</option>
|
|
@@ -39,7 +39,7 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="d-inline-flex align-items-center ml-3">
|
|
|
- <span>Bills Resolved</span>
|
|
|
+ <span class="border-bottom c-pointer" title="Filter notes with/without any bills that are neither cancelled nor verified">Bills Resolved</span>
|
|
|
<select class="form-control form-control-sm min-width-unset width-70px ml-2 {{ !!$filters['bills_resolved'] ? 'border-info font-weight-bold text-info' : 'text-secondary on-hover-opaque' }}"
|
|
|
data-filter="bills_resolved">
|
|
|
<option value="">All</option>
|
|
@@ -48,7 +48,7 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="d-inline-flex align-items-center ml-3">
|
|
|
- <span>Bills Closed</span>
|
|
|
+ <span class="border-bottom c-pointer" title="Filter notes with/without billing closed">Bills Closed</span>
|
|
|
<select class="form-control form-control-sm min-width-unset width-70px ml-2 {{ !!$filters['bills_closed'] ? 'border-info font-weight-bold text-info' : 'text-secondary on-hover-opaque' }}"
|
|
|
data-filter="bills_closed">
|
|
|
<option value="">All</option>
|
|
@@ -57,7 +57,7 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="d-inline-flex align-items-center ml-3">
|
|
|
- <span>Claims Created</span>
|
|
|
+ <span class="border-bottom c-pointer" title="Filter notes with/without claims on them">Claims Created</span>
|
|
|
<select class="form-control form-control-sm min-width-unset width-70px ml-2 {{ !!$filters['claims_created'] ? 'border-info font-weight-bold text-info' : 'text-secondary on-hover-opaque' }}"
|
|
|
data-filter="claims_created">
|
|
|
<option value="">All</option>
|
|
@@ -66,7 +66,7 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="d-inline-flex align-items-center ml-3">
|
|
|
- <span>Claims Closed</span>
|
|
|
+ <span class="border-bottom c-pointer" title="Filter notes with/without claiming closed">Claims Closed</span>
|
|
|
<select class="form-control form-control-sm min-width-unset width-70px ml-2 {{ !!$filters['claims_closed'] ? 'border-info font-weight-bold text-info' : 'text-secondary on-hover-opaque' }}"
|
|
|
data-filter="claims_closed">
|
|
|
<option value="">All</option>
|