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.
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.
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.