private DataCustomFormControl _data; //chứa các dữ liệu cần thiết của màn hình nhập liệu mà plugin đang chạy public TraHDB() { InfoCustomForm info = new InfoCustomForm(IDataType.MasterDetailDt, 1002, "Xem hóa đơn để lấy thông tin nhập hàng bán bị trả lại", "View invoices to get data for return goods", "MT33"); //khai báo thông tin của plugin _lstInfo.Add(info); }
public HuyBaoGia() { InfoCustomForm info = new InfoCustomForm(IDataType.MasterDetail, 9487, "Hủy báo giá", "", "MT63"); _lstInfo.Add(info); }
public TraPMH() { InfoCustomForm info = new InfoCustomForm(IDataType.MasterDetailDt, 1002, "Xem hóa đơn mua để lấy thông tin xuất hàng trả lại", "View purchasing invoices to get data for delivering", "MT24"); _lstInfo.Add(info); }
public HuyPhieuDeNghi() { InfoCustomForm info = new InfoCustomForm(IDataType.MasterDetail, 9487, "Hủy phiếu đề nghị", "", "MTSO"); _lstInfo.Add(info); }
public GiaDinhMuc() { InfoCustomForm info = new InfoCustomForm(IDataType.Detail, 1001, "Áp giá nguyên liệu bình quân cuối kỳ vào giá định mức", "Apply material average cost into norms price", "DFNVL"); _lstInfo.Add(info); }
public TraPhieuNhap() { InfoCustomForm info = new InfoCustomForm(IDataType.MasterDetailDt, 1001, "Xem phiếu nhập để lấy thông tin xuất hàng", "View receip of storing to get data for delivering", "MT32,MT43,MT44,MT45"); _lstInfo.Add(info); }
public DuyetBaoGiaDt() { InfoCustomForm info = new InfoCustomForm(IDataType.MasterDetailDt, 9487, "Duyệt báo giá", "", "MT63"); _lstInfo.Add(info); }
public LocHoaDon() { InfoCustomForm info = new InfoCustomForm(IDataType.MasterDetailDt, 1008, "Lấy công nợ khách hàng", "", "MT34"); _lstInfo.Add(info); }
public ChinhSachGia() { InfoCustomForm info = new InfoCustomForm(IDataType.MasterDetailDt, 1002, "Lấy danh sách vật tư", "", "ChinhSachGia"); _lstInfo.Add(info); info = new InfoCustomForm(IDataType.MasterDetailDt, 1003, "Lấy danh sách khách hàng", "", "ChinhSachGia"); _lstInfo.Add(info); }
public TienIchBG() { InfoCustomForm icfHuy = new InfoCustomForm(IDataType.MasterDetailDt, 1, "Hủy báo giá", "", "MTBaoGia"); InfoCustomForm icfCNG = new InfoCustomForm(IDataType.MasterDetailDt, 2, "Cập nhật đơn giá", "", "MTBaoGia"); InfoCustomForm icfGBG = new InfoCustomForm(IDataType.MasterDetailDt, 3, "Ghép báo giá", "", "MTBaoGia"); _info.Add(icfHuy); _info.Add(icfCNG); _info.Add(icfGBG); }
public ICFGomHP() { InfoCustomForm info = new InfoCustomForm(IDataType.MasterDetailDt, 1611, "Gom phí dư để hạch toán", "", "MT11"); _lstInfo.Add(info); }
public ChinhSachGiaBan() { InfoCustomForm info1 = new InfoCustomForm(IDataType.MasterDetailDt, 2307, "Chọn chính sách giá bán theo khách hàng", "Select policies price by customer", "MT32"); _lstInfo.Add(info1); }
public FormChinhSachGia() { InfoCustomForm info = new InfoCustomForm(IDataType.MasterDetailDt, 10002, "Chọn chính sách giá bán theo khách hàng", "Select policies by customer price", "MT32"); _lstInfo.Add(info); }