mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add transaction summary method
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/dogtail@16463 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -197,6 +197,9 @@ class GnuCashApp (Application):
|
||||
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 """
|
||||
|
||||
|
||||
Reference in New Issue
Block a user