Beispiel #1
0
        private void cmdOk_Click(object sender, System.EventArgs e)
        {
            ttb.setStandar();
            string Ngaydemo = ttb.Ngaydemo("khottb");

            if (Ngaydemo != "")
            {
                int songay = ttb.Songaydemo;
                if (songay != 0)
                {
                    decimal conlai = songay - ttb.songay(ttb.StringToDate(ttb.ngayhienhanh_server.Substring(0, 10)), ttb.StringToDate(Ngaydemo), 0);
                    if (conlai <= 0)
                    {
                        MessageBox.Show("Đã hết thời gian chạy thử\nLiên hệ nhà cung cấp:\nPhone : 08.7155019\nMobile : 090 3937066", ttb.Msg);
                        return;
                    }
                    else if (conlai <= 3)
                    {
                        MessageBox.Show("Thời gian chạy thử còn " + conlai.ToString() + " ngày", ttb.Msg);
                    }
                }
            }

            DataTable dtver = m.get_data("select * from version").Tables[0];

            if (dtver.Rows.Count > 0)
            {
                if (dtver.Rows[0]["khottb"].ToString().Trim() != "")
                {
                    string tenfile = ttb.file_exe("TrangThietBi");
                    if (dtver.Rows[0]["khottb"].ToString().Trim() != ttb.file_modify(tenfile))
                    {
                        MessageBox.Show("Không đúng version đang sử dụng !", ttb.Msg);
                        Application.Exit();
                    }
                }
            }
            if (!kiemtra())
            {
                MessageBox.Show("Tên người dùng và mật khẩu không tìm thấy !", this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning);
                txtuser.Focus();
                return;
            }
            mMmyy = mm.Value.ToString().PadLeft(2, '0') + yyyy.Value.ToString().PadLeft(4, '0').Substring(2, 2);
            mNgay = ngay.Text;
            bool   bKiemtra        = false;
            string s_PassWord      = txtpassword.Text;
            string s_PasswordLinks = "Links03031952@toancau" + DateTime.Now.ToString("ddMMyyyy");

            iNhomkho = (int)LibDuoc.ID.NhomKho.TTB;
            if (txtuser.Text != LibTTB.AccessData.links_userid && s_PassWord != s_PasswordLinks)
            {
                if (!bTao && !ttb.bMmyy(mMmyy))
                {
                    MessageBox.Show("Bạn không có quyền tạo số liệu tháng mới !", ttb.Msg);
                    return;
                }
                int iret = ttb.bKiemtrasolieu(iNhomkho, mMmyy, iUserid);
                if (iret == 0)
                {
                    if (MessageBox.Show("Bạn có muốn tạo số liệu tháng " + mMmyy.Substring(0, 2) + " năm " + mMmyy.Substring(2, 2) + "?", ttb.Msg, MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
                    {
                        Cursor = Cursors.WaitCursor;
                        string mmyyt = ttb.Mmyy_truoc(mMmyy);
                        ttb.tao_partition(mMmyy);
                        if (!ttb.bKhoaso(iNhomkho, mmyyt) && ttb.bAuto_tonkho(iNhomkho))
                        {
                            bKiemtra = true;
                            ttb.upd_tonkho(iNhomkho, mmyyt);
                        }
                        foreach (DataRow r in ttb.get_data("select * from " + user + ".ttb_dmkho where nhom=" + iNhomkho).Tables[0].Rows)
                        {
                            foreach (DataRow r1 in m.get_data("select * from " + m.user + ".d_duockp where nhom like '%" + iNhomkho.ToString() + ",%'").Tables[0].Rows)
                            {
                                ttb.upd_kiemtratutrucdau(mMmyy, int.Parse(r1["id"].ToString()), int.Parse(r["id"].ToString()), iUserid);
                            }
                            ttb.upd_kiemtratondau(mMmyy, int.Parse(r["id"].ToString()), iUserid);
                        }
                        ttb.upd_tonkho(mMmyy, iNhomkho, 0);
                        ttb.upd_khoaso(iNhomkho, ttb.Mmyy_truoc(mMmyy), iUserid);
                        ttb.upd_cosotutruc(iNhomkho, ttb.Mmyy_truoc(mMmyy), mMmyy);
                        xxx = user;
                        ttb.execute_data("delete from " + xxx + ".ttb_tonkhoct where tondau=0 and slnhap=0 and slxuat=0");
                        ttb.execute_data("delete from " + xxx + ".ttb_tonkhoth where tondau=0 and slnhap=0 and slxuat=0");
                        ttb.execute_data("delete from " + xxx + ".ttb_tutrucct where tondau=0 and slnhap=0 and slxuat=0");
                        ttb.execute_data("delete from " + xxx + ".ttb_tutructh where tondau=0 and slnhap=0 and slxuat=0");
                        Cursor = Cursors.Default;
                    }
                    else
                    {
                        return;
                    }
                }
                else if (iret == -1)
                {
                    return;
                }
                if (iNhomkho != 0 && !bKiemtra)
                {
                    if (!ttb.bKhoaso(iNhomkho, mMmyy) && ttb.get_kiemtra(mMmyy, iNhomkho, ngay.Text))
                    {
                        Cursor = Cursors.WaitCursor;
                        ttb.upd_kiemtra(mMmyy, iNhomkho, ngay.Text, iUserid);
                        ttb.upd_tonkho(iNhomkho, mMmyy);
                        Cursor = Cursors.Default;
                    }
                }
            }
            else
            {
                mUserid = LibTTB.AccessData.links_userid + LibTTB.AccessData.links_pass;
            }
            this.mExit = false;
            this.Close();
        }