refactor the 'check and save' code in the Entry Ledger, provide an interface
for the invoice window to use
save and reload the current cursor in the Entry Ledger when reloading
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6875 57a11ea4-9604-0410-9ed3-97b8803252fd
returns "Invoice" or "Bill"
add this type to the list of accessible parameters
gncOwner: add GetCommodity() interface
Refactor some common code out of dialog-date-close and dialog-invoice
into business-utils so that the payment dialog can use it too.
Add Payment Dialog, glade file, C and header, and link it into scheme
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6868 57a11ea4-9604-0410-9ed3-97b8803252fd
the user memo in the SplitMemo. Change window-register and aging.scm
to not reverse the meanings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6863 57a11ea4-9604-0410-9ed3-97b8803252fd
provide its own column list for displaying search results. Change
the interface to require the list of columns. Modify all the
business dialogs to use the new search interface.
Add a new interface to the QueryCore to convert any Core object
into a string (or have it return NULL)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6862 57a11ea4-9604-0410-9ed3-97b8803252fd
reverse the sense of Description and Memo for Invoice/Payment transactions
so that check printing will (should) do the right thing.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6850 57a11ea4-9604-0410-9ed3-97b8803252fd
* Change the interface of PostToAccount to take a "memo" which is
placed in the Transaction Description. The Customer name is now
placed in the Split Memo for the Split attached to the A/R account.
.../file/gnc-customer-xml-v2.c
.../file/gnc-employee-xml-v2.c
.../file/gnc-invoice-xml-v2.c
.../file/gnc-vendor-xml-v2.c
* Fix bugs in the parsing code so we get real commodities instead of
"temporary" commodities. This way we don't need to "fix" them
later.
business/business-gnome/dialog-date-close.[c,h]
date-close.glade
* Add a "description" field to the dialog.
business/business-gnome/dialog-invoice.c
* Hook into the new date-close and PostToAccount interfaces to
provide a description for posted invoices.
gnome/window-register.c
register/ledger-core/gnc-ledger-display.[c,h]
register/ledger-core/split-register-layout.c
register/ledger-core/split-register-model.c
* Update the split-register for A/R and A/P. Make it default to
double-lined, basic ledger for A/R and A/P. Fix some of the cell
labels and help text.
report/standard-reports/aging.scm
* Look at Split Memo instead of Transaction Description by default.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6848 57a11ea4-9604-0410-9ed3-97b8803252fd
gnome-date-edit widget set.
removed unused dialogs from job.glade and invoice.glade
returned lost invoice functionality: open the invoice-register
window when you 'ok' a new invoice.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6846 57a11ea4-9604-0410-9ed3-97b8803252fd
dialog and provides callbacks and signals for object selection.
This fixes a lot of the nested-gtk_main() problems in the business
code. Still more separation to do, but MOST of the main modules
are changed to use the new interfaces. This is an interim commit;
another commit will follow shortly. The code works now, but
dialog-order (in particular) will give you compiler warnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6842 57a11ea4-9604-0410-9ed3-97b8803252fd
change it.
Deal with editing Invoices properly, so it actually changes the data.
You can change the owner of an invoice and it will DTRT.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6840 57a11ea4-9604-0410-9ed3-97b8803252fd
In partciular, remove the due-date and paid-date from the invoice
itself (let A/R and A/P handle that with Lots). Change the Invoice
Window from a Dialog to a GnomeApp -- provide a toolbar. Also remove
Orders from the UI.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6839 57a11ea4-9604-0410-9ed3-97b8803252fd
file so you at least have _something_. This is a crock, but it
was easier than making the inclusion of libc-missing.a optional
everywhere.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6837 57a11ea4-9604-0410-9ed3-97b8803252fd
terms:
if $foo = "no"; then
Supply a result message for the SCANF_LLD test
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6836 57a11ea4-9604-0410-9ed3-97b8803252fd