[Gnucash-changes] Get business reports placed correctly in the UI.

Joshua Sled jsled at cvs.gnucash.org
Tue Dec 14 22:19:13 EST 2004


Log Message:
-----------
Get business reports placed correctly in the UI.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        GNOME2_STATUS
        ChangeLog
    gnucash/src/business/business-gnome:
        business-gnome.scm

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.144
retrieving revision 1.1487.2.145
diff -LChangeLog -LChangeLog -u -r1.1487.2.144 -r1.1487.2.145
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,9 @@
+2004-12-14  Joshua Sled  <jsled at asynchronous.org>
+
+	* src/business/business-gnome/business-gnome.scm
+	(business-report-function): Change business-report menu path for
+	reporting ui updates.
+
 2004-12-05  Derek Atkins  <derek at ihtfp.com>
 
 	New Account Dialog bug fix from Stephen Evanchik:
Index: GNOME2_STATUS
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/Attic/GNOME2_STATUS,v
retrieving revision 1.1.2.27
retrieving revision 1.1.2.28
diff -LGNOME2_STATUS -LGNOME2_STATUS -u -r1.1.2.27 -r1.1.2.28
--- GNOME2_STATUS
+++ GNOME2_STATUS
@@ -46,9 +46,7 @@
 
 Main Window
   File
-    Print <- remove ?
-  Reports
-    Business reports
+    Print
 
 Register Window
   Edit
@@ -61,9 +59,6 @@
     Reverse Transaction
   Actions
     Check and Repair (all)
-  Reports
-    Business [see below]
-  Business <- remove ?
 
 Register Toolbar
   Find
@@ -109,12 +104,6 @@
           Goldberg of Gnumeric regarding Gnome Office Graphing [GOG] to be
           factored out of gnumeric into libgoffice.
 
-        - Business reports menu
-          a/ one-level deeper than it should be
-          b/ empty
-          - Probably both are simply changing the paths in
-            src/business/.../bus-reports.scm [whatever].
-
         - Save/restore in unknown state; believed to crash on re-start.
 
 IMPORTING
Index: business-gnome.scm
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/business/business-gnome/business-gnome.scm,v
retrieving revision 1.47.4.3
retrieving revision 1.47.4.4
diff -Lsrc/business/business-gnome/business-gnome.scm -Lsrc/business/business-gnome/business-gnome.scm -u -r1.47.4.3 -r1.47.4.4
--- src/business/business-gnome/business-gnome.scm
+++ src/business/business-gnome/business-gnome.scm
@@ -34,7 +34,7 @@
 (define (business-report-function)
   (gnc:add-extension
    (gnc:make-menu gnc:menuname-business-reports
-		  (list "Main" gnc:menuname-reports gnc:menuname-income-expense))))
+		  (list "Main" gnc:menuname-reports))))
 
 
 


More information about the gnucash-changes mailing list