GnuCash
5.6-150-g038405b370+
|
Public Member Functions | |
def | __init__ (self, book=None, id=None, currency=None, owner=None, date_opened=None, instance=None) |
Definition at line 143 of file gnucash_business.py.
def python.gnucash_business.Invoice.__init__ | ( | self, | |
book = None , |
|||
id = None , |
|||
currency = None , |
|||
owner = None , |
|||
date_opened = None , |
|||
instance = None |
|||
) |
Invoice Constructor You must provide a book, id, currency and owner (Customer, Job, Employee, Vendor) or an existing swig proxy object in the keyword argument instance. Optionally, you may provide a date the invoice is opened on (datetime.date or datetime.datetime), otherwise today's date is used.
Definition at line 145 of file gnucash_business.py.