issues
search
juanandrango
/
fundasolZF2
Moved fundasol project to fundasolZF2 to add Zend MVC support
Other
0
stars
0
forks
source link
Add Business Logic
#7
Open
juanandrango
opened
11 years ago
juanandrango
commented
11 years ago
Client Module:
required fields: firstName, lastName, and stateId
Multiple accounts per client *states: active, nonactive
Account Module:
required fields: clientId, amount, startWeek, nPayments
Creates all payment objects in initialization, setting their due date and amounts.
states: open, close
Payment:
required fields: accountId, paymentNumber, dueTimeStamp, amount
states: onTime, late, due, partial
Client Module:
Account Module:
Payment: