Exemplo n.º 1
0
        private void ComboBoxItem_All()
        {
            //ComboBoxItem_Batchsheets(sender, e);
            //ComboBoxItem_MonthlyReports(sender, e);
            //ComboBoxItem_Statements(sender, e);
            //ComboBoxItem_Statements(sender, e);
            RunBatch script = new RunBatch("All");

            script.ExecuteCommand();
        }
Exemplo n.º 2
0
        private void ComboBoxItem_Statements()
        {
            RunBatch script = new RunBatch("Statements");

            script.ExecuteCommand();
        }
Exemplo n.º 3
0
        private void ComboBoxItem_PerkinsReassignments()
        {
            RunBatch script = new RunBatch("Perkins Reassignments");

            script.ExecuteCommand();
        }
Exemplo n.º 4
0
        private void ComboBoxItem_InterestPaid()
        {
            RunBatch script = new RunBatch("Interest Paid");

            script.ExecuteCommand();
        }
Exemplo n.º 5
0
        private void ComboBoxItem_CollectionAgencyReports()
        {
            RunBatch script = new RunBatch("Collection Agency Reports");

            script.ExecuteCommand();
        }
Exemplo n.º 6
0
        private void ComboBoxItem_Invoices()
        {
            RunBatch script = new RunBatch("Invoices");

            script.ExecuteCommand();
        }
Exemplo n.º 7
0
        private void ComboBoxItem_MonthlyReports()
        {
            RunBatch script = new RunBatch("Monthly Reports");

            script.ExecuteCommand();
        }
Exemplo n.º 8
0
        private void ComboBoxItem_Batchsheets()
        {
            RunBatch script = new RunBatch("Batchsheets");

            script.ExecuteCommand();
        }