diff --git a/Back/PROC_AGENT_CUTOMERSETUP.sql b/Back/PROC_AGENT_CUTOMERSETUP.sql new file mode 100644 index 0000000..c7dce14 Binary files /dev/null and b/Back/PROC_AGENT_CUTOMERSETUP.sql differ diff --git a/Back/PROC_GET_DASHBOARD_DATA_V2.sql b/Back/PROC_GET_DASHBOARD_DATA_V2.sql new file mode 100644 index 0000000..226248d Binary files /dev/null and b/Back/PROC_GET_DASHBOARD_DATA_V2.sql differ diff --git a/Back/PROC_TRANSACTION_REPORT.sql b/Back/PROC_TRANSACTION_REPORT.sql new file mode 100644 index 0000000..aa69189 Binary files /dev/null and b/Back/PROC_TRANSACTION_REPORT.sql differ diff --git a/Back/proc_agentMaster.sql b/Back/proc_agentMaster.sql new file mode 100644 index 0000000..5ce10dd Binary files /dev/null and b/Back/proc_agentMaster.sql differ diff --git a/Back/proc_modifyTXN.sql b/Back/proc_modifyTXN.sql new file mode 100644 index 0000000..325ab2d Binary files /dev/null and b/Back/proc_modifyTXN.sql differ diff --git a/Back/proc_transactionView.sql b/Back/proc_transactionView.sql new file mode 100644 index 0000000..8b464df Binary files /dev/null and b/Back/proc_transactionView.sql differ diff --git a/ExecuteScript/MobileAPI.sql b/ExecuteScript/MobileAPI.sql index 27e8181..6966ab3 100644 --- a/ExecuteScript/MobileAPI.sql +++ b/ExecuteScript/MobileAPI.sql @@ -15,4 +15,14 @@ VALUES (2, N'IOS APP', N'IOS Mobile APP ', N'cQeThWmZ', N'IOS', N'mobile_app', N GO -select * FROM mobile_GmeApiClientRegistration \ No newline at end of file +select * FROM mobile_GmeApiClientRegistration + + + + + +select dbo.FNAEncryptString('IAaV5bL8PmPnsQp8kcobUg==') +select dbo.FNAEncryptString('raACLr/pjLT2p/YCf+TUCQ==') + +INSERT [dbo].[mobile_GmeApiClientRegistration] ( [applicationName], [description], [aboutUrl], [applicationType], [scope], [clientId], [secret], [isActive], [approvedDate], [approvedBy]) +VALUES ( N'Android Live', N'Android Mobile App', N'VkYp3s6v', N'Android', N'mobile_app', N'fmfgBURM3H3dLKb2', N'bZzoN{eQi†i‡Œj‰Q„|ˆ{n€VV', 1, GETDATE(), N'system') \ No newline at end of file diff --git a/ExecuteScript/New Text Document.txt b/ExecuteScript/New Text Document.txt new file mode 100644 index 0000000..e69de29 diff --git a/StoredProc/PROC_AGENT_CUTOMERSETUP.sql b/StoredProc/PROC_AGENT_CUTOMERSETUP.sql index 94dc8e6..2ce23e7 100644 Binary files a/StoredProc/PROC_AGENT_CUTOMERSETUP.sql and b/StoredProc/PROC_AGENT_CUTOMERSETUP.sql differ diff --git a/StoredProc/PROC_TRANSACTION_REPORT.sql b/StoredProc/PROC_TRANSACTION_REPORT.sql index ce0a43a..6077617 100644 Binary files a/StoredProc/PROC_TRANSACTION_REPORT.sql and b/StoredProc/PROC_TRANSACTION_REPORT.sql differ diff --git a/StoredProc/mobile_proc_customerMaster.sql b/StoredProc/mobile_proc_customerMaster.sql index 9dd8e78..b7085e0 100644 Binary files a/StoredProc/mobile_proc_customerMaster.sql and b/StoredProc/mobile_proc_customerMaster.sql differ diff --git a/StoredProc/mobile_proc_customerMaster_V2.sql b/StoredProc/mobile_proc_customerMaster_V2.sql index f2fefd7..65528ab 100644 Binary files a/StoredProc/mobile_proc_customerMaster_V2.sql and b/StoredProc/mobile_proc_customerMaster_V2.sql differ diff --git a/StoredProc/proc_modifyTXN.sql b/StoredProc/proc_modifyTXN.sql index 325ab2d..cc5871b 100644 Binary files a/StoredProc/proc_modifyTXN.sql and b/StoredProc/proc_modifyTXN.sql differ diff --git a/StoredProc/proc_online_approve_Customer.sql b/StoredProc/proc_online_approve_Customer.sql index 5334c57..62f2d29 100644 Binary files a/StoredProc/proc_online_approve_Customer.sql and b/StoredProc/proc_online_approve_Customer.sql differ diff --git a/StoredProc/proc_transactionView.sql b/StoredProc/proc_transactionView.sql index 8242cd5..fbcb0e0 100644 Binary files a/StoredProc/proc_transactionView.sql and b/StoredProc/proc_transactionView.sql differ