commit-gnue
[Top][All Lists]
Advanced

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

r6222 - trunk/gnue-appserver


From: reinhard
Subject: r6222 - trunk/gnue-appserver
Date: Thu, 26 Aug 2004 12:21:23 -0500 (CDT)

Author: reinhard
Date: 2004-08-26 12:21:22 -0500 (Thu, 26 Aug 2004)
New Revision: 6222

Modified:
   trunk/gnue-appserver/ROADMAP.in
   trunk/gnue-appserver/TODO
Log:
Updated roadmap.


Modified: trunk/gnue-appserver/ROADMAP.in
===================================================================
--- trunk/gnue-appserver/ROADMAP.in     2004-08-26 17:02:35 UTC (rev 6221)
+++ trunk/gnue-appserver/ROADMAP.in     2004-08-26 17:21:22 UTC (rev 6222)
@@ -19,22 +19,29 @@
 
     Write an Application Server Developers Manual.
 
-  [Forms Support]
-
-    Generate dynamic forms (and reports?)
-
   [Object Server]
 
     Make sure that all exceptions are passed to the caller in a meaningful way,
     especially exceptions raised in procedure code and exceptions raised by the
     appserver itself (like key violations and such).
 
+    Allow for translatable message texts for triggers and procedures,
+    especially for exceptions.
+
+    Add support for different companies and different fiscal years.  This adds
+    two system classes, gnue_company and gnue_year.  Classes can be defined as
+    global, as company dependent (meaning the class will get a gnue_company
+    field pointing to a gnue_company instance) or year dependent (same for
+    gnue_year).  The user will be able to set the current company and the
+    current year for a session (although not yet sure how) and AppServer will
+    add an autmoatic filter where appropriate.
+
     Reconsider switching to an object oriented RPC interface with a session
     class and a list class (*)
 
   [Class Repository]
 
-    List fields
+    List fields (?)
 
   [Data Interface]
 
@@ -45,6 +52,11 @@
 IN PROGRESS
 
 
+  [Forms Support]
+
+    Generate dynamic forms
+
+
 FINISHED
 
 

Modified: trunk/gnue-appserver/TODO
===================================================================
--- trunk/gnue-appserver/TODO   2004-08-26 17:02:35 UTC (rev 6221)
+++ trunk/gnue-appserver/TODO   2004-08-26 17:21:22 UTC (rev 6222)
@@ -19,23 +19,36 @@
   * Write an Application Server System Administrators Manual.
   * Write an Application Server Developers Manual.
 
-Forms Support
-  * Generate dynamic forms (and reports?)
-
 Object Server
   * Make sure that all exceptions are passed to the caller in a meaningful way,
     especially exceptions raised in procedure code and exceptions raised by the
     appserver itself (like key violations and such).
+  * Allow for translatable message texts for triggers and procedures,
+    especially for exceptions.
+  * Add support for different companies and different fiscal years.  This adds
+    two system classes, gnue_company and gnue_year.  Classes can be defined as
+    global, as company dependent (meaning the class will get a gnue_company
+    field pointing to a gnue_company instance) or year dependent (same for
+    gnue_year).  The user will be able to set the current company and the
+    current year for a session (although not yet sure how) and AppServer will
+    add an autmoatic filter where appropriate.
   * Reconsider switching to an object oriented RPC interface with a session
     class and a list class (*)
 
 Class Repository
-  * List fields
+  * List fields (?)
 
 Data Interface
   * direct select/update access through new connection object (*)
 
+----------------------------------------------------------------------
+IN PROGRESS
+----------------------------------------------------------------------
 
+Forms Support
+  * Generate dynamic forms
+
+
 ======================================================================
 0.3 Releases
 ======================================================================





reply via email to

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