Class FinancialStmt

  • Direct Known Subclasses:
    AccountStmt, LedgerStmt

    @MappedSuperclass
    public abstract class FinancialStmt
    extends Object
    A financial statement will help draw time lines on ledgers and accounts.

    A trial balance is also a financial statement on the balance sheet that is not closed.

    You can continuously modify trial balances by adding posting and recomputing some balances.

    No changes are allowed in a ledger when the ledger has closed with a financial statement.

    Author:
    fpo
    • Constructor Detail

      • FinancialStmt

        public FinancialStmt()