Implementation Status - GalapagosAdmin/PlusAlpha GitHub Wiki

Feature Set - Decided some time ago. See the project overview page for more information. Data model and Database Design - Designed some time ago, and mostly implemented. User Interface Design - Not completely thought out yet, using "one window per function" for now. This will be cleaned up after more features are implemented. Library Implementation - Currently In Progress, part time.

What is working:

  • Entry of 2 line transactions (Journal Entries).
  • Display of General Ledger as a flat list, and display of each account's details.

What is not working yet (but will be soon):

  • Creation/Editing/Deletion of Ledger Accounts : This is done on the back-end, but not in the GUI yet.
  • Tree display of ledger accounts : This is implemented in the database only at current.
  • Display/Editing/Delete of Journal Accounts.
  • Split transactions are supported by the data model, and mostly implemented in the back-end, but not the GUI.
  • i18n is supported by the data model, but not implemented in the data model yet.

What may take longer:

  • Multiple currencies in a single account and/or transaction is a planned feature, but not implemented anywhere yet.