OpenPetra
Free Administration Software for Non-Profits
|
Charges to collect from other ledgers. (e.g. office admin fee) More...
Public Member Functions | |
AFeesReceivableRow (System.Data.DataRowBuilder rb) | |
Constructor. More... | |
virtual void | InitValues () |
set default values More... | |
bool | IsLedgerNumberNull () |
test for NULL value More... | |
void | SetLedgerNumberNull () |
assign NULL value More... | |
bool | IsFeeCodeNull () |
test for NULL value More... | |
void | SetFeeCodeNull () |
assign NULL value More... | |
bool | IsChargeOptionNull () |
test for NULL value More... | |
void | SetChargeOptionNull () |
assign NULL value More... | |
bool | IsChargePercentageNull () |
test for NULL value More... | |
void | SetChargePercentageNull () |
assign NULL value More... | |
bool | IsChargeAmountNull () |
test for NULL value More... | |
void | SetChargeAmountNull () |
assign NULL value More... | |
bool | IsCostCentreCodeNull () |
test for NULL value More... | |
void | SetCostCentreCodeNull () |
assign NULL value More... | |
bool | IsAccountCodeNull () |
test for NULL value More... | |
void | SetAccountCodeNull () |
assign NULL value More... | |
bool | IsFeeDescriptionNull () |
test for NULL value More... | |
void | SetFeeDescriptionNull () |
assign NULL value More... | |
bool | IsDrAccountCodeNull () |
test for NULL value More... | |
void | SetDrAccountCodeNull () |
assign NULL value More... | |
bool | IsDateCreatedNull () |
test for NULL value More... | |
void | SetDateCreatedNull () |
assign NULL value More... | |
bool | IsCreatedByNull () |
test for NULL value More... | |
void | SetCreatedByNull () |
assign NULL value More... | |
bool | IsDateModifiedNull () |
test for NULL value More... | |
void | SetDateModifiedNull () |
assign NULL value More... | |
bool | IsModifiedByNull () |
test for NULL value More... | |
void | SetModifiedByNull () |
assign NULL value More... | |
bool | IsModificationIdNull () |
test for NULL value More... | |
void | SetModificationIdNull () |
assign NULL value More... | |
Properties | |
Int32 | LedgerNumber [get, set] |
This is used as a key field in most of the accounting system files. More... | |
String | FeeCode [get, set] |
Identifies a specific fee. More... | |
String | ChargeOption [get, set] |
Decimal | ChargePercentage [get, set] |
Decimal | ChargeAmount [get, set] |
This is a the max or min amount charged dependent on the charge option in number of currency units. More... | |
String | CostCentreCode [get, set] |
This identifies which cost centre an account is applied to. A cost centre can be a partner but reflected as a character rather than a numeric. More... | |
String | AccountCode [get, set] |
This identifies the account the financial transaction must be stored against. More... | |
String | FeeDescription [get, set] |
Description of what this admin charge is for. More... | |
String | DrAccountCode [get, set] |
This identifies the account for the DR side of the financial transaction. More... | |
System.? DateTime | DateCreated [get, set] |
The date the record was created. More... | |
String | CreatedBy [get, set] |
User ID of who created this record. More... | |
System.? DateTime | DateModified [get, set] |
The date the record was modified. More... | |
String | ModifiedBy [get, set] |
User ID of who last modified this record. More... | |
DateTime | ModificationId [get, set] |
This identifies the current version of the record. More... | |
Charges to collect from other ledgers. (e.g. office admin fee)
|
inline |
Constructor.
|
inlinevirtual |
set default values
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getset |
This identifies the account the financial transaction must be stored against.
|
getset |
This is a the max or min amount charged dependent on the charge option in number of currency units.
|
getset |
|
getset |
|
getset |
This identifies which cost centre an account is applied to. A cost centre can be a partner but reflected as a character rather than a numeric.
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
This identifies the account for the DR side of the financial transaction.
|
getset |
Identifies a specific fee.
|
getset |
Description of what this admin charge is for.
|
getset |
This is used as a key field in most of the accounting system files.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.