add DEBCRED type to point to the numeric type
QueryObject.c: change SPLIT_VALUE to type DEBCRED
add some test types
gncInvoice.[ch]: add more Invoice parameters
gncOrder.[ch]: add more Order parameters
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6704 57a11ea4-9604-0410-9ed3-97b8803252fd
dialog-order: (re)set the Order's Owner when the UI changes
dialog-invoice: (re)set the Invoice's Owner with the UI changes, and update
the entry-ledger query to pick up the proper entries.. This can cause
problems if the user has already attached any entries to this invoice.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6695 57a11ea4-9604-0410-9ed3-97b8803252fd
into the Predicate Data, which allows the predicate creation functions
to sanity check the validity.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6694 57a11ea4-9604-0410-9ed3-97b8803252fd
add some extra tests for valid "how" values and PWARN for invalid ones.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6693 57a11ea4-9604-0410-9ed3-97b8803252fd
Note that this allows a user to shoot themselves in the foot if
they don't supply a parameter that returns a list. Right now
the only valid use of this option is:
(Trans)->TRANS_SPLITLIST->SPLIT_ACCOUNTGUID
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6690 57a11ea4-9604-0410-9ed3-97b8803252fd
- g-wrap the gncOwner interfaces
- restructure the Extensions menu
- dialog-invoice.c: hide the 'print invoice' button until after the
invoice has been posted
- dialog-order.c: validate the passed-in gncowner to make sure it is a
valid type
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6687 57a11ea4-9604-0410-9ed3-97b8803252fd
Reset Query when changing an invoice from ReadWrite to ReadOnly.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6684 57a11ea4-9604-0410-9ed3-97b8803252fd
- add to EntryLedger query for invoices; moving from an order->invoice
will show the appropriate entries for the customer/vendor.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6682 57a11ea4-9604-0410-9ed3-97b8803252fd
* Update the QueryNew API to take a GList of terms to allow
for any number of iterative lookups (such as
GncEntry->GncInvoice->GncAccount->GNCBook->guid) (not that this
is a useful example ;)
* Update all the business objects to the new API -- don't distinguish
between a parameter that returns a core type and a parameter that
returns another object. Note that this implies that the namespace
is shared between the objects and core types. Also note that this
is not enforced in any way.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6681 57a11ea4-9604-0410-9ed3-97b8803252fd
* QueryNew interface revision-1 check-in
* update all the business objects to register with the new query system
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6680 57a11ea4-9604-0410-9ed3-97b8803252fd
pie chart height
* src/bin/overrides/gnucash-env.in: set LTDL_LIBRARY_PATH, too
* macros/gnome-gdk-pixbuf.m4: fix bug
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6661 57a11ea4-9604-0410-9ed3-97b8803252fd
(so the caller can limit the account type(s) of a newly-created account)
Add new interface to convert from UI-local account-type-string back
to the account type enum.
Use these interfaces in the date-close dialog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6653 57a11ea4-9604-0410-9ed3-97b8803252fd
in that cell, it would save an invalid entry. Now it will run
the 'traverse()' code before it verifies that it can close the cell.
Move the 'verify_close' into Control.c, and remove a few unnecessary
global functions. I.e., dont expose 'save' -- other components
should call verify_close() to perform the save.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6650 57a11ea4-9604-0410-9ed3-97b8803252fd
of the line does the same thing as clicking out of a cursor. This is
especially useful if you are going back to edit an older entry.
Add some more logic to the autocompletion code, not that it actually
autocompletes on anything.
Test for a valid entry before allowing the cursor to move.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6649 57a11ea4-9604-0410-9ed3-97b8803252fd