payroll system

Payroll System: How to Compute SSS

Submitted by admin on
Are you struggling on how to compute the SSS of the employee based on the “Schedule of SS and EC Contributions” table? This project will let you compute the Employee Share, Employer Share, and EC based on the gross income of the employee. The SSS Contribution is computed semi-monthly. The gross income is divided into two and the 2nd half of the month is computed based on the 1st half of the month

Adding Rows to Data-Bound DataGridView

Submitted by admin on
If you are using a Data-Bound DataGridView control, you cannot just simply add new row by using the cell property of the control. A DataGridView that is bound using a DataSet can be access only using the DataSet properties. Forcing it to use the cell property can cause an error "Rows cannot be programmatically added to the DataGridView's rows collection when the control is data-bound." Adding new

Salon System using visual basic .net and SQL server

Submitted by thesis2425 on
Im selling the complete source code of the SALON SYSTEM for your thesis, with also the database and a free configuration to your computer. Free technical issue consultation Program was coded using Visual Basic .net 2011 and SQL Server 2008 as database. Report was created using Reporting Services. SYSTEM HAS BEEN DESIGNED FOR A TOUCH SCREEN MONITOR Flow of the system:

Simple Employee Payroll System Version 2.0

Submitted by jakerpomperada on
About this code I called it Simple Payroll System Version 2.0 it is a database driven application I wrote in Java. The Front End is Java and the depository of Data is MS Access as the Back End. It have also navigational buttons to navigate records in the Database. I have also incorporate compute button to perform calculation. This code is very useful for those you are new in JDBC programming in