示例#1
0
        private void xrTableCell15_PreviewClick(object sender, PreviewMouseEventArgs e)
        {
            baocaocongno131 bccn = new baocaocongno131();

            for (int i = 0; i < dt1.Rows.Count; i++)
            {
                if (dt1.Rows[i][1].ToString() == e.Brick.Text)
                {
                    if (tsbt1 == "131tndnbh" || tsbt1 == "331tndnbh")
                    {
                        bccn.loadbchitietcntndnbh(tungay1, denngay1, tsbt1, kho1, dt1.Rows[i][0].ToString());
                    }
                    else if (tsbt1 == "1313tndntdv")
                    {
                        if (XtraMessageBox.Show("Nhấn 'yes' để in chi tiết, 'no' để in công nợ vỏ.", "HAMACO", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question, MessageBoxDefaultButton.Button2) == DialogResult.Yes)
                        {
                            bccn.loadbchitietcntndn(tungay1, denngay1, tsbt1, kho1, dt1.Rows[i][0].ToString(), dt1.Rows[i][9].ToString(), dt1.Rows[i][10].ToString());
                        }
                        else
                        {
                            bccn.loadbccnvotndn(tungay1, denngay1, tsbt1, kho1, dt1.Rows[i][0].ToString());
                        }
                    }
                    else
                    {
                        bccn.loadbchitietcntndn(tungay1, denngay1, tsbt1, kho1, dt1.Rows[i][0].ToString(), dt1.Rows[i][9].ToString(), dt1.Rows[i][10].ToString());
                    }
                    return;
                }
            }
        }
示例#2
0
        private void ktps_Click(object sender, EventArgs e)
        {
            baocaocongno131 bccn = new baocaocongno131();

            denht.EditValue = DateTime.Parse(DateTime.Parse(denht.EditValue.ToString()).Month + "/" + DateTime.Parse(denht.EditValue.ToString()).Day + "/" + DateTime.Parse(denht.EditValue.ToString()).Year);
            string donvi = gen.GetString("select StockID from Stock where StockCode='" + ledv.EditValue.ToString() + "'");

            bccn.loadbkthpsv(denht.EditValue.ToString(), ledt.EditValue.ToString(), "bkthpsvp", donvi);
        }
示例#3
0
        private void xrTableCell15_PreviewClick(object sender, PreviewMouseEventArgs e)
        {
            baocaocongno131 bccn = new baocaocongno131();

            for (int i = 0; i < dt1.Rows.Count; i++)
            {
                if (dt1.Rows[i][1].ToString() == e.Brick.Text)
                {
                    DialogResult dr = XtraMessageBox.Show("Nhấn 'Yes' bảng kê tổng hợp, 'No' để in bảng kê phát sinh, 'Cancel' để in biên bản xác nhận vỏ.", "Thông báo", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1);
                    if (dr == DialogResult.Yes)
                    {
                        if (tsbt1 == "tsbtbccnvkh" || tsbt1 == "tsbtbccnvncc")
                        {
                            bccn.loadbccnvotndn(tungay1, denngay1, tsbt1, kho1, dt1.Rows[i][0].ToString());
                        }
                        else if (tsbt1 == "tsbtbccnvkhth" || tsbt1 == "tsbtbccnvnccth" || tsbt1 == "tsbtbccnvkhtk")
                        {
                            bccn.loadbccnvotndn(tungay1, denngay1, tsbt1, kho1, dt1.Rows[i][1].ToString());
                        }
                    }
                    else if (dr == DialogResult.No)
                    {
                        if (tsbt1 == "tsbtbccnvkh" || tsbt1 == "tsbtbccnvncc")
                        {
                            bccn.loadbccnvotndnphatsinh(tungay1, denngay1, tsbt1, kho1, dt1.Rows[i][0].ToString());
                        }
                        else if (tsbt1 == "tsbtbccnvkhth" || tsbt1 == "tsbtbccnvkhtk" || tsbt1 == "tsbtbccnvnccth")
                        {
                            bccn.loadbccnvotndnphatsinh(tungay1, denngay1, tsbt1, kho1, dt1.Rows[i][1].ToString());
                        }
                    }
                    else if (dr == DialogResult.Cancel)
                    {
                        if (tsbt1 == "tsbtbccnvkhth")
                        {
                            bccn.loadbccnvotndn(tungay1, denngay1, tsbt1 + "bbxn", kho1, dt1.Rows[i][1].ToString());
                        }
                    }
                    return;
                }
            }
        }
示例#4
0
        private void xrTableCell15_PreviewClick(object sender, PreviewMouseEventArgs e)
        {
            baocaocongno131 bccn = new baocaocongno131();

            for (int i = 0; i < dt1.Rows.Count; i++)
            {
                if (dt1.Rows[i][0].ToString() == e.Brick.Text)
                {
                    if (gen.GetString("select Top 1 CompanyTaxCode from Center") == "1801115004" && kho1.ToUpper() == "E074A43F-0D0E-4D8F-BE2C-BFA6B32DBD5F")
                    {
                        Frm_nhapxuat F = new Frm_nhapxuat();
                        F.gettsbt("tsbtbccn131bienbanxacnhannochitiet");
                        F.getngay(tungay1);
                        F.getdenngay(denngay1);
                        F.getrole(e.Brick.Text);
                        if (dt1.Rows[i][6].ToString() != "")
                        {
                            F.getcongty(dt1.Rows[i][6].ToString());
                        }
                        else
                        {
                            F.getcongty("-" + dt1.Rows[i][7].ToString());
                        }
                        F.getdauky(dt1.Rows[i][5].ToString());
                        F.getkho(kho1);
                        F.ShowDialog();
                    }
                    else
                    {
                        if (dt1.Rows[i][2].ToString() != "")
                        {
                            bccn.loadchitietnothucte(e.Brick.Text, tungay1, denngay1, kho1, dt1.Rows[i][2].ToString(), loai);
                        }
                        else
                        {
                            bccn.loadchitietnothucte(e.Brick.Text, tungay1, denngay1, kho1, "-" + dt1.Rows[i][3].ToString(), loai);
                        }
                    }
                }
            }
        }
示例#5
0
        private void xrTableCell25_PreviewClick(object sender, PreviewMouseEventArgs e)
        {
            baocaocongno131 bccn = new baocaocongno131();

            bccn.loadbccnvotndnphatsinh(tungay1, denngay1, "tsbtbccnvkhthphieu", kho1, e.Brick.Text);
        }