MNO module modifications
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<div class="modal-body p-4">
|
||||
<input type="hidden" id="mnoId" name="id">
|
||||
|
||||
<h6 class="fw-bold mb-3 text-secondary text-uppercase" style="font-size: 0.75rem;">Carrier Identity</h6>
|
||||
<h6 class="fw-bold mb-3 text-secondary text-uppercase" style="font-size: 0.75rem;">Carrier Identity P</h6>
|
||||
<div class="row g-3 mb-4">
|
||||
<div class="col-md-4">
|
||||
<label class="form-label text-secondary fw-semibold" style="font-size: 0.85rem;">Brand Name *</label>
|
||||
@@ -139,17 +139,46 @@
|
||||
<label class="form-label text-secondary fw-semibold" style="font-size: 0.85rem;">Buying Rate</label>
|
||||
<input type="number" step="0.0001" class="form-control" id="mnoBuyingRate" name="buying_rate" value="0.0000">
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<!-- <div class="col-md-3">
|
||||
<label class="form-label text-secondary fw-semibold" style="font-size: 0.85rem;">Rate Type</label>
|
||||
<input type="text" class="form-control" id="mnoRateType" name="rate_type" placeholder="e.g. Fixed / Tiered">
|
||||
<input type="text" class="form-control" id="mnoRateType" name="rate_type" placeholder="e.g. Flat / Tiered">
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<label class="form-label text-secondary fw-semibold" style="font-size: 0.85rem;">Payment Terms</label>
|
||||
<input type="text" class="form-control" id="mnoPaymentTerms" name="payment_terms" placeholder="e.g. Net 30">
|
||||
<input type="text" class="form-control" id="mnoPaymentTerms" name="payment_terms" placeholder="">
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<label class="form-label text-secondary fw-semibold" style="font-size: 0.85rem;">Connection Type</label>
|
||||
<input type="text" class="form-control" id="mnoConnectionType" name="connection_type" placeholder="e.g. SMPP / API">
|
||||
</div> -->
|
||||
<!-- Rate Type -->
|
||||
<div class="col-md-3">
|
||||
<label class="form-label text-muted small fw-bold">Rate Type</label>
|
||||
<select name="rate_type" id="edit_rate_type" class="form-select">
|
||||
<option value="">Select Rate Type</option>
|
||||
<option value="Flat">Flat</option>
|
||||
<option value="Sliding Scale">Sliding Scale</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<!-- Payment Terms -->
|
||||
<div class="col-md-3">
|
||||
<label class="form-label text-muted small fw-bold">Payment Terms</label>
|
||||
<select name="payment_terms" id="edit_payment_terms" class="form-select">
|
||||
<option value="">Select Payment Terms</option>
|
||||
<option value="Postpaid">Postpaid</option>
|
||||
<option value="Prepaid">Prepaid</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<!-- Integration Type (formerly Connection Type) -->
|
||||
<div class="col-md-3">
|
||||
<label class="form-label text-muted small fw-bold">Integration Type</label>
|
||||
<select name="connection_type" id="edit_connection_type" class="form-select">
|
||||
<option value="">Select Integration</option>
|
||||
<option value="SMPP">SMPP</option>
|
||||
<option value="HTTP API">HTTP API</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user