예제 #1
0
        private void lbl_Tax_Cancelled_count_Click(object sender, EventArgs e)
        {
            Tax_Order_Allocation tx = new Tax_Order_Allocation(user_id, user_role, "Cancelled", "");

            tx.Show();
        }
예제 #2
0
        private void lbl_Tax_Search_Tax_Request_Order_Allocation_Count_Click(object sender, EventArgs e)
        {
            Tax_Order_Allocation tx = new Tax_Order_Allocation(user_id, user_role, "Search_Tax_Request_Orders_For_Allocate", "");

            tx.Show();
        }
예제 #3
0
        private void lbl_Tax_Exception_Count_Click(object sender, EventArgs e)
        {
            Tax_Order_Allocation tx = new Tax_Order_Allocation(user_id, user_role, "Exception", "");

            tx.Show();
        }