Project
Description: Salary Management System or Pay Slip Generator Application project
is a windows application project used for calculates the monthly salary of an
employee on the basic of Allowance, Bonuses, Provident Fund Medical Deduction
and Other Benefit. This project builds in .net framework 3.5 using c sharp
language.
Features
of Salary Calculate Application Project:
- Build in single windows form.
- Platform independent.
- Easy customization(add or delete fields).
- One click edit and reset feature.
ProSourceCode:
On Button Click Even:
private void button1_Click(object sender, EventArgs e)
{
int sal = 0;
sal += int.Parse(comboBox2.Text);
if (checkBox1.Checked == true)
{
sal += 5000;
}
if (checkBox2.Checked == true)
{
sal += 5000;
}
if (checkBox3.Checked == true)
{
sal += 5000;
}
if(checkBox4.Checked==true){
sal +=5000;
sal += (10000 * listBox1.SelectedIndices.Count);
}
if (checkBox5.Checked == true)
{
sal -= 1500;
}
if (checkBox6.Checked == true)
{
sal -= 2500;
}
textBox2.Text = sal.ToString();
}
FOLLOW THE Project Source Code AT TWITTER TO GET THE LATEST INFORMATION OR UPDATE
Follow Project Source Code on Instagram to get the latest information or updates
Follow our Instagram