GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
GncInvoice Struct Reference

Data Fields

QofInstance inst
 
const char * id
 
const char * notes
 
gboolean active
 
const char * billing_id
 
char * printname
 
GncBillTerm * terms
 
GList * entries
 
GList * prices
 
GncOwner owner
 
GncOwner billto
 
GncJob * job
 
time64 date_opened
 
time64 date_posted
 
gnc_numeric to_charge_amount
 
gnc_commodity * currency
 
Accountposted_acc
 
Transaction * posted_txn
 
GNCLot * posted_lot
 

Detailed Description

Definition at line 49 of file gncInvoice.c.

Field Documentation

◆ active

gboolean GncInvoice::active

Definition at line 55 of file gncInvoice.c.

◆ billing_id

const char* GncInvoice::billing_id

Definition at line 57 of file gncInvoice.c.

◆ billto

GncOwner GncInvoice::billto

Definition at line 63 of file gncInvoice.c.

◆ currency

gnc_commodity* GncInvoice::currency

Definition at line 70 of file gncInvoice.c.

◆ date_opened

time64 GncInvoice::date_opened

Definition at line 65 of file gncInvoice.c.

◆ date_posted

time64 GncInvoice::date_posted

Definition at line 66 of file gncInvoice.c.

◆ entries

GList* GncInvoice::entries

Definition at line 60 of file gncInvoice.c.

◆ id

const char* GncInvoice::id

Definition at line 53 of file gncInvoice.c.

◆ inst

QofInstance GncInvoice::inst

Definition at line 51 of file gncInvoice.c.

◆ job

GncJob* GncInvoice::job

Definition at line 64 of file gncInvoice.c.

◆ notes

const char* GncInvoice::notes

Definition at line 54 of file gncInvoice.c.

◆ owner

GncOwner GncInvoice::owner

Definition at line 62 of file gncInvoice.c.

◆ posted_acc

Account* GncInvoice::posted_acc

Definition at line 72 of file gncInvoice.c.

◆ posted_lot

GNCLot* GncInvoice::posted_lot

Definition at line 74 of file gncInvoice.c.

◆ posted_txn

Transaction* GncInvoice::posted_txn

Definition at line 73 of file gncInvoice.c.

◆ prices

GList* GncInvoice::prices

Definition at line 61 of file gncInvoice.c.

◆ printname

char* GncInvoice::printname

Definition at line 58 of file gncInvoice.c.

◆ terms

GncBillTerm* GncInvoice::terms

Definition at line 59 of file gncInvoice.c.

◆ to_charge_amount

gnc_numeric GncInvoice::to_charge_amount

Definition at line 68 of file gncInvoice.c.


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