commit-gnue
[Top][All Lists]
Advanced

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

gnue geas/src/mac/geas-mac.pbproj/ntiffin.pbxus...


From: Neil Tiffin
Subject: gnue geas/src/mac/geas-mac.pbproj/ntiffin.pbxus...
Date: Fri, 24 Aug 2001 15:43:54 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/08/24 15:43:54

Modified files:
        geas/src/mac/geas-mac.pbproj: ntiffin.pbxuser 
        geas/tools/mac/gcdVerifier.pbproj: ntiffin.pbxuser 
        gnue-config/accounting/ar/classes: invoice.gcd 
        gnue-config/base/item/classes: base_item.gcd 

Log message:
        Fix bugs related to separating dependencies between slaes and 
accounting packages.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/mac/geas-mac.pbproj/ntiffin.pbxuser.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/accounting/ar/classes/invoice.gcd.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/item/classes/base_item.gcd.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnue/geas/src/mac/geas-mac.pbproj/ntiffin.pbxuser
diff -u gnue/geas/src/mac/geas-mac.pbproj/ntiffin.pbxuser:1.3 
gnue/geas/src/mac/geas-mac.pbproj/ntiffin.pbxuser:1.4
--- gnue/geas/src/mac/geas-mac.pbproj/ntiffin.pbxuser:1.3       Fri Aug 24 
12:36:50 2001
+++ gnue/geas/src/mac/geas-mac.pbproj/ntiffin.pbxuser   Fri Aug 24 15:43:54 2001
@@ -74,14 +74,14 @@
                                                Tab0 = {
                                                        Debugger = {
                                                                ActiveTab = 1;
-                                                               Frame = "{{0, 
0}, {684, 301}}";
+                                                               Frame = "{{0, 
0}, {608, 301}}";
                                                                Split0 = {
-                                                                       Frame = 
"{{0, 220}, {684, 81}}";
+                                                                       Frame = 
"{{0, 220}, {608, 81}}";
                                                                        Split0 
= {
-                                                                               
Frame = "{{0, 0}, {318, 81}}";
+                                                                               
Frame = "{{0, 0}, {282, 81}}";
                                                                        };
                                                                        Split1 
= {
-                                                                               
Frame = "{{327, 0}, {357, 81}}";
+                                                                               
Frame = "{{291, 0}, {317, 81}}";
                                                                        };
                                                                        
SplitCount = 2;
                                                                };
@@ -90,11 +90,11 @@
                                                                        Frame = 
"{{0, 0}, {100, 50}}";
                                                                };
                                                                Tab1 = {
-                                                                       Frame = 
"{{0, 0}, {684, 195}}";
+                                                                       Frame = 
"{{0, 0}, {608, 195}}";
                                                                };
                                                                TabCount = 2;
                                                        };
-                                                       Frame = "{{0, 0}, {684, 
301}}";
+                                                       Frame = "{{0, 0}, {608, 
301}}";
                                                        LauncherConfigVersion = 
4;
                                                };
                                                Tab1 = {
Index: gnue/geas/tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser
diff -u gnue/geas/tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser:1.11 
gnue/geas/tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser:1.12
--- gnue/geas/tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser:1.11 Fri Aug 24 
14:30:58 2001
+++ gnue/geas/tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser      Fri Aug 24 
15:43:54 2001
@@ -83,10 +83,10 @@
                                        ActiveTab = 0;
                                        Frame = "{{0, 23}, {949, 636}}";
                                        Split0 = {
-                                               ActiveTab = 3;
+                                               ActiveTab = 2;
                                                Frame = "{{262, 0}, {687, 
636}}";
                                                Split0 = {
-                                                       Frame = "{{0, 532}, 
{687, 104}}";
+                                                       Frame = "{{0, 497}, 
{687, 139}}";
                                                };
                                                SplitCount = 1;
                                                Tab0 = {
Index: gnue/gnue-config/accounting/ar/classes/invoice.gcd
diff -u gnue/gnue-config/accounting/ar/classes/invoice.gcd:1.11 
gnue/gnue-config/accounting/ar/classes/invoice.gcd:1.12
--- gnue/gnue-config/accounting/ar/classes/invoice.gcd:1.11     Fri Aug 24 
12:36:50 2001
+++ gnue/gnue-config/accounting/ar/classes/invoice.gcd  Fri Aug 24 15:43:54 2001
@@ -22,7 +22,7 @@
 #
 # This file originally written by Neil Tiffin (address@hidden).
 #
-# $Id: invoice.gcd,v 1.11 2001/08/24 19:36:50 ntiffin Exp $
+# $Id: invoice.gcd,v 1.12 2001/08/24 22:43:54 ntiffin Exp $
 #
 
 include "../../../base/person/classes/person.gcd"
@@ -40,7 +40,7 @@
     date            date    not null;
     currency::money amount;
     char            note<250>;
-    ar::invoice    *invoice;
+    ar::header     *invoice;
     char            check_number<15>;
   };
 
@@ -52,7 +52,7 @@
     date            date      not null;
     currency::money amount    not null;
     char            note<250> not null;  # reason for adjustment
-    ar::invoice    *invoice;
+    ar::header     *invoice;
   };
 
   # -------------------------------------------------------------------------
@@ -91,7 +91,7 @@
   {
     date            date   not null;   # date of transaction
     currency::money amount not null;   # amount of transaction
-    ar::invoice    *invoice;             # source of transaction
+    ar::header     *invoice;             # source of transaction
     ar::adjustment *adj;                 # source of transaction
     char            user<25> not null; # user creating transaction
     
Index: gnue/gnue-config/base/item/classes/base_item.gcd
diff -u gnue/gnue-config/base/item/classes/base_item.gcd:1.4 
gnue/gnue-config/base/item/classes/base_item.gcd:1.5
--- gnue/gnue-config/base/item/classes/base_item.gcd:1.4        Wed Jul  4 
12:08:59 2001
+++ gnue/gnue-config/base/item/classes/base_item.gcd    Fri Aug 24 15:43:54 2001
@@ -22,7 +22,7 @@
 #
 # This file originally written by Neil Tiffin (address@hidden).
 #
-# $Revision: 1.4 $ $Date: 2001/07/04 19:08:59 $ $Author: ntiffin $
+# $Revision: 1.5 $ $Date: 2001/08/24 22:43:54 $ $Author: ntiffin $
 #
 
 module base_item
@@ -50,11 +50,11 @@
                                # defined in other classes.
     base_item::type *type;
     
-    help  en  item_code       "Internal part code for this item.";
-    help  en  short_desc      "For use on screens and other limited spaces.";
-    help  en  long_desc       "For mostly external use on reports, purchase"
-                              "orders and other places where clarity is"
-                              "required.";
+    # help  en  item_code       "Internal part code for this item.";
+    # help  en  short_desc      "For use on screens and other limited spaces.";
+    # help  en  long_desc       "For mostly external use on reports, purchase"
+    #                           "orders and other places where clarity is"
+    #                           "required.";
          
     UNIQUE INDEX ( item_code );
   };



reply via email to

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