GalapagosAdmin / PlusAlpha

Personal Accounting Software and more.
3 stars 1 forks source link

Display account list as a tree #13

Open GalapagosAdmin opened 11 years ago

GalapagosAdmin commented 11 years ago

Currently, the account list is shown as a flat list even through a tree component is used. The database contains enough information to generate a tree, but that information is not currently parsed or displayed anywhere in the GUI.

GalapagosAdmin commented 11 years ago

Partially solved by using a hard-coded tree of account types for now. We will mark this issue as closed when arbitrary trees can be loaded from the database and displayed in the GUI.