Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T15:04:27.000Z (about 8 years ago)
- Last Synced: 2024-05-01T17:16:21.259Z (6 months 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 dependentOther assumptions for simplicity:
- All employees are paid $2000 per paycheck before deductions
- There are 26 paychecks in a year# App Views
## Employee List View
![Alt text](https://github.com/RandomFractals/payroll/blob/master/screens/XYZPayrollV2.png?raw=true
"Employee List View Screenshot")
## Add Employee View![Alt text](https://github.com/RandomFractals/payroll/blob/master/screens/AddEmployeeView.png?raw=true
"Add Employee View Screenshot")
## Update Employee View![Alt text](https://github.com/RandomFractals/payroll/blob/master/screens/UpdateEmployeeView.png?raw=true
"Update Employee View Screenshot")## Employee Dependents List View
![Alt text](https://github.com/RandomFractals/payroll/blob/master/screens/UpdateDependentsListView.png?raw=true
"Update Dependents List View Screenshot")
## Add Dependent View![Alt text](https://github.com/RandomFractals/payroll/blob/master/screens/AddDependentView.png?raw=true
"Add Dependent View Screenshot")
## Update Dependent View![Alt text](https://github.com/RandomFractals/payroll/blob/master/screens/UpdateDependentView.png?raw=true
"Update Dependent View Screenshot")
## Delete Dependent View![Alt text](https://github.com/RandomFractals/payroll/blob/master/screens/DeleteDependentView.png?raw=true
"Delete Dependent View Screenshot")
## Delete Employee View![Alt text](https://github.com/RandomFractals/payroll/blob/master/screens/DeleteEmployeeView.png?raw=true
"Delete Employee View Screenshot")
## About XYZ Payroll View![Alt text](https://github.com/RandomFractals/payroll/blob/master/screens/AboutXYZPayroll.png?raw=true
"About XYZ Payroll View Screenshot")