@@ -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'], |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | $this->refreshExchangeRatesFile($interfaceElements['Application']); |
56 | 56 | $this->setCurrencyExchangeVariables($interfaceElements['Relevant Currencies']); |
57 | 57 | $this->getExchangeRates($interfaceElements['Application'], $interfaceElements['Relevant Currencies']); |
58 | - $aryStngs = $this->readTypeFromJsonFileUniversal($configPath, 'valuesToCompute'); |
|
58 | + $aryStngs = $this->readTypeFromJsonFileUniversal($configPath, 'valuesToCompute'); |
|
59 | 59 | echo $this->setFormOutput($aryStngs); |
60 | 60 | echo $this->setFooterHtml($interfaceElements['Application']); |
61 | 61 | } |
@@ -134,13 +134,13 @@ discard block |
||
134 | 134 | if ($this->tCmnSuperGlobals->get('ym') < mktime(0, 0, 0, 1, 1, 2008)) { |
135 | 135 | $unemploymentBase = $_REQUEST['sn']; |
136 | 136 | } |
137 | - $aReturn = [ |
|
137 | + $aReturn = [ |
|
138 | 138 | 'ba' => $this->setFoodTicketsValue($inDate, $aStngs[$shLbl['MTV']]) * $nMealDays, |
139 | 139 | 'cas' => $this->setHealthFundTax($inDate, $lngBase, $aStngs[$shLbl['HFP']], $aStngs[$shLbl['HFUL']]), |
140 | 140 | 'sanatate' => $this->setHealthTax($inDate, $lngBase, $aStngs[$shLbl['HTP']]), |
141 | 141 | 'somaj' => $this->setUnemploymentTax($inDate, $unemploymentBase), |
142 | 142 | ]; |
143 | - $pdVal = [ |
|
143 | + $pdVal = [ |
|
144 | 144 | $inDate, |
145 | 145 | ($lngBase + $aReturn['ba']), |
146 | 146 | $_REQUEST['pi'], |
@@ -153,15 +153,15 @@ discard block |
||
153 | 153 | $aReturn['somaj'], |
154 | 154 | $aReturn['pd'], |
155 | 155 | ]; |
156 | - $rest = $lngBase - array_sum($restArrayToDeduct); |
|
156 | + $rest = $lngBase - array_sum($restArrayToDeduct); |
|
157 | 157 | if ($inDate >= mktime(0, 0, 0, 7, 1, 2010)) { |
158 | 158 | $rest += round($aReturn['ba'], -4); |
159 | 159 | if ($inDate >= mktime(0, 0, 0, 10, 1, 2010)) { |
160 | 160 | $aReturn['gbns'] = $_REQUEST['gbns'] * pow(10, 4); |
161 | - $rest += round($aReturn['gbns'], -4); |
|
161 | + $rest += round($aReturn['gbns'], -4); |
|
162 | 162 | } |
163 | 163 | } |
164 | - $rest += $_REQUEST['afet'] * pow(10, 4); |
|
164 | + $rest += $_REQUEST['afet'] * pow(10, 4); |
|
165 | 165 | $aReturn['impozit'] = $this->setIncomeTax($inDate, $rest, $aStngs[$shLbl['IT']]); |
166 | 166 | $aReturn['zile'] = $wkDay; |
167 | 167 | return $aReturn; |
@@ -249,7 +249,7 @@ discard block |
||
249 | 249 | 'method' => 'get', |
250 | 250 | 'action' => $this->tCmnSuperGlobals->server->get['SCRIPT_NAME'] |
251 | 251 | ]); |
252 | - $aryFieldSet = [ |
|
252 | + $aryFieldSet = [ |
|
253 | 253 | $this->setStringIntoTag($this->tApp->gettext('i18n_FieldsetLabel_Inputs'), 'legend'), |
254 | 254 | $frm |
255 | 255 | ]; |
@@ -323,7 +323,7 @@ discard block |
||
323 | 323 | $sReturn[] = $this->setFormRow(sprintf($ovTime['main'], $ovTime[1], '175%'), ($overtime['os175'] * pow(10, 4))); |
324 | 324 | $sReturn[] = $this->setFormRow(sprintf($ovTime['main'], $ovTime[2], '200%'), ($overtime['os200'] * pow(10, 4))); |
325 | 325 | $sReturn[] = $this->setFormRow($this->tApp->gettext('i18n_Form_Label_BruttoSalary'), $brut); |
326 | - $brut += $_REQUEST['afet'] * pow(10, 4); |
|
326 | + $brut += $_REQUEST['afet'] * pow(10, 4); |
|
327 | 327 | $amount = $this->getValues($brut, $aryStngs); |
328 | 328 | $sReturn[] = $this->setFormRow($this->tApp->gettext('i18n_Form_Label_PensionFund'), $amount['cas']); |
329 | 329 | $sReturn[] = $this->setFormRow($this->tApp->gettext('i18n_Form_Label_UnemploymentTax'), $amount['somaj']); |
@@ -430,7 +430,7 @@ discard block |
||
430 | 430 | $sReturn = ''; |
431 | 431 | if (is_array($labelInfo)) { |
432 | 432 | if (count($labelInfo) == 3) { |
433 | - $pieces = [ |
|
433 | + $pieces = [ |
|
434 | 434 | $this->tApp->gettext($labelInfo[0]), |
435 | 435 | $this->tApp->gettext($labelInfo[1]), |
436 | 436 | ]; |