|
@@ -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>
|