> I'm having a look at writing some transactions reports.  If I can 
> produce printed transaction reports I'll be able to convert my father
> from Quicken to Gnucash!

good luck!

 
> I've looked at the new Scheme reporting code, and am trying to figure out
> how it works.  It appears to be calling some scheme functions such
> as gnc:account-get-name to get information about these accounts.

These are scheme-wrapped C functions. The wrapping is defined
in src/g-wrap/gnc.gwp and the functions themselves are in
src/engine/*.c It would be a good idea to look at the header
files in the engine directory to get an idea about how things
are organized.
 
> Where are these functions defined, and are there corresponding
> functions to get information about individual transactions?

Yes, the C functions are in src/engine/Transaction.?
However, getting at Transactions is not as easy, since
there is not a global list. We may need to think about
maintaining one.

dave

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to