commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/reports TODO src/GRLayout.py


From: Jason Cater
Subject: gnue/reports TODO src/GRLayout.py
Date: Fri, 01 Nov 2002 00:05:04 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/11/01 00:05:03

Modified files:
        reports        : TODO 
        reports/src    : GRLayout.py 

Log message:
        minor doc updates

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/TODO.diff?cvsroot=OldCVS&tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/src/GRLayout.py.diff?cvsroot=OldCVS&tr1=1.42&tr2=1.43&r1=text&r2=text

Patches:
Index: gnue/reports/TODO
diff -c gnue/reports/TODO:1.8 gnue/reports/TODO:1.9
*** gnue/reports/TODO:1.8       Mon Oct 21 00:49:07 2002
--- gnue/reports/TODO   Fri Nov  1 00:05:03 2002
***************
*** 31,39 ****
  
  ROADMAP
  
  ?.?.?
    GComm (i.e. make server)
-   Create standard for output
    Start transformation sheets
!   Add support for trigger system (common)
!   setup.exe install on windows
--- 31,50 ----
  
  ROADMAP
  
+ 
+ 
+ 0.1.0
+   Trigger Support
+ 
+ 0.2.0 
+   Standard Report Markup
+   Format Mask Support
+ 
+ 0.3.0
+   SortOptions ?? 
+   Formula Support 
+ 
  ?.?.?
    GComm (i.e. make server)
    Start transformation sheets
!   Formula Support
Index: gnue/reports/src/GRLayout.py
diff -c gnue/reports/src/GRLayout.py:1.42 gnue/reports/src/GRLayout.py:1.43
*** gnue/reports/src/GRLayout.py:1.42   Fri Nov  1 00:02:49 2002
--- gnue/reports/src/GRLayout.py        Fri Nov  1 00:05:03 2002
***************
*** 251,256 ****
--- 251,258 ----
      first = isfirst or self._type == 'GRSection'
  
      while 1:
+       # TODO: I **think** On-New-Record gets called here
+       # TODO: (iff we are a section.) -- jason
        for child in self._children:
          if child._type == "_content_":
            dest.write(child.getContent())




reply via email to

[Prev in Thread] Current Thread [Next in Thread]