https://github.com/randomfractals/payroll
simple asp.net mvc app
https://github.com/randomfractals/payroll
asp-net-core code-project dev-interview payroll-deductions silly
Last synced: 11 months ago
JSON representation
simple asp.net mvc app
- Host: GitHub
- URL: https://github.com/randomfractals/payroll
- Owner: RandomFractals
- License: mit
- Created: 2016-01-01T16:23:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T15:04:27.000Z (over 9 years ago)
- Last Synced: 2025-01-26T10:46:40.838Z (about 1 year ago)
- Topics: asp-net-core, code-project, dev-interview, payroll-deductions, silly
- Language: C#
- Size: 2.62 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XYZ Payroll http://xyzpayroll.azurewebsites.net/Employee (no longer live :)
XYZ Payroll is a simple asp.net 5 demo web application that calculates employee benefits payroll deductions according to the following simple rules:
- The cost of benefits is $1000/year for each employee
- Each dependent, children and possibly a spouse, is additional deduction of $500/year
- Anyone whose name startis with 'A' gets a 10% discount, employee or dependent
Other assumptions for simplicity:
- All employees are paid $2000 per paycheck before deductions
- There are 26 paychecks in a year
# App Views
## Employee List View

## Add Employee View

## Update Employee View

## Employee Dependents List View

## Add Dependent View

## Update Dependent View

## Delete Dependent View

## Delete Employee View

## About XYZ Payroll View
