Răsfoiți Sursa

added generic responsibility

= 3 ani în urmă
părinte
comite
2690265b05
47 a modificat fișierele cu 440 adăugiri și 16 ștergeri
  1. 1 1
      generatecv/tree.txt
  2. 2 0
      resources/views/admin/account_clients/index.blade.php
  3. 2 0
      resources/views/admin/accounts/index.blade.php
  4. 2 0
      resources/views/admin/accounts_SINGLE/SUB_clients.blade.php
  5. 2 0
      resources/views/admin/bdt_devices/index.blade.php
  6. 2 0
      resources/views/admin/bdt_measurements/index.blade.php
  7. 20 0
      resources/views/admin/client_bdt_devices/index.blade.php
  8. 2 0
      resources/views/admin/client_pro_access/index.blade.php
  9. 42 0
      resources/views/admin/companies/index.blade.php
  10. 14 0
      resources/views/admin/company_pros/index.blade.php
  11. 2 0
      resources/views/admin/facilities/index.blade.php
  12. 2 0
      resources/views/admin/handouts/index.blade.php
  13. 2 0
      resources/views/admin/isms/index.blade.php
  14. 8 0
      resources/views/admin/mb_claim/index.blade.php
  15. 2 0
      resources/views/admin/note_template_section_templates/index.blade.php
  16. 2 0
      resources/views/admin/pro_pro_access/index.blade.php
  17. 2 0
      resources/views/admin/pro_teams/index.blade.php
  18. 2 0
      resources/views/admin/pro_text_shortcuts/index.blade.php
  19. 4 0
      resources/views/admin/products/index.blade.php
  20. 4 0
      resources/views/admin/products_SINGLE/SUB_versions.blade.php
  21. 1 0
      resources/views/admin/pros_SINGLE/ACTION_add_new_pro_rate.blade.php
  22. 0 3
      resources/views/admin/pros_SINGLE/SUB_dashboard.blade.php
  23. 2 0
      resources/views/admin/pros_SINGLE/SUB_pro_access.blade.php
  24. 2 0
      resources/views/admin/stag_app_pro_access/index.blade.php
  25. 2 0
      resources/views/admin/stag_apps/index.blade.php
  26. 2 0
      resources/views/pro/action_items/index.blade.php
  27. 8 0
      resources/views/pro/bills_SINGLE/SUB_transactions.blade.php
  28. 2 0
      resources/views/pro/care_month_entries/index.blade.php
  29. 26 6
      resources/views/pro/care_months/index.blade.php
  30. 64 0
      resources/views/pro/care_months_SINGLE/SUB_bills.blade.php
  31. 2 0
      resources/views/pro/care_months_SINGLE/SUB_rm_time_entries.blade.php
  32. 2 0
      resources/views/pro/clients_SINGLE/SUB_action_items.blade.php
  33. 20 0
      resources/views/pro/clients_SINGLE/SUB_bdt_devices.blade.php
  34. 64 0
      resources/views/pro/clients_SINGLE/SUB_bills.blade.php
  35. 2 0
      resources/views/pro/clients_SINGLE/SUB_care_month_entries.blade.php
  36. 26 6
      resources/views/pro/clients_SINGLE/SUB_care_months.blade.php
  37. 2 0
      resources/views/pro/clients_SINGLE/SUB_device_measurements.blade.php
  38. 2 0
      resources/views/pro/clients_SINGLE/SUB_erx.blade.php
  39. 2 0
      resources/views/pro/clients_SINGLE/SUB_pro_access.blade.php
  40. 8 0
      resources/views/pro/clients_SINGLE/SUB_related_transactions.blade.php
  41. 2 0
      resources/views/pro/erx/index.blade.php
  42. 2 0
      resources/views/pro/leads/index.blade.php
  43. 2 0
      resources/views/pro/med_profile_line_updates/index.blade.php
  44. 2 0
      resources/views/pro/med_profile_lines/index.blade.php
  45. 64 0
      resources/views/pro/notes_SINGLE/SUB_bills.blade.php
  46. 2 0
      resources/views/pro/tickets/index.blade.php
  47. 8 0
      resources/views/pro/transactions/index.blade.php

+ 1 - 1
generatecv/tree.txt

@@ -1132,7 +1132,7 @@ ADMIN
                 !inc:@uid,responsibility,code,amount
                 add_new:pro_rate:create
                     proUid:hidden=uid
-                    responsibility:select:HCP,NA,CM,RME,RMM
+                    responsibility:select:HCP,NA,CM,RME,RMM,GENERIC
                     code*
                     amount:text
             note_templates

+ 2 - 0
resources/views/admin/account_clients/index.blade.php

@@ -26,6 +26,7 @@
 <th>Removal Memo</th>
 <th>Detail Json</th>
 <th>Brief History Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -45,6 +46,7 @@
 <td><?= $record->removal_memo ?></td>
 <td><?= $record->detail_json ?></td>
 <td><?= $record->brief_history_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/admin/accounts/index.blade.php

@@ -42,6 +42,7 @@
 <th>Default Mcp Pro Id</th>
 <th>Default Rd Pro Id</th>
 <th>Default Pro Team Id</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -77,6 +78,7 @@
 <td><?= $record->default_mcp_pro_id ?></td>
 <td><?= $record->default_rd_pro_id ?></td>
 <td><?= $record->default_pro_team_id ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/admin/accounts_SINGLE/SUB_clients.blade.php

@@ -28,6 +28,7 @@
 <th>Removal Memo</th>
 <th>Detail Json</th>
 <th>Brief History Json</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -47,6 +48,7 @@
 <td><?= $subRecord->removal_memo ?></td>
 <td><?= $subRecord->detail_json ?></td>
 <td><?= $subRecord->brief_history_json ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 2 - 0
resources/views/admin/bdt_devices/index.blade.php

@@ -27,6 +27,7 @@
 <th>Reactivated By Session Id</th>
 <th>Reactivation Memo</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -47,6 +48,7 @@
 <td><?= $record->reactivated_by_session_id ?></td>
 <td><?= $record->reactivation_memo ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/admin/bdt_measurements/index.blade.php

@@ -36,6 +36,7 @@
 <th>Client Bdt Measurement Id</th>
 <th>Is Cellular Zero</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -65,6 +66,7 @@
 <td><?= $record->client_bdt_measurement_id ?></td>
 <td><?= $record->is_cellular_zero ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 20 - 0
resources/views/admin/client_bdt_devices/index.blade.php

@@ -30,6 +30,16 @@
 <th>Reactivated By Session Id</th>
 <th>Reactivation Memo</th>
 <th>Detail Json</th>
+<th>Client Confirmed Receipt Memo</th>
+<th>Declared Intent To Use Id</th>
+<th>Delivery Memo</th>
+<th>Delivery Reported At</th>
+<th>First Measurement Id</th>
+<th>Has Been Delivered</th>
+<th>Has Client Confirmed Receipt</th>
+<th>Most Recent Measurement Id</th>
+<th>Baseline Am Resting Dbp Max</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -53,6 +63,16 @@
 <td><?= $record->reactivated_by_session_id ?></td>
 <td><?= $record->reactivation_memo ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->client_confirmed_receipt_memo ?></td>
+<td><?= $record->declared_intent_to_use_id ?></td>
+<td><?= $record->delivery_memo ?></td>
+<td><?= friendly_date_time($record->delivery_reported_at) ?></td>
+<td><?= $record->first_measurement_id ?></td>
+<td><?= $record->has_been_delivered ?></td>
+<td><?= $record->has_client_confirmed_receipt ?></td>
+<td><?= $record->most_recent_measurement_id ?></td>
+<td><?= $record->baseline_am_resting_dbp_max ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/admin/client_pro_access/index.blade.php

@@ -28,6 +28,7 @@
 <th>Client Id</th>
 <th>Pro Id</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -49,6 +50,7 @@
 <td><?= $record->client_id ?></td>
 <td><?= $record->pro_id ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 42 - 0
resources/views/admin/companies/index.blade.php

@@ -52,6 +52,27 @@
 <th>Sender Id</th>
 <th>Authorized Signer Title</th>
 <th>Authorized Signer Name</th>
+<th>Authorized Signer Email</th>
+<th>Authorized Signer Phone</th>
+<th>Created By Pro Id</th>
+<th>Group Mailing Address Line1</th>
+<th>Group Mailing Address Line2</th>
+<th>Group Mailing Address City</th>
+<th>Group Mailing Address State</th>
+<th>Group Mailing Address Zip</th>
+<th>Group Mailing Address County</th>
+<th>Group Authorized Official Name</th>
+<th>Group Authorized Official Ssn</th>
+<th>Group Authorized Official Dob</th>
+<th>Group Authorized Official Home Address</th>
+<th>Group Authorized Official Cell Number</th>
+<th>Group Authorized Official Pecos Username</th>
+<th>Group Authorized Official Pecos Password</th>
+<th>Group Authorized Official Caqh Id</th>
+<th>Group Authorized Official Caqh Username</th>
+<th>Group Authorized Official Caqh Password</th>
+<th>Group Authorized Official Email</th>
+<th>Group Authorized Official Specialty</th>
             </tr>
             </thead>
             <tbody>
@@ -97,6 +118,27 @@
 <td><?= $record->sender_id ?></td>
 <td><?= $record->authorized_signer_title ?></td>
 <td><?= $record->authorized_signer_name ?></td>
+<td><?= $record->authorized_signer_email ?></td>
+<td><?= $record->authorized_signer_phone ?></td>
+<td><?= $record->created_by_pro_id ?></td>
+<td><?= $record->group_mailing_address_line1 ?></td>
+<td><?= $record->group_mailing_address_line2 ?></td>
+<td><?= $record->group_mailing_address_city ?></td>
+<td><?= $record->group_mailing_address_state ?></td>
+<td><?= $record->group_mailing_address_zip ?></td>
+<td><?= $record->group_mailing_address_county ?></td>
+<td><?= $record->group_authorized_official_name ?></td>
+<td><?= $record->group_authorized_official_ssn ?></td>
+<td><?= $record->group_authorized_official_dob ?></td>
+<td><?= $record->group_authorized_official_home_address ?></td>
+<td><?= $record->group_authorized_official_cell_number ?></td>
+<td><?= $record->group_authorized_official_pecos_username ?></td>
+<td><?= $record->group_authorized_official_pecos_password ?></td>
+<td><?= $record->group_authorized_official_caqh_id ?></td>
+<td><?= $record->group_authorized_official_caqh_username ?></td>
+<td><?= $record->group_authorized_official_caqh_password ?></td>
+<td><?= $record->group_authorized_official_email ?></td>
+<td><?= $record->group_authorized_official_specialty ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 14 - 0
resources/views/admin/company_pros/index.blade.php

@@ -33,6 +33,13 @@
 <th>Signature Access Token</th>
 <th>Is Signature Access Token Valid</th>
 <th>Signature Access Token Set At</th>
+<th>Balance</th>
+<th>Created By Pro Id</th>
+<th>Individual Medicaid Id</th>
+<th>Individual Medicare Id</th>
+<th>Main Collaborative Physician Memo</th>
+<th>Main Collaborative Physician Pro Id</th>
+<th>Main Collaborative Physician State</th>
             </tr>
             </thead>
             <tbody>
@@ -59,6 +66,13 @@
 <td><?= $record->signature_access_token ?></td>
 <td><?= $record->is_signature_access_token_valid ?></td>
 <td><?= friendly_date_time($record->signature_access_token_set_at) ?></td>
+<td><?= $record->balance ?></td>
+<td><?= $record->created_by_pro_id ?></td>
+<td><?= $record->individual_medicaid_id ?></td>
+<td><?= $record->individual_medicare_id ?></td>
+<td><?= $record->main_collaborative_physician_memo ?></td>
+<td><?= $record->main_collaborative_physician_pro_id ?></td>
+<td><?= $record->main_collaborative_physician_state ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/admin/facilities/index.blade.php

@@ -38,6 +38,7 @@
 <th>Reactivated By Session Id</th>
 <th>Facility Type</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -69,6 +70,7 @@
 <td><?= $record->reactivated_by_session_id ?></td>
 <td><?= $record->facility_type ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/admin/handouts/index.blade.php

@@ -30,6 +30,7 @@
 <th>Reactivated By Session Id</th>
 <th>Reactivation Memo</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -53,6 +54,7 @@
 <td><?= $record->reactivated_by_session_id ?></td>
 <td><?= $record->reactivation_memo ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/admin/isms/index.blade.php

@@ -24,6 +24,7 @@
 <th>Created By Session Id</th>
 <th>Type</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -41,6 +42,7 @@
 <td><?= $record->created_by_session_id ?></td>
 <td><?= $record->type ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 8 - 0
resources/views/admin/mb_claim/index.blade.php

@@ -85,6 +85,10 @@
 <th>Current Version Id</th>
 <th>Claim Version Id</th>
 <th>Company Location Id</th>
+<th>Created By Pro Id</th>
+<th>Status Detail Json</th>
+<th>Status Log Id</th>
+<th>Status Updated By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -163,6 +167,10 @@
 <td><?= $record->current_version_id ?></td>
 <td><?= $record->claim_version_id ?></td>
 <td><?= $record->company_location_id ?></td>
+<td><?= $record->created_by_pro_id ?></td>
+<td><?= $record->status_detail_json ?></td>
+<td><?= $record->status_log_id ?></td>
+<td><?= $record->status_updated_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/admin/note_template_section_templates/index.blade.php

@@ -22,6 +22,7 @@
 <th>Detail Json</th>
 <th>Is Removable</th>
 <th>Heading</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -37,6 +38,7 @@
 <td><?= $record->detail_json ?></td>
 <td><?= $record->is_removable ?></td>
 <td><?= $record->heading ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/admin/pro_pro_access/index.blade.php

@@ -31,6 +31,7 @@
 <th>Reactivation Memo</th>
 <th>Can Book Appointments</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -55,6 +56,7 @@
 <td><?= $record->reactivation_memo ?></td>
 <td><?= $record->can_book_appointments ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/admin/pro_teams/index.blade.php

@@ -33,6 +33,7 @@
 <th>Created By Session Id</th>
 <th>Type</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -59,6 +60,7 @@
 <td><?= $record->created_by_session_id ?></td>
 <td><?= $record->type ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/admin/pro_text_shortcuts/index.blade.php

@@ -24,6 +24,7 @@
 <th>Created By Session Id</th>
 <th>Type</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -41,6 +42,7 @@
 <td><?= $record->created_by_session_id ?></td>
 <td><?= $record->type ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 4 - 0
resources/views/admin/products/index.blade.php

@@ -34,6 +34,8 @@
 <th>Reactivated By Session Id</th>
 <th>Reactivation Memo</th>
 <th>Detail Json</th>
+<th>Is For Cm</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -61,6 +63,8 @@
 <td><?= $record->reactivated_by_session_id ?></td>
 <td><?= $record->reactivation_memo ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->is_for_cm ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 4 - 0
resources/views/admin/products_SINGLE/SUB_versions.blade.php

@@ -36,6 +36,8 @@
 <th>Reactivated By Session Id</th>
 <th>Reactivation Memo</th>
 <th>Detail Json</th>
+<th>Is For Cm</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -63,6 +65,8 @@
 <td><?= $subRecord->reactivated_by_session_id ?></td>
 <td><?= $subRecord->reactivation_memo ?></td>
 <td><?= $subRecord->detail_json ?></td>
+<td><?= $subRecord->is_for_cm ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 1 - 0
resources/views/admin/pros_SINGLE/ACTION_add_new_pro_rate.blade.php

@@ -36,6 +36,7 @@
 <option <?= 'CM' === (old('responsibility') ? old('responsibility') : '') ? 'selected' : '' ?> value='CM'>CM</option>
 <option <?= 'RME' === (old('responsibility') ? old('responsibility') : '') ? 'selected' : '' ?> value='RME'>RME</option>
 <option <?= 'RMM' === (old('responsibility') ? old('responsibility') : '') ? 'selected' : '' ?> value='RMM'>RMM</option>
+<option <?= 'GENERIC' === (old('responsibility') ? old('responsibility') : '') ? 'selected' : '' ?> value='GENERIC'>GENERIC</option>
 </select>
 </div>
 <div class='form-group mb-3'>

+ 0 - 3
resources/views/admin/pros_SINGLE/SUB_dashboard.blade.php

@@ -19,13 +19,10 @@
     </table>
 </div>
 
-
-
 <div class="table-responsive p-0 bg-white table-sm mb-3">
     <table class="table table-hover text-nowrap table-striped border-left border-right border-bottom">
         <thead>
         <tr>
-
             <th colspan="2" class="px-2">Initiative
                 <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/pros/view/<?= $record->uid ?>/ACTION_setInitiative' title='Change?optimised=1'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i>&nbsp;<span>Change</span></a></span>
             </th>

+ 2 - 0
resources/views/admin/pros_SINGLE/SUB_pro_access.blade.php

@@ -33,6 +33,7 @@
 <th>Reactivation Memo</th>
 <th>Can Book Appointments</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -57,6 +58,7 @@
 <td><?= $subRecord->reactivation_memo ?></td>
 <td><?= $subRecord->can_book_appointments ?></td>
 <td><?= $subRecord->detail_json ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 2 - 0
resources/views/admin/stag_app_pro_access/index.blade.php

@@ -27,6 +27,7 @@
 <th>Reactivated By Session Id</th>
 <th>Reactivation Memo</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -47,6 +48,7 @@
 <td><?= $record->reactivated_by_session_id ?></td>
 <td><?= $record->reactivation_memo ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/admin/stag_apps/index.blade.php

@@ -30,6 +30,7 @@
 <th>Requires Admin</th>
 <th>Detail Json</th>
 <th>Internal Name</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -53,6 +54,7 @@
 <td><?= $record->requires_admin ?></td>
 <td><?= $record->detail_json ?></td>
 <td><?= $record->internal_name ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/pro/action_items/index.blade.php

@@ -36,6 +36,7 @@
 <th>Facility Memo</th>
 <th>Dose</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -65,6 +66,7 @@
 <td><?= $record->facility_memo ?></td>
 <td><?= $record->dose ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 8 - 0
resources/views/pro/bills_SINGLE/SUB_transactions.blade.php

@@ -29,6 +29,10 @@
 <th>Pro Id</th>
 <th>Client Program Month Entry Id</th>
 <th>Detail Json</th>
+<th>Resulting Company Pro Balance</th>
+<th>Company Pro Id</th>
+<th>Company Id</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -49,6 +53,10 @@
 <td><?= $subRecord->pro_id ?></td>
 <td><?= $subRecord->client_program_month_entry_id ?></td>
 <td><?= $subRecord->detail_json ?></td>
+<td><?= $subRecord->resulting_company_pro_balance ?></td>
+<td><?= $subRecord->company_pro_id ?></td>
+<td><?= $subRecord->company_id ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 2 - 0
resources/views/pro/care_month_entries/index.blade.php

@@ -39,6 +39,7 @@
 <th>Achieved Rms Pro Time In Seconds</th>
 <th>Achieved Rmg Pro Time In Seconds</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -71,6 +72,7 @@
 <td><?= $record->achieved_rms_pro_time_in_seconds ?></td>
 <td><?= $record->achieved_rmg_pro_time_in_seconds ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 26 - 6
resources/views/pro/care_months/index.blade.php

@@ -15,8 +15,6 @@
 <th>&nbsp;</th>
 <th>Created At</th>
 <th>Type</th>
-<th>Cm Reason1</th>
-<th>Cm Reason2</th>
 <th>Cm Total Time In Seconds</th>
 <th>Cm Total Time In Seconds By Cm Pro</th>
 <th>Cm Total Time In Seconds By Mcp</th>
@@ -50,7 +48,6 @@
 <th>Rm Total Time In Seconds By Rms Pro</th>
 <th>Rm Total Time In Seconds By Rmg Pro</th>
 <th>Detail Json</th>
-<th>Rm Reasons</th>
 <th>Number Of Days With Remote Measurements</th>
 <th>Is Bill Closed</th>
 <th>Bill Closed At</th>
@@ -71,6 +68,19 @@
 <th>Company Pro Id</th>
 <th>Company Id</th>
 <th>Company Location Id</th>
+<th>Rm Num Measurements Not Stamped By Mcp</th>
+<th>Rm Num Measurements Not Stamped By Non Hcp</th>
+<th>Rm Num Measurements Not Stamped By Rmm</th>
+<th>Rm Num Measurements Not Stamped By Rme</th>
+<th>Has Mcp Rm Interacted By Note</th>
+<th>Mcp Rm Interaction Note Id</th>
+<th>Is Rm Interaction Waived</th>
+<th>Was Rm Setup Performed</th>
+<th>Rm Setup Claim Id</th>
+<th>Created By Pro Id</th>
+<th>Has Anyone Interacted With Client About Rm Outside Note</th>
+<th>Is Rm Time Waived</th>
+<th>Did Previous Care Month Have Mcp Note</th>
             </tr>
             </thead>
             <tbody>
@@ -79,8 +89,6 @@
 <td><a href="/care_months/view/<?= $record->uid ?>"><i class="fas fa-share-square"></i></a></td>
 <td><?= friendly_date_time($record->created_at) ?></td>
 <td><?= $record->type ?></td>
-<td><?= $record->cm_reason1 ?></td>
-<td><?= $record->cm_reason2 ?></td>
 <td><?= $record->cm_total_time_in_seconds ?></td>
 <td><?= $record->cm_total_time_in_seconds_by_cm_pro ?></td>
 <td><?= $record->cm_total_time_in_seconds_by_mcp ?></td>
@@ -114,7 +122,6 @@
 <td><?= $record->rm_total_time_in_seconds_by_rms_pro ?></td>
 <td><?= $record->rm_total_time_in_seconds_by_rmg_pro ?></td>
 <td><?= $record->detail_json ?></td>
-<td><?= $record->rm_reasons ?></td>
 <td><?= $record->number_of_days_with_remote_measurements ?></td>
 <td><?= $record->is_bill_closed ?></td>
 <td><?= friendly_date_time($record->bill_closed_at) ?></td>
@@ -135,6 +142,19 @@
 <td><?= $record->company_pro_id ?></td>
 <td><?= $record->company_id ?></td>
 <td><?= $record->company_location_id ?></td>
+<td><?= $record->rm_num_measurements_not_stamped_by_mcp ?></td>
+<td><?= $record->rm_num_measurements_not_stamped_by_non_hcp ?></td>
+<td><?= $record->rm_num_measurements_not_stamped_by_rmm ?></td>
+<td><?= $record->rm_num_measurements_not_stamped_by_rme ?></td>
+<td><?= $record->has_mcp_rm_interacted_by_note ?></td>
+<td><?= $record->mcp_rm_interaction_note_id ?></td>
+<td><?= $record->is_rm_interaction_waived ?></td>
+<td><?= $record->was_rm_setup_performed ?></td>
+<td><?= $record->rm_setup_claim_id ?></td>
+<td><?= $record->created_by_pro_id ?></td>
+<td><?= $record->has_anyone_interacted_with_client_about_rm_outside_note ?></td>
+<td><?= $record->is_rm_time_waived ?></td>
+<td><?= $record->did_previous_care_month_have_mcp_note ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 64 - 0
resources/views/pro/care_months_SINGLE/SUB_bills.blade.php

@@ -110,6 +110,38 @@
 <th>Is Signed By Na</th>
 <th>Signed By Na At</th>
 <th>Signed By Na Session Id</th>
+<th>Generic Pro Id</th>
+<th>Generic Description</th>
+<th>Generic Description Data</th>
+<th>Is Signed By Generic Pro</th>
+<th>Signed By Generic Pro At</th>
+<th>Signed By Generic Pro Session Id</th>
+<th>Generic Pro Expected Payment Amount</th>
+<th>Has Generic Pro Been Paid</th>
+<th>Generic Pro Payment Amount</th>
+<th>Generic Pro Payment Pro Transaction Id</th>
+<th>Generic Target Entity Type</th>
+<th>Generic Target Entity Uid</th>
+<th>Debit Pro Id</th>
+<th>Debit Company Pro Id</th>
+<th>Debit Description</th>
+<th>Debit Description Data</th>
+<th>Is Signed By Debit Pro</th>
+<th>Signed By Debit Pro At</th>
+<th>Signed By Debit Pro Session Id</th>
+<th>Debit Pro Expected Amount</th>
+<th>Has Debit Pro Been Debited</th>
+<th>Debit Pro Debit Amount</th>
+<th>Debit Pro Debit Pro Transaction Id</th>
+<th>Hcp Company Pro Id</th>
+<th>Cm Company Pro Id</th>
+<th>Rme Company Pro Id</th>
+<th>Rmm Company Pro Id</th>
+<th>Rms Company Pro Id</th>
+<th>Rmg Company Pro Id</th>
+<th>Na Company Pro Id</th>
+<th>Generic Company Pro Id</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -211,6 +243,38 @@
 <td><?= $subRecord->is_signed_by_na ?></td>
 <td><?= friendly_date_time($subRecord->signed_by_na_at) ?></td>
 <td><?= $subRecord->signed_by_na_session_id ?></td>
+<td><?= $subRecord->generic_pro_id ?></td>
+<td><?= $subRecord->generic_description ?></td>
+<td><?= $subRecord->generic_description_data ?></td>
+<td><?= $subRecord->is_signed_by_generic_pro ?></td>
+<td><?= friendly_date_time($subRecord->signed_by_generic_pro_at) ?></td>
+<td><?= $subRecord->signed_by_generic_pro_session_id ?></td>
+<td><?= $subRecord->generic_pro_expected_payment_amount ?></td>
+<td><?= $subRecord->has_generic_pro_been_paid ?></td>
+<td><?= $subRecord->generic_pro_payment_amount ?></td>
+<td><?= $subRecord->generic_pro_payment_pro_transaction_id ?></td>
+<td><?= $subRecord->generic_target_entity_type ?></td>
+<td><?= $subRecord->generic_target_entity_uid ?></td>
+<td><?= $subRecord->debit_pro_id ?></td>
+<td><?= $subRecord->debit_company_pro_id ?></td>
+<td><?= $subRecord->debit_description ?></td>
+<td><?= $subRecord->debit_description_data ?></td>
+<td><?= $subRecord->is_signed_by_debit_pro ?></td>
+<td><?= friendly_date_time($subRecord->signed_by_debit_pro_at) ?></td>
+<td><?= $subRecord->signed_by_debit_pro_session_id ?></td>
+<td><?= $subRecord->debit_pro_expected_amount ?></td>
+<td><?= $subRecord->has_debit_pro_been_debited ?></td>
+<td><?= $subRecord->debit_pro_debit_amount ?></td>
+<td><?= $subRecord->debit_pro_debit_pro_transaction_id ?></td>
+<td><?= $subRecord->hcp_company_pro_id ?></td>
+<td><?= $subRecord->cm_company_pro_id ?></td>
+<td><?= $subRecord->rme_company_pro_id ?></td>
+<td><?= $subRecord->rmm_company_pro_id ?></td>
+<td><?= $subRecord->rms_company_pro_id ?></td>
+<td><?= $subRecord->rmg_company_pro_id ?></td>
+<td><?= $subRecord->na_company_pro_id ?></td>
+<td><?= $subRecord->generic_company_pro_id ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 2 - 0
resources/views/pro/care_months_SINGLE/SUB_rm_time_entries.blade.php

@@ -41,6 +41,7 @@
 <th>Achieved Rms Pro Time In Seconds</th>
 <th>Achieved Rmg Pro Time In Seconds</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -73,6 +74,7 @@
 <td><?= $subRecord->achieved_rms_pro_time_in_seconds ?></td>
 <td><?= $subRecord->achieved_rmg_pro_time_in_seconds ?></td>
 <td><?= $subRecord->detail_json ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 2 - 0
resources/views/pro/clients_SINGLE/SUB_action_items.blade.php

@@ -38,6 +38,7 @@
 <th>Facility Memo</th>
 <th>Dose</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -67,6 +68,7 @@
 <td><?= $subRecord->facility_memo ?></td>
 <td><?= $subRecord->dose ?></td>
 <td><?= $subRecord->detail_json ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 20 - 0
resources/views/pro/clients_SINGLE/SUB_bdt_devices.blade.php

@@ -32,6 +32,16 @@
 <th>Reactivated By Session Id</th>
 <th>Reactivation Memo</th>
 <th>Detail Json</th>
+<th>Client Confirmed Receipt Memo</th>
+<th>Declared Intent To Use Id</th>
+<th>Delivery Memo</th>
+<th>Delivery Reported At</th>
+<th>First Measurement Id</th>
+<th>Has Been Delivered</th>
+<th>Has Client Confirmed Receipt</th>
+<th>Most Recent Measurement Id</th>
+<th>Baseline Am Resting Dbp Max</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -55,6 +65,16 @@
 <td><?= $subRecord->reactivated_by_session_id ?></td>
 <td><?= $subRecord->reactivation_memo ?></td>
 <td><?= $subRecord->detail_json ?></td>
+<td><?= $subRecord->client_confirmed_receipt_memo ?></td>
+<td><?= $subRecord->declared_intent_to_use_id ?></td>
+<td><?= $subRecord->delivery_memo ?></td>
+<td><?= friendly_date_time($subRecord->delivery_reported_at) ?></td>
+<td><?= $subRecord->first_measurement_id ?></td>
+<td><?= $subRecord->has_been_delivered ?></td>
+<td><?= $subRecord->has_client_confirmed_receipt ?></td>
+<td><?= $subRecord->most_recent_measurement_id ?></td>
+<td><?= $subRecord->baseline_am_resting_dbp_max ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 64 - 0
resources/views/pro/clients_SINGLE/SUB_bills.blade.php

@@ -110,6 +110,38 @@
 <th>Is Signed By Na</th>
 <th>Signed By Na At</th>
 <th>Signed By Na Session Id</th>
+<th>Generic Pro Id</th>
+<th>Generic Description</th>
+<th>Generic Description Data</th>
+<th>Is Signed By Generic Pro</th>
+<th>Signed By Generic Pro At</th>
+<th>Signed By Generic Pro Session Id</th>
+<th>Generic Pro Expected Payment Amount</th>
+<th>Has Generic Pro Been Paid</th>
+<th>Generic Pro Payment Amount</th>
+<th>Generic Pro Payment Pro Transaction Id</th>
+<th>Generic Target Entity Type</th>
+<th>Generic Target Entity Uid</th>
+<th>Debit Pro Id</th>
+<th>Debit Company Pro Id</th>
+<th>Debit Description</th>
+<th>Debit Description Data</th>
+<th>Is Signed By Debit Pro</th>
+<th>Signed By Debit Pro At</th>
+<th>Signed By Debit Pro Session Id</th>
+<th>Debit Pro Expected Amount</th>
+<th>Has Debit Pro Been Debited</th>
+<th>Debit Pro Debit Amount</th>
+<th>Debit Pro Debit Pro Transaction Id</th>
+<th>Hcp Company Pro Id</th>
+<th>Cm Company Pro Id</th>
+<th>Rme Company Pro Id</th>
+<th>Rmm Company Pro Id</th>
+<th>Rms Company Pro Id</th>
+<th>Rmg Company Pro Id</th>
+<th>Na Company Pro Id</th>
+<th>Generic Company Pro Id</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -211,6 +243,38 @@
 <td><?= $subRecord->is_signed_by_na ?></td>
 <td><?= friendly_date_time($subRecord->signed_by_na_at) ?></td>
 <td><?= $subRecord->signed_by_na_session_id ?></td>
+<td><?= $subRecord->generic_pro_id ?></td>
+<td><?= $subRecord->generic_description ?></td>
+<td><?= $subRecord->generic_description_data ?></td>
+<td><?= $subRecord->is_signed_by_generic_pro ?></td>
+<td><?= friendly_date_time($subRecord->signed_by_generic_pro_at) ?></td>
+<td><?= $subRecord->signed_by_generic_pro_session_id ?></td>
+<td><?= $subRecord->generic_pro_expected_payment_amount ?></td>
+<td><?= $subRecord->has_generic_pro_been_paid ?></td>
+<td><?= $subRecord->generic_pro_payment_amount ?></td>
+<td><?= $subRecord->generic_pro_payment_pro_transaction_id ?></td>
+<td><?= $subRecord->generic_target_entity_type ?></td>
+<td><?= $subRecord->generic_target_entity_uid ?></td>
+<td><?= $subRecord->debit_pro_id ?></td>
+<td><?= $subRecord->debit_company_pro_id ?></td>
+<td><?= $subRecord->debit_description ?></td>
+<td><?= $subRecord->debit_description_data ?></td>
+<td><?= $subRecord->is_signed_by_debit_pro ?></td>
+<td><?= friendly_date_time($subRecord->signed_by_debit_pro_at) ?></td>
+<td><?= $subRecord->signed_by_debit_pro_session_id ?></td>
+<td><?= $subRecord->debit_pro_expected_amount ?></td>
+<td><?= $subRecord->has_debit_pro_been_debited ?></td>
+<td><?= $subRecord->debit_pro_debit_amount ?></td>
+<td><?= $subRecord->debit_pro_debit_pro_transaction_id ?></td>
+<td><?= $subRecord->hcp_company_pro_id ?></td>
+<td><?= $subRecord->cm_company_pro_id ?></td>
+<td><?= $subRecord->rme_company_pro_id ?></td>
+<td><?= $subRecord->rmm_company_pro_id ?></td>
+<td><?= $subRecord->rms_company_pro_id ?></td>
+<td><?= $subRecord->rmg_company_pro_id ?></td>
+<td><?= $subRecord->na_company_pro_id ?></td>
+<td><?= $subRecord->generic_company_pro_id ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 2 - 0
resources/views/pro/clients_SINGLE/SUB_care_month_entries.blade.php

@@ -41,6 +41,7 @@
 <th>Achieved Rms Pro Time In Seconds</th>
 <th>Achieved Rmg Pro Time In Seconds</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -73,6 +74,7 @@
 <td><?= $subRecord->achieved_rms_pro_time_in_seconds ?></td>
 <td><?= $subRecord->achieved_rmg_pro_time_in_seconds ?></td>
 <td><?= $subRecord->detail_json ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 26 - 6
resources/views/pro/clients_SINGLE/SUB_care_months.blade.php

@@ -17,8 +17,6 @@
                     <th>&nbsp;</th>
 <th>Created At</th>
 <th>Type</th>
-<th>Cm Reason1</th>
-<th>Cm Reason2</th>
 <th>Cm Total Time In Seconds</th>
 <th>Cm Total Time In Seconds By Cm Pro</th>
 <th>Cm Total Time In Seconds By Mcp</th>
@@ -52,7 +50,6 @@
 <th>Rm Total Time In Seconds By Rms Pro</th>
 <th>Rm Total Time In Seconds By Rmg Pro</th>
 <th>Detail Json</th>
-<th>Rm Reasons</th>
 <th>Number Of Days With Remote Measurements</th>
 <th>Is Bill Closed</th>
 <th>Bill Closed At</th>
@@ -73,6 +70,19 @@
 <th>Company Pro Id</th>
 <th>Company Id</th>
 <th>Company Location Id</th>
+<th>Rm Num Measurements Not Stamped By Mcp</th>
+<th>Rm Num Measurements Not Stamped By Non Hcp</th>
+<th>Rm Num Measurements Not Stamped By Rmm</th>
+<th>Rm Num Measurements Not Stamped By Rme</th>
+<th>Has Mcp Rm Interacted By Note</th>
+<th>Mcp Rm Interaction Note Id</th>
+<th>Is Rm Interaction Waived</th>
+<th>Was Rm Setup Performed</th>
+<th>Rm Setup Claim Id</th>
+<th>Created By Pro Id</th>
+<th>Has Anyone Interacted With Client About Rm Outside Note</th>
+<th>Is Rm Time Waived</th>
+<th>Did Previous Care Month Have Mcp Note</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -81,8 +91,6 @@
                         <td><a href="/care_months/view/{{ $subRecord->uid }}"><i class="fas fa-share-square"></i></a></td>
 <td><?= friendly_date_time($subRecord->created_at) ?></td>
 <td><?= $subRecord->type ?></td>
-<td><?= $subRecord->cm_reason1 ?></td>
-<td><?= $subRecord->cm_reason2 ?></td>
 <td><?= $subRecord->cm_total_time_in_seconds ?></td>
 <td><?= $subRecord->cm_total_time_in_seconds_by_cm_pro ?></td>
 <td><?= $subRecord->cm_total_time_in_seconds_by_mcp ?></td>
@@ -116,7 +124,6 @@
 <td><?= $subRecord->rm_total_time_in_seconds_by_rms_pro ?></td>
 <td><?= $subRecord->rm_total_time_in_seconds_by_rmg_pro ?></td>
 <td><?= $subRecord->detail_json ?></td>
-<td><?= $subRecord->rm_reasons ?></td>
 <td><?= $subRecord->number_of_days_with_remote_measurements ?></td>
 <td><?= $subRecord->is_bill_closed ?></td>
 <td><?= friendly_date_time($subRecord->bill_closed_at) ?></td>
@@ -137,6 +144,19 @@
 <td><?= $subRecord->company_pro_id ?></td>
 <td><?= $subRecord->company_id ?></td>
 <td><?= $subRecord->company_location_id ?></td>
+<td><?= $subRecord->rm_num_measurements_not_stamped_by_mcp ?></td>
+<td><?= $subRecord->rm_num_measurements_not_stamped_by_non_hcp ?></td>
+<td><?= $subRecord->rm_num_measurements_not_stamped_by_rmm ?></td>
+<td><?= $subRecord->rm_num_measurements_not_stamped_by_rme ?></td>
+<td><?= $subRecord->has_mcp_rm_interacted_by_note ?></td>
+<td><?= $subRecord->mcp_rm_interaction_note_id ?></td>
+<td><?= $subRecord->is_rm_interaction_waived ?></td>
+<td><?= $subRecord->was_rm_setup_performed ?></td>
+<td><?= $subRecord->rm_setup_claim_id ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
+<td><?= $subRecord->has_anyone_interacted_with_client_about_rm_outside_note ?></td>
+<td><?= $subRecord->is_rm_time_waived ?></td>
+<td><?= $subRecord->did_previous_care_month_have_mcp_note ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 2 - 0
resources/views/pro/clients_SINGLE/SUB_device_measurements.blade.php

@@ -24,6 +24,7 @@
 <th>Type</th>
 <th>Measurement Id</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -39,6 +40,7 @@
 <td><?= $subRecord->type ?></td>
 <td><?= $subRecord->measurement_id ?></td>
 <td><?= $subRecord->detail_json ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 2 - 0
resources/views/pro/clients_SINGLE/SUB_erx.blade.php

@@ -38,6 +38,7 @@
 <th>Facility Memo</th>
 <th>Dose</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -67,6 +68,7 @@
 <td><?= $subRecord->facility_memo ?></td>
 <td><?= $subRecord->dose ?></td>
 <td><?= $subRecord->detail_json ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 2 - 0
resources/views/pro/clients_SINGLE/SUB_pro_access.blade.php

@@ -30,6 +30,7 @@
 <th>Client Id</th>
 <th>Pro Id</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -51,6 +52,7 @@
 <td><?= $subRecord->client_id ?></td>
 <td><?= $subRecord->pro_id ?></td>
 <td><?= $subRecord->detail_json ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 8 - 0
resources/views/pro/clients_SINGLE/SUB_related_transactions.blade.php

@@ -29,6 +29,10 @@
 <th>Pro Id</th>
 <th>Client Program Month Entry Id</th>
 <th>Detail Json</th>
+<th>Resulting Company Pro Balance</th>
+<th>Company Pro Id</th>
+<th>Company Id</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -49,6 +53,10 @@
 <td><?= $subRecord->pro_id ?></td>
 <td><?= $subRecord->client_program_month_entry_id ?></td>
 <td><?= $subRecord->detail_json ?></td>
+<td><?= $subRecord->resulting_company_pro_balance ?></td>
+<td><?= $subRecord->company_pro_id ?></td>
+<td><?= $subRecord->company_id ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 2 - 0
resources/views/pro/erx/index.blade.php

@@ -36,6 +36,7 @@
 <th>Facility Memo</th>
 <th>Dose</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -65,6 +66,7 @@
 <td><?= $record->facility_memo ?></td>
 <td><?= $record->dose ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/pro/leads/index.blade.php

@@ -30,6 +30,7 @@
 <th>Email</th>
 <th>Address</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -53,6 +54,7 @@
 <td><?= $record->email ?></td>
 <td><?= $record->address ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/pro/med_profile_line_updates/index.blade.php

@@ -24,6 +24,7 @@
 <th>Client Info Line Id</th>
 <th>Marked Data Enetered By Id</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -41,6 +42,7 @@
 <td><?= $record->client_info_line_id ?></td>
 <td><?= $record->marked_data_enetered_by_id ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 2 - 0
resources/views/pro/med_profile_lines/index.blade.php

@@ -25,6 +25,7 @@
 <th>Removed By Session Id</th>
 <th>Client Id</th>
 <th>Detail Json</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -43,6 +44,7 @@
 <td><?= $record->removed_by_session_id ?></td>
 <td><?= $record->client_id ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 64 - 0
resources/views/pro/notes_SINGLE/SUB_bills.blade.php

@@ -110,6 +110,38 @@
 <th>Is Signed By Na</th>
 <th>Signed By Na At</th>
 <th>Signed By Na Session Id</th>
+<th>Generic Pro Id</th>
+<th>Generic Description</th>
+<th>Generic Description Data</th>
+<th>Is Signed By Generic Pro</th>
+<th>Signed By Generic Pro At</th>
+<th>Signed By Generic Pro Session Id</th>
+<th>Generic Pro Expected Payment Amount</th>
+<th>Has Generic Pro Been Paid</th>
+<th>Generic Pro Payment Amount</th>
+<th>Generic Pro Payment Pro Transaction Id</th>
+<th>Generic Target Entity Type</th>
+<th>Generic Target Entity Uid</th>
+<th>Debit Pro Id</th>
+<th>Debit Company Pro Id</th>
+<th>Debit Description</th>
+<th>Debit Description Data</th>
+<th>Is Signed By Debit Pro</th>
+<th>Signed By Debit Pro At</th>
+<th>Signed By Debit Pro Session Id</th>
+<th>Debit Pro Expected Amount</th>
+<th>Has Debit Pro Been Debited</th>
+<th>Debit Pro Debit Amount</th>
+<th>Debit Pro Debit Pro Transaction Id</th>
+<th>Hcp Company Pro Id</th>
+<th>Cm Company Pro Id</th>
+<th>Rme Company Pro Id</th>
+<th>Rmm Company Pro Id</th>
+<th>Rms Company Pro Id</th>
+<th>Rmg Company Pro Id</th>
+<th>Na Company Pro Id</th>
+<th>Generic Company Pro Id</th>
+<th>Created By Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -211,6 +243,38 @@
 <td><?= $subRecord->is_signed_by_na ?></td>
 <td><?= friendly_date_time($subRecord->signed_by_na_at) ?></td>
 <td><?= $subRecord->signed_by_na_session_id ?></td>
+<td><?= $subRecord->generic_pro_id ?></td>
+<td><?= $subRecord->generic_description ?></td>
+<td><?= $subRecord->generic_description_data ?></td>
+<td><?= $subRecord->is_signed_by_generic_pro ?></td>
+<td><?= friendly_date_time($subRecord->signed_by_generic_pro_at) ?></td>
+<td><?= $subRecord->signed_by_generic_pro_session_id ?></td>
+<td><?= $subRecord->generic_pro_expected_payment_amount ?></td>
+<td><?= $subRecord->has_generic_pro_been_paid ?></td>
+<td><?= $subRecord->generic_pro_payment_amount ?></td>
+<td><?= $subRecord->generic_pro_payment_pro_transaction_id ?></td>
+<td><?= $subRecord->generic_target_entity_type ?></td>
+<td><?= $subRecord->generic_target_entity_uid ?></td>
+<td><?= $subRecord->debit_pro_id ?></td>
+<td><?= $subRecord->debit_company_pro_id ?></td>
+<td><?= $subRecord->debit_description ?></td>
+<td><?= $subRecord->debit_description_data ?></td>
+<td><?= $subRecord->is_signed_by_debit_pro ?></td>
+<td><?= friendly_date_time($subRecord->signed_by_debit_pro_at) ?></td>
+<td><?= $subRecord->signed_by_debit_pro_session_id ?></td>
+<td><?= $subRecord->debit_pro_expected_amount ?></td>
+<td><?= $subRecord->has_debit_pro_been_debited ?></td>
+<td><?= $subRecord->debit_pro_debit_amount ?></td>
+<td><?= $subRecord->debit_pro_debit_pro_transaction_id ?></td>
+<td><?= $subRecord->hcp_company_pro_id ?></td>
+<td><?= $subRecord->cm_company_pro_id ?></td>
+<td><?= $subRecord->rme_company_pro_id ?></td>
+<td><?= $subRecord->rmm_company_pro_id ?></td>
+<td><?= $subRecord->rms_company_pro_id ?></td>
+<td><?= $subRecord->rmg_company_pro_id ?></td>
+<td><?= $subRecord->na_company_pro_id ?></td>
+<td><?= $subRecord->generic_company_pro_id ?></td>
+<td><?= $subRecord->created_by_pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 2 - 0
resources/views/pro/tickets/index.blade.php

@@ -50,6 +50,7 @@
 <th>Current Ticket Email Id</th>
 <th>Detail Json</th>
 <th>Note Id</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -93,6 +94,7 @@
 <td><?= $record->current_ticket_email_id ?></td>
 <td><?= $record->detail_json ?></td>
 <td><?= $record->note_id ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 8 - 0
resources/views/pro/transactions/index.blade.php

@@ -27,6 +27,10 @@
 <th>Pro Id</th>
 <th>Client Program Month Entry Id</th>
 <th>Detail Json</th>
+<th>Resulting Company Pro Balance</th>
+<th>Company Pro Id</th>
+<th>Company Id</th>
+<th>Created By Pro Id</th>
             </tr>
             </thead>
             <tbody>
@@ -47,6 +51,10 @@
 <td><?= $record->pro_id ?></td>
 <td><?= $record->client_program_month_entry_id ?></td>
 <td><?= $record->detail_json ?></td>
+<td><?= $record->resulting_company_pro_balance ?></td>
+<td><?= $record->company_pro_id ?></td>
+<td><?= $record->company_id ?></td>
+<td><?= $record->created_by_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>