@@ -387,6 +358,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
Min |
Max |
lang->line('rate'); ?> (%) |
+
= $this->lang->line('ceiling')?> |
Actions |
@@ -397,7 +369,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
echo "
" . $row->min . " |
" . $row->max . " |
- " . $row->taux . " | " . '
+ " . $row->taux . " |
+ " .(isset($row->plafond) ? floatval($row->plafond) : '') . " | " . '
@@ -410,6 +383,98 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
+
+
+ |
@@ -440,7 +506,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
echo "
" . $row->min . " |
" . $row->max . " |
- " . $row->taux . " | " . '
+ " . $row->taux . " |
+ " . (isset($row->plafond) ? floatval($row->plafond) : '') . " | " . '
@@ -453,94 +520,10 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
-
-
+ |
@@ -571,7 +555,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
echo "
" . $row->min . " |
" . $row->max . " |
- " . $row->taux . " | " . '
+ " . $row->taux . " |
+ " . (isset($row->plafond) ? floatval($row->plafond) : '') . " | " . '
@@ -584,6 +569,51 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
+
@@ -695,24 +725,30 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$('#agent_depot_wallet tr').has('td').each(function () {
var arrayItem = {};
$('td', $(this)).each(function (index, item) {
- if (index < 3)
- arrayItem[index] = parseFloat($(item).html());
+ if (index < 4){
+ let val = parseFloat($(item).html())
+ arrayItem[index] = !isNaN(val) ? val : null;
+ }
});
plr_agent_depot_wallet_ilink.push(arrayItem);
});
$('#agent_depot_autre_wallet tr').has('td').each(function () {
var arrayItem = {};
$('td', $(this)).each(function (index, item) {
- if (index < 3)
- arrayItem[index] = parseFloat($(item).html());
+ if (index < 4){
+ let val = parseFloat($(item).html())
+ arrayItem[index] = !isNaN(val) ? val : null;
+ }
});
plr_agent_depot_autre_wallet.push(arrayItem);
});
$('#agent_cash_cash tr').has('td').each(function () {
var arrayItem = {};
$('td', $(this)).each(function (index, item) {
- if (index < 3)
- arrayItem[index] = parseFloat($(item).html());
+ if (index < 4){
+ let val = parseFloat($(item).html())
+ arrayItem[index] = !isNaN(val) ? val : null;
+ }
});
plr_agent_cash_cash.push(arrayItem);
});
@@ -721,24 +757,30 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$('#agent_depot_wallet_national tr').has('td').each(function () {
var arrayItem = {};
$('td', $(this)).each(function (index, item) {
- if (index < 3)
- arrayItem[index] = parseFloat($(item).html());
+ if (index < 4){
+ let val = parseFloat($(item).html())
+ arrayItem[index] = !isNaN(val) ? val : null;
+ }
});
plr_agent_depot_wallet_ilink_national.push(arrayItem);
});
$('#agent_depot_autre_wallet_national tr').has('td').each(function () {
var arrayItem = {};
$('td', $(this)).each(function (index, item) {
- if (index < 3)
- arrayItem[index] = parseFloat($(item).html());
+ if (index < 4){
+ let val = parseFloat($(item).html())
+ arrayItem[index] = !isNaN(val) ? val : null;
+ }
});
plr_agent_depot_autre_wallet_national.push(arrayItem);
});
$('#agent_cash_cash_national tr').has('td').each(function () {
var arrayItem = {};
$('td', $(this)).each(function (index, item) {
- if (index < 3)
- arrayItem[index] = parseFloat($(item).html());
+ if (index < 4){
+ let val = parseFloat($(item).html())
+ arrayItem[index] = !isNaN(val) ? val : null;
+ }
});
plr_agent_cash_cash_national.push(arrayItem);
});
@@ -809,6 +851,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
' | | ' +
' | ' +
' | ' +
+ ' | ' +
' ' + actions3 + ' | ' +
'
';
$("#agent_depot_wallet").append(row);
@@ -867,6 +910,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$(this).html('
');
if (index == 2)
$(this).html('
');
+ if (index == 3)
+ $(this).html('
');
});
$(this).parents("tr").find(".add, .edit").toggle();
$(".new3").attr("disabled", "disabled");
@@ -892,6 +937,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
'
| ' +
'
| ' +
'
| ' +
+ '
| ' +
'
' + actions4 + ' | ' +
'';
$("#agent_cash_cash").append(row);
@@ -950,6 +996,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$(this).html('
');
if (index == 2)
$(this).html('
');
+ if (index == 3)
+ $(this).html('
');
});
$(this).parents("tr").find(".add, .edit").toggle();
$(".new4").attr("disabled", "disabled");
@@ -975,6 +1023,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
'
| ' +
'
| ' +
'
| ' +
+ '
| ' +
'
' + actions6 + ' | ' +
'';
$("#agent_depot_autre_wallet").append(row);
@@ -1033,6 +1082,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$(this).html('
');
if (index == 2)
$(this).html('
');
+ if (index == 3)
+ $(this).html('
');
});
$(this).parents("tr").find(".add, .edit").toggle();
$(".new6").attr("disabled", "disabled");
@@ -1060,6 +1111,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
'
| ' +
'
| ' +
'
| ' +
+ '
| ' +
'
' + actions9 + ' | ' +
'';
$("#agent_depot_wallet_national").append(row);
@@ -1118,6 +1170,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$(this).html('
');
if (index == 2)
$(this).html('
');
+ if (index == 3)
+ $(this).html('
');
});
$(this).parents("tr").find(".add, .edit").toggle();
$(".new9").attr("disabled", "disabled");
@@ -1143,6 +1197,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
'
| ' +
'
| ' +
'
| ' +
+ '
| ' +
'
' + actions99 + ' | ' +
'';
$("#agent_depot_autre_wallet_national").append(row);
@@ -1201,6 +1256,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$(this).html('
');
if (index == 2)
$(this).html('
');
+ if (index == 3)
+ $(this).html('
');
});
$(this).parents("tr").find(".add, .edit").toggle();
$(".new99").attr("disabled", "disabled");
@@ -1227,6 +1284,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
'
| ' +
'
| ' +
'
| ' +
+ '
| ' +
'
' + actions11 + ' | ' +
'';
$("#agent_cash_cash_national").append(row);
@@ -1285,6 +1343,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$(this).html('
');
if (index == 2)
$(this).html('
');
+ if (index == 3)
+ $(this).html('
');
});
$(this).parents("tr").find(".add, .edit").toggle();
$(".new11").attr("disabled", "disabled");
diff --git a/application/views/config_wallet_ilink_hyp/user_wallet_cash.php b/application/views/config_wallet_ilink_hyp/user_wallet_cash.php
index 7e26b255..65079d04 100755
--- a/application/views/config_wallet_ilink_hyp/user_wallet_cash.php
+++ b/application/views/config_wallet_ilink_hyp/user_wallet_cash.php
@@ -78,15 +78,18 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
Min |
Max |
Taux (%) |
+
= $this->lang->line('ceiling')?> |
+
result() as $row) {
echo "
- " . $fmt->format($row->min) . " |
- " . $fmt->format($row->max) . " |
- " . $row->taux . " | " . '
-
';
+
" . $fmt->format($row->min) . " |
+
" . $fmt->format($row->max) . " |
+
" . $row->taux . " |
+
" . (isset($row->plafond) ? floatval($row->plafond) : '') . " | " . '
+ ';
}
}
?>
@@ -109,15 +112,17 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
Min |
Max |
Taux (%) |
+
= $this->lang->line('ceiling')?> |
result() as $row) {
echo "
- " . $fmt->format($row->min) . " |
- " . $fmt->format($row->max) . " |
- " . $row->taux . " | " . '
-
';
+
" . $fmt->format($row->min) . " |
+
" . $fmt->format($row->max) . " |
+
" . $row->taux . " |
+
" . (isset($row->plafond) ? floatval($row->plafond) : '') . " | " . '
+ ';
}
}
?>
@@ -166,6 +171,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
Min |
Max |
lang->line('rate'); ?> (%) |
+
= $this->lang->line('ceiling')?> |
Actions |
@@ -176,7 +182,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
echo "
" . $row->min . " |
" . $row->max . " |
- " . $row->taux . " | " . '
+ " . $row->taux . " |
+ " . (isset($row->plafond) ? floatval($row->plafond) : ''). " | " . '
@@ -211,6 +218,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
| Min |
Max |
lang->line('rate'); ?> (%) |
+ = $this->lang->line('ceiling')?> |
Actions |
@@ -221,7 +229,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
echo "
" . $row->min . " |
" . $row->max . " |
- " . $row->taux . " | " . '
+ " . $row->taux . " |
+ " .(isset($row->plafond) ? floatval($row->plafond) : '') . " | " . '
@@ -295,8 +304,10 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$('#user_wallet_cash tr').has('td').each(function () {
var arrayItem = {};
$('td', $(this)).each(function (index, item) {
- if (index < 3)
- arrayItem[index] = parseFloat($(item).html());
+ if (index < 4){
+ let val = parseFloat($(item).html())
+ arrayItem[index] = !isNaN(val) ? val : null;
+ }
});
plr_user_wallet_cash.push(arrayItem);
});
@@ -304,8 +315,10 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$('#user_wallet_cash_national tr').has('td').each(function () {
var arrayItem = {};
$('td', $(this)).each(function (index, item) {
- if (index < 3)
- arrayItem[index] = parseFloat($(item).html());
+ if (index < 4){
+ let val = parseFloat($(item).html())
+ arrayItem[index] = !isNaN(val) ? val : null;
+ }
});
plr_user_wallet_cash_national.push(arrayItem);
});
@@ -369,6 +382,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
' | | ' +
' | ' +
' | ' +
+ ' | ' +
' ' + actions2 + ' | ' +
'
';
$("#user_wallet_cash").append(row);
@@ -427,6 +441,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$(this).html('
');
if (index == 2)
$(this).html('
');
+ if (index == 3)
+ $(this).html('
');
});
$(this).parents("tr").find(".add, .edit").toggle();
$(".new2").attr("disabled", "disabled");
@@ -453,6 +469,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
'
| ' +
'
| ' +
'
| ' +
+ '
| ' +
'
' + actions8 + ' | ' +
'';
$("#user_wallet_cash_national").append(row);
@@ -511,6 +528,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$(this).html('
');
if (index == 2)
$(this).html('
');
+ if (index == 3)
+ $(this).html('
');
});
$(this).parents("tr").find(".add, .edit").toggle();
$(".new8").attr("disabled", "disabled");
diff --git a/application/views/config_wallet_ilink_hyp/user_wallet_wallet.php b/application/views/config_wallet_ilink_hyp/user_wallet_wallet.php
index 8f428b30..ddccbcd9 100755
--- a/application/views/config_wallet_ilink_hyp/user_wallet_wallet.php
+++ b/application/views/config_wallet_ilink_hyp/user_wallet_wallet.php
@@ -77,15 +77,17 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
Min |
Max |
Taux (%) |
+
= $this->lang->line('ceiling')?> |
result() as $row) {
echo "
- " . $fmt->format($row->min) . " |
- " . $fmt->format($row->max) . " |
- " . $row->taux . " | " . '
-
';
+
" . $fmt->format($row->min) . " |
+
" . $fmt->format($row->max) . " |
+
" . $row->taux . " |
+
" . (isset($row->plafond) ? floatval($row->plafond) : '') . " | " . '
+ ';
}
}
?>
@@ -108,15 +110,17 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
Min |
Max |
Taux (%) |
+
= $this->lang->line('ceiling')?> |
result() as $row) {
echo "
- " . $fmt->format($row->min) . " |
- " . $fmt->format($row->max) . " |
- " . $row->taux . " | " . '
-
';
+
" . $fmt->format($row->min) . " |
+
" . $fmt->format($row->max) . " |
+
" . $row->taux . " |
+
" . (isset($row->plafond) ? floatval($row->plafond) : '') . " | " . '
+ ';
}
}
?>
@@ -164,6 +168,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
Min |
Max |
lang->line('rate'); ?> (%) |
+
= $this->lang->line('ceiling')?> |
Actions |
@@ -174,7 +179,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
echo "
" . $row->min . " |
" . $row->max . " |
- " . $row->taux . " | " . '
+ " . $row->taux . " |
+ " . (isset($row->plafond) ? floatval($row->plafond) : '') . " | " . '
@@ -209,6 +215,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
| Min |
Max |
lang->line('rate'); ?> (%) |
+ = $this->lang->line('ceiling')?> |
Actions |
@@ -219,7 +226,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
echo "
" . $row->min . " |
" . $row->max . " |
- " . $row->taux . " | " . '
+ " . $row->taux . " |
+ " . (isset($row->plafond) ? floatval($row->plafond) : '') . " | " . '
@@ -292,8 +300,10 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$('#user_wallet_wallet tr').has('td').each(function () {
var arrayItem = {};
$('td', $(this)).each(function (index, item) {
- if (index < 3)
- arrayItem[index] = parseFloat($(item).html());
+ if (index < 4){
+ let val = parseFloat($(item).html())
+ arrayItem[index] = !isNaN(val) ? val : null;
+ }
});
plr_user_wallet_wallet.push(arrayItem);
});
@@ -302,8 +312,10 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$('#user_wallet_wallet_national tr').has('td').each(function () {
var arrayItem = {};
$('td', $(this)).each(function (index, item) {
- if (index < 3)
- arrayItem[index] = parseFloat($(item).html());
+ if (index < 4){
+ let val = parseFloat($(item).html())
+ arrayItem[index] = !isNaN(val) ? val : null;
+ }
});
plr_user_wallet_wallet_national.push(arrayItem);
});
@@ -366,6 +378,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
' | | ' +
' | ' +
' | ' +
+ ' | ' +
' ' + actions1 + ' | ' +
'
';
$("#user_wallet_wallet").append(row);
@@ -424,6 +437,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$(this).html('
');
if (index == 2)
$(this).html('
');
+ if (index == 3)
+ $(this).html('
');
});
$(this).parents("tr").find(".add, .edit").toggle();
$(".new1").attr("disabled", "disabled");
@@ -452,6 +467,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
'
| ' +
'
| ' +
'
| ' +
+ '
| ' +
'
' + actions7 + ' | ' +
'';
$("#user_wallet_wallet_national").append(row);
@@ -510,6 +526,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$(this).html('
');
if (index == 2)
$(this).html('
');
+ if (index == 3)
+ $(this).html('
');
});
$(this).parents("tr").find(".add, .edit").toggle();
$(".new7").attr("disabled", "disabled");
diff --git a/application/views/nano_health/hyper/infos_health_care_sheet.php b/application/views/nano_health/hyper/infos_health_care_sheet.php
index 2532824d..5e0943d5 100755
--- a/application/views/nano_health/hyper/infos_health_care_sheet.php
+++ b/application/views/nano_health/hyper/infos_health_care_sheet.php
@@ -361,6 +361,9 @@
= $this->lang->line('drugs_or_device'); ?> |
= $this->lang->line('dosage'); ?> |
= $this->lang->line('quantity'); ?> |
+ type == 'CONSULTATION') { ?>
+
= $this->lang->line('billed_quantity'); ?> |
+
type == 'EXECUTION') { ?>
= $this->lang->line('UNIT_PRICE'); ?> |
= $this->lang->line('percentage_insured'); ?> |
@@ -383,6 +386,9 @@
" . $row->drug_or_device_name . " |
" . $row->dosage . " |
" . $row->quantity. " | ";
+ if($health_care_sheet->type == 'CONSULTATION') { ?>
+
= $row->billed_quantity ?? 0 ?> |
+ type == 'EXECUTION') { ?>
= $unit_price ?> |
= $insured_part ?> |