Browse Source

Tables updates

Samson Mutunga 3 years ago
parent
commit
1c4fc0bc4f

+ 2 - 2
resources/views/app/practice-management/clients_bdt_devices.blade.php

@@ -4,7 +4,7 @@
 <div class="p-3 mcp-theme-1" id="patients-list">
 <div class="p-3 mcp-theme-1" id="patients-list">
     <div class="card">
     <div class="card">
 
 
-        <div class="card-header px-3 py-2 d-flex align-items-center">
+        <div class="card-header px-2 py-1 d-flex align-items-center">
             <strong class="mr-4">
             <strong class="mr-4">
                 <i class="fas fa-weight"></i>
                 <i class="fas fa-weight"></i>
                 Clients BDT Devices
                 Clients BDT Devices
@@ -15,7 +15,7 @@
             <div class="p-3">
             <div class="p-3">
                 @include('app.practice-management.clients_bdt_devices_filters')
                 @include('app.practice-management.clients_bdt_devices_filters')
             </div>
             </div>
-            <table class="table table-condensed p-0 m-0">
+            <table class="table table-sm table-striped border-top p-0 m-0">
                 <thead class="bg-light">
                 <thead class="bg-light">
                     <tr>
                     <tr>
                         <th class="px-3 border-0">IMEI</th>
                         <th class="px-3 border-0">IMEI</th>

+ 2 - 2
resources/views/app/practice-management/handouts.blade.php

@@ -5,7 +5,7 @@
     <div class="p-3 mcp-theme-1">
     <div class="p-3 mcp-theme-1">
     <div class="card">
     <div class="card">
 
 
-        <div class="card-header px-3 py-2 d-flex align-items-center">
+        <div class="card-header px-2 py-1 d-flex align-items-center">
             <strong class="">
             <strong class="">
                 <i class="fas fa-user"></i>
                 <i class="fas fa-user"></i>
                 Handouts
                 Handouts
@@ -42,7 +42,7 @@
             </div>
             </div>
         </div>
         </div>
         <div class="card-body p-0">
         <div class="card-body p-0">
-            <table class="table table-condensed p-0 m-0">
+            <table class="table table-sm table-striped p-0 m-0">
                 <thead class="bg-light">
                 <thead class="bg-light">
                 <tr>
                 <tr>
                     <th class="border-0">Display Name</th>
                     <th class="border-0">Display Name</th>

+ 4 - 4
resources/views/app/practice-management/mc-code-checks.blade.php

@@ -3,17 +3,17 @@
 @section('content')
 @section('content')
     <div class="p-3 mcp-theme-1">
     <div class="p-3 mcp-theme-1">
         <div class="card">
         <div class="card">
-            <div class="card-header p-3 d-flex align-items-center">
+            <div class="card-header py-2 px-1 d-flex align-items-center">
                 <strong class="mr-4">
                 <strong class="mr-4">
                     <i class="fas fa-user"></i>
                     <i class="fas fa-user"></i>
                     MC Code Checks
                     MC Code Checks
                 </strong>
                 </strong>
             </div>
             </div>
             <div class="card-body p-0">
             <div class="card-body p-0">
-                <table class="table table-sm table-condensed p-0 m-0" style="table-layout: fixed">
+                <table class="table table-sm table-striped p-0 m-0" style="table-layout: fixed">
                     <thead class="bg-light">
                     <thead class="bg-light">
                         <tr>
                         <tr>
-                            	<th class="px-3 border-0">Patient</th>
+                            	<th class="border-0">Patient</th>
                             
                             
 			
 			
 				<?php
 				<?php
@@ -33,7 +33,7 @@
                         ];
                         ];
                 ?>
                 ?>
                 @foreach($codeCheckKeys as $codeCheckKey => $label)
                 @foreach($codeCheckKeys as $codeCheckKey => $label)
-                        <th style="">
+                        <th class="border-0">
                                 {{ $label}}
                                 {{ $label}}
                         </th>
                         </th>
                 @endforeach
                 @endforeach

+ 18 - 17
resources/views/app/practice-management/memos.blade.php

@@ -4,7 +4,7 @@
 <div class="p-3 mcp-theme-1" id="patients-list">
 <div class="p-3 mcp-theme-1" id="patients-list">
     <div class="card">
     <div class="card">
 
 
-        <div class="card-header px-3 py-2 d-flex align-items-center">
+        <div class="card-header px-1 py-2 d-flex align-items-center">
             <strong class="mr-4">
             <strong class="mr-4">
                 <i class="fas fa-notes-medical"></i>
                 <i class="fas fa-notes-medical"></i>
                 Memos
                 Memos
@@ -15,35 +15,35 @@
             <div class="p-3">
             <div class="p-3">
                 @include('app.practice-management.memos_filters')
                 @include('app.practice-management.memos_filters')
             </div>
             </div>
-            <table class="table table-condensed p-0 m-0">
+            <table class="table table-sm table-striped border-top p-0 m-0">
                 <thead class="bg-light">
                 <thead class="bg-light">
                     <tr>
                     <tr>
-                        <th class="px-3 border-0">Category</th>
-                        <th class="px-3 border-0">Patient</th>
-                        <th class="px-3 border-0">MCP</th>
-                        <th class="px-3 border-0 w-25">Summary</th>
-                        <th class="px-3 border-0">Created</th>
-                        <th class="px-3 border-0 delete-column">&nbsp;</th>
+                        <th class="border-0">Category</th>
+                        <th class="border-0">Patient</th>
+                        <th class="border-0">MCP</th>
+                        <th class="border-0 w-25">Summary</th>
+                        <th class="border-0">Created</th>
+                        <th class="border-0 delete-column">&nbsp;</th>
                     </tr>
                     </tr>
                 </thead>
                 </thead>
                 <tbody>
                 <tbody>
                     @foreach($memos as $memo)
                     @foreach($memos as $memo)
-                    <?php 
+                    <?php
                     $mcpName = $memo->client->mcp ? implode(', ', array_filter([$memo->client->mcp->name_last, $memo->client->mcp->name_first])) : null;
                     $mcpName = $memo->client->mcp ? implode(', ', array_filter([$memo->client->mcp->name_last, $memo->client->mcp->name_first])) : null;
                     ?>
                     ?>
                     <tr>
                     <tr>
-                        <td class="px-2">{{ $memo->category }}</td>
+                        <td>{{ $memo->category }}</td>
                         <td>
                         <td>
                             <a target="_blank" native href="{{route('patients.view.dashboard', $memo->client)}}">
                             <a target="_blank" native href="{{route('patients.view.dashboard', $memo->client)}}">
                                 {{$memo->client->displayName()}}
                                 {{$memo->client->displayName()}}
                             </a>
                             </a>
                         </td>
                         </td>
-                        <td class="px-2">{{ $mcpName }}</td>
-                        <td class="px-2">
+                        <td>{{ $mcpName }}</td>
+                        <td>
                             <pre class="m-0 break-spaces">{{ $memo->content }}</pre>
                             <pre class="m-0 break-spaces">{{ $memo->content }}</pre>
                         </td>
                         </td>
-                        <td class="px-2">{{ friendly_date_time($memo->created_at) }}</td>
-                        <td class="px-2 text-center delete-column">
+                        <td>{{ friendly_date_time($memo->created_at) }}</td>
+                        <td class="text-center delete-column">
                             <div moe wide relative class="mr-2">
                             <div moe wide relative class="mr-2">
                                 <a class="on-hover-opaque" start show title="Edit">
                                 <a class="on-hover-opaque" start show title="Edit">
                                     <i class="font-size-11 fa fa-edit"></i>
                                     <i class="font-size-11 fa fa-edit"></i>
@@ -91,10 +91,11 @@
                 </tbody>
                 </tbody>
 
 
             </table>
             </table>
-            <div class="ml-2 mt-2">
-                {{ $memos->appends(request()->input())->links() }}
-            </div>
+
         </div>
         </div>
     </div>
     </div>
+    <div class="mt-3">
+        {{ $memos->appends(request()->input())->links() }}
+    </div>
 </div>
 </div>
 @endsection
 @endsection

+ 9 - 9
resources/views/app/practice-management/packs-multi-print.blade.php

@@ -4,7 +4,7 @@
 
 
     <div id="practice-packs-multi-print" class="p-3 mcp-theme-1 only-screen">
     <div id="practice-packs-multi-print" class="p-3 mcp-theme-1 only-screen">
     <div class="card border-bottom-0">
     <div class="card border-bottom-0">
-        <div class="card-header px-3 py-3 d-flex align-items-center bg-white">
+        <div class="card-header px-2 py-1 d-flex align-items-center bg-white">
             <strong class="font-size-14">
             <strong class="font-size-14">
                 Print Pack Labels
                 Print Pack Labels
             </strong>
             </strong>
@@ -16,21 +16,21 @@
         </div>
         </div>
 
 
         <div class="card-body p-0 border-0">
         <div class="card-body p-0 border-0">
-            <table class="table table-sm table-bordered table-hover p-0 m-0 border-0" style="table-layout: fixed">
+            <table class="table table-sm table-striped table-hover p-0 m-0 border-0" style="table-layout: fixed">
                 <thead class="bg-light">
                 <thead class="bg-light">
                 <tr>
                 <tr>
-                    <th class="border-top-0 border-bottom-0 border-left-0 width-50px">
+                    <th class="border-0 width-50px">
                         <label class="d-flex align-items-center m-0">
                         <label class="d-flex align-items-center m-0">
                             <input type="checkbox" class="my-0 mr-1" id="select-all">
                             <input type="checkbox" class="my-0 mr-1" id="select-all">
                             <span class="font-weight-normal">All</span>
                             <span class="font-weight-normal">All</span>
                         </label>
                         </label>
                     </th>
                     </th>
-                    <th class="border-top-0 border-bottom-0">Patient</th>
-                    <th class="border-top-0 border-bottom-0">Address</th>
-                    <th class="border-top-0 border-bottom-0">Courier</th>
-                    <th class="border-top-0 border-bottom-0">Tracking #</th>
-                    <th class="border-top-0 border-bottom-0">Label</th>
-                    <th class="border-top-0 border-bottom-0">Shipment</th>
+                    <th class="border-0">Patient</th>
+                    <th class="border-0">Address</th>
+                    <th class="border-0">Courier</th>
+                    <th class="border-0">Tracking #</th>
+                    <th class="border-0">Label</th>
+                    <th class="border-0">Shipment</th>
                 </tr>
                 </tr>
                 </thead>
                 </thead>
                 <tbody>
                 <tbody>

+ 16 - 16
resources/views/app/practice-management/patients-accounts-invites.blade.php

@@ -5,7 +5,7 @@
 <div class="p-3 mcp-theme-1">
 <div class="p-3 mcp-theme-1">
     <div class="card">
     <div class="card">
 
 
-        <div class="card-header px-3 py-2 d-flex align-items-center">
+        <div class="card-header px-2 py-1 d-flex align-items-center">
             <strong class="mr-4">
             <strong class="mr-4">
                 <i class="fas fa-user"></i>
                 <i class="fas fa-user"></i>
                 Accounts Invites ({{ $accountInvites->total() }})
                 Accounts Invites ({{ $accountInvites->total() }})
@@ -15,38 +15,38 @@
         <div class="p-3">
         <div class="p-3">
                 @include('app.practice-management.patients-accounts-invites-filters')
                 @include('app.practice-management.patients-accounts-invites-filters')
             </div>
             </div>
-            <table class="table table-sm table-condensed p-0 m-0">
+            <table class="table table-sm table-striped border-top p-0 m-0">
                 <thead class="bg-light">
                 <thead class="bg-light">
                     <tr>
                     <tr>
-                        <th class="px-2 text-secondary border-bottom-0">Created At</th>
-                        <th class="px-2 text-secondary border-bottom-0">Client</th>
-                        <th class="px-2 text-secondary border-bottom-0">Name</th>
-                        <th class="px-2 text-secondary border-bottom-0">Email</th>
-                        <th class="px-2 text-secondary border-bottom-0">Cell Number</th>
-                        <th class="px-2 text-secondary border-bottom-0">Status</th>
-                        <th class="px-2 text-secondary border-bottom-0">&nbsp;</th>
+                        <th class="text-secondary border-0">Created At</th>
+                        <th class="text-secondary border-0">Client</th>
+                        <th class="text-secondary border-0">Name</th>
+                        <th class="text-secondary border-0">Email</th>
+                        <th class="text-secondary border-0">Cell Number</th>
+                        <th class="text-secondary border-0">Status</th>
+                        <th class="text-secondary border-0">&nbsp;</th>
                     </tr>
                     </tr>
                 </thead>
                 </thead>
                 <tbody>
                 <tbody>
                     @foreach($accountInvites as $accountInvite)
                     @foreach($accountInvites as $accountInvite)
                     <tr>                        
                     <tr>                        
-                        <td class="px-2">
+                        <td>
                             {{ friendlier_date_time($accountInvite->created_at) }}
                             {{ friendlier_date_time($accountInvite->created_at) }}
                             @if($accountInvite->status === 'CANCELLED')
                             @if($accountInvite->status === 'CANCELLED')
                             <span class="text-sm text-secondary">(CANCELLED)</span>
                             <span class="text-sm text-secondary">(CANCELLED)</span>
                             @endif
                             @endif
                         </td>
                         </td>
-                        <td class="px-2">{{ $accountInvite->client->displayName() }}</td>
-                        <td class="px-2">{{ $accountInvite->first_name }} {{ $accountInvite->last_name }}</pre>
+                        <td>{{ $accountInvite->client->displayName() }}</td>
+                        <td>{{ $accountInvite->first_name }} {{ $accountInvite->last_name }}</pre>
                         </td>
                         </td>
-                        <td class="px-2">{{ $accountInvite->to_email_address }}</td>
-                        <td class="px-2">{{ $accountInvite->cell_number }}</td>
-                        <td class="px-2">{{ $accountInvite->status }} <span class="text-sm text-secondary">(Updated: {{friendlier_date_time($accountInvite->status_updated_at)}})</span>
+                        <td>{{ $accountInvite->to_email_address }}</td>
+                        <td>{{ $accountInvite->cell_number }}</td>
+                        <td>{{ $accountInvite->status }} <span class="text-sm text-secondary">(Updated: {{friendlier_date_time($accountInvite->status_updated_at)}})</span>
                             @if($accountInvite->status_memo)
                             @if($accountInvite->status_memo)
                             <div class="py-1 font-italic text-secondary text-sm">{{$accountInvite->status_memo}}</div>
                             <div class="py-1 font-italic text-secondary text-sm">{{$accountInvite->status_memo}}</div>
                             @endif
                             @endif
                         </td>
                         </td>
-                        <td class="px-2">
+                        <td>
                             <div class="d-flex">
                             <div class="d-flex">
                                 @if($accountInvite->status === 'PENDING')
                                 @if($accountInvite->status === 'PENDING')
                                 <span moe class="ml-1" relative>
                                 <span moe class="ml-1" relative>

+ 6 - 6
resources/views/app/practice-management/rates.blade.php

@@ -5,7 +5,7 @@
     <div class="p-3 mcp-theme-1">
     <div class="p-3 mcp-theme-1">
         <div class="card">
         <div class="card">
 
 
-            <div class="card-header px-3 py-2 d-flex align-items-center">
+            <div class="card-header px-2 py-1 d-flex align-items-center">
                 <strong class="text-nowrap">
                 <strong class="text-nowrap">
                     <i class="fas fa-user"></i>
                     <i class="fas fa-user"></i>
                     Payment Rates
                     Payment Rates
@@ -22,7 +22,7 @@
             </div>
             </div>
             <div class="card-body p-0">
             <div class="card-body p-0">
 
 
-                <table class="table table-sm table-condensed p-0 m-0">
+                <table class="table table-sm table-striped p-0 m-0">
                     <thead class="bg-light">
                     <thead class="bg-light">
                     <tr>
                     <tr>
                         <th class="w-25 px-3 border-0">Pro</th>
                         <th class="w-25 px-3 border-0">Pro</th>
@@ -34,16 +34,16 @@
                     <tbody>
                     <tbody>
                     @foreach ($rates as $rate)
                     @foreach ($rates as $rate)
                         <tr>
                         <tr>
-                            <td class="px-3">
+                            <td>
                                 {{ isset($rate->pro) ? $rate->pro->name_display : 'No Pro' }}
                                 {{ isset($rate->pro) ? $rate->pro->name_display : 'No Pro' }}
                             </td>
                             </td>
-                            <td class="px-3">
+                            <td>
                                 {{ $rate->responsibility }}
                                 {{ $rate->responsibility }}
                             </td>
                             </td>
-                            <td class="font-weight-bold">
+                            <td>
                                 {{ $rate->code }}
                                 {{ $rate->code }}
                             </td>
                             </td>
-                            <td class="font-weight-bold">
+                            <td>
                                 ${{ $rate->amount }}
                                 ${{ $rate->amount }}
                             </td>
                             </td>
                         </tr>
                         </tr>

+ 2 - 2
resources/views/app/stat-tree/clauses/list.blade.php

@@ -4,7 +4,7 @@
         <div class="row">
         <div class="row">
             <div class="col-12">
             <div class="col-12">
                 <div class="card">
                 <div class="card">
-                    <div class="card-header">
+                    <div class="card-header py-2 px-1">
                         <div class="d-flex align-items-center justify-content-between">
                         <div class="d-flex align-items-center justify-content-between">
                             <div>
                             <div>
                                 <h6 class="font-weight-bold mb-0"><i class="far fa-file-code"></i> Clauses</h6>
                                 <h6 class="font-weight-bold mb-0"><i class="far fa-file-code"></i> Clauses</h6>
@@ -18,7 +18,7 @@
                         <div class="row">
                         <div class="row">
                             <div class="col-md-12">
                             <div class="col-md-12">
                                 <div class="table-responsive">
                                 <div class="table-responsive">
-                                    <table class="table table-condensed p-0 m-0">
+                                    <table class="table table-sm table-striped p-0 m-0">
                                         <thead class="bg-light">
                                         <thead class="bg-light">
                                             <tr>
                                             <tr>
                                                 <th class="border-0">Position Index</th>
                                                 <th class="border-0">Position Index</th>