OpenPetra
Free Administration Software for Non-Profits
|
Various ways a transaction may originate, depending on the subsystem. More...
Public Member Functions | |
ATransactionTypeRow (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 | IsSubSystemCodeNull () |
test for NULL value More... | |
void | SetSubSystemCodeNull () |
assign NULL value More... | |
bool | IsTransactionTypeCodeNull () |
test for NULL value More... | |
void | SetTransactionTypeCodeNull () |
assign NULL value More... | |
bool | IsDebitAccountCodeNull () |
test for NULL value More... | |
void | SetDebitAccountCodeNull () |
assign NULL value More... | |
bool | IsCreditAccountCodeNull () |
test for NULL value More... | |
void | SetCreditAccountCodeNull () |
assign NULL value More... | |
bool | IsLastJournalNull () |
test for NULL value More... | |
void | SetLastJournalNull () |
assign NULL value More... | |
bool | IsLastRecurringJournalNull () |
test for NULL value More... | |
void | SetLastRecurringJournalNull () |
assign NULL value More... | |
bool | IsTransactionTypeDescriptionNull () |
test for NULL value More... | |
void | SetTransactionTypeDescriptionNull () |
assign NULL value More... | |
bool | IsBalancingAccountCodeNull () |
test for NULL value More... | |
void | SetBalancingAccountCodeNull () |
assign NULL value More... | |
bool | IsSpecialTransactionTypeNull () |
test for NULL value More... | |
void | SetSpecialTransactionTypeNull () |
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 | SubSystemCode [get, set] |
Defines a sub system of accounts. More... | |
String | TransactionTypeCode [get, set] |
String | DebitAccountCode [get, set] |
This identifies the account the financial transaction must be stored against. More... | |
String | CreditAccountCode [get, set] |
This identifies the account the financial transaction must be stored against. More... | |
Int32 | LastJournal [get, set] |
Identifies a journal within a batch. More... | |
Int32 | LastRecurringJournal [get, set] |
Identifies a journal within a batch. More... | |
String | TransactionTypeDescription [get, set] |
This is a short description which is 32 charcters long. More... | |
String | BalancingAccountCode [get, set] |
Boolean | SpecialTransactionType [get, set] |
Is this transaction type a special transaction type or not? 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... | |
Various ways a transaction may originate, depending on the subsystem.
|
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 |
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
|
inline |
assign NULL value
|
getset |
|
getset |
User ID of who created this record.
|
getset |
This identifies the account the financial transaction must be stored against.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
This identifies the account the financial transaction must be stored against.
|
getset |
Identifies a journal within a batch.
|
getset |
Identifies a journal within a batch.
|
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.
|
getset |
Is this transaction type a special transaction type or not?
|
getset |
Defines a sub system of accounts.
|
getset |
|
getset |
This is a short description which is 32 charcters long.