r20294 - gnucash/trunk/src/business - Implement command for changing the ordering of invoice entries by moving them up or down one row.
Christian Stimming
cstim at code.gnucash.org
Sat Feb 12 16:55:57 EST 2011
Author: cstim
Date: 2011-02-12 16:55:57 -0500 (Sat, 12 Feb 2011)
New Revision: 20294
Trac: http://svn.gnucash.org/trac/changeset/20294
Modified:
gnucash/trunk/src/business/business-gnome/dialog-invoice.c
gnucash/trunk/src/business/business-gnome/dialog-invoice.h
gnucash/trunk/src/business/business-gnome/gnc-plugin-page-invoice.c
gnucash/trunk/src/business/business-gnome/ui/gnc-plugin-page-invoice-ui.xml
gnucash/trunk/src/business/business-ledger/gncEntryLedger.c
gnucash/trunk/src/business/business-ledger/gncEntryLedger.h
Log:
Implement command for changing the ordering of invoice entries by moving them up or down one row.
Turned out this is rather easy: Just swap the "date-entered" of both items.
More information about the gnucash-patches
mailing list