|
@@ -1,5 +1,11 @@
|
|
<?php $noteRates = $note->hcpPro->noteRates(); ?>
|
|
<?php $noteRates = $note->hcpPro->noteRates(); ?>
|
|
@if(!$note->is_bill_closed && !$note->is_billing_marked_done)
|
|
@if(!$note->is_bill_closed && !$note->is_billing_marked_done)
|
|
|
|
+ @if($note->hasUnacknowledgedCancelledBillsByPro($pro))
|
|
|
|
+ <b class="ml-3 text-warning-dark">
|
|
|
|
+ <i class="fa fa-exclamation-triangle"></i>
|
|
|
|
+ There are unacknowledged cancelled bills in this note!
|
|
|
|
+ </b>
|
|
|
|
+ @else
|
|
<span class="mx-2 text-secondary">|</span>
|
|
<span class="mx-2 text-secondary">|</span>
|
|
<div moe relative wide bottom class="">
|
|
<div moe relative wide bottom class="">
|
|
<a class="" href="" show start>Create Bill</a>
|
|
<a class="" href="" show start>Create Bill</a>
|
|
@@ -107,6 +113,7 @@
|
|
<input type="hidden" name="numberOfUnits" value="1">
|
|
<input type="hidden" name="numberOfUnits" value="1">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ @endif
|
|
@endif
|
|
@endif
|
|
@if($note->is_bill_closed)
|
|
@if($note->is_bill_closed)
|
|
<b class="ml-2 text-info">[BILLING CLOSED]</b>
|
|
<b class="ml-2 text-info">[BILLING CLOSED]</b>
|
|
@@ -140,6 +147,7 @@
|
|
</span>
|
|
</span>
|
|
@endif
|
|
@endif
|
|
@endif
|
|
@endif
|
|
|
|
+@if(!$note->hasUnacknowledgedCancelledBillsByPro($pro))
|
|
@if(!$note->is_billing_marked_done)
|
|
@if(!$note->is_billing_marked_done)
|
|
<span class="mx-2 text-secondary">|</span>
|
|
<span class="mx-2 text-secondary">|</span>
|
|
<span class="d-block" moe wide relative bottom>
|
|
<span class="d-block" moe wide relative bottom>
|
|
@@ -168,7 +176,7 @@
|
|
</form>
|
|
</form>
|
|
</span>
|
|
</span>
|
|
@endif
|
|
@endif
|
|
-
|
|
|
|
|
|
+@endif
|
|
|
|
|
|
<script>
|
|
<script>
|
|
(function() {
|
|
(function() {
|