コード例 #1
0
 public static void _Rpt_Financials_AllJournalEntries()
 {
     Click_Rpt_JournalEntries();
     Simply.repo.Rpt_JournalEntries_All.Click();
     ReportOptionsDialog._OpenReport();
     while (!ReportDisplay.repo.SelfInfo.Exists())
     {
         Thread.Sleep(500);
     }
     ReportDisplay._SA_Close();
 }
コード例 #2
0
 public static void _Rpt_Financials_BalanceSheet_Standard()
 {
     Click_Rpt_Financials();
     Simply.repo.Rpt_BalanceSheetStd.Click();
     ReportOptionsDialog._OpenReport();
     while (!ReportDisplay.repo.SelfInfo.Exists())
     {
         Thread.Sleep(500);
     }
     ReportDisplay._SA_Close();
 }
コード例 #3
0
 public static void _Rpt_Receivables_CustomerSalesDetail()
 {
     Click_Rpt_Receivables();
     Simply.repo.Rpt_CustomerSales.Click();
     ReportOptionsDialog.repo.DetailBtn.Click();
     ReportOptionsDialog._OpenReport();
     while (!ReportDisplay.repo.SelfInfo.Exists())
     {
         Thread.Sleep(500);
     }
     ReportDisplay._SA_Close();
 }
コード例 #4
0
 public static void _Rpt_InventoryServices_TransactionDetails()
 {
     Click_Rpt_InventoryServices();
     Simply.repo.Rpt_InventoryTransactions.Click();
     ReportOptionsDialog.repo.DetailBtn.Click();
     ReportOptionsDialog._OpenReport();
     while (!ReportDisplay.repo.SelfInfo.Exists())
     {
         Thread.Sleep(500);
     }
     ReportDisplay._SA_Close();
 }
コード例 #5
0
 public static void _Rpt_Payroll_EmployeeDetail()
 {
     Click_Rpt_Payroll();
     Simply.repo.Rpt_Employee.Click();
     ReportOptionsDialog.repo.EmployeeDetailBtn.Click();
     ReportOptionsDialog._OpenReport();
     while (!ReportDisplay.repo.SelfInfo.Exists())
     {
         Thread.Sleep(500);
     }
     ReportDisplay._SA_Close();
 }
コード例 #6
0
 public static void _Rpt_Payables_VendorAgedDetail()
 {
     Click_Rpt_Payables();
     Simply.repo.Rpt_VendorAged.Click();
     ReportOptionsDialog.repo.DetailBtn.Click();
     ReportOptionsDialog.repo.VendorAgedDetailBtn.Click();
     ReportOptionsDialog._OpenReport();
     while (!ReportDisplay.repo.SelfInfo.Exists())
     {
         Thread.Sleep(500);
     }
     ReportDisplay._SA_Close();
 }