Major new release of NeuClear Ledger 0.4

[Panama City, Panama, 29th of April, 2004] New milestone release available. With support for multiple database types:

New Features

  • [ GL-4] - High speed prevalent ledger implementation.
  • [ GL-16] - Create LedgerBrowserServlet
  • [ GL-17] - Create LedgerStatementServlet
  • [ GL-19] - Hibernate Ledger Implementation
  • [ GL-20] - Add VerifiedTransfer
  • [ GL-22] - Create SimpleLedger for testing purposes
  • [ GL-23] - Create Hibernate Book Browser
  • [ GL-24] - Add LedgerController
  • [ GL-25] - Move implementation code LedgerController
  • [ GL-28] - Add getAmount() to Transaction
  • [ GL-29] - add setHeldReceiptId() to Ledger and implementations
  • [ GL-39] - add Account feature to ledger

New Busy Developer Guide to the NeuClear API

[January 26th, 2003] New improved documentation includes a Busy Developer Guide to get developers started quickly.

Introduction

Many applications in business need access to a double entry ledger. This could be a General Ledger for a company or an account system in a bank. NeuClear as a framework for creating financial clearing system needed a standardized api for integrating with existing ledgers or creating new ledgers.

The API is very simple and it should be very easy to implement it. Everything has been written with security in mind. This is not to say that it is secure, as it hasn't been properly reviewed. Reviews should also take the underlying implementations into account.

Features

The following is what the main feature list is:

  • Backend plugins to support legacy and new Ledgers
  • Account Scheme plugins to support different account naming schemes, such as bank accounts, neuclear, charts of accounts etc.
  • Small and secure