mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
errors. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@9586 57a11ea4-9604-0410-9ed3-97b8803252fd
102 lines
2.8 KiB
Plaintext
102 lines
2.8 KiB
Plaintext
This is a ad-hoc list of list of what works and doesn't work in the g2
|
|
port of gnucash. The plan is to finish porting those parts of gnucash
|
|
that have already been started (i.e. new windowing system, account
|
|
tree, commodities tree, etc.), but not to port any additional features
|
|
unless absolutely required. The clist/ctree widgets *do* still exist
|
|
in gtk2 and can be used, even though they've been marked as deprecated
|
|
and will disappear in a future release. Its important to get this
|
|
release out the door and not stall it until all the deprecated
|
|
functionality has been removed.
|
|
|
|
Feel free to add to, delete from, or modify anything in this list. If
|
|
someone wants to turn this into a columnar table with a field for
|
|
names of active developers, that'd be great.
|
|
|
|
========================================
|
|
STATUS / TO DO
|
|
Last sync with HEAD on 2003-09-18
|
|
========================================
|
|
|
|
Main Window
|
|
|
|
- report functions missing from menus
|
|
|
|
Account Tree: - FUNCTIONAL
|
|
|
|
- can open/close multiple account tree windows
|
|
- can navigate account tree
|
|
- select an account and run a command
|
|
- Some menu/toolbar items functional
|
|
|
|
- importing qif produces errors
|
|
|
|
|
|
Register Core - MINIMALLY FUNCTIONAL
|
|
|
|
- All widgets visible
|
|
|
|
- Popup buttons fon't appear.
|
|
- Insertion point not shown. (fix gnucash-item-edit.c)
|
|
- Cannot hilight text with mouse (fix gnucash-item-edit.c)
|
|
|
|
- The first time it is used, the account popup immediately
|
|
selects the first account. After that it functions normally.
|
|
|
|
Help - WORKING
|
|
|
|
Financial Calculator - WORKING
|
|
|
|
Price Editor - MINIMALLY FUNCTIONAL
|
|
|
|
- Only loads one commodity
|
|
- Doesn't notice a new commodity, but adds another line from
|
|
existing commodities.
|
|
- Remove/Edit doesn't work
|
|
- Get Quotes works.
|
|
- Close doesn't work.
|
|
|
|
Commodity Editor - WORKING
|
|
|
|
- Enhance by converting to a tree so types can be
|
|
expanded/collapsed to find data easier
|
|
|
|
Reconcile - APPEARS TO WORK
|
|
|
|
Transfer - APPEARS TO WORK
|
|
|
|
Stock Split Dialog - Mostly done
|
|
-Fix up accounts presented on "Cash In Lieu" page. Always
|
|
shows top two levels.
|
|
|
|
Find - MINIMALLY FUNCTIONAL
|
|
- Can generate a query in the dialog.
|
|
- Use of the "Date" selection sometimes crashes gnucash (not
|
|
when you select it, but then you change from "Date" to
|
|
something else.
|
|
|
|
|
|
View Toolbar/Summarybar/Statusbar - NEEDS WORK
|
|
|
|
Business functions - Somewhat Functional
|
|
- Everything works but the New Invoice/Bill code. The dialog
|
|
seems to function properly but then gnucash crashes when the
|
|
dialog is closed.
|
|
|
|
HBCI - Needs new http support.
|
|
|
|
|
|
|
|
========================================
|
|
ENHANCEMENTS
|
|
========================================
|
|
|
|
1) New icons desired:
|
|
|
|
a) Add account
|
|
b) Register
|
|
c) Report
|
|
|
|
2) Support multiple windows and moving plugin pages between windows.
|
|
Support a preference on whether new plugin pages appear in the same or
|
|
a new window.
|