@@ -103,7 +103,7 @@ |
||
| 103 | 103 | 2003 => 1800000, |
| 104 | 104 | 2004 => 2000000, |
| 105 | 105 | ]; |
| 106 | - $nReturn = $valuesYearly[$yrDate]; |
|
| 106 | + $nReturn = $valuesYearly[$yrDate]; |
|
| 107 | 107 | } elseif ($yr == 2001) { |
| 108 | 108 | $nReturn = $this->setPersonalDeductionSimple2001($lngDate); |
| 109 | 109 | } |
@@ -120,7 +120,7 @@ |
||
| 120 | 120 | $howMany = count($nValues); |
| 121 | 121 | for ($counter = 0; $counter <= $howMany; $counter++) { |
| 122 | 122 | if (($lngTaxBase <= $nValues[$counter]['Upper Limit Value'])) { |
| 123 | - $sLbl = [ |
|
| 123 | + $sLbl = [ |
|
| 124 | 124 | 'BDP' => $nValues[$counter]['Base Deducted Percentage'], |
| 125 | 125 | 'BDV' => $nValues[$counter]['Base Deduction Value'], |
| 126 | 126 | 'TFV' => $nValues[$counter]['Tax Free Value'], |
@@ -313,7 +313,7 @@ discard block |
||
| 313 | 313 | $sReturn[] = $this->setFormRow(sprintf($ovTime['m'], $ovTime[1], '175%'), ($ovTimeVal['os175'] * pow(10, 4))); |
| 314 | 314 | $sReturn[] = $this->setFormRow(sprintf($ovTime['m'], $ovTime[2], '200%'), ($ovTimeVal['os200'] * pow(10, 4))); |
| 315 | 315 | $sReturn[] = $this->setFormRow($this->tApp->gettext('i18n_Form_Label_BruttoSalary'), $brut); |
| 316 | - $brut += $this->tCmnSuperGlobals->get('afet') * pow(10, 4); |
|
| 316 | + $brut += $this->tCmnSuperGlobals->get('afet') * pow(10, 4); |
|
| 317 | 317 | $amount = $this->getValues($brut, $aryStngs); |
| 318 | 318 | $sReturn[] = $this->setFormRow($this->tApp->gettext('i18n_Form_Label_PensionFund'), $amount['cas']); |
| 319 | 319 | $sReturn[] = $this->setFormRow($this->tApp->gettext('i18n_Form_Label_UnemploymentTax'), $amount['somaj']); |
@@ -372,7 +372,7 @@ discard block |
||
| 372 | 372 | |
| 373 | 373 | private function setFormRowAmount($value, $defaultCellStyle) |
| 374 | 374 | { |
| 375 | - $cellValue = []; |
|
| 375 | + $cellValue = []; |
|
| 376 | 376 | $defaultCellStyle['style'] .= 'text-align:right;'; |
| 377 | 377 | foreach ($this->currencyDetails['CX'] as $key2 => $value2) { |
| 378 | 378 | $fmt = new \NumberFormatter($value2['locale'], \NumberFormatter::CURRENCY); |
@@ -389,7 +389,7 @@ discard block |
||
| 389 | 389 | 'class' => 'labelS', |
| 390 | 390 | 'style' => 'color:#000;', |
| 391 | 391 | ]; |
| 392 | - $fieldsStyled = $this->buildArrayOfFieldsStyled(); |
|
| 392 | + $fieldsStyled = $this->buildArrayOfFieldsStyled(); |
|
| 393 | 393 | if (array_key_exists($text, $fieldsStyled)) { |
| 394 | 394 | $defaultCellStyle['style'] = $this->buildStyleForCellFormat($fieldsStyled[$text]); |
| 395 | 395 | } |
@@ -419,7 +419,7 @@ discard block |
||
| 419 | 419 | $sReturn = ''; |
| 420 | 420 | if (is_array($labelInfo)) { |
| 421 | 421 | if (count($labelInfo) == 3) { |
| 422 | - $pieces = [ |
|
| 422 | + $pieces = [ |
|
| 423 | 423 | $this->tApp->gettext($labelInfo[0]), |
| 424 | 424 | $this->tApp->gettext($labelInfo[1]), |
| 425 | 425 | ]; |