|
GnuCash c935c2f+
|
Public Member Functions | |
| test_equal (self) | |
| test_employee_name (self) | |
| test_post (self) | |
| test_owner (self) | |
| test_commodities (self) | |
| test_invoice_transaction (self) | |
| test_invoice_payment (self) | |
Public Member Functions inherited from test_business.BusinessSession | |
| setUp (self) | |
Data Fields | |
| receivable | |
| bank | |
Data Fields inherited from test_business.BusinessSession | |
| today | |
| bank | |
| currency | |
| income | |
| receivable | |
| customer | |
| vendor | |
| employee | |
| job | |
| invoice | |
Data Fields inherited from test_book.BookSession | |
| ses | |
| book | |
| table | |
| currency | |
Definition at line 46 of file test_business.py.
| test_business.TestBusiness.test_commodities | ( | self | ) |
Definition at line 74 of file test_business.py.
| test_business.TestBusiness.test_employee_name | ( | self | ) |
Definition at line 52 of file test_business.py.
| test_business.TestBusiness.test_equal | ( | self | ) |
Definition at line 47 of file test_business.py.
| test_business.TestBusiness.test_invoice_payment | ( | self | ) |
Test that you can pay an invoice into a transfer account (this also tests conversion of Python lists to GList).
Definition at line 86 of file test_business.py.
| test_business.TestBusiness.test_invoice_transaction | ( | self | ) |
Test that you can get the posted transaction from a posted invoice and that you can get the invoice back from the transaction.
Definition at line 77 of file test_business.py.
| test_business.TestBusiness.test_owner | ( | self | ) |
Definition at line 70 of file test_business.py.
| test_business.TestBusiness.test_post | ( | self | ) |
Definition at line 58 of file test_business.py.
| test_business.TestBusiness.bank |
Definition at line 93 of file test_business.py.
| test_business.TestBusiness.receivable |
Definition at line 93 of file test_business.py.