|
@@ -19,23 +19,23 @@
|
|
<tbody>
|
|
<tbody>
|
|
<tr>
|
|
<tr>
|
|
<th class="border-top-0 px-2 text-center">{{$keyNumbers['totalPatients']}}</th>
|
|
<th class="border-top-0 px-2 text-center">{{$keyNumbers['totalPatients']}}</th>
|
|
- <th class="border-top-0 pl-2"><a native target="_top" href="/patients">Total patients</a></th>
|
|
|
|
|
|
+ <th class="border-top-0 pl-2"><a href="/patients">Total patients</a></th>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th class="px-2 text-center">{{$keyNumbers['patientsNotSeenYet']}}</th>
|
|
<th class="px-2 text-center">{{$keyNumbers['patientsNotSeenYet']}}</th>
|
|
- <th class="pl-2"><a native target="_top" href="/patients/not-yet-seen">Patients I have not seen yet</a></th>
|
|
|
|
|
|
+ <th class="pl-2"><a href="/patients/not-yet-seen">Patients I have not seen yet</a></th>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th class="px-2 text-center">{{$keyNumbers['pendingBillsToSign']}}</th>
|
|
<th class="px-2 text-center">{{$keyNumbers['pendingBillsToSign']}}</th>
|
|
- <th class="pl-2"><a native target="_top" href="/practice-management/bills/not-yet-signed">Pending bills to sign</a></th>
|
|
|
|
|
|
+ <th class="pl-2"><a href="/practice-management/bills/not-yet-signed">Pending bills to sign</a></th>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th class="px-2 text-center">{{$keyNumbers['pendingNotesToSign']}}</th>
|
|
<th class="px-2 text-center">{{$keyNumbers['pendingNotesToSign']}}</th>
|
|
- <th class="pl-2"><a native target="_top" href="/practice-management/notes/not-yet-signed">Pending notes to sign</a></th>
|
|
|
|
|
|
+ <th class="pl-2"><a href="/practice-management/notes/not-yet-signed">Pending notes to sign</a></th>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th class="px-2 text-center">{{$keyNumbers['numOpenTickets']}}</th>
|
|
<th class="px-2 text-center">{{$keyNumbers['numOpenTickets']}}</th>
|
|
- <th class="pl-2"><a native target="_top" href="/practice-management/my-tickets/open">Open tickets</a></th>
|
|
|
|
|
|
+ <th class="pl-2"><a href="/practice-management/my-tickets/open">Open tickets</a></th>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th class="px-2 text-center">{{$keyNumbers['measurementsToBeStamped']}}</th>
|
|
<th class="px-2 text-center">{{$keyNumbers['measurementsToBeStamped']}}</th>
|
|
@@ -60,7 +60,7 @@
|
|
<tbody>
|
|
<tbody>
|
|
<tr>
|
|
<tr>
|
|
<th class="border-top-0 px-2">${{friendly_money($reimbursement['currentBalance'])}}</th>
|
|
<th class="border-top-0 px-2">${{friendly_money($reimbursement['currentBalance'])}}</th>
|
|
- <th class="border-top-0 pl-2 w-100"><a target="_top" href="/mc/practice-management/financial-transactions">Current balance</a></th>
|
|
|
|
|
|
+ <th class="border-top-0 pl-2 w-100"><a href="/practice-management/financial-transactions">Current balance</a></th>
|
|
</tr>
|
|
</tr>
|
|
<!-- <tr>
|
|
<!-- <tr>
|
|
<th class="px-2">{{friendly_date_time($reimbursement['nextPaymentDate'], false)}}</th>
|
|
<th class="px-2">{{friendly_date_time($reimbursement['nextPaymentDate'], false)}}</th>
|
|
@@ -97,13 +97,13 @@
|
|
<tr>
|
|
<tr>
|
|
<th class="border-top-0 px-2 text-center">{{$businessNumbers['notesWithBillsToResolve']}}</th>
|
|
<th class="border-top-0 px-2 text-center">{{$businessNumbers['notesWithBillsToResolve']}}</th>
|
|
<th class="border-top-0 pl-2">
|
|
<th class="border-top-0 pl-2">
|
|
- <a native target="_top" href="/practice-management/billing-manager">Notes with bills to resolve</a>
|
|
|
|
|
|
+ <a href="/practice-management/billing-manager">Notes with bills to resolve</a>
|
|
</th>
|
|
</th>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th class="border-top-0 px-2 text-center">{{$businessNumbers['notesPendingBillingClosure']}}</th>
|
|
<th class="border-top-0 px-2 text-center">{{$businessNumbers['notesPendingBillingClosure']}}</th>
|
|
<th class="border-top-0 pl-2">
|
|
<th class="border-top-0 pl-2">
|
|
- <a native target="_top" href="/practice-management/billing-manager">Notes pending billing closure</a>
|
|
|
|
|
|
+ <a href="/practice-management/billing-manager">Notes pending billing closure</a>
|
|
</th>
|
|
</th>
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
@@ -116,31 +116,31 @@
|
|
|
|
|
|
<ul class="nav nav-tabs">
|
|
<ul class="nav nav-tabs">
|
|
<li class="nav-item">
|
|
<li class="nav-item">
|
|
- <a class="nav-link" :class="tab == 'appointments' ? 'active' : ''" href="#" v-on:click.prevent="tab='appointments'">Appointments</a>
|
|
|
|
|
|
+ <a native class="nav-link" :class="tab == 'appointments' ? 'active' : ''" href="#" v-on:click.prevent="tab='appointments'">Appointments</a>
|
|
</li>
|
|
</li>
|
|
<li class="nav-item">
|
|
<li class="nav-item">
|
|
- <a class="nav-link" :class="tab == 'measurements' ? 'active' : ''" href="#" v-on:click.prevent="tab='measurements'">Measurements</a>
|
|
|
|
|
|
+ <a native class="nav-link" :class="tab == 'measurements' ? 'active' : ''" href="#" v-on:click.prevent="tab='measurements'">Measurements</a>
|
|
</li>
|
|
</li>
|
|
<li class="nav-item">
|
|
<li class="nav-item">
|
|
- <a class="nav-link {{count($incomingReports) ? 'text-danger font-weight-bold' : ''}}"
|
|
|
|
|
|
+ <a native class="nav-link {{count($incomingReports) ? 'text-danger font-weight-bold' : ''}}"
|
|
:class="tab == 'incoming_reports' ? 'active' : ''" href="#" v-on:click.prevent="tab='incoming_reports'">
|
|
:class="tab == 'incoming_reports' ? 'active' : ''" href="#" v-on:click.prevent="tab='incoming_reports'">
|
|
Incoming Reports ({{count($incomingReports)}})
|
|
Incoming Reports ({{count($incomingReports)}})
|
|
</a>
|
|
</a>
|
|
</li>
|
|
</li>
|
|
<li class="nav-item">
|
|
<li class="nav-item">
|
|
- <a class="nav-link {{$numERx ? 'text-danger font-weight-bold' : ''}}"
|
|
|
|
|
|
+ <a native class="nav-link {{$numERx ? 'text-danger font-weight-bold' : ''}}"
|
|
:class="tab == 'erx' ? 'active' : ''" href="#" v-on:click.prevent="tab='erx'">
|
|
:class="tab == 'erx' ? 'active' : ''" href="#" v-on:click.prevent="tab='erx'">
|
|
ERx ({{$numERx}})
|
|
ERx ({{$numERx}})
|
|
</a>
|
|
</a>
|
|
</li>
|
|
</li>
|
|
<li class="nav-item">
|
|
<li class="nav-item">
|
|
- <a class="nav-link {{$numLabs ? 'text-danger font-weight-bold' : ''}}"
|
|
|
|
|
|
+ <a native class="nav-link {{$numLabs ? 'text-danger font-weight-bold' : ''}}"
|
|
:class="tab == 'labs' ? 'active' : ''" href="#" v-on:click.prevent="tab='labs'">
|
|
:class="tab == 'labs' ? 'active' : ''" href="#" v-on:click.prevent="tab='labs'">
|
|
Labs ({{$numLabs}})
|
|
Labs ({{$numLabs}})
|
|
</a>
|
|
</a>
|
|
</li>
|
|
</li>
|
|
<li class="nav-item">
|
|
<li class="nav-item">
|
|
- <a class="nav-link {{$numImaging ? 'text-danger font-weight-bold' : ''}}"
|
|
|
|
|
|
+ <a native class="nav-link {{$numImaging ? 'text-danger font-weight-bold' : ''}}"
|
|
:class="tab == 'imaging' ? 'active' : ''" href="#" v-on:click.prevent="tab='imaging'">
|
|
:class="tab == 'imaging' ? 'active' : ''" href="#" v-on:click.prevent="tab='imaging'">
|
|
Imaging ({{$numImaging}})
|
|
Imaging ({{$numImaging}})
|
|
</a>
|
|
</a>
|
|
@@ -177,13 +177,13 @@
|
|
<span class="d-inline-block ml- 2 text-secondary font-weight-bold">@{{ event.title }}</span>
|
|
<span class="d-inline-block ml- 2 text-secondary font-weight-bold">@{{ event.title }}</span>
|
|
</div>
|
|
</div>
|
|
<div class="pb-1">
|
|
<div class="pb-1">
|
|
- <a target="_top" :href="'/mc/patients/view/' + event.clientUid" class="font-weight-bold">@{{ event.clientName }}</a>
|
|
|
|
|
|
+ <a :href="'/patients/view/' + event.clientUid" class="font-weight-bold">@{{ event.clientName }}</a>
|
|
<span class="small d-inline-block pl-2 text-secondary font-weight-normal">@{{ event.clientSummary }}</span>
|
|
<span class="small d-inline-block pl-2 text-secondary font-weight-normal">@{{ event.clientSummary }}</span>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
Status: <b class="text-secondary">@{{ event.status }}</b>
|
|
Status: <b class="text-secondary">@{{ event.status }}</b>
|
|
/
|
|
/
|
|
- <a target="_top" :href="'/patients/view/' + event.clientUid + '/calendar/' + event.uid">
|
|
|
|
|
|
+ <a :href="'/patients/view/' + event.clientUid + '/calendar/' + event.uid">
|
|
<i class="fa fa-edit"></i>
|
|
<i class="fa fa-edit"></i>
|
|
Edit Appointment
|
|
Edit Appointment
|
|
</a>
|
|
</a>
|
|
@@ -295,6 +295,9 @@
|
|
this.numEventsForDate++;
|
|
this.numEventsForDate++;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ Vue.nextTick(() => {
|
|
|
|
+ initFastLoad($('#pro-dashboard-container'));
|
|
|
|
+ });
|
|
},
|
|
},
|
|
updateStatus: function(_event) {
|
|
updateStatus: function(_event) {
|
|
$.post('/api/appointment/updateStatus', {
|
|
$.post('/api/appointment/updateStatus', {
|
|
@@ -447,7 +450,6 @@
|
|
initMoes();
|
|
initMoes();
|
|
|
|
|
|
// init fast load
|
|
// init fast load
|
|
- $('#pro-dashboard-container a[native]').removeAttr('native');
|
|
|
|
initFastLoad($('#pro-dashboard-container'));
|
|
initFastLoad($('#pro-dashboard-container'));
|
|
}
|
|
}
|
|
});
|
|
});
|