Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

![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")