reports, template/library proposal -- LAML
Laimonas Vėbra
laimonas.vebra at gmail.com
Fri Apr 16 15:40:54 EDT 2010
Derek Atkins wrote:
> Umm, have you even LOOKED at eguile?? If so, which reports have you
Sure i "didn't"...
Or maybe there is another eguile, not this one:
http://woozle.org/~neale/src/eguile/
> looked at, and which version(s) of GnuCash? What kind of "hard coded
> messy stuff" have you found in the e-guile reports?
What's this:
<tr valign="top">
<td align="left">
<?scm (if coycontact (begin ?>
<strong><?scm:d coycontact ?></strong><br>
<?scm )) ?>
<?scm (if coyaddr (begin ?>
<?scm:d (nl->br coyaddr) ?><br>
<?scm )) ?>
<?scm (if coyid (begin ?>
<strong><?scm:d coyid ?></strong><br>
<?scm )) ?>
</td>
<td align="right">
<table border="0">
<?scm (if coyphone (begin ?>
<tr>
<td align="right"><?scm:d (_ "Phone:") ?> </td>
<td align="right"><?scm:d coyphone ?></td>
</tr>
<?scm )) ?>
<?scm (if coyfax (begin ?>
<tr>
<td align="right"><?scm:d (_ "Fax:") ?> </td>
<td align="right"><?scm:d coyfax ?></td>
</tr>
<?scm )) ?>
<?scm (if coyemail (begin ?>
HTML? -- NO, scheme? -- NO, template language -- i'm not sure...
How messy is to write/programm it, *read* it, validate it (is it
possible in the editor?)
More information about the gnucash-devel
mailing list