FIX_SalesTracker5
This commit is contained in:
parent
997aae68ef
commit
9f65481145
@ -1001,7 +1001,7 @@ class SalesController extends BaseController
|
||||
->findAll();
|
||||
|
||||
$data = [
|
||||
'target' => $targetAmount,
|
||||
'target_amt' => $targetAmount,
|
||||
'achieved' => $achievedAmount,
|
||||
'remaining' => $remainingAmount,
|
||||
'percent' => $achievementPercent,
|
||||
|
||||
@ -406,7 +406,7 @@ $(document).ready(function() {
|
||||
$('.searchable').each(function() {
|
||||
let parentModal = $(this).closest('.modal');
|
||||
$(this).select2({
|
||||
placeholder: "Select User",
|
||||
placeholder: "Select..",
|
||||
dropdownParent: parentModal.length ? parentModal : $(document.body)
|
||||
});
|
||||
});
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
|
||||
<div class="target-card">
|
||||
<div style="font-size:11px; color:#999; letter-spacing: 1px; font-weight: 600;">YEARLY TARGET</div>
|
||||
<div class="target-amount">₹<?= number_format($target / 100000, 1) ?>L</div>
|
||||
<div class="target-amount">₹<?= number_format($target_amt / 100000, 1) ?>L</div>
|
||||
<div style="font-size:12px; color:#777;"><?= $display_fin_years ?></div>
|
||||
|
||||
<div class="chart-circle" style="position: absolute; right: 40px; top: 35px; width: 75px; height: 75px;">
|
||||
|
||||
@ -604,7 +604,7 @@ $(document).ready(function() {
|
||||
$('.searchable').each(function() {
|
||||
let parentModal = $(this).closest('.modal');
|
||||
$(this).select2({
|
||||
placeholder: "Select User",
|
||||
placeholder: "Select..",
|
||||
dropdownParent: parentModal.length ? parentModal : $(document.body)
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user