r19998 - gnucash/trunk/src/business/business-ledger - Fully implement auto-completion in the invoice entries on the description field, separately for bills or invoices.

Christian Stimming cstim at code.gnucash.org
Thu Dec 30 06:02:13 EST 2010


Author: cstim
Date: 2010-12-30 06:02:13 -0500 (Thu, 30 Dec 2010)
New Revision: 19998
Trac: http://svn.gnucash.org/trac/changeset/19998

Modified:
   gnucash/trunk/src/business/business-ledger/gncEntryLedgerControl.c
   gnucash/trunk/src/business/business-ledger/gncEntryLedgerLoad.c
Log:
Fully implement auto-completion in the invoice entries on the description field, separately for bills or invoices.

The quickfill is obtained from the global cache of the GncEntry's
descriptions, one for invoices, one for the rest.
The auto-completion is a simple query to get the newest entry with the
same description, but limited to invoices or bills, respectively.



More information about the gnucash-patches mailing list