Click here to Skip to main content
15,897,226 members

Comments by balongi (Top 119 by date)

balongi 9-Oct-18 6:47am View    
this not help me ! if you have better opinion then i will appreciate
balongi 28-Aug-18 6:17am View    
it should give output like this

https://www.taxmann.com/Tax-Calculator.aspx
balongi 28-Aug-18 5:08am View    
declare @gross int, @rangestart int, @percantage int
set @gross =500000

select @rangestart=rangestart, @percentage =percantage from taxslab where year ='2018'

declare @taxamount int

set @taxamount =(@gross-@rangestart)*@percantage/100)
select @taxamount

but it not giving right figure as per online calcutaor of income tax site
balongi 28-Aug-18 5:08am View    
declare @gross int, @rangestart int, @percantage int
set @gross =500000

select @rangestart=rangestart, @percentage =percantage from taxslab where year ='2018'

declare @taxamount int

set @taxamount =(@gross-@rangestart)*@percantage/100)
select @taxamount

but it not giving right figure as per online calcutaor of income tax site
balongi 28-Aug-18 5:07am View    
declare @gross int, @rangestart int, @percantage int
set @gross =500000

select @rangestart=rangestart, @percentage =percantage from taxslab where year ='2018'

declare @taxamount int

set @taxamount =(@gross-@rangestart)*@percantage/100)
select @taxamount

but it not giving right figure as per online calcutaor of income tax site