Task: Implement Payment Collection
Risk: Low
Estimated Time: 1.5
Actual Time: 0.75
Remaining Time: 0.5
Developer: Ken Auer
Pairs: Duff Omelia, Jeff Canna
Currently, nodes in the tree stop at Results. We'd like to add a node under the Results node to include Readings. When the Readings are selected, show a Graph that displays those readings... It should be the same graph we currently see when we press the "Graph" button when a Result is selected
Payment may be made in 3 different ways. The user selects which ways they wish to pay. If the user has a library subscription, then they can input the subscriber key which should be checked by the system. Alternatively, they can input an organizational account number. If this is valid, a debit of the cost of the article is posted to this account. Finally, they may input a 16 digit credit card number and expiration date. This should be checked for validity and, if valid a debit is posted to that credit card account.
The following tests validate this task::
Last edited September 12, 2000
Return to WelcomeVisitors