public ActionResult _API_Load()

        {
            @model = new SignInPageViewModel();
            System.Web.HttpContext.Current.Session["LastEntryPoint_SignInPage"] = "Load";
            PushToHistory();
            var _masterController = new DSS5_SupplyChainFinancialsOptimisation.UI.Controllers.MasterPage.MasterPageController(@model);
            _masterController.ExecuteRender();
            var redirectInfo = ExecuteLoad();
            return redirectInfo;
        }
Beispiel #2
0
        public ActionResult _API_Render()

        {
            @model = new HelpSectionFormViewModel();
            System.Web.HttpContext.Current.Session["LastEntryPoint_HelpSectionForm"] = "Render";
            PushToHistory();
            var _masterController = new DSS5_SupplyChainFinancialsOptimisation.UI.Controllers.MasterPage.MasterPageController(@model);

            _masterController.ExecuteRender();
            var redirectInfo = ExecuteRender();

            return(redirectInfo);
        }
Beispiel #3
0
        public ActionResult _API_EditCustomsClearingDocumentation(int?id)

        {
            @model = new CCDFormViewModel();
            System.Web.HttpContext.Current.Session["LastEntryPoint_CCDForm"] = "EditCustomsClearingDocumentation";
            PushToHistory();
            var _masterController = new DSS5_SupplyChainFinancialsOptimisation.UI.Controllers.MasterPage.MasterPageController(@model);

            _masterController.ExecuteRender();
            var redirectInfo = ExecuteEditCustomsClearingDocumentation(id);

            return(redirectInfo);
        }
        public ActionResult _API_Confirm(string email, string code)

        {
            @model = new EmailConfirmationViewModel();
            System.Web.HttpContext.Current.Session["LastEntryPoint_EmailConfirmation"] = "Confirm";
            PushToHistory();
            var _masterController = new DSS5_SupplyChainFinancialsOptimisation.UI.Controllers.MasterPage.MasterPageController(@model);

            _masterController.ExecuteRender();
            var redirectInfo = ExecuteConfirm(email, code);

            return(redirectInfo);
        }
Beispiel #5
0
        public ActionResult _API_IntermediaryRender(string id)

        {
            @model = new SignUpViewModel();
            System.Web.HttpContext.Current.Session["LastEntryPoint_SignUp"] = "IntermediaryRender";
            PushToHistory();
            var _masterController = new DSS5_SupplyChainFinancialsOptimisation.UI.Controllers.MasterPage.MasterPageController(@model);

            _masterController.ExecuteRender();
            var redirectInfo = ExecuteIntermediaryRender(id);

            return(redirectInfo);
        }
        public ActionResult _API_Render()

        {
            @model = new DeveloperToolsViewModel();
            System.Web.HttpContext.Current.Session["LastEntryPoint_DeveloperTools"] = "Render";
            PushToHistory();
            FileHelper.PendingUploadInstance.Clear("DeveloperTools");
            FileHelper.PendingDownloadInstance.Clear("DeveloperTools");
            var _masterController = new DSS5_SupplyChainFinancialsOptimisation.UI.Controllers.MasterPage.MasterPageController(@model);

            _masterController.ExecuteRender();
            var redirectInfo = ExecuteRender();

            return(redirectInfo);
        }
        public ActionResult _API_NewLoC(int?transactionId)

        {
            @model = new LetterOfCreditFormViewModel();
            System.Web.HttpContext.Current.Session["LastEntryPoint_LetterOfCreditForm"] = "NewLoC";
            PushToHistory();
            FileHelper.PendingUploadInstance.Clear("LetterOfCreditForm");
            FileHelper.PendingDownloadInstance.Clear("LetterOfCreditForm");
            var _masterController = new DSS5_SupplyChainFinancialsOptimisation.UI.Controllers.MasterPage.MasterPageController(@model);

            _masterController.ExecuteRender();
            var redirectInfo = ExecuteNewLoC(transactionId);

            return(redirectInfo);
        }
        public ActionResult _API_EditInvestor_(string username)

        {
            @model = new InvestorFormViewModel();
            System.Web.HttpContext.Current.Session["LastEntryPoint_InvestorForm"] = "EditInvestor_";
            PushToHistory();
            FileHelper.PendingUploadInstance.Clear("InvestorForm");
            FileHelper.PendingDownloadInstance.Clear("InvestorForm");
            var _masterController = new DSS5_SupplyChainFinancialsOptimisation.UI.Controllers.MasterPage.MasterPageController(@model);

            _masterController.ExecuteRender();
            var redirectInfo = ExecuteEditInvestor_(username);

            return(redirectInfo);
        }
Beispiel #9
0
        public ActionResult _API_EditPartialProofOfDelivery(int?id)

        {
            @model = new PartialProofOfDeliveryFormViewModel();
            System.Web.HttpContext.Current.Session["LastEntryPoint_PartialProofOfDeliveryForm"] = "EditPartialProofOfDelivery";
            PushToHistory();
            FileHelper.PendingUploadInstance.Clear("PartialProofOfDeliveryForm");
            FileHelper.PendingDownloadInstance.Clear("PartialProofOfDeliveryForm");
            var _masterController = new DSS5_SupplyChainFinancialsOptimisation.UI.Controllers.MasterPage.MasterPageController(@model);

            _masterController.ExecuteRender();
            var redirectInfo = ExecuteEditPartialProofOfDelivery(id);

            return(redirectInfo);
        }