LunarEclipz / OOPP-Slazz

Our object oriented programming project
0 stars 1 forks source link

Overdue Fines Payment (Library) #20

Open bobukyatto opened 5 years ago

bobukyatto commented 5 years ago

I, as a student, find it very troublesome to go all the way to the library to return the fines for overdue books, that stack up every day because I can't ever find the time to go there. This is the 21st century, with existing phone applications that can facilitate transfer of money everywhere. Shouldn't we already have a system that can let users pay off their fines online? And it would be cool if we had a log of how much we've paid in overdue fees so that we can keep track of it.

bobukyatto commented 5 years ago

Acceptance Criteria:

Class attribute includes : Overdue Fees, Payment of overdue fees, Total Fees. The overdue fees is taken from a calculation of days after overdue date of a book multiplied by the rate of overdue fees for the library. Payment of overdue fees deducts a certain amount from Account Balance. Total fees is the total amount of overdue fees.