GnuCash
5.6-150-g038405b370+
|
Public Member Functions | |
def | __init__ (self, book=None, invoice=None, date=None, instance=None) |
def | test_type (self, invoice) |
Definition at line 191 of file gnucash_business.py.
def python.gnucash_business.Entry.__init__ | ( | self, | |
book = None , |
|||
invoice = None , |
|||
date = None , |
|||
instance = None |
|||
) |
Invoice Entry constructor You must provide a book or be initizing this with an existing swig proxy object via the instance keyword argument. The optional invoice argument can be set to a Bill or Invoice that you would like to associate the entry with. You might as well assign one now, as an Entry can't exist without one, but you can always use Invoice.AddEntry or Bill.AddEntry later on. By default, the entry will be set to today's date unless you override with the date argument.
Definition at line 192 of file gnucash_business.py.