Friday, April 01, 2005

Finish Display the Transaction Record

31.03.05

Objective:

      1. Update the transaction record table (P1)

      2. Modify the Exchange.java (P2)

      3. Modify the layout so that the not-registered foreign account won;t display to the client.(P3)

      4. Change the exchange.html to transactionServlet --> provide a dynamic display information to the client.(P4)

13.17

Modifying the Exchange servlet --> update the record in the transaction table.

13.25

CS mail server : smtp.cs.cityu.edu.hk

16.20

Forget. All the transaction should be record, not updated!

17.10

Modify : remember to add the convert when handling money.

strSQL = "Insert into trans_record values('"+tsTransaction.toString()+"','"+strRate+"','"+strForeignAcc+"',Convert(money,'"+strForeignAmount+"'),'"+charTransType+"',Convert(money,'"+strHKAmount+"'),'"+strUserId+"')";

17.45

Finish the implementation of the Transaction

01.04.05

22.00 Finish the Display of Transaction record.

0 Comments:

Post a Comment

<< Home