diff --git a/Deployment/#33797-Verify_inward_remittance/01-menu.sql b/Deployment/#33797-Verify_inward_remittance/01-menu.sql new file mode 100644 index 0000000..0e9abad --- /dev/null +++ b/Deployment/#33797-Verify_inward_remittance/01-menu.sql @@ -0,0 +1,18 @@ +EXEC proc_AddFunction '90640000' + ,'90640000' + ,'Transaction' + +EXEC proc_addMenu '20' + ,'90640000' + ,'Verify Inward Transaction' + ,'Menu for: Verify Inward Transaction' + ,'/Remit/Transaction/VerifyMobileTransaction/VerifyInwardTransaction.aspx' + ,'Transaction' + ,'2' + ,'Y' + ,'20' + ,'' + + +select * from applicationmenus where menuname = 'verify txn' --order by functionId desc --90620000 +select * from applicationfunctions order by functionid desc \ No newline at end of file diff --git a/Deployment/#33797-Verify_inward_remittance/proc_ApproveHoldedTxnMobile.sql b/Deployment/#33797-Verify_inward_remittance/proc_ApproveHoldedTxnMobile.sql new file mode 100644 index 0000000..e05efb9 Binary files /dev/null and b/Deployment/#33797-Verify_inward_remittance/proc_ApproveHoldedTxnMobile.sql differ diff --git a/Deployment/#33797-Verify_inward_remittance/proc_ApproveInwardHoldedTXN.sql b/Deployment/#33797-Verify_inward_remittance/proc_ApproveInwardHoldedTXN.sql new file mode 100644 index 0000000..03033db Binary files /dev/null and b/Deployment/#33797-Verify_inward_remittance/proc_ApproveInwardHoldedTXN.sql differ diff --git a/Deployment/24356-Job_Scheduler/PROC_AUTO_APPROVE_TXN_JOB.sql b/Deployment/24356-Job_Scheduler/PROC_AUTO_APPROVE_TXN_JOB.sql index 9e7ba63..1024bc2 100644 Binary files a/Deployment/24356-Job_Scheduler/PROC_AUTO_APPROVE_TXN_JOB.sql and b/Deployment/24356-Job_Scheduler/PROC_AUTO_APPROVE_TXN_JOB.sql differ diff --git a/Deployment/31895-debit-card-txn/01-menu.sql b/Deployment/31895-debit-card-txn/01-menu.sql new file mode 100644 index 0000000..a0a97c9 --- /dev/null +++ b/Deployment/31895-debit-card-txn/01-menu.sql @@ -0,0 +1,18 @@ +EXEC proc_AddFunction '90630000' + ,'90630000' + ,'Transaction' + +EXEC proc_addMenu '20' + ,'90630000' + ,'Verify Card Transaction' + ,'Menu for: Verify Card Transaction' + ,'/Remit/Transaction/VerifyMobileTransaction/VerifyDebitCardTxn.aspx' + ,'Transaction' + ,'2' + ,'Y' + ,'20' + ,'' + + +select * from applicationmenus where menuname = 'verify txn' --order by functionId desc --90620000 +select * from applicationfunctions order by functionid desc \ No newline at end of file diff --git a/Deployment/31895-debit-card-txn/proc_ApproveHoldedTXN.sql b/Deployment/31895-debit-card-txn/proc_ApproveHoldedTXN.sql new file mode 100644 index 0000000..de648b1 Binary files /dev/null and b/Deployment/31895-debit-card-txn/proc_ApproveHoldedTXN.sql differ diff --git a/Deployment/31895-debit-card-txn/proc_ApproveHoldedTxnMobile.sql b/Deployment/31895-debit-card-txn/proc_ApproveHoldedTxnMobile.sql new file mode 100644 index 0000000..06e6a80 Binary files /dev/null and b/Deployment/31895-debit-card-txn/proc_ApproveHoldedTxnMobile.sql differ diff --git a/Deployment/31895-debit-card-txn/proc_trust_payment.sql b/Deployment/31895-debit-card-txn/proc_trust_payment.sql new file mode 100644 index 0000000..6d04c2c Binary files /dev/null and b/Deployment/31895-debit-card-txn/proc_trust_payment.sql differ diff --git a/Deployment/V10/PROC_TP_TXN_PUSH.sql b/Deployment/V10/PROC_TP_TXN_PUSH.sql new file mode 100644 index 0000000..6400e5a Binary files /dev/null and b/Deployment/V10/PROC_TP_TXN_PUSH.sql differ diff --git a/Deployment/V10/proc_ApproveHoldedTXN.sql b/Deployment/V10/proc_ApproveHoldedTXN.sql new file mode 100644 index 0000000..de648b1 Binary files /dev/null and b/Deployment/V10/proc_ApproveHoldedTXN.sql differ diff --git a/Deployment/V10/proc_online_core_customerSetup.sql b/Deployment/V10/proc_online_core_customerSetup.sql new file mode 100644 index 0000000..620238e Binary files /dev/null and b/Deployment/V10/proc_online_core_customerSetup.sql differ diff --git a/Deployment/V10/proc_searchCustomerIRH.sql b/Deployment/V10/proc_searchCustomerIRH.sql new file mode 100644 index 0000000..85f5b14 Binary files /dev/null and b/Deployment/V10/proc_searchCustomerIRH.sql differ