コード例 #1
0
        // GET: AdjustRefundUpload to MIS
        public ActionResult SummaryReportList()
        {
            ViewBag.Title = UtilityService.GetPagetTitlePrefix(ConstantVariableService.FormStateList);
            AdjustrefundUploadViewModel model   = new AdjustrefundUploadViewModel();
            AdjustRefundUploadService   service = new AdjustRefundUploadService();

            model = service.InitialListSearch("ALL");
            model.NameFormView = "AdjustrefundDoneAndClose";
            model.UserRequest  = "00003333";
            return(View("~/Views/Adjustrefund/AdjustrefundDoneAndClose.cshtml", model));
        }
コード例 #2
0
        // GET: AdjustRefundMapping
        public ActionResult LastAdjustList()
        {
            ViewBag.Title = UtilityService.GetPagetTitlePrefix(ConstantVariableService.FormStateList);
            //PaymentItemsService service = new PaymentItemsService();
            AdjustrefundUploadViewModel model   = new AdjustrefundUploadViewModel();
            AdjustRefundUploadService   service = new AdjustRefundUploadService();

            model = service.InitialListSearch("ALL");
            model.NameFormView = "AdjustrefundCheckAdjDetail";
            //return View("~/Views/Adjustrefund/Upload.cshtml");
            return(View("~/Views/Adjustrefund/AdjustrefundCheckAdjDetail.cshtml", model));
        }
コード例 #3
0
        // GET: AdjustRefundUpload to MIS
        public ActionResult UploadList()
        {
            ViewBag.Title = UtilityService.GetPagetTitlePrefix(ConstantVariableService.FormStateList);
            //PaymentItemsService service = new PaymentItemsService();
            AdjustrefundUploadViewModel model   = new AdjustrefundUploadViewModel();
            AdjustRefundUploadService   service = new AdjustRefundUploadService();

            model = service.InitialListSearch("ALL");
            model.NameFormView  = "AdjustrefundUploadMISDetail";
            model.UserRequest   = "00003333";
            model.HeaderSummary = "Result Summary Upoload Data of " + DateTime.Now.Date.ToString("dd/MM/yyyy");
            //return View("~/Views/Adjustrefund/Upload.cshtml");
            return(View("~/Views/Adjustrefund/AdjustrefundUploadMISDetail.cshtml", model));
        }