private void loadData(string _Filter = " Where SDUNG = 'C'") { DatLoa.loadData("*", "TB_DVI " + _Filter, ref dataGridView1); DesFor.EditCollum(ref dataGridView1, "MA_DVI", true, "Mã đơn vị"); DesFor.EditCollum(ref dataGridView1, "TEN_DVI", true, "Tên đơn vị"); DesFor.EditCollum(ref dataGridView1, "DIA_CHI", true, "Địa chỉ"); DesFor.EditCollum(ref dataGridView1, "SDUNG", false, "SDUNG"); }
private void loadData(string _Filter = " where SDUNG = 'C'") { //DatLoa.loadData("*", "V_NHOM_HANG " + _Filter, ref dataGridView1); DatLoa.loadData("*", "TB_NHOM_HANG " + _Filter, ref dataGridView1); DesFor.EditCollum(ref dataGridView1, "MA_NHOM_HANG", true, "Mã Nhóm hàng"); DesFor.EditCollum(ref dataGridView1, "TEN_NHOM_HANG", true, "Tên Nhóm hàng"); //DesFor.EditCollum(ref dataGridView1, "SO_MAT_HANG", true, "Số Mặt hàng"); DesFor.EditCollum(ref dataGridView1, "SDUNG", false, "Using"); }
//Các hàm Data----------------------------------------------------------- private void loadData(string _Filter = "where SDUNG = 'C' ") { DatLoa.loadData("*", "V_Users " + _Filter, ref dataGridView1); DesFor.EditCollum(ref dataGridView1, "CODE", true, "Tên đăng nhập"); DesFor.EditCollum(ref dataGridView1, "MA_DVI", true, "Mã Đơn Vị"); DesFor.EditCollum(ref dataGridView1, "TEN_DVI", true, "Tên Đơn Vị"); DesFor.EditCollum(ref dataGridView1, "MA_NHAN_VIEN", true, "Mã nhân viên"); DesFor.EditCollum(ref dataGridView1, "TEN_NHAN_VIEN", true, "Tên nhân viên"); DesFor.EditCollum(ref dataGridView1, "NGAY_HET_HAN", true, "Ngày hết hạn"); DesFor.EditCollum(ref dataGridView1, "PQUYEN", false, ""); DesFor.EditCollum(ref dataGridView1, "SDUNG", false, "Sử dụng"); DesFor.EditCollum(ref dataGridView1, "CHECK_PASS", false, "Check Pass"); }
private void loadData() { string proc = "TON_KHO '" + dDate.Text + "', '%" + txtDvi.Text + "%', '%" + txtMaHang.Text + "%', '%" + txtNhom.Text + "%'"; DatLoa.loadDataPROC(proc, ref dataGridView1); DesFor.EditCollum(ref dataGridView1, "MA_DVI", true, "Mã đơn vị"); DesFor.EditCollum(ref dataGridView1, "MA_HANG", true, "Mã hàng"); DesFor.EditCollum(ref dataGridView1, "TEN_HANG", true, "Tên hàng"); DesFor.EditCollum(ref dataGridView1, "NHOM_HANG", false, "Mã nhóm"); DesFor.EditCollum(ref dataGridView1, "TEN_NHOM_HANG", true, "Nhóm hàng"); DesFor.EditCollum(ref dataGridView1, "TONG_NHAP", true, "Tổng nhập"); DesFor.EditCollum(ref dataGridView1, "TONG_XUAT", true, "Tổng xuất"); DesFor.EditCollum(ref dataGridView1, "TON_KHO", true, "Tồn kho"); DesFor.EditCollum(ref dataGridView1, "SDUNG", true, "Sử dụng"); //dataGridView1.AutoGenerateColumns = false; }
private void loadData() { DatLoa.loadData("*", "TB_KHACH_HANG " + _Filter, ref dataGridView1); DesFor.EditCollum(ref dataGridView1, "MA_KH", true, "Mã khách hàng"); DesFor.EditCollum(ref dataGridView1, "TEN_KH", true, "Tên khách hàng"); DesFor.EditCollum(ref dataGridView1, "DIA_CHI", true, "Địa chỉ"); DesFor.EditCollum(ref dataGridView1, "SDT", true, "Số điện thoại"); DesFor.EditCollum(ref dataGridView1, "EMAIL", true, "Email"); DesFor.EditCollum(ref dataGridView1, "TTHAI", true, "Trạng thái"); DesFor.EditCollum(ref dataGridView1, "LOAI", false, "Loại"); }
//Các hàm Data----------------------------------------------------------- private void loadData(string _Filter = "where SDUNG = 'C' and code != 'demo' ") { DatLoa.loadData("*", "V_PHAN_QUYEN " + _Filter, ref dataGridView1); DesFor.EditCollum(ref dataGridView1, "CODE", true, "Tên đăng nhập"); DesFor.EditCollum(ref dataGridView1, "MA_NHAN_VIEN", true, "Mã nhân Viên"); DesFor.EditCollum(ref dataGridView1, "TEN_NHAN_VIEN", true, "Tên nhân viên"); DesFor.EditCollum(ref dataGridView1, "PQUYEN", true, "Quyền hạn"); DesFor.EditCollum(ref dataGridView1, "TEN_PQ", true, "Ghi chú"); DesFor.EditCollum(ref dataGridView1, "SDUNG", false, "SDUNG"); dataGridView1.Columns["CODE"].ReadOnly = true; dataGridView1.Columns["MA_NHAN_VIEN"].ReadOnly = true; dataGridView1.Columns["TEN_NHAN_VIEN"].ReadOnly = true; dataGridView1.Columns["TEN_PQ"].ReadOnly = true; dataGridView1.Columns["PQUYEN"].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; }
private void loadData() { bool LoaiX = false; bool LoaiN = false; if (LOAI == "X") { LoaiX = true; } else if (LOAI == "N") { LoaiN = true; } string _Filter = "where MA_HD = '" + lblMaHD.Text + "' and MA_DVI = '" + MA_DVI + "' and SDUNG = 'C'"; DatLoa.loadData("*", "V_CT_HD " + _Filter, ref dataGridView1); DesFor.EditCollum(ref dataGridView1, "MA_DVI", false, "Mã DVI"); DesFor.EditCollum(ref dataGridView1, "MA_HD", false, "Mã HD"); DesFor.EditCollum(ref dataGridView1, "NGAY_VIET_HD", false, "Ngày"); DesFor.EditCollum(ref dataGridView1, "MA_HANG", true, "Mã Hàng"); DesFor.EditCollum(ref dataGridView1, "TEN_HANG", true, "Tên Hàng"); DesFor.EditCollum(ref dataGridView1, "SL_NHAP", LoaiN, "Số lượng"); DesFor.EditCollum(ref dataGridView1, "SL_XUAT", LoaiX, "Số lượng"); DesFor.EditCollum(ref dataGridView1, "DON_GIA", true, "Đơn giá"); DesFor.EditCollum(ref dataGridView1, "TAM_TINH_O", false, "Số Tiền Gốc"); DesFor.EditCollum(ref dataGridView1, "CHIET_KHAU", true, "Triết Khấu"); DesFor.EditCollum(ref dataGridView1, "TAM_TINH", true, "Tạm Tính"); DesFor.EditCollum(ref dataGridView1, "LOAI", false, "Loại"); DesFor.EditCollum(ref dataGridView1, "SDUNG", false, "SDUNG"); }
private void loadData() { DatLoa.loadData("MA_DVI,MA_HANG,TEN_HANG,TON_KHO,NHOM_HANG,TEN_NHOM_HANG,NHA_CC,TEN_KH,GIA_NHAP,GIA_BAN,SDUNG", "V_TON_KHO " + _Filter, ref dataGridView1); DesFor.EditCollum(ref dataGridView1, "MA_DVI", false, "Mã đơn vị"); DesFor.EditCollum(ref dataGridView1, "MA_HANG", true, "Mã hàng"); DesFor.EditCollum(ref dataGridView1, "TEN_HANG", true, "Tên hàng"); DesFor.EditCollum(ref dataGridView1, "TON_KHO", true, "Tồn kho"); DesFor.EditCollum(ref dataGridView1, "NHOM_HANG", false, "Nhóm"); DesFor.EditCollum(ref dataGridView1, "TEN_NHOM_HANG", true, "Nhóm"); DesFor.EditCollum(ref dataGridView1, "NHA_CC", false, "Nhà cung cấp"); DesFor.EditCollum(ref dataGridView1, "TEN_KH", true, "Nhà cung cấp"); DesFor.EditCollum(ref dataGridView1, "GIA_NHAP", true, "Giá nhập"); DesFor.EditCollum(ref dataGridView1, "GIA_BAN", true, "Giá bán"); DesFor.EditCollum(ref dataGridView1, "SDUNG", false, "Sdung"); }