Interface Financial

All Known Implementing Classes:
CustomerInvoice, Invoice, SupplierInvoice

public interface Financial
The Financial interface represents a financial entity that can post ledger transactions. It provides methods to check if the ledger is already posted, and to post a ledger transaction. It also provides a default method to post a ledger transaction using a TransactionManager.
Author:
Syam