Prechádzať zdrojové kódy

Merge branch 'dev' into dev-vj

Vijayakrishnan 4 rokov pred
rodič
commit
a898cee171
27 zmenil súbory, kde vykonal 119 pridanie a 103 odobranie
  1. 2 1
      app/Http/Controllers/pros_Controller.php
  2. 6 1
      app/Http/Controllers/pros_SINGLE_Controller.php
  3. 52 51
      generatecv/tree.txt
  4. 12 12
      resources/views/admin/bdt_measurements/add_new.blade.php
  5. 3 3
      resources/views/admin/facilities/add_new.blade.php
  6. 9 0
      resources/views/admin/note_templates/add_new.blade.php
  7. 2 2
      resources/views/admin/pros_SINGLE/ACTION_add_new_credit_pro_transaction.blade.php
  8. 2 2
      resources/views/admin/pros_SINGLE/ACTION_add_new_debit_pro_transaction.blade.php
  9. 4 4
      resources/views/admin/pros_SINGLE/ACTION_updateAddress.blade.php
  10. 1 1
      resources/views/admin/section_templates_SINGLE/ACTION_changePositionIndex.blade.php
  11. 1 1
      resources/views/pro/bills_SINGLE/ACTION_payCmAmount.blade.php
  12. 1 1
      resources/views/pro/bills_SINGLE/ACTION_payCmDifferentAmount.blade.php
  13. 1 1
      resources/views/pro/bills_SINGLE/ACTION_payHcpAmount.blade.php
  14. 1 1
      resources/views/pro/bills_SINGLE/ACTION_payHcpDifferentAmount.blade.php
  15. 1 1
      resources/views/pro/bills_SINGLE/ACTION_payRmeAmount.blade.php
  16. 1 1
      resources/views/pro/bills_SINGLE/ACTION_payRmeDifferentAmount.blade.php
  17. 1 1
      resources/views/pro/bills_SINGLE/ACTION_payRmmAmount.blade.php
  18. 1 1
      resources/views/pro/bills_SINGLE/ACTION_payRmmDifferentAmount.blade.php
  19. 1 1
      resources/views/pro/care_month_entries_SINGLE/ACTION_updateTiming.blade.php
  20. 1 1
      resources/views/pro/care_months_SINGLE/ACTION_add_new_care_month_entry.blade.php
  21. 2 2
      resources/views/pro/clients_SINGLE/ACTION_add_new_care_month.blade.php
  22. 1 1
      resources/views/pro/clients_SINGLE/ACTION_add_new_measurement.blade.php
  23. 8 8
      resources/views/pro/clients_SINGLE/ACTION_editAddress.blade.php
  24. 2 2
      resources/views/pro/clients_SINGLE/ACTION_editFamilyInfo.blade.php
  25. 1 1
      resources/views/pro/clients_SINGLE/ACTION_updateMntEligibility.blade.php
  26. 1 1
      resources/views/pro/measurements_SINGLE/ACTION_updateBasic.blade.php
  27. 1 1
      resources/views/pro/notes_SINGLE/ACTION_add_new_bill.blade.php

+ 2 - 1
app/Http/Controllers/pros_Controller.php

@@ -1,3 +1,4 @@
+<?php /* DO NOT GENERATE */ ?>
 <?php
 
 namespace App\Http\Controllers;
@@ -13,7 +14,7 @@ class pros_Controller extends Controller
 
 	// GET /pros
 	public function index(Request $request) {
-		$records = DB::table('pro')->get();
+		$records = DB::table('pro')->orderBy('created_at', 'asc')->get();
 		return response()->view('admin/pros/index', compact('records'), session('message') ? 500 : 200)->header('Content-Type', 'text/html');
 	}
 

+ 6 - 1
app/Http/Controllers/pros_SINGLE_Controller.php

@@ -543,7 +543,12 @@ class pros_SINGLE_Controller extends Controller
 			$record = DB::table('pro')->where('id', $uid)->first();
 			if($record) return redirect('/pros/view/' . $record->uid . '/SUB_bills');
 		}
-		return response()->view('admin/pros_SINGLE/SUB_bills', compact('record'), session('message') ? 500 : 200)->header('Content-Type', 'text/html');
+		$subRecords = DB::table('bill')
+			->where('hcp_pro_id', $record->id)
+			->orWhere('cm_pro_id', $record->id)
+			->orWhere('rmm_pro_id', $record->id)
+			->orWhere('rme_pro_id', $record->id)->get();
+		return response()->view('admin/pros_SINGLE/SUB_bills', compact('record', 'subRecords'), session('message') ? 500 : 200)->header('Content-Type', 'text/html');
 	}
 
 	// GET /pros/view/{uid}/SUB_transactions

+ 52 - 51
generatecv/tree.txt

@@ -104,8 +104,8 @@ PRO
                 motherRelationshipUid:record:relationship:uid,name_first
                 motherMaidenName=mother_maiden_name
                 fatherRelationshipUid:record:relationship:uid,name_first
-                numberOfSiblings:number=number_of_siblings
-                birthOrder:number=birth_order
+                numberOfSiblings:text=number_of_siblings
+                birthOrder:text=birth_order
                 isMultipleBirthMember:select:YES,NO,UNKNOWN=is_multiple_birth_member
             editContactDetails
                 phoneHome=phone_home
@@ -126,15 +126,15 @@ PRO
                 homeAddressCity=home_address_city
                 homeAddressState=home_address_state
                 homeAddressZip=home_address_zip
-                homeAddressGeoLat:number=home_address_geo_lat
-                homeAddressGeoLong:number=home_address_geo_long
+                homeAddressGeoLat:text=home_address_geo_lat
+                homeAddressGeoLong:text=home_address_geo_long
                 mailingAddressLine1=mailing_address_line1
                 mailingAddressLine2=mailing_address_line2
                 mailingAddressCity=mailing_address_city
                 mailingAddressState=mailing_address_state
                 mailingAddressZip=mailing_address_zip
-                mailingAddressGeoLat:number=mailing_address_geo_lat
-                mailingAddressGeoLong:number=mailing_address_geo_long
+                mailingAddressGeoLat:text=mailing_address_geo_lat
+                mailingAddressGeoLong:text=mailing_address_geo_long
                 hasSecondaryAddress:select:YES,NO,UNKNOWN_has_secondary_address
                 reasonForSecondaryAddress=reason_for_secondary_address
                 whenIsClientAtSecondaryAddress=when_is_client_at_secondary_address
@@ -144,15 +144,15 @@ PRO
                 secondaryHomeAddressCity=secondary_home_address_city
                 secondaryHomeAddressState=secondary_home_address_state
                 secondaryHomeAddressZip=secondary_home_address_zip
-                secondaryHomeAddressGeoLat:number=secondary_home_address_geo_lat
-                secondaryHomeAddressGeoLong:number=secondary_home_address_geo_long
+                secondaryHomeAddressGeoLat:text=secondary_home_address_geo_lat
+                secondaryHomeAddressGeoLong:text=secondary_home_address_geo_long
                 secondaryMailingAddressLine1=secondary_mailing_address_line1
                 secondaryMailingAddressLine2=secondary_mailing_address_line2
                 secondaryMailingAddressCity=secondary_mailing_address_city
                 secondaryMailingAddressState=secondary_mailing_address_state
                 secondaryMailingAddressZip=secondary_mailing_address_zip
-                secondaryMailingAddressGeoLat:number=secondary_mailing_address_geo_lat
-                secondaryMailingAddressGeoLong:number=secondary_mailing_address_geo_long
+                secondaryMailingAddressGeoLat:text=secondary_mailing_address_geo_lat
+                secondaryMailingAddressGeoLong:text=secondary_mailing_address_geo_long
             editMiscDemographics
                 citizenships=citizenships
                 education=education
@@ -234,7 +234,7 @@ PRO
             removeRdPro
             updateMntEligibility
                 isEligibleForMnt*:select:YES,NO,UNKNOWN=eligible_for_mnt
-                numberOfMntHoursLeftThisYear:number=number_of_mnt_hours_left_this_year
+                numberOfMntHoursLeftThisYear:text=number_of_mnt_hours_left_this_year
             updateCmEligibility
                 isEligibleForCm*:select:YES:NO:UNKNOWN=is_eligible_for_cm
                 whyNotEligibleForCmCategory=why_not_eligible_for_cm_category
@@ -379,7 +379,7 @@ PRO
                 add_new:measurement=>/measurements/view/UID
                     clientUid:hidden=uid
                     label
-                    value:number
+                    value:text
                     effectiveDate:date
             med_profile
                 id=client_info_line.client_id=>/med_profiles/view/UID
@@ -452,8 +452,8 @@ PRO
                 id=care_month.client_id=>/care_months/view/UID
                 add_new:care_month
                     clientUid:hidden=uid
-                    startMonth:number
-                    startYear:number
+                    startMonth:text
+                    startYear:text
             care_month_entries
                 id=care_month_entry.client_id=>/care_month_entries/view/UID
                 !qry:pros:SELECT id, name_display FROM pro
@@ -541,7 +541,7 @@ PRO
                     reason3Plus
                     serviceLocation
                     modifier
-                    numberOfUnits:number
+                    numberOfUnits:text
             sections
                 id=section.note_id=>/sections/view/UID
                 !inc:summary_html,content_data
@@ -587,7 +587,7 @@ PRO
         ACTIONS
             updateBasic
                 label=label
-                value:number=value
+                value:text=value
                 effectiveDate:date=effective_date
             remove
         SUB
@@ -735,7 +735,7 @@ PRO
                     careMonthUid:hidden=uid
                     proUid:record:pro:uid,name_display
                     effectiveDate:date
-                    timeInSeconds:number
+                    timeInSeconds:text
                     isTimeSpecific:bool
                     startingTime:time
                     endingTime:time
@@ -748,7 +748,7 @@ PRO
                     careMonthUid:hidden=uid
                     proUid:record:pro:uid,name_display
                     effectiveDate:date
-                    timeInSeconds:number
+                    timeInSeconds:text
                     isTimeSpecific:bool
                     startingTime:time
                     endingTime:time
@@ -767,7 +767,7 @@ PRO
                 contentDetail
             updateTiming
                 effectiveDate:date
-                timeInSeconds:number
+                timeInSeconds:text
                 isTimeSpecific:bool
                 startingTime:time
                 endingTime:time
@@ -789,21 +789,21 @@ PRO
     bills/view/{uid}
         ACTIONS
             payHcpAmount
-                hcpPaymentAmount:number=hcp_expected_payment_amount
+                hcpPaymentAmount:text=hcp_expected_payment_amount
             payHcpDifferentAmount
-                differentHcpPaymentAmount:number
+                differentHcpPaymentAmount:text
             payCmAmount
-                cmPaymentAmount:number
+                cmPaymentAmount:text
             payCmDifferentAmount
-                differentCmPaymentAmount:number
+                differentCmPaymentAmount:text
             payRmeAmount
-                rmePaymentAmount:number
+                rmePaymentAmount:text
             payRmeDifferentAmount
-                differentRmePaymentAmount:number
+                differentRmePaymentAmount:text
             payRmmAmount
-                rmmPaymentAmount:number
+                rmmPaymentAmount:text
             payRmmDifferentAmount
-                differentRmmPaymentAmount:number
+                differentRmmPaymentAmount:text
             signAsHcp
             signAsCm
             signAsRme
@@ -875,11 +875,11 @@ ADMIN
         addressState
         addressZip
         addressCountry
-        addressGeoLat:number
-        addressGeoLong:number
+        addressGeoLat:text
+        addressGeoLong:text
         phone
         fax
-        hours:number
+        hours:text
     facilities/view/{uid}
         ACTIONS
             updateBasic
@@ -979,16 +979,16 @@ ADMIN
                 mailingAddressState=mailing_address_state
                 mailingAddressCountry=mailing_address_country
                 mailingAddressZip=mailing_address_zip
-                mailingAddressLat:number=mailing_address_lat
-                mailingAddressLong:number=mailing_address_long
+                mailingAddressLat:text=mailing_address_lat
+                mailingAddressLong:text=mailing_address_long
                 homeAddressLine1=home_address_line1
                 homeAddressLine2=home_address_line2
                 homeAddressCity=home_address_city
                 homeAddressState=home_address_state
                 homeAddressCountry=home_address_country
                 homeAddressZip=home_address_zip
-                homeAddressLat:number=home_address_lat
-                homeAddressLong:number=home_address_long
+                homeAddressLat:text=home_address_lat
+                homeAddressLong:text=home_address_long
             updatePaymentProcessingDetail
                 paymentProcessingDetail=payment_processing_detail
             uploadDriverLicense
@@ -1114,13 +1114,13 @@ ADMIN
                 !col:client_id:Client:~clients:name_display:id,=,$$client_id:all
                 add_new_credit:pro_transaction:createManualPlusForPro
                     proUid:hidden=uid
-                    amount:number
-                    intendedResultingBalance:number
+                    amount:text
+                    intendedResultingBalance:text
                     customMemo
                 add_new_debit:pro_transaction:createManualMinusForPro
                     proUid:hidden=uid
-                    amount:number
-                    intendedResultingBalance:number
+                    amount:text
+                    intendedResultingBalance:text
                     customMemo
             sessions
             app_access
@@ -1172,7 +1172,7 @@ ADMIN
     section_templates/view/{uid}
         ACTIONS
             changePositionIndex
-                newPositionIndex:number=position_index
+                newPositionIndex:text=position_index
             setIsCanvasToTrue
             setIsCanvasToFalse
         SUB
@@ -1181,6 +1181,7 @@ ADMIN
         !inc:@title
     note_templates/add_new:create
         title
+        newOrFuOrNa:select:NEW,FU,NA
     note_templates/view/{uid}
         ACTIONS
             updateBasic
@@ -1313,18 +1314,18 @@ ADMIN
     bdt_measurements|bdt_measurement|add|icon:tablet-alt
     bdt_measurements/add_new:create
         imei*
-        ts:number
-        batteryVoltage:number
-        signalStrength:number
-        valueTare:number
-        valueWeight:number
-        valueSystolic:number
-        valueDiastolic:number
-        valuePulse:number
-        valueUnit:number
-        valueIrregular:number
-        rssi:number
-        deviceId:number
+        ts:text
+        batteryVoltage:text
+        signalStrength:text
+        valueTare:text
+        valueWeight:text
+        valueSystolic:text
+        valueDiastolic:text
+        valuePulse:text
+        valueUnit:text
+        valueIrregular:text
+        rssi:text
+        deviceId:text
     stag_apps|stag_app|add|view|icon:tablet-alt
     stag_apps/add_new:create
         name*

+ 12 - 12
resources/views/admin/bdt_measurements/add_new.blade.php

@@ -31,51 +31,51 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Ts </label>
-<input class='form-control' type='number' name='ts' value='{{ old('ts') ? old('ts') : '' }}' >
+<input class='form-control' type='text' name='ts' value='{{ old('ts') ? old('ts') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Battery Voltage </label>
-<input class='form-control' type='number' name='batteryVoltage' value='{{ old('batteryVoltage') ? old('batteryVoltage') : '' }}' >
+<input class='form-control' type='text' name='batteryVoltage' value='{{ old('batteryVoltage') ? old('batteryVoltage') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Signal Strength </label>
-<input class='form-control' type='number' name='signalStrength' value='{{ old('signalStrength') ? old('signalStrength') : '' }}' >
+<input class='form-control' type='text' name='signalStrength' value='{{ old('signalStrength') ? old('signalStrength') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Value Tare </label>
-<input class='form-control' type='number' name='valueTare' value='{{ old('valueTare') ? old('valueTare') : '' }}' >
+<input class='form-control' type='text' name='valueTare' value='{{ old('valueTare') ? old('valueTare') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Value Weight </label>
-<input class='form-control' type='number' name='valueWeight' value='{{ old('valueWeight') ? old('valueWeight') : '' }}' >
+<input class='form-control' type='text' name='valueWeight' value='{{ old('valueWeight') ? old('valueWeight') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Value Systolic </label>
-<input class='form-control' type='number' name='valueSystolic' value='{{ old('valueSystolic') ? old('valueSystolic') : '' }}' >
+<input class='form-control' type='text' name='valueSystolic' value='{{ old('valueSystolic') ? old('valueSystolic') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Value Diastolic </label>
-<input class='form-control' type='number' name='valueDiastolic' value='{{ old('valueDiastolic') ? old('valueDiastolic') : '' }}' >
+<input class='form-control' type='text' name='valueDiastolic' value='{{ old('valueDiastolic') ? old('valueDiastolic') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Value Pulse </label>
-<input class='form-control' type='number' name='valuePulse' value='{{ old('valuePulse') ? old('valuePulse') : '' }}' >
+<input class='form-control' type='text' name='valuePulse' value='{{ old('valuePulse') ? old('valuePulse') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Value Unit </label>
-<input class='form-control' type='number' name='valueUnit' value='{{ old('valueUnit') ? old('valueUnit') : '' }}' >
+<input class='form-control' type='text' name='valueUnit' value='{{ old('valueUnit') ? old('valueUnit') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Value Irregular </label>
-<input class='form-control' type='number' name='valueIrregular' value='{{ old('valueIrregular') ? old('valueIrregular') : '' }}' >
+<input class='form-control' type='text' name='valueIrregular' value='{{ old('valueIrregular') ? old('valueIrregular') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Rssi </label>
-<input class='form-control' type='number' name='rssi' value='{{ old('rssi') ? old('rssi') : '' }}' >
+<input class='form-control' type='text' name='rssi' value='{{ old('rssi') ? old('rssi') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Device Id </label>
-<input class='form-control' type='number' name='deviceId' value='{{ old('deviceId') ? old('deviceId') : '' }}' >
+<input class='form-control' type='text' name='deviceId' value='{{ old('deviceId') ? old('deviceId') : '' }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 3 - 3
resources/views/admin/facilities/add_new.blade.php

@@ -59,11 +59,11 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Address Geo Lat </label>
-<input class='form-control' type='number' name='addressGeoLat' value='{{ old('addressGeoLat') ? old('addressGeoLat') : '' }}' >
+<input class='form-control' type='text' name='addressGeoLat' value='{{ old('addressGeoLat') ? old('addressGeoLat') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Address Geo Long </label>
-<input class='form-control' type='number' name='addressGeoLong' value='{{ old('addressGeoLong') ? old('addressGeoLong') : '' }}' >
+<input class='form-control' type='text' name='addressGeoLong' value='{{ old('addressGeoLong') ? old('addressGeoLong') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Phone </label>
@@ -75,7 +75,7 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Hours </label>
-<input class='form-control' type='number' name='hours' value='{{ old('hours') ? old('hours') : '' }}' >
+<input class='form-control' type='text' name='hours' value='{{ old('hours') ? old('hours') : '' }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 9 - 0
resources/views/admin/note_templates/add_new.blade.php

@@ -28,6 +28,15 @@
         <div class='form-group mb-3'>
 <label class='control-label'>Title </label>
 <input class='form-control' type='text' name='title' value='{{ old('title') ? old('title') : '' }}' >
+</div>
+<div class='form-group mb-3'>
+<label class='control-label'>New Or Fu Or Na </label>
+<select class='form-control' name='newOrFuOrNa' value='{{ old('newOrFuOrNa') ? old('newOrFuOrNa') : '' }}' >
+<option value=''>-- Select --</option>
+<option <?= 'NEW' === (old('newOrFuOrNa') ? old('newOrFuOrNa') : '') ? 'selected' : '' ?> value='NEW'>NEW</option>
+<option <?= 'FU' === (old('newOrFuOrNa') ? old('newOrFuOrNa') : '') ? 'selected' : '' ?> value='FU'>FU</option>
+<option <?= 'NA' === (old('newOrFuOrNa') ? old('newOrFuOrNa') : '') ? 'selected' : '' ?> value='NA'>NA</option>
+</select>
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 2 - 2
resources/views/admin/pros_SINGLE/ACTION_add_new_credit_pro_transaction.blade.php

@@ -29,11 +29,11 @@
         <input class='form-control' type='hidden' name='proUid' value='{{ old('proUid') ? old('proUid') : $record->uid }}' >
 <div class='form-group mb-3'>
 <label class='control-label'>Amount </label>
-<input class='form-control' type='number' name='amount' value='{{ old('amount') ? old('amount') : '' }}' >
+<input class='form-control' type='text' name='amount' value='{{ old('amount') ? old('amount') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Intended Resulting Balance </label>
-<input class='form-control' type='number' name='intendedResultingBalance' value='{{ old('intendedResultingBalance') ? old('intendedResultingBalance') : '' }}' >
+<input class='form-control' type='text' name='intendedResultingBalance' value='{{ old('intendedResultingBalance') ? old('intendedResultingBalance') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Custom Memo </label>

+ 2 - 2
resources/views/admin/pros_SINGLE/ACTION_add_new_debit_pro_transaction.blade.php

@@ -29,11 +29,11 @@
         <input class='form-control' type='hidden' name='proUid' value='{{ old('proUid') ? old('proUid') : $record->uid }}' >
 <div class='form-group mb-3'>
 <label class='control-label'>Amount </label>
-<input class='form-control' type='number' name='amount' value='{{ old('amount') ? old('amount') : '' }}' >
+<input class='form-control' type='text' name='amount' value='{{ old('amount') ? old('amount') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Intended Resulting Balance </label>
-<input class='form-control' type='number' name='intendedResultingBalance' value='{{ old('intendedResultingBalance') ? old('intendedResultingBalance') : '' }}' >
+<input class='form-control' type='text' name='intendedResultingBalance' value='{{ old('intendedResultingBalance') ? old('intendedResultingBalance') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Custom Memo </label>

+ 4 - 4
resources/views/admin/pros_SINGLE/ACTION_updateAddress.blade.php

@@ -52,11 +52,11 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Mailing Address Lat </label>
-<input class='form-control' type='number' name='mailingAddressLat' value='{{ old('mailingAddressLat') ? old('mailingAddressLat') : $record->mailing_address_lat }}' >
+<input class='form-control' type='text' name='mailingAddressLat' value='{{ old('mailingAddressLat') ? old('mailingAddressLat') : $record->mailing_address_lat }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Mailing Address Long </label>
-<input class='form-control' type='number' name='mailingAddressLong' value='{{ old('mailingAddressLong') ? old('mailingAddressLong') : $record->mailing_address_long }}' >
+<input class='form-control' type='text' name='mailingAddressLong' value='{{ old('mailingAddressLong') ? old('mailingAddressLong') : $record->mailing_address_long }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Home Address Line 1 </label>
@@ -84,11 +84,11 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Home Address Lat </label>
-<input class='form-control' type='number' name='homeAddressLat' value='{{ old('homeAddressLat') ? old('homeAddressLat') : $record->home_address_lat }}' >
+<input class='form-control' type='text' name='homeAddressLat' value='{{ old('homeAddressLat') ? old('homeAddressLat') : $record->home_address_lat }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Home Address Long </label>
-<input class='form-control' type='number' name='homeAddressLong' value='{{ old('homeAddressLong') ? old('homeAddressLong') : $record->home_address_long }}' >
+<input class='form-control' type='text' name='homeAddressLong' value='{{ old('homeAddressLong') ? old('homeAddressLong') : $record->home_address_long }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 1 - 1
resources/views/admin/section_templates_SINGLE/ACTION_changePositionIndex.blade.php

@@ -28,7 +28,7 @@
         <input type="hidden" name="_return" value="{{route('section_templates_SINGLE-ACTION_changePositionIndex', ['uid' => $record->uid])}}">
         <div class='form-group mb-3'>
 <label class='control-label'>New Position Index </label>
-<input class='form-control' type='number' name='newPositionIndex' value='{{ old('newPositionIndex') ? old('newPositionIndex') : $record->position_index }}' >
+<input class='form-control' type='text' name='newPositionIndex' value='{{ old('newPositionIndex') ? old('newPositionIndex') : $record->position_index }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 1 - 1
resources/views/pro/bills_SINGLE/ACTION_payCmAmount.blade.php

@@ -28,7 +28,7 @@
         <input type="hidden" name="_return" value="{{route('bills_SINGLE-ACTION_payCmAmount', ['uid' => $record->uid])}}">
         <div class='form-group mb-3'>
 <label class='control-label'>Cm Payment Amount </label>
-<input class='form-control' type='number' name='cmPaymentAmount' value='{{ old('cmPaymentAmount') ? old('cmPaymentAmount') : '' }}' >
+<input class='form-control' type='text' name='cmPaymentAmount' value='{{ old('cmPaymentAmount') ? old('cmPaymentAmount') : '' }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 1 - 1
resources/views/pro/bills_SINGLE/ACTION_payCmDifferentAmount.blade.php

@@ -28,7 +28,7 @@
         <input type="hidden" name="_return" value="{{route('bills_SINGLE-ACTION_payCmDifferentAmount', ['uid' => $record->uid])}}">
         <div class='form-group mb-3'>
 <label class='control-label'>Different Cm Payment Amount </label>
-<input class='form-control' type='number' name='differentCmPaymentAmount' value='{{ old('differentCmPaymentAmount') ? old('differentCmPaymentAmount') : '' }}' >
+<input class='form-control' type='text' name='differentCmPaymentAmount' value='{{ old('differentCmPaymentAmount') ? old('differentCmPaymentAmount') : '' }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 1 - 1
resources/views/pro/bills_SINGLE/ACTION_payHcpAmount.blade.php

@@ -28,7 +28,7 @@
         <input type="hidden" name="_return" value="{{route('bills_SINGLE-ACTION_payHcpAmount', ['uid' => $record->uid])}}">
         <div class='form-group mb-3'>
 <label class='control-label'>Hcp Payment Amount </label>
-<input class='form-control' type='number' name='hcpPaymentAmount' value='{{ old('hcpPaymentAmount') ? old('hcpPaymentAmount') : $record->hcp_expected_payment_amount }}' >
+<input class='form-control' type='text' name='hcpPaymentAmount' value='{{ old('hcpPaymentAmount') ? old('hcpPaymentAmount') : $record->hcp_expected_payment_amount }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 1 - 1
resources/views/pro/bills_SINGLE/ACTION_payHcpDifferentAmount.blade.php

@@ -28,7 +28,7 @@
         <input type="hidden" name="_return" value="{{route('bills_SINGLE-ACTION_payHcpDifferentAmount', ['uid' => $record->uid])}}">
         <div class='form-group mb-3'>
 <label class='control-label'>Different Hcp Payment Amount </label>
-<input class='form-control' type='number' name='differentHcpPaymentAmount' value='{{ old('differentHcpPaymentAmount') ? old('differentHcpPaymentAmount') : '' }}' >
+<input class='form-control' type='text' name='differentHcpPaymentAmount' value='{{ old('differentHcpPaymentAmount') ? old('differentHcpPaymentAmount') : '' }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 1 - 1
resources/views/pro/bills_SINGLE/ACTION_payRmeAmount.blade.php

@@ -28,7 +28,7 @@
         <input type="hidden" name="_return" value="{{route('bills_SINGLE-ACTION_payRmeAmount', ['uid' => $record->uid])}}">
         <div class='form-group mb-3'>
 <label class='control-label'>Rme Payment Amount </label>
-<input class='form-control' type='number' name='rmePaymentAmount' value='{{ old('rmePaymentAmount') ? old('rmePaymentAmount') : '' }}' >
+<input class='form-control' type='text' name='rmePaymentAmount' value='{{ old('rmePaymentAmount') ? old('rmePaymentAmount') : '' }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 1 - 1
resources/views/pro/bills_SINGLE/ACTION_payRmeDifferentAmount.blade.php

@@ -28,7 +28,7 @@
         <input type="hidden" name="_return" value="{{route('bills_SINGLE-ACTION_payRmeDifferentAmount', ['uid' => $record->uid])}}">
         <div class='form-group mb-3'>
 <label class='control-label'>Different Rme Payment Amount </label>
-<input class='form-control' type='number' name='differentRmePaymentAmount' value='{{ old('differentRmePaymentAmount') ? old('differentRmePaymentAmount') : '' }}' >
+<input class='form-control' type='text' name='differentRmePaymentAmount' value='{{ old('differentRmePaymentAmount') ? old('differentRmePaymentAmount') : '' }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 1 - 1
resources/views/pro/bills_SINGLE/ACTION_payRmmAmount.blade.php

@@ -28,7 +28,7 @@
         <input type="hidden" name="_return" value="{{route('bills_SINGLE-ACTION_payRmmAmount', ['uid' => $record->uid])}}">
         <div class='form-group mb-3'>
 <label class='control-label'>Rmm Payment Amount </label>
-<input class='form-control' type='number' name='rmmPaymentAmount' value='{{ old('rmmPaymentAmount') ? old('rmmPaymentAmount') : '' }}' >
+<input class='form-control' type='text' name='rmmPaymentAmount' value='{{ old('rmmPaymentAmount') ? old('rmmPaymentAmount') : '' }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 1 - 1
resources/views/pro/bills_SINGLE/ACTION_payRmmDifferentAmount.blade.php

@@ -28,7 +28,7 @@
         <input type="hidden" name="_return" value="{{route('bills_SINGLE-ACTION_payRmmDifferentAmount', ['uid' => $record->uid])}}">
         <div class='form-group mb-3'>
 <label class='control-label'>Different Rmm Payment Amount </label>
-<input class='form-control' type='number' name='differentRmmPaymentAmount' value='{{ old('differentRmmPaymentAmount') ? old('differentRmmPaymentAmount') : '' }}' >
+<input class='form-control' type='text' name='differentRmmPaymentAmount' value='{{ old('differentRmmPaymentAmount') ? old('differentRmmPaymentAmount') : '' }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 1 - 1
resources/views/pro/care_month_entries_SINGLE/ACTION_updateTiming.blade.php

@@ -32,7 +32,7 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Time In Seconds </label>
-<input class='form-control' type='number' name='timeInSeconds' value='{{ old('timeInSeconds') ? old('timeInSeconds') : '' }}' >
+<input class='form-control' type='text' name='timeInSeconds' value='{{ old('timeInSeconds') ? old('timeInSeconds') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Is Time Specific 

+ 1 - 1
resources/views/pro/care_months_SINGLE/ACTION_add_new_care_month_entry.blade.php

@@ -43,7 +43,7 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Time In Seconds </label>
-<input class='form-control' type='number' name='timeInSeconds' value='{{ old('timeInSeconds') ? old('timeInSeconds') : '' }}' >
+<input class='form-control' type='text' name='timeInSeconds' value='{{ old('timeInSeconds') ? old('timeInSeconds') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Is Time Specific 

+ 2 - 2
resources/views/pro/clients_SINGLE/ACTION_add_new_care_month.blade.php

@@ -29,11 +29,11 @@
         <input class='form-control' type='hidden' name='clientUid' value='{{ old('clientUid') ? old('clientUid') : $record->uid }}' >
 <div class='form-group mb-3'>
 <label class='control-label'>Start Month </label>
-<input class='form-control' type='number' name='startMonth' value='{{ old('startMonth') ? old('startMonth') : '' }}' >
+<input class='form-control' type='text' name='startMonth' value='{{ old('startMonth') ? old('startMonth') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Start Year </label>
-<input class='form-control' type='number' name='startYear' value='{{ old('startYear') ? old('startYear') : '' }}' >
+<input class='form-control' type='text' name='startYear' value='{{ old('startYear') ? old('startYear') : '' }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 1 - 1
resources/views/pro/clients_SINGLE/ACTION_add_new_measurement.blade.php

@@ -33,7 +33,7 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Value </label>
-<input class='form-control' type='number' name='value' value='{{ old('value') ? old('value') : '' }}' >
+<input class='form-control' type='text' name='value' value='{{ old('value') ? old('value') : '' }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Effective Date </label>

+ 8 - 8
resources/views/pro/clients_SINGLE/ACTION_editAddress.blade.php

@@ -57,11 +57,11 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Home Address Geo Lat </label>
-<input class='form-control' type='number' name='homeAddressGeoLat' value='{{ old('homeAddressGeoLat') ? old('homeAddressGeoLat') : $record->home_address_geo_lat }}' >
+<input class='form-control' type='text' name='homeAddressGeoLat' value='{{ old('homeAddressGeoLat') ? old('homeAddressGeoLat') : $record->home_address_geo_lat }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Home Address Geo Long </label>
-<input class='form-control' type='number' name='homeAddressGeoLong' value='{{ old('homeAddressGeoLong') ? old('homeAddressGeoLong') : $record->home_address_geo_long }}' >
+<input class='form-control' type='text' name='homeAddressGeoLong' value='{{ old('homeAddressGeoLong') ? old('homeAddressGeoLong') : $record->home_address_geo_long }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Mailing Address Line 1 </label>
@@ -85,11 +85,11 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Mailing Address Geo Lat </label>
-<input class='form-control' type='number' name='mailingAddressGeoLat' value='{{ old('mailingAddressGeoLat') ? old('mailingAddressGeoLat') : $record->mailing_address_geo_lat }}' >
+<input class='form-control' type='text' name='mailingAddressGeoLat' value='{{ old('mailingAddressGeoLat') ? old('mailingAddressGeoLat') : $record->mailing_address_geo_lat }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Mailing Address Geo Long </label>
-<input class='form-control' type='number' name='mailingAddressGeoLong' value='{{ old('mailingAddressGeoLong') ? old('mailingAddressGeoLong') : $record->mailing_address_geo_long }}' >
+<input class='form-control' type='text' name='mailingAddressGeoLong' value='{{ old('mailingAddressGeoLong') ? old('mailingAddressGeoLong') : $record->mailing_address_geo_long }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Has Secondary Address </label>
@@ -139,11 +139,11 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Secondary Home Address Geo Lat </label>
-<input class='form-control' type='number' name='secondaryHomeAddressGeoLat' value='{{ old('secondaryHomeAddressGeoLat') ? old('secondaryHomeAddressGeoLat') : $record->secondary_home_address_geo_lat }}' >
+<input class='form-control' type='text' name='secondaryHomeAddressGeoLat' value='{{ old('secondaryHomeAddressGeoLat') ? old('secondaryHomeAddressGeoLat') : $record->secondary_home_address_geo_lat }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Secondary Home Address Geo Long </label>
-<input class='form-control' type='number' name='secondaryHomeAddressGeoLong' value='{{ old('secondaryHomeAddressGeoLong') ? old('secondaryHomeAddressGeoLong') : $record->secondary_home_address_geo_long }}' >
+<input class='form-control' type='text' name='secondaryHomeAddressGeoLong' value='{{ old('secondaryHomeAddressGeoLong') ? old('secondaryHomeAddressGeoLong') : $record->secondary_home_address_geo_long }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Secondary Mailing Address Line 1 </label>
@@ -167,11 +167,11 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Secondary Mailing Address Geo Lat </label>
-<input class='form-control' type='number' name='secondaryMailingAddressGeoLat' value='{{ old('secondaryMailingAddressGeoLat') ? old('secondaryMailingAddressGeoLat') : $record->secondary_mailing_address_geo_lat }}' >
+<input class='form-control' type='text' name='secondaryMailingAddressGeoLat' value='{{ old('secondaryMailingAddressGeoLat') ? old('secondaryMailingAddressGeoLat') : $record->secondary_mailing_address_geo_lat }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Secondary Mailing Address Geo Long </label>
-<input class='form-control' type='number' name='secondaryMailingAddressGeoLong' value='{{ old('secondaryMailingAddressGeoLong') ? old('secondaryMailingAddressGeoLong') : $record->secondary_mailing_address_geo_long }}' >
+<input class='form-control' type='text' name='secondaryMailingAddressGeoLong' value='{{ old('secondaryMailingAddressGeoLong') ? old('secondaryMailingAddressGeoLong') : $record->secondary_mailing_address_geo_long }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 2 - 2
resources/views/pro/clients_SINGLE/ACTION_editFamilyInfo.blade.php

@@ -52,11 +52,11 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Number Of Siblings </label>
-<input class='form-control' type='number' name='numberOfSiblings' value='{{ old('numberOfSiblings') ? old('numberOfSiblings') : $record->number_of_siblings }}' >
+<input class='form-control' type='text' name='numberOfSiblings' value='{{ old('numberOfSiblings') ? old('numberOfSiblings') : $record->number_of_siblings }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Birth Order </label>
-<input class='form-control' type='number' name='birthOrder' value='{{ old('birthOrder') ? old('birthOrder') : $record->birth_order }}' >
+<input class='form-control' type='text' name='birthOrder' value='{{ old('birthOrder') ? old('birthOrder') : $record->birth_order }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Is Multiple Birth Member </label>

+ 1 - 1
resources/views/pro/clients_SINGLE/ACTION_updateMntEligibility.blade.php

@@ -37,7 +37,7 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Number Of Mnt Hours Left This Year </label>
-<input class='form-control' type='number' name='numberOfMntHoursLeftThisYear' value='{{ old('numberOfMntHoursLeftThisYear') ? old('numberOfMntHoursLeftThisYear') : $record->number_of_mnt_hours_left_this_year }}' >
+<input class='form-control' type='text' name='numberOfMntHoursLeftThisYear' value='{{ old('numberOfMntHoursLeftThisYear') ? old('numberOfMntHoursLeftThisYear') : $record->number_of_mnt_hours_left_this_year }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>

+ 1 - 1
resources/views/pro/measurements_SINGLE/ACTION_updateBasic.blade.php

@@ -32,7 +32,7 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Value </label>
-<input class='form-control' type='number' name='value' value='{{ old('value') ? old('value') : $record->value }}' >
+<input class='form-control' type='text' name='value' value='{{ old('value') ? old('value') : $record->value }}' >
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Effective Date </label>

+ 1 - 1
resources/views/pro/notes_SINGLE/ACTION_add_new_bill.blade.php

@@ -61,7 +61,7 @@
 </div>
 <div class='form-group mb-3'>
 <label class='control-label'>Number Of Units </label>
-<input class='form-control' type='number' name='numberOfUnits' value='{{ old('numberOfUnits') ? old('numberOfUnits') : '' }}' >
+<input class='form-control' type='text' name='numberOfUnits' value='{{ old('numberOfUnits') ? old('numberOfUnits') : '' }}' >
 </div>
         <div class="form-group mb-3 d-flex justify-content-center">
             <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>