inicslab
Forum Replies Created
-
I had to pull off the plugin, the thumbnails on the placeholders where not even, Some could over stretch and others could be small.
I have done that, thank you.
Windows 10 and i have also tried on windows 8 and android version e.g Nougat (6).
My other sites are displaying well apart from this one.My site is kenyannews.co.ke have a look of the screenshot here http://prnt.sc/dvut7i
Hope you guys got my email, Am becoming impatient.
I have done that
I have resend the details.
i cant see anything either on my spam or inbox and i did send on 17/12/2016, and am sure i did send.
I have done so and so far no reply
Thanks man, It worked, Thumbs high.
(function(){
if(fieldname5 < 10164) return 0;
if(fieldname5 > 0 && fieldname5 < 10164) return fieldname5*0.01;
if(fieldname5 > 10165 && fieldname5 <19740) return fieldname5*0.15;
if(fieldname5 > 19741 && fieldname5 < 29316) return fieldname5*0.20;
if(fieldname5 > 29317 && fieldname5 < 38892) return fieldname5*0.25;
if(fieldname5 > 38893) return fieldname5*0.30;})();
in need to reflect the table below
From To Taxable Pay
1 10,164 10,164.00 10% 1,016.40
10,165 19,740 9,576.00 15% 1,436.40
19,741 29,316 9,576.00 20% 1,915.20
29,317 38,892 9,576.00 25% 2,394.00
38,893 – 161,108.00 30% 48,332.40for example if one earns 100,000 to get taxed in all groups summing up 1,016.40+1,436.40+1,915.20+2,394.00+48,332.40
but if earning less than 10,164 to be exempted from tax.
(function(){
if(fieldname5 < 10164) return 0;
if(fieldname5 > 0 && fieldname5 > 10164) return fieldname5*0.01;+
if(fieldname5 > 10165 && fieldname5 <19740) return fieldname5*0.15;+
if(fieldname5 > 19741 && fieldname5 < 29316) return fieldname5*0.20;+
if(fieldname5 > 29317 && fieldname5 < 38892) return fieldname5*0.25;+
if(fieldname5 > 38893) return fieldname5*0.30;})();
to reflect something like that in a javascrict statement