bug fixes and new additions

This commit is contained in:
Kwesi Banson Jnr
2025-08-13 00:10:17 +00:00
parent cf39ff2682
commit eabf61b7da
133 changed files with 4231 additions and 590 deletions

View File

@@ -345,6 +345,9 @@
    
Inactive
<input type="radio" class="flat" name="status" id="statusInactive" value="Inactive" <?php echo ($client->status == 'Inactive') ? "checked" : ""; ?> />
&nbsp;&nbsp;&nbsp;&nbsp;
Cancelled
<input type="radio" class="flat" name="status" id="statusCancelled" value="Cancelled" <?php echo ($client->status == 'Cancelled') ? "checked" : ""; ?> />
</p>
<p>
@@ -358,7 +361,7 @@
@if($current_pending_stage !== 'COMPLETED')
<div class="col-md-12">
<div class="form-group" >
<!-- style="background-color: skyblue;"-->
<!-- style="background-color: skyblue;"-->
<div class=" {{ $errors->has('onboarding_sub_items') ? 'has-error' : ''}}">
<label class="" for="payment_mode">Onboarding Stage ({{ $current_pending_stage }}) | Click below to select </label>
{!! Form::select('onboarding_sub_items_progress[]', $onboarding_sub_items, $onboarding_sub_items_progress, ['class' => 'form-control' , 'id' => 'progressIndicators', 'multiple' => 'true']) !!}
@@ -413,7 +416,7 @@
});
$('#contractValidity').datetimepicker({
format: 'YYYY-MM-DD'
});
});
//
//
});