Small patch: from-date on account summary

Christian Stimming stimming@tuhh.de
Tue, 12 Mar 2002 16:14:06 +0100


Derek Atkins wrote:

> Note that a simple fix to get both sets of functionality would be
> a boolean flag "use-from-date".  If this flag is true, then the
> report will work between the dates.  If the flag is false, it will
> report from "Time 0" to the 'end date'.  This way both types of
> reports are available.
> 
> Comments?


Do you mean to provide a boolean choice box as a user option?

Because on implementation level this kind of flag already exists (and 
has been used by Lars): If from-date != #f, use it, otherwise don't use it.


Christian