r16463 - gnucash/branches/dogtail/src/test-dogtail - add transaction summary method

Ahmed Sayed asayed at cvs.gnucash.org
Sun Aug 19 17:57:57 EDT 2007


Author: asayed
Date: 2007-08-19 17:57:56 -0400 (Sun, 19 Aug 2007)
New Revision: 16463
Trac: http://svn.gnucash.org/trac/changeset/16463

Modified:
   gnucash/branches/dogtail/src/test-dogtail/GnuCash.py
Log:
add transaction summary method


Modified: gnucash/branches/dogtail/src/test-dogtail/GnuCash.py
===================================================================
--- gnucash/branches/dogtail/src/test-dogtail/GnuCash.py	2007-08-19 16:47:04 UTC (rev 16462)
+++ gnucash/branches/dogtail/src/test-dogtail/GnuCash.py	2007-08-19 21:57:56 UTC (rev 16463)
@@ -197,6 +197,9 @@
     def create_account_summary(self):
         self.menu('Reports').menuItem('Account Summary').click()
 
+    def create_transaction_report(self):
+        self.menu('Reports').menuItem('Transaction Report').click()
+
 class GnucashWindow(Window):
     """ A base for all Gnucash Dialogs dialogs """
 



More information about the gnucash-changes mailing list