GnuCash c935c2f+
Loading...
Searching...
No Matches
Public Member Functions
python.gnucash_core.GncLot Class Reference
Inheritance diagram for python.gnucash_core.GncLot:
python.gnucash_core.GnuCashCoreClass

Public Member Functions

 GetInvoiceFromLot (self)
 
- Public Member Functions inherited from python.gnucash_core.GnuCashCoreClass
 do_lookup_create_oo_instance (self, lookup_function, cls, *args)
 

Additional Inherited Members

- Static Protected Attributes inherited from python.gnucash_core.GnuCashCoreClass
 _module = gnucash_core_c
 

Detailed Description

Definition at line 811 of file gnucash_core.py.

Member Function Documentation

◆ GetInvoiceFromLot()

python.gnucash_core.GncLot.GetInvoiceFromLot (   self)

Definition at line 812 of file gnucash_core.py.

812 def GetInvoiceFromLot(self):
813 from gnucash.gnucash_business import Invoice
814 return self.do_lookup_create_oo_instance(
815 gncInvoiceGetInvoiceFromLot, Invoice )
816

The documentation for this class was generated from the following file: