Support #8772

SCP ID :##4708##] : Bulk payment status not update

Added by Zahir Abd Latif about 6 years ago. Updated about 6 years ago.

Status:Closed - End of life cycleStart date:August 27, 2018
Priority:NormalDue date:
Assignee:Zahir Abd Latif% Done:

100%

Category:BIBSpent time:-
Target version:-

Description

Hi,
Kindly attend below request:-

bulk payment transaction rejected by approver at 27082018 3:45 pm, but at bulk payment history remain status validated.

History

#1 Updated by Stephanie Sufrapto about 6 years ago

  • Status changed from New - Begin Life Cycle to Pending Prod Deployment
  • Assignee changed from Stephanie Sufrapto to Zahir Abd Latif
  • % Done changed from 0 to 100

Issue is cause by Bulk Cron overwrite the status when the approver reject the transaction.
As you can see from below is the timestamp for Bulk Cron and the timestamp bib user transaction table.

For the solution to this transaction you can run this query to update the status to Rejected.

update BIB_BULK_PAYMENT_HISTORY set ACTION_STATUS='8' where TRNX_ID='20180827000000694038';
update BIB_TRNX_HISTORY set ACTION_STATUS='3', TRNX_STATUS='Rejected' where TRNX_ID='20180827000000694038'

And we have provide patch where all the bulk payment and statutory body has to validated before approved or rejected.
Please find the class file in path below .
D:\was-workspace\01 Download WAR files from Penril\4708- Bulk payment status not update

#2 Updated by Zahir Abd Latif about 6 years ago

  • Status changed from Pending Prod Deployment to Closed - End of life cycle

Issue closed in SCP.

Also available in: Atom PDF