

Manual system not able to reduce redundancy and as a result increase in data duplication process and wastage of space and problem in finding reports and details on time. Payroll Management System Project Statement So that each and every record can be kept in manner way and can generate the report as per user entered query within limited time in exact way. The main aim behind developing this Payroll Management System Project is to maintain accuracy and reduce redundancy and timeliness. This Payroll Management System Project will do all these jobs automatically and more accurately. Due to complex environment and working procedures, it is not possible to handle all the information with accuracy. As it causes delay in making query and generating the final results. Manual record keeping is a time taking process.

It has to store all the necessary records for each and every employee within the organization to assign correct task to correct person and right salary and perks to their eligible employees. 'Accumulate the totals for the Summary box.Managing employee’s information of a particular organization or for a small group is a tedious task. 'Calculate the employee pay as the sum of base pay and commission.Įmployeepaydecimal = Basepaydecimal + Commissiondecimal If permanentEmployeeRadioButton.Checked ThenĬommissionsales = (sales * 0.035) + sales MessageBoxButtons.OK, MessageBoxIcon.Error)ĭollarValueDecimal = Decimal.Parse(salesTextBox.Text) MessageBox.Show(" Please Enter A Name", " Data Is Missing", Private Sub CalcPayToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CalcPayToolStripMenuItem.Click Private Sub basePayLabel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) MsgBox("Program Name: Vintage Tours" + vbCrLf + "Programmer Name: Ryan Harvell") Private Sub AboutToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AboutToolStripMenuItem.Click LogoPictureBox.Image = My.Resources.Train

If LogoToolStripMenuItem.Checked = True Then Private Sub logoPictureBox_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles logoPictureBox.Click Private Sub FontToolStripMenuItem_Click(sender As System.Object, e As System.EventArgs) Handles FontToolStripMenuItem.Click Private Sub ColorToolStripMenuItem_Click(sender As System.Object, e As System.EventArgs) Handles ColorToolStripMenuItem.ClickīasePayLabel.ForeColor = ColorDialog1.ColorĬommissionLabel.ForeColor = ColorDialog1.ColorĮmployeePayLabel.ForeColor = ColorDialog1.Color Private Sub ClearFormToolStripMenuItem_Click(sender As System.Object, e As System.EventArgs) Handles ClearFormToolStripMenuItem.Click MessageBox.Show(MessageString, "Summary Menu", MessageBoxButtons.OK) "Total Pay: " & TotalPayDecimal.ToString("C") "Total Commission: " & TotalCommissionsDecimal.ToString("C") & "Total Base Pay: " & TotalBasePayDecimal.ToString("C") & MessageString = "Total Sales: " & TotalSalesDecimal.ToString("c") &Įnvironment.NewLine & Environment.NewLine & Private Sub SummaryToolStripMenuItem_Click(sender As System.Object, e As System.EventArgs) Handles SummaryToolStripMenuItem.Click Erros are commision decimal is not declared, sales is not declared, so on so forth Everythng is wrong with the commission line. I believe my math is correct in the coding.
#SIMPLE PAYROLL PROGRAM IN VB FREE#
Also if I have done anything else wrong please feel free to tell me. ''I am getting major errors on the 'Call a function to calculate the commission line.
