OpenPetra
Free Administration Software for Non-Profits
|
Budget information for cost centre-account combinations. More...
Public Member Functions | |
ABudgetRow (System.Data.DataRowBuilder rb) | |
Constructor. More... | |
virtual void | InitValues () |
set default values More... | |
bool | IsBudgetSequenceNull () |
test for NULL value More... | |
void | SetBudgetSequenceNull () |
assign NULL value More... | |
bool | IsLedgerNumberNull () |
test for NULL value More... | |
void | SetLedgerNumberNull () |
assign NULL value More... | |
bool | IsYearNull () |
test for NULL value More... | |
void | SetYearNull () |
assign NULL value More... | |
bool | IsRevisionNull () |
test for NULL value More... | |
void | SetRevisionNull () |
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 | IsBudgetTypeCodeNull () |
test for NULL value More... | |
void | SetBudgetTypeCodeNull () |
assign NULL value More... | |
bool | IsBudgetStatusNull () |
test for NULL value More... | |
void | SetBudgetStatusNull () |
assign NULL value More... | |
bool | IsCommentNull () |
test for NULL value More... | |
void | SetCommentNull () |
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 | BudgetSequence [get, set] |
Int32 | LedgerNumber [get, set] |
This is used as a key field in most of the accounting system files. More... | |
Int32 | Year [get, set] |
The year that this budget applies to. More... | |
Int32 | Revision [get, set] |
A budget can have several revisions per year. More... | |
String | CostCentreCode [get, set] |
This identifies which cost centre an account is applied to. More... | |
String | AccountCode [get, set] |
This identifies the account the financial transaction must be stored against. More... | |
String | BudgetTypeCode [get, set] |
See a_budget_type table. Indicates the method used for creating the budget. More... | |
Boolean | BudgetStatus [get, set] |
String | Comment [get, set] |
A comment for this specific budget item and revision. 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... | |
Budget information for cost centre-account combinations.
|
inline |
Constructor.
|
inlinevirtual |
set default values
Reimplemented in Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetRow.
|
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 |
|
getset |
Has the budget been ""posted"" to the general ledger master and account files.
|
getset |
See a_budget_type table. Indicates the method used for creating the budget.
|
getset |
A comment for this specific budget item and revision.
|
getset |
This identifies which cost centre an account is applied to.
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
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 |
A budget can have several revisions per year.
|
getset |
The year that this budget applies to.