Parcourir la source

New login/2-step-security-qns flow

Vijayakrishnan Krishnan il y a 4 ans
Parent
commit
7faf12ce32

+ 1 - 0
generatecv/tree.txt

@@ -877,6 +877,7 @@ ADMIN
         name_last
     pros/add_new:create
         cellNumber*:tel
+        temporaryPassword*
         emailAddress:email
         nameDisplay
         namePrefix

+ 1 - 1
resources/views/set_password.blade.php

@@ -2,7 +2,7 @@
 
 @section('content')
 
-    <div class="card border-0 rounded-0 mcp-theme-1 bg-transparent">
+    <div class="border-0 rounded-0 mcp-theme-1 bg-transparent">
         <div class="card-header text-center font-weight-bold">
             Set New Password
         </div>

+ 1 - 1
resources/views/set_security_questions.blade.php

@@ -2,7 +2,7 @@
 
 @section('content')
 
-    <div class="card border-0 rounded-0 mcp-theme-1 bg-transparent">
+    <div class="border-0 rounded-0 mcp-theme-1 bg-transparent">
         <div class="card-header text-center font-weight-bold">
             Setup Security Questions
         </div>

+ 23 - 27
routes/generated.php

@@ -2,11 +2,6 @@
 
 use Illuminate\Support\Facades\Route;
 
-// --- pro: my_payment_schedule --- //
-Route::prefix('/my_payment_schedule')->group(function () {
-	Route::get('', 'my_payment_schedule_Controller@index')->name('my_payment_schedule-index');
-});
-
 // --- pro: clients --- //
 Route::prefix('/clients')->group(function () {
 	Route::get('', 'clients_Controller@index')->name('clients-index');
@@ -94,16 +89,15 @@ Route::prefix('/clients/view/{uid}')->group(function () {
 	Route::get('SUB_action_items', 'clients_SINGLE_Controller@SUB_action_items')->name('clients_SINGLE-SUB_action_items');
 	Route::get('SUB_erx', 'clients_SINGLE_Controller@SUB_erx')->name('clients_SINGLE-SUB_erx');
 	Route::get('SUB_mcp_updates', 'clients_SINGLE_Controller@SUB_mcp_updates')->name('clients_SINGLE-SUB_mcp_updates');
-	Route::get('SUB_ally_updates', 'clients_SINGLE_Controller@SUB_ally_updates')->name('clients_SINGLE-SUB_ally_updates');
 	Route::get('SUB_audit_log', 'clients_SINGLE_Controller@SUB_audit_log')->name('clients_SINGLE-SUB_audit_log');
-	Route::get('ACTION_measurementsAddNew', 'clients_SINGLE_Controller@ACTION_measurementsAddNew')->name('clients_SINGLE-ACTION_measurementsAddNew');
-	Route::get('ACTION_med_profileAddNew', 'clients_SINGLE_Controller@ACTION_med_profileAddNew')->name('clients_SINGLE-ACTION_med_profileAddNew');
-	Route::get('ACTION_pro_accessAddNew', 'clients_SINGLE_Controller@ACTION_pro_accessAddNew')->name('clients_SINGLE-ACTION_pro_accessAddNew');
-	Route::get('ACTION_notesAddNew', 'clients_SINGLE_Controller@ACTION_notesAddNew')->name('clients_SINGLE-ACTION_notesAddNew');
-	Route::get('ACTION_relationshipsAddNew', 'clients_SINGLE_Controller@ACTION_relationshipsAddNew')->name('clients_SINGLE-ACTION_relationshipsAddNew');
-	Route::get('ACTION_care_monthsAddNew', 'clients_SINGLE_Controller@ACTION_care_monthsAddNew')->name('clients_SINGLE-ACTION_care_monthsAddNew');
-	Route::get('ACTION_action_itemsAddNew', 'clients_SINGLE_Controller@ACTION_action_itemsAddNew')->name('clients_SINGLE-ACTION_action_itemsAddNew');
-	Route::get('ACTION_erxAddNew', 'clients_SINGLE_Controller@ACTION_erxAddNew')->name('clients_SINGLE-ACTION_erxAddNew');
+	Route::get('ACTION_add_new_measurement', 'clients_SINGLE_Controller@ACTION_add_new_measurement')->name('clients_SINGLE-ACTION_add_new_measurement');
+	Route::get('ACTION_add_new_client_info_line', 'clients_SINGLE_Controller@ACTION_add_new_client_info_line')->name('clients_SINGLE-ACTION_add_new_client_info_line');
+	Route::get('ACTION_add_new_client_pro_access', 'clients_SINGLE_Controller@ACTION_add_new_client_pro_access')->name('clients_SINGLE-ACTION_add_new_client_pro_access');
+	Route::get('ACTION_add_new_note', 'clients_SINGLE_Controller@ACTION_add_new_note')->name('clients_SINGLE-ACTION_add_new_note');
+	Route::get('ACTION_add_new_relationship', 'clients_SINGLE_Controller@ACTION_add_new_relationship')->name('clients_SINGLE-ACTION_add_new_relationship');
+	Route::get('ACTION_add_new_care_month', 'clients_SINGLE_Controller@ACTION_add_new_care_month')->name('clients_SINGLE-ACTION_add_new_care_month');
+	Route::get('ACTION_add_new_action_item', 'clients_SINGLE_Controller@ACTION_add_new_action_item')->name('clients_SINGLE-ACTION_add_new_action_item');
+	Route::get('ACTION_add_new_erx_action_item', 'clients_SINGLE_Controller@ACTION_add_new_erx_action_item')->name('clients_SINGLE-ACTION_add_new_erx_action_item');
 });
 
 // --- pro: notes --- //
@@ -118,7 +112,7 @@ Route::prefix('/notes/view/{uid}')->group(function () {
 	Route::get('SUB_dashboard', 'notes_SINGLE_Controller@SUB_dashboard')->name('notes_SINGLE-SUB_dashboard');
 	Route::get('SUB_bills', 'notes_SINGLE_Controller@SUB_bills')->name('notes_SINGLE-SUB_bills');
 	Route::get('SUB_sections', 'notes_SINGLE_Controller@SUB_sections')->name('notes_SINGLE-SUB_sections');
-	Route::get('ACTION_billsAddNew', 'notes_SINGLE_Controller@ACTION_billsAddNew')->name('notes_SINGLE-ACTION_billsAddNew');
+	Route::get('ACTION_add_new_bill', 'notes_SINGLE_Controller@ACTION_add_new_bill')->name('notes_SINGLE-ACTION_add_new_bill');
 });
 
 // --- pro: relationships --- //
@@ -223,8 +217,8 @@ Route::prefix('/care_months/view/{uid}')->group(function () {
 	Route::get('SUB_rm_time_entries', 'care_months_SINGLE_Controller@SUB_rm_time_entries')->name('care_months_SINGLE-SUB_rm_time_entries');
 	Route::get('SUB_bills', 'care_months_SINGLE_Controller@SUB_bills')->name('care_months_SINGLE-SUB_bills');
 	Route::get('SUB_audit_log', 'care_months_SINGLE_Controller@SUB_audit_log')->name('care_months_SINGLE-SUB_audit_log');
-	Route::get('ACTION_cm_time_entriesAddNew', 'care_months_SINGLE_Controller@ACTION_cm_time_entriesAddNew')->name('care_months_SINGLE-ACTION_cm_time_entriesAddNew');
-	Route::get('ACTION_rm_time_entriesAddNew', 'care_months_SINGLE_Controller@ACTION_rm_time_entriesAddNew')->name('care_months_SINGLE-ACTION_rm_time_entriesAddNew');
+	Route::get('ACTION_add_new_care_month_entry', 'care_months_SINGLE_Controller@ACTION_add_new_care_month_entry')->name('care_months_SINGLE-ACTION_add_new_care_month_entry');
+	Route::get('ACTION_add_new_care_month_entry', 'care_months_SINGLE_Controller@ACTION_add_new_care_month_entry')->name('care_months_SINGLE-ACTION_add_new_care_month_entry');
 });
 
 // --- pro: care_month_entries --- //
@@ -272,6 +266,12 @@ Route::prefix('/bills/view/{uid}')->group(function () {
 // --- pro: transactions --- //
 Route::prefix('/transactions')->group(function () {
 	Route::get('', 'transactions_Controller@index')->name('transactions-index');
+	Route::get('view/{uid}', 'transactions_Controller@view')->name('transactions-view');
+});
+
+// --- pro: transactions_SINGLE --- //
+Route::prefix('/transactions/view/{uid}')->group(function () {
+	Route::get('SUB_dashboard', 'transactions_SINGLE_Controller@SUB_dashboard')->name('transactions_SINGLE-SUB_dashboard');
 });
 
 // --- pro: med_profile_lines --- //
@@ -297,11 +297,6 @@ Route::prefix('/mcp_updates')->group(function () {
 	Route::get('', 'mcp_updates_Controller@index')->name('mcp_updates-index');
 });
 
-// --- pro: ally_updates --- //
-Route::prefix('/ally_updates')->group(function () {
-	Route::get('', 'ally_updates_Controller@index')->name('ally_updates-index');
-});
-
 // --- admin: facilities --- //
 Route::prefix('/facilities')->group(function () {
 	Route::get('', 'facilities_Controller@index')->name('facilities-index');
@@ -367,22 +362,23 @@ Route::prefix('/pros/view/{uid}')->group(function () {
 	Route::get('ACTION_setIsSsnCompleteToTrue', 'pros_SINGLE_Controller@ACTION_setIsSsnCompleteToTrue')->name('pros_SINGLE-ACTION_setIsSsnCompleteToTrue');
 	Route::get('ACTION_setIsSsnCompleteToFalse', 'pros_SINGLE_Controller@ACTION_setIsSsnCompleteToFalse')->name('pros_SINGLE-ACTION_setIsSsnCompleteToFalse');
 	Route::get('SUB_dashboard', 'pros_SINGLE_Controller@SUB_dashboard')->name('pros_SINGLE-SUB_dashboard');
-	Route::get('SUB_my_payment_schedule', 'pros_SINGLE_Controller@SUB_my_payment_schedule')->name('pros_SINGLE-SUB_my_payment_schedule');
+	Route::get('SUB_pro_rates', 'pros_SINGLE_Controller@SUB_pro_rates')->name('pros_SINGLE-SUB_pro_rates');
 	Route::get('SUB_clients', 'pros_SINGLE_Controller@SUB_clients')->name('pros_SINGLE-SUB_clients');
 	Route::get('SUB_pro_access', 'pros_SINGLE_Controller@SUB_pro_access')->name('pros_SINGLE-SUB_pro_access');
 	Route::get('SUB_mcp_updates', 'pros_SINGLE_Controller@SUB_mcp_updates')->name('pros_SINGLE-SUB_mcp_updates');
-	Route::get('SUB_ally_updates', 'pros_SINGLE_Controller@SUB_ally_updates')->name('pros_SINGLE-SUB_ally_updates');
 	Route::get('SUB_erx', 'pros_SINGLE_Controller@SUB_erx')->name('pros_SINGLE-SUB_erx');
 	Route::get('SUB_action_items', 'pros_SINGLE_Controller@SUB_action_items')->name('pros_SINGLE-SUB_action_items');
 	Route::get('SUB_care_months', 'pros_SINGLE_Controller@SUB_care_months')->name('pros_SINGLE-SUB_care_months');
 	Route::get('SUB_care_month_entries', 'pros_SINGLE_Controller@SUB_care_month_entries')->name('pros_SINGLE-SUB_care_month_entries');
 	Route::get('SUB_notes', 'pros_SINGLE_Controller@SUB_notes')->name('pros_SINGLE-SUB_notes');
 	Route::get('SUB_bills', 'pros_SINGLE_Controller@SUB_bills')->name('pros_SINGLE-SUB_bills');
-	Route::get('SUB_pro_transactions', 'pros_SINGLE_Controller@SUB_pro_transactions')->name('pros_SINGLE-SUB_pro_transactions');
+	Route::get('SUB_transactions', 'pros_SINGLE_Controller@SUB_transactions')->name('pros_SINGLE-SUB_transactions');
 	Route::get('SUB_sessions', 'pros_SINGLE_Controller@SUB_sessions')->name('pros_SINGLE-SUB_sessions');
 	Route::get('SUB_audit_log', 'pros_SINGLE_Controller@SUB_audit_log')->name('pros_SINGLE-SUB_audit_log');
-	Route::get('ACTION_my_payment_scheduleAddNew', 'pros_SINGLE_Controller@ACTION_my_payment_scheduleAddNew')->name('pros_SINGLE-ACTION_my_payment_scheduleAddNew');
-	Route::get('ACTION_pro_accessAddNew', 'pros_SINGLE_Controller@ACTION_pro_accessAddNew')->name('pros_SINGLE-ACTION_pro_accessAddNew');
+	Route::get('ACTION_add_new_pro_rate', 'pros_SINGLE_Controller@ACTION_add_new_pro_rate')->name('pros_SINGLE-ACTION_add_new_pro_rate');
+	Route::get('ACTION_add_new_client_pro_access', 'pros_SINGLE_Controller@ACTION_add_new_client_pro_access')->name('pros_SINGLE-ACTION_add_new_client_pro_access');
+	Route::get('ACTION_add_new_credit_pro_transaction', 'pros_SINGLE_Controller@ACTION_add_new_credit_pro_transaction')->name('pros_SINGLE-ACTION_add_new_credit_pro_transaction');
+	Route::get('ACTION_add_new_debit_pro_transaction', 'pros_SINGLE_Controller@ACTION_add_new_debit_pro_transaction')->name('pros_SINGLE-ACTION_add_new_debit_pro_transaction');
 });
 
 // --- admin: pro_rates --- //