Difference between revisions of "Custom Reports Using Eguile"
From GnuCash
ChrisDennis (talk | contribs) m (Created page with '== What is eguile? == eguile is a way of processing a template file to create a [http://www.gnu.org/software/guile/guile.html guile] script. More specifically, within GnuCash, ...') |
ChrisDennis (talk | contribs) m (→What is eguile?) |
||
Line 6: | Line 6: | ||
The GnuCash version of eguile is eguile-gnc.scm, written in early 2009 by Chris Dennis, and based on Neale Pickett's [http://woozle.org/~neale/src/eguile/ eguile.scm]. | The GnuCash version of eguile is eguile-gnc.scm, written in early 2009 by Chris Dennis, and based on Neale Pickett's [http://woozle.org/~neale/src/eguile/ eguile.scm]. | ||
+ | |||
+ | == ...the rest of this page will be here very soon == |
Revision as of 20:52, 21 June 2009
What is eguile?
eguile is a way of processing a template file to create a guile script.
More specifically, within GnuCash, guile is used to combine HTML and guile code to create a report, such as an invoice or balance sheet.
The GnuCash version of eguile is eguile-gnc.scm, written in early 2009 by Chris Dennis, and based on Neale Pickett's eguile.scm.