Exemplo n.º 1
0
        void btChon_HD_Click(object sender, EventArgs e)
        {
            frmChonHD_Filter frm = new frmChonHD_Filter();

            frm.Load(this);

            Voucher.Calc_So_Luong_All(this);
            Voucher.Update_TTien(this);
        }
Exemplo n.º 2
0
        private void InheritVoucher() //Kế thừa chứng từ từ phiếu khác
        {
            Voucher.Update_Header(this);
            Voucher.Update_Detail(this);

            frmInheritVoucher_Filter frm = new frmInheritVoucher_Filter();

            frm.Load(this);

            Voucher.Update_Detail(this);
            Voucher.Calc_So_Luong_All(this);
            Voucher.Update_TTien(this);
        }