Task #3536

Pin Mailer screen

Added by Anonymous about 11 years ago. Updated almost 11 years ago.

Status:Closed - End of life cycleStart date:August 30, 2013
Priority:NormalDue date:September 06, 2013
Assignee:-% Done:

100%

Category:-Spent time:-
Target version:-

Description

Pin Mailer screen
'-To add, 'user id', 'company id' and' date and time 'to know which corporate Admin ID request to generate the pin mailer at the listing queue.
'-Corporate admin id who resetting their customer id will be in the queue as well and can be traced. transparent to RCAS but the corporate admin id will be keep in rcas as bbo user id.
'-Can search reset password by user id, company id or date&time."

History

#1 Updated by Anonymous about 11 years ago

  • Due date set to September 06, 2013
  • Assignee changed from Hartanto Boby to Anwar Khairul

#2 Updated by Anwar Khairul about 11 years ago

  • Status changed from New - Begin Life Cycle to Finished Development
  • % Done changed from 0 to 100

For pin mailer screen:
1) Add search field: Reset By, Password Generated From, and Password Generated To
2) Add column to table result: Reset By, Password Generated Date and Address Option (Dropdown selection)
3) For correspondent address selection will only be enable if the selected user have correspondent address line 1, 2, and 3 filled.

Script for DB:
ALTER TABLE "RCAS_APP"."TB_AM_USER_EXT" ADD CORR_ADDR_LINE_1 varchar2(80) NULL ;
ALTER TABLE "RCAS_APP"."TB_AM_USER_EXT" ADD CORR_ADDR_LINE_2 varchar2(80) NULL ;
ALTER TABLE "RCAS_APP"."TB_AM_USER_EXT" ADD CORR_ADDR_LINE_3 varchar2(80) NULL ;
ALTER TABLE "RCAS_APP"."TB_AM_USER_EXT" ADD CORR_ADDR_LINE_4 varchar2(80) NULL ;
ALTER TABLE "RCAS_APP"."TB_AM_USER_EXT" ADD CORR_ADDR_LINE_5 varchar2(80) NULL ;
ALTER TABLE "RCAS_APP"."TB_AM_USER_EXT" ADD CORR_PROVINCE varchar2(10) NULL ;
ALTER TABLE "RCAS_APP"."TB_AM_USER_EXT" ADD CORR_POSTCODE varchar2(10) NULL ;
ALTER TABLE "RCAS_APP"."TB_AM_USER_EXT" ADD CORR_PREFECTURE varchar2(128) NULL ;
ALTER TABLE "RCAS_APP"."TB_AM_USER_EXT" ADD CORR_CITY varchar2(128) NULL ;
ALTER TABLE "RCAS_APP"."TB_AM_USER_EXT" ADD CORR_COUNTRY_CODE varchar2(2) NULL ;

ALTER TABLE "RCAS_APP"."TB_AM_USER" ADD P_RESET_BY varchar2(150) NULL ;

#3 Updated by Anwar Khairul almost 11 years ago

  • Assignee changed from Anwar Khairul to Hartanto Boby

Completed.

#4 Updated by Hartanto Boby almost 11 years ago

  • Status changed from Finished Development to Internal Testing

#5 Updated by Hartanto Boby almost 11 years ago

  • Status changed from Internal Testing to Closed - End of life cycle
  • Assignee changed from Hartanto Boby to Anonymous

Also available in: Atom PDF