GnuCash  5.6-150-g038405b370+
Modules | Files

This module implements a number of basic small-business accounting functions. More...

Modules

 Address
 An address is a helper object used by the GncOwner object (and its actual implementations GncCustomer, ::GncVendor and ::GncEmployee).
 
 Billing Terms
 Describes billing terms, that is when a bill is due, and what sort of discount is applied (if any).
 
 Customer
 
 Employee
 
 Entry
 
 Invoice
 An invoice holds a list of entries, a pointer to the customer, and the job, the dates entered and posted, as well as the account, transaction and lot for the posted invoice.
 
 Job
 
 Owner
 
 TaxTable
 Define an object to track tax properties for invoices.
 
 Vendor
 

Files

file  gncBusiness.h
 – Business Helper Functions
 

Detailed Description

This module implements a number of basic small-business accounting functions.

Some notes on tracking fields in gncBillTerm and gncTaxTable objects

The gncTaxTable and gncBillTerm business objects have parent, child, refcount, invisible field in their structures that deserve some explanation: