commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnue-config accounting/acct/classes/acct.g...


From: Neil Tiffin
Subject: gnue/gnue-config accounting/acct/classes/acct.g...
Date: Sun, 02 Sep 2001 15:29:04 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/09/02 15:29:04

Modified files:
        gnue-config/accounting/acct/classes: acct.gcd 
        gnue-config/base/units/defaults: insert-en-help-unit.geas 
Added files:
        gnue-config/base/item/defaults: insert-en-base_item-help.geas 

Log message:
        Add help files and correct help file in the wrong place.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/accounting/acct/classes/acct.gcd.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/item/defaults/insert-en-base_item-help.geas?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/units/defaults/insert-en-help-unit.geas.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gnue/gnue-config/accounting/acct/classes/acct.gcd
diff -u gnue/gnue-config/accounting/acct/classes/acct.gcd:1.2 
gnue/gnue-config/accounting/acct/classes/acct.gcd:1.3
--- gnue/gnue-config/accounting/acct/classes/acct.gcd:1.2       Thu Aug 23 
06:44:07 2001
+++ gnue/gnue-config/accounting/acct/classes/acct.gcd   Sun Sep  2 15:29:04 2001
@@ -22,7 +22,7 @@
 #
 # This file originally written by Neil Tiffin (address@hidden).
 #
-# $Id: acct.gcd,v 1.2 2001/08/23 13:44:07 ntiffin Exp $
+# $Id: acct.gcd,v 1.3 2001/09/02 22:29:04 ntiffin Exp $
 #
 
 module acct
@@ -34,13 +34,9 @@
             #   defining the parameter
     char  mod_name<128> not null; # fully qualified module/class name
     char  clas_name<64> not null; # last class name only
-    char  name<64>      not null;
-
-    char  value<255>    not null;
-    date  created       not null;
-    char  created_by<64> not null;  # user name that created parameter
-    date  modified;
-    char  modified_by<64>; # user name that modified parameter
+    
+    char  name<64>      not null; # name of the parameter
+    char  value<255>    not null; # value of the paramter
     
     unique index (module, class, name);
   };
Index: gnue/gnue-config/base/units/defaults/insert-en-help-unit.geas
diff -u gnue/gnue-config/base/units/defaults/insert-en-help-unit.geas:1.3 
gnue/gnue-config/base/units/defaults/insert-en-help-unit.geas:1.4
--- gnue/gnue-config/base/units/defaults/insert-en-help-unit.geas:1.3   Sun Sep 
 2 09:56:33 2001
+++ gnue/gnue-config/base/units/defaults/insert-en-help-unit.geas       Sun Sep 
 2 15:29:04 2001
@@ -3,11 +3,14 @@
 -- This is a special file format that is converted by the
 -- GEAS sql loader into valid sql
 --
--- $Id: insert-en-help-unit.geas,v 1.3 2001/09/02 16:56:33 ntiffin Exp $
+-- $Id: insert-en-help-unit.geas,v 1.4 2001/09/02 22:29:04 ntiffin Exp $
 --
 
 INSERT INTO "language__help" (GEAS-SYS, code, dialect, name, help_text, 
tool_tip, label) VALUES 
-  (GEAS-SYS, 'en', 'us', 'base_item__item.item_code', 'Internal part code for 
this item.', 'Part Number', ' ');
-  (GEAS-SYS, 'en', 'us', 'base_item__item.short_desc', 'For use on screens and 
other limited spaces.', ' ', ' ');
-  (GEAS-SYS, 'en', 'us', 'base_item__item.long_desc', 'For mostly external use 
on reports, purchase orders and other places where clarity is required.', ' ', 
' ');
+  (GEAS-SYS, 'en', 'us', 'unit__unit.code', 'Code or abbreviaion for this unit 
of measure.', 'Abbreviation', 'Code');
+  (GEAS-SYS, 'en', 'us', 'unit__unit.desc', 'Description of this unit of 
measure.', 'Description', 'Description');
+  (GEAS-SYS, 'en', 'us', 'unit__unit.decimals', 'Number of decimals after the 
decimal point for this unit of measure.', 'Decimals', 'Decimals');
+
+  (GEAS-SYS, 'en', 'us', 'unit__quantity.value', 'The integer amount with 
implied decimal.', 'Value', 'Value');
+  (GEAS-SYS, 'en', 'us', 'unit__quantity.decimals', 'The number of positions 
for the implied decimal.', 'Decimals', 'Decimals');
   



reply via email to

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