Méthode | Description | |
---|---|---|
ToString ( ) : string |
Returns a string that represents the current object.
|
Méthode | Description | |
---|---|---|
AddTransaction ( [ newTransaction ) : void |
Used for persistence only. Don't use during Reconciliation.
|
|
LedgerEntry ( ) : System |
Used only by persistence.
|
|
LedgerEntry ( bool isNew ) : System |
Used when adding a new entry for a new reconciliation.
|
|
Lock ( ) : void | ||
RemoveTransaction ( System.Guid transactionId ) : void | ||
SetTransactionsForReconciliation ( List |
Called by LedgerBook.Reconcile. Sets up this new Entry with transactions. AddTransaction must not be called in conjunction with this. This is used for reconciliation only. Also performs some automated actions: + Transfers to Surplus any remaining amount for Spent Monthly Buckets. + Transfers from Surplus any overdrawn amount for Spent Monthly Buckets.
|
|
Unlock ( ) : void | ||
Validate ( System.StringBuilder validationMessages, decimal openingBalance ) : bool |