예제 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (Request.QueryString["x"] != null)
     {
         if (Session["pwalletID"] != null)
         {
             if (Session["pwalletID"].ToString() != "")
             {
                 admin = Session["pwalletID"].ToString();
             }
             else
             {
                 Response.Redirect("../lo.aspx");
             }
         }
         else
         {
             Response.Redirect("../lo.aspx");
         }
         pID             = Request.QueryString["x"].ToString();
         lt_mi           = t.getPtInfoByUserID(pID);
         lt_p            = t.getPwalletDetailsByID(lt_mi[0].log_staff);
         lt_app          = t.getApplicantByUserID(lt_mi[0].log_staff);
         lt_addy         = t.getAddressByLog_staffID(lt_mi[0].log_staff);
         lt_addy_service = t.getAddressServiceByID(lt_mi[0].log_staff);
         lt_rep          = t.getRepListByUserID(lt_mi[0].log_staff);
         lt_tm_office    = z.getPtOfficeDetailsByID(lt_mi[0].log_staff);
         lt_stage        = t.getStageByUserID(lt_mi[0].log_staff);
     }
     else
     {
         Response.Redirect("./registrar_c.aspx");
     }
 }
예제 #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (Request.QueryString["x"] != null)
     {
         if (Session["pwalletID"] != null)
         {
             if (Session["pwalletID"].ToString() != "")
             {
                 admin = Session["pwalletID"].ToString();
             }
             else
             {
                 Response.Redirect("../lo.aspx");
             }
         }
         else
         {
             Response.Redirect("../lo.aspx");
         }
         pID = Request.QueryString["x"].ToString();
         Session["appID"] = Request.QueryString["x"].ToString();
         lt_mi            = t.getPtInfoByUserID(pID);
         lt_p             = t.getPwalletDetailsByID(lt_mi[0].log_staff);
         lt_tm_office     = z.getPtOfficeDetailsByID(lt_mi[0].log_staff);
         lt_rep           = t.getRepListByUserID(lt_mi[0].log_staff);
         lt_stage         = t.getStageByUserID(lt_mi[0].log_staff);
         lt_app           = t.getApplicantByvalidationID(lt_mi[0].log_staff);
         lt_inv           = t.getInventorByvalidationID(lt_mi[0].log_staff);
         lt_assinfo       = t.getAssignment_infoByvalidationID(lt_mi[0].log_staff);
         lt_xpri          = t.getPriority_infoByvalidationID(lt_mi[0].log_staff);
         for (int i = 0; i < lt_tm_office.Count; i++)
         {
             xcomments          = xcomments + "<tr>";
             xcomments          = xcomments + "<td align=\"center\" colspan=\"2\">";
             xcomments          = xcomments + "<strong>" + lt_tm_office[i].xcomment.ToUpper() + "</strong><br />";
             lt_x_admin_details = z.getTmAdminDetailsByID(lt_tm_office[i].xofficer);
             if (lt_x_admin_details.Count > 0)
             {
                 xcomments = xcomments + "COMMENT BY: <strong>" + lt_x_admin_details[0].xname.ToUpper() + "( " + z.getRoleNameByID(lt_x_admin_details[0].xroleID).ToUpper() + " )</strong><br />   Date: <strong>" + lt_tm_office[i].reg_date.ToUpper() + "</strong>";
             }
             else
             {
                 xcomments = xcomments + "COMMENT BY: <strong> NA</strong>";
             }
             xcomments = xcomments + "</td>";
             xcomments = xcomments + "</tr>";
             xcomments = xcomments + "<tr>";
             xcomments = xcomments + "<td class=\"coltbbg\" colspan=\"2\" align=\"center\">";
             xcomments = xcomments + "&nbsp;";
             xcomments = xcomments + "</td>";
             xcomments = xcomments + "</tr>";
         }
     }
     else
     {
         Response.Redirect("./profile.aspx");
     }
 }
예제 #3
0
 protected void Page_Load(object sender, EventArgs e)
 {
     Verify.Visible = false;
     if (rbValid.SelectedValue == "Valid")
     {
         admin_status   = "2";
         Verify.Visible = true;
     }
     else if (rbValid.SelectedValue == "Invalid")
     {
         admin_status   = "1";
         Verify.Visible = true;
     }
     else if (rbValid.SelectedValue == "V_Contact")
     {
         admin_status   = "1";
         Verify.Visible = true;
     }
     if (Request.QueryString["x"] != null)
     {
         if (Session["pwalletID"] != null)
         {
             if (Session["pwalletID"].ToString() != "")
             {
                 admin = Session["pwalletID"].ToString();
             }
             else
             {
                 Response.Redirect("../lo.aspx");
             }
         }
         else
         {
             Response.Redirect("../lo.aspx");
         }
         pID        = Request.QueryString["x"].ToString();
         lt_mi      = t.getPtInfoByUserID(pID);
         lt_rep     = t.getRepListByUserID(lt_mi[0].log_staff);
         lt_stage   = t.getStageByUserID(lt_mi[0].log_staff);
         lt_app     = t.getApplicantByvalidationID(lt_mi[0].log_staff);
         lt_inv     = t.getInventorByvalidationID(lt_mi[0].log_staff);
         lt_assinfo = t.getAssignment_infoByvalidationID(lt_mi[0].log_staff);
         lt_xpri    = t.getPriority_infoByvalidationID(lt_mi[0].log_staff);
     }
     else
     {
         Response.Redirect("./verify_data.aspx");
     }
 }
예제 #4
0
    protected void Page_Load(object sender, EventArgs e)
    {
        Submit.Visible = false;
        if (rbValid.SelectedValue == "Grant Patent")
        {
            admin_status   = "6";
            Submit.Visible = true;
        }
        else if (rbValid.SelectedValue == "Review Patent")
        {
            admin_status   = "5";
            Submit.Visible = true;
        }
        serverpath = Server.MapPath("~/");
        string path = serverpath + @"Handlers\bf.kez";

        if (File.Exists(path))
        {
            StreamReader reader = new StreamReader(path, true);
            file_string = reader.ReadToEnd();
            reader.Close();
            if (file_string != null)
            {
                string oldValue = file_string.Substring(0, file_string.IndexOf("</BitStrength>") + 14);
                file_string = file_string.Replace(oldValue, "");
            }
        }
        if ((txt_response_date.Text != "") && (comment.Text != ""))
        {
            Verify.Visible  = true;
            Confirm.Visible = false;
        }
        else
        {
            Verify.Visible  = false;
            Confirm.Visible = true;
        }
        if (Request.QueryString["x"] != null)
        {
            if (Session["pwalletID"] != null)
            {
                if (Session["pwalletID"].ToString() != "")
                {
                    admin = Session["pwalletID"].ToString();
                }
                else
                {
                    Response.Redirect("../lo.aspx");
                }
            }
            else
            {
                Response.Redirect("../lo.aspx");
            }
            pID          = Request.QueryString["x"].ToString();
            lt_mi        = t.getPtInfoByUserID(pID);
            lt_rep       = t.getRepListByUserID(lt_mi[0].log_staff);
            lt_stage     = t.getStageByUserID(lt_mi[0].log_staff);
            lt_app       = t.getApplicantByvalidationID(lt_mi[0].log_staff);
            lt_inv       = t.getInventorByvalidationID(lt_mi[0].log_staff);
            lt_assinfo   = t.getAssignment_infoByvalidationID(lt_mi[0].log_staff);
            lt_xpri      = t.getPriority_infoByvalidationID(lt_mi[0].log_staff);
            lt_tm_office = z.getPtOfficeDetailsByID(lt_mi[0].log_staff);
            for (int i = 0; i < lt_tm_office.Count; i++)
            {
                xcomments          = xcomments + "<tr>";
                xcomments          = xcomments + "<td align=\"center\" colspan=\"2\">";
                xcomments          = xcomments + "<strong>" + lt_tm_office[i].xcomment.ToUpper() + "</strong><br />";
                lt_x_admin_details = z.getTmAdminDetailsByID(lt_tm_office[i].xofficer);
                if (lt_x_admin_details.Count > 0)
                {
                    xcomments = xcomments + "COMMENT BY: <strong>" + lt_x_admin_details[0].xname.ToUpper() + "( " + z.getRoleNameByID(lt_x_admin_details[0].xroleID).ToUpper() + " )</strong><br />   Date: <strong>" + lt_tm_office[i].reg_date.ToUpper() + "</strong>";
                }
                else
                {
                    xcomments = xcomments + "COMMENT BY: <strong> NA</strong>";
                }
                xcomments = xcomments + "</td>";
                xcomments = xcomments + "</tr>";
                xcomments = xcomments + "<tr>";
                xcomments = xcomments + "<td class=\"coltbbg\" colspan=\"2\" align=\"center\">";
                xcomments = xcomments + "&nbsp;";
                xcomments = xcomments + "</td>";
                xcomments = xcomments + "</tr>";
            }
        }
        else
        {
            Response.Redirect("./pt_profile.aspx");
        }
    }
예제 #5
0
 protected void Page_Load(object sender, EventArgs e)
 {
     Verify.Visible = false;
     if (rbValid.SelectedValue == "Patentable")
     {
         admin_status   = "5";
         Verify.Visible = true;
     }
     else if (rbValid.SelectedValue == "Not-Patentable")
     {
         admin_status   = "4";
         Verify.Visible = true;
     }
     else if (rbValid.SelectedValue == "A_Contact")
     {
         admin_status   = "4";
         Verify.Visible = true;
     }
     if (Request.QueryString["x"] != null)
     {
         if (Session["pwalletID"] != null)
         {
             if (Session["pwalletID"].ToString() != "")
             {
                 admin = Session["pwalletID"].ToString();
             }
             else
             {
                 Response.Redirect("../lo.aspx");
             }
         }
         else
         {
             Response.Redirect("../lo.aspx");
         }
         pID          = Request.QueryString["x"].ToString();
         swallet      = t.getSwalletByID(pID);
         lt_mi        = t.getPtInfoByUserID(pID);
         lt_p         = t.getPwalletDetailsByID(lt_mi[0].log_staff);
         lt_tm_office = z.getPtOfficeDetailsByID(lt_mi[0].log_staff);
         lt_rep       = t.getRepListByUserID(lt_mi[0].log_staff);
         lt_stage     = t.getStageByUserID(lt_mi[0].log_staff);
         lt_app       = t.getApplicantByvalidationID(lt_mi[0].log_staff);
         lt_inv       = t.getInventorByvalidationID(lt_mi[0].log_staff);
         lt_assinfo   = t.getAssignment_infoByvalidationID(lt_mi[0].log_staff);
         lt_xpri      = t.getPriority_infoByvalidationID(lt_mi[0].log_staff);
         for (int i = 0; i < lt_tm_office.Count; i++)
         {
             xcomments          = xcomments + "<tr>";
             xcomments          = xcomments + "<td align=\"center\" colspan=\"2\">";
             xcomments          = xcomments + "<strong>" + lt_tm_office[i].xcomment.ToUpper() + "</strong><br />";
             lt_x_admin_details = z.getTmAdminDetailsByID(lt_tm_office[i].xofficer);
             if (lt_x_admin_details.Count > 0)
             {
                 xcomments = xcomments + "COMMENT BY: <strong>" + lt_x_admin_details[0].xname.ToUpper() + "( " + z.getRoleNameByID(lt_x_admin_details[0].xroleID).ToUpper() + " )</strong><br />   Date: <strong>" + lt_tm_office[i].reg_date.ToUpper() + "</strong>";
             }
             else
             {
                 xcomments = xcomments + "COMMENT BY: <strong> NA</strong>";
             }
             xcomments = xcomments + "</td>";
             xcomments = xcomments + "</tr>";
             if (lt_tm_office[i].xdoc1 != "")
             {
                 xcomments = xcomments + "<tr>";
                 xcomments = xcomments + "<td colspan=\"2\" align=\"center\">";
                 xcomments = xcomments + "View Document 1: <a href=" + lt_tm_office[i].xdoc1 + " target='_blank'>View</a>";
                 xcomments = xcomments + "</td>";
                 xcomments = xcomments + "</tr>";
             }
             if (lt_tm_office[i].xdoc2 != "")
             {
                 xcomments = xcomments + "<tr>";
                 xcomments = xcomments + "<td colspan=\"2\" align=\"center\">";
                 xcomments = xcomments + "View Document 2: <a href=" + lt_tm_office[i].xdoc2 + " target='_blank'>View</a>";
                 xcomments = xcomments + "</td>";
                 xcomments = xcomments + "</tr>";
             }
             if (lt_tm_office[i].xdoc3 != "")
             {
                 xcomments = xcomments + "<tr>";
                 xcomments = xcomments + "<td colspan=\"2\" align=\"center\">";
                 xcomments = xcomments + "View Document 3: <a href=" + lt_tm_office[i].xdoc3 + " target='_blank'>View</a>";
                 xcomments = xcomments + "</td>";
                 xcomments = xcomments + "</tr>";
             }
             if (lt_tm_office[i].admin_status == "3")
             {
                 xcomments = xcomments + "<tr>";
                 xcomments = xcomments + "<td class=\"coltbbg\" colspan=\"2\" align=\"center\">";
                 xcomments = xcomments + "--- SUPPORTING SEARCH DOCUMENTS ---";
                 xcomments = xcomments + "</td>";
                 xcomments = xcomments + "</tr>";
                 xcomments = xcomments + "<tr>";
                 xcomments = xcomments + "<td align=\"right\">";
                 xcomments = xcomments + "Attached Document:";
                 xcomments = xcomments + "</td>";
                 xcomments = xcomments + "<td>";
                 if ((swallet.search_str != "") && (swallet.search_str != null))
                 {
                     xcomments = xcomments + "<a href=view_search_details.aspx?x=" + pID + " target='_blank'>View</a>";
                 }
                 else
                 {
                     xcomments = xcomments + "NONE";
                 }
                 xcomments = xcomments + "</td>";
                 xcomments = xcomments + "</tr>";
                 xcomments = xcomments + "<tr>";
                 xcomments = xcomments + "<td class=\"coltbbg\" colspan=\"2\" align=\"center\">";
                 xcomments = xcomments + "&nbsp;";
                 xcomments = xcomments + "</td>";
                 xcomments = xcomments + "</tr>";
             }
         }
     }
     else
     {
         Response.Redirect("./profile.aspx");
     }
 }
예제 #6
0
파일: appstatus.cs 프로젝트: ozotony/patent
 protected void Save_Click(object sender, EventArgs e)
 {
     if (xref.Text != "")
     {
         if (xref.Text.Contains("OAI/PT/"))
         {
             xref.Text = xref.Text.Replace("OAI/PT/", "");
         }
         r     = xref.Text;
         lt_pw = t.getStageByUserIDAcc(xref.Text, agt);
         if (lt_pw.Count > 0)
         {
             pt.Stage stage = t.getStatusIDByvalidationID(xref.Text.Trim());
             lt_mix          = t.getPtInfoByPwalletID(lt_pw[0].ID);
             lt_repx         = t.getRepListByUserID(lt_pw[0].ID);
             lt_stagex       = t.getStageByUserID(lt_pw[0].ID);
             lt_appx         = t.getApplicantByvalidationID(lt_pw[0].ID);
             lt_invx         = t.getInventorByvalidationID(lt_pw[0].ID);
             lt_assinfox     = t.getAssignment_infoByvalidationID(lt_pw[0].ID);
             lt_xprix        = t.getPriority_infoByvalidationID(lt_pw[0].ID);
             Session["xvid"] = xref.Text;
             showt           = 1;
             if ((((Convert.ToInt32(stage.status) == 1) && (lt_appx.Count >= 1)) && ((lt_mix.Count == 1) && (lt_stagex.Count == 1))) && (lt_repx.Count == 1))
             {
                 if ((((lt_mix[0].pt_desc == "") || (lt_appx[0].address == "")) || ((lt_appx[0].xmobile == "") || (lt_repx[0].address == ""))) || (lt_repx[0].xmobile == ""))
                 {
                     status      = "Verification";
                     data_status = "Uncompleted";
                     refill      = 1;
                 }
                 else
                 {
                     refill = 0;
                     showStatus(lt_pw);
                 }
             }
             else if ((Convert.ToInt32(stage.status) == 1) && ((((lt_appx.Count >= 1) || (lt_mix.Count == 1)) || (lt_stagex.Count == 1)) || (lt_repx.Count == 1)))
             {
                 status      = "Verification";
                 data_status = "Uncompleted";
                 refill      = 1;
             }
             else if (Convert.ToInt32(stage.status) > 1)
             {
                 refill = 0;
                 if (lt_pw.Count != 0)
                 {
                     Session["xvid"] = xref.Text;
                     lt_mi           = t.getPtInfoByUserID(lt_pw[0].ID);
                     lt_rep          = t.getRepByUserID(lt_pw[0].ID);
                     showStatus(lt_pw);
                 }
                 else
                 {
                     status = "N/A";
                 }
             }
         }
     }
     else
     {
         Response.Write("<script language=JavaScript>alert('PLEASE ENTER A VALID REFERENCE NUMBER')</script>");
     }
 }
예제 #7
0
    protected void Save_Click(object sender, EventArgs e)
    {
        if (xref.Text != "")
        {
            if (xref.Text.Contains("OAI/PT/"))
            {
                xref.Text = xref.Text.Replace("OAI/PT/", "");
            }
            r     = xref.Text;
            lt_pw = t.getStageByUserIDAdmin(xref.Text);

            if (lt_pw.Count > 0)
            {
                Session["pwID"]         = lt_pw[0].ID;
                agt                     = lt_pw[0].applicantID;
                Session["xvid"]         = xref.Text;
                Session["edit_transID"] = xref.Text;
                lt_mi                   = t.getPtInfoByUserID(lt_pw[0].ID);
                lt_rep                  = t.getRepByUserID(lt_pw[0].ID);
                if (lt_pw[0].status == "1")
                {
                    status = "Payment Verification Office";
                    if (lt_pw[0].data_status == "Fresh")
                    {
                        data_status = "Untreated";
                    }
                    else if (lt_pw[0].data_status == "Invalid")
                    {
                        data_status = "Invalid";
                    }
                    else if (lt_pw[0].data_status == "V_Contact")
                    {
                        data_status = "Being processed";
                    }
                }
                if (lt_pw[0].status == "2")
                {
                    status = "Patent Search Office";
                    if (lt_pw[0].data_status == "Valid")
                    {
                        data_status = "Successfully reviewed";
                    }
                    else if (lt_pw[0].data_status == "S_Contact")
                    {
                        data_status = "Being processed";
                    }
                }
                if (lt_pw[0].status == "3")
                {
                    status = "Patent Examiner 1 Office";
                    if (lt_pw[0].data_status == "Further Search")
                    {
                        data_status = "Further search required";
                        status      = "Patent Search Office";
                    }
                    else if (lt_pw[0].data_status == "E_Contact")
                    {
                        data_status = "Being processed";
                    }
                    else if (lt_pw[0].data_status == "Search Conducted")
                    {
                        data_status = "Successfully reviewed";
                    }
                    else if (lt_pw[0].data_status == "Refused")
                    {
                        data_status = "Refused";
                    }
                }
                if (lt_pw[0].status == "4")
                {
                    status = "Patent Approving Office";
                    if (lt_pw[0].data_status == "Not-Patentable")
                    {
                        data_status = "Not-patentable";
                        status      = "Patent Examiner 1 Office";
                    }
                    else if (lt_pw[0].data_status == "A_Contact")
                    {
                        data_status = "Being processed";
                    }
                    else if (lt_pw[0].data_status == "Futher Review")
                    {
                        data_status = "Successfully reviewed";
                    }
                }
                if (lt_pw[0].status == "5")
                {
                    status = "Registrars Office";
                    if (lt_pw[0].data_status == "Review Patent")
                    {
                        data_status = "Being reviewed";
                        status      = "Patent Approving Office";
                    }
                    else if (lt_pw[0].data_status == "R_Contact")
                    {
                        data_status = "Being processed";
                    }
                    else if (lt_pw[0].data_status == "Patentable")
                    {
                        data_status = "Successfully reviewed";
                    }
                }
                if (lt_pw[0].status == "6")
                {
                    status = "Registrars Office";
                    if (lt_pw[0].data_status == "Grant Patent")
                    {
                        data_status = "Patent granted";
                    }
                }
                showt        = 1;
                trans_status = "Current Office: <b>" + status + "</b>; Status: <b>" + data_status + "</b>";
            }
            else
            {
                status       = "N/A";
                trans_status = "Current Office: " + status;
            }
        }
        else
        {
            Response.Write("<script language=JavaScript>alert('PLEASE ENTER A VALID REFERENCE NUMBER')</script>");
        }
        lt_pw = t.getStageByUserIDAdmin(xref.Text);
        t.activity_log(admin, "Edit Status", "Update", lt_pw[0].ID, lt_pw[0].data_status, "", "", "", "", "", "");
    }
예제 #8
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (Request.QueryString["x"] != null)
     {
         if (Session["pwalletID"] != null)
         {
             if (Session["pwalletID"].ToString() != "")
             {
                 admin = Session["pwalletID"].ToString();
             }
             else
             {
                 Response.Redirect("../lo.aspx");
             }
         }
         else
         {
             Response.Redirect("../lo.aspx");
         }
         pID             = Request.QueryString["x"].ToString();
         lt_mi           = t.getPtInfoByUserID(pID);
         lt_p            = t.getPwalletDetailsByID(lt_mi[0].log_staff);
         lt_app          = t.getApplicantByUserID(lt_mi[0].log_staff);
         lt_addy         = t.getAddressByLog_staffID(lt_mi[0].log_staff);
         lt_addy_service = t.getAddressServiceByID(lt_mi[0].log_staff);
         lt_rep          = t.getRepListByUserID(lt_mi[0].log_staff);
         lt_tm_office    = z.getPtOfficeDetailsByID(lt_mi[0].log_staff);
         lt_stage        = t.getStageByUserID(lt_mi[0].log_staff);
         lt_pri          = t.getPriority_infoByvalidationID(lt_mi[0].log_staff);
         if (lt_tm_office.Count > 0)
         {
             for (int i = 0; i < lt_tm_office.Count; i++)
             {
                 sealing_date = lt_tm_office[lt_tm_office.Count - 1].reg_date;
                 if (lt_tm_office[i].data_status == "Grant Patent")
                 {
                     registrar_date = lt_tm_office[i].reg_date;
                     DateTime time = new DateTime(Convert.ToInt32(registrar_date.Substring(0, 4)), Convert.ToInt32(registrar_date.Substring(5, 2)), Convert.ToInt32(registrar_date.Substring(8, 2)));
                     string   str  = time.ToString("dd");
                     string   str2 = time.ToString("MMMM");
                     string   str3 = time.ToString("yyyy");
                     if (str.Substring(0, 1) == "0")
                     {
                         str = str.Substring(1, 1);
                     }
                     if (str.EndsWith("1") && (str != "11"))
                     {
                         str = str + "st";
                     }
                     else if (str.EndsWith("2") && (str != "12"))
                     {
                         str = str + "nd";
                     }
                     else if (str.EndsWith("3") && (str != "13"))
                     {
                         str = str + "rd";
                     }
                     else
                     {
                         str = str + "th";
                     }
                     registrar_date = str + " day of" + str2 + ", " + str3;
                 }
             }
         }
     }
     else
     {
         Response.Redirect("./registrar_c.aspx");
     }
 }