ScottGeilen/MoneyManagingApplication

Use CSV Files to Save Paycheck Data

Opened this issue · 0 comments

Use CSV files as save checkpoints instead of asking for paycheck calculation every time the program is run.

Employee Type = Paycheck/calculatePaycheck() => EmployeeType
Paycheck frequency = Paycheck/payFrequency
Paycheck before tax = Paycheck/subtotalPaycheck
Paycheck tax = Paycheck/calculatedPaycheckTax
Paycheck after tax = Paycheck/calculatedPaycheck