OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSAJournalRow Class Reference

Holds details of each general ledger journal, which contains a group of transactions. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSAJournalRow:
Ict.Petra.Shared.MFinance.Account.Data.AJournalRow

Public Member Functions

 GLBatchTDSAJournalRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
override void InitValues ()
 set default values More...
 
bool IsJournalDebitTotalBaseNull ()
 test for NULL value More...
 
void SetJournalDebitTotalBaseNull ()
 assign NULL value More...
 
bool IsJournalCreditTotalBaseNull ()
 test for NULL value More...
 
void SetJournalCreditTotalBaseNull ()
 assign NULL value More...
 
bool IsLedgerNumberNull ()
 test for NULL value More...
 
void SetLedgerNumberNull ()
 assign NULL value More...
 
bool IsBatchNumberNull ()
 test for NULL value More...
 
void SetBatchNumberNull ()
 assign NULL value More...
 
bool IsJournalNumberNull ()
 test for NULL value More...
 
void SetJournalNumberNull ()
 assign NULL value More...
 
bool IsJournalDescriptionNull ()
 test for NULL value More...
 
void SetJournalDescriptionNull ()
 assign NULL value More...
 
bool IsJournalDebitTotalNull ()
 test for NULL value More...
 
void SetJournalDebitTotalNull ()
 assign NULL value More...
 
bool IsJournalCreditTotalNull ()
 test for NULL value More...
 
void SetJournalCreditTotalNull ()
 assign NULL value More...
 
bool IsJournalPeriodNull ()
 test for NULL value More...
 
void SetJournalPeriodNull ()
 assign NULL value More...
 
bool IsDateEffectiveNull ()
 test for NULL value More...
 
void SetDateEffectiveNull ()
 assign NULL value More...
 
bool IsTransactionTypeCodeNull ()
 test for NULL value More...
 
void SetTransactionTypeCodeNull ()
 assign NULL value More...
 
bool IsLastTransactionNumberNull ()
 test for NULL value More...
 
void SetLastTransactionNumberNull ()
 assign NULL value More...
 
bool IsSubSystemCodeNull ()
 test for NULL value More...
 
void SetSubSystemCodeNull ()
 assign NULL value More...
 
bool IsJournalStatusNull ()
 test for NULL value More...
 
void SetJournalStatusNull ()
 assign NULL value More...
 
bool IsTransactionCurrencyNull ()
 test for NULL value More...
 
void SetTransactionCurrencyNull ()
 assign NULL value More...
 
bool IsBaseCurrencyNull ()
 test for NULL value More...
 
void SetBaseCurrencyNull ()
 assign NULL value More...
 
bool IsExchangeRateToBaseNull ()
 test for NULL value More...
 
void SetExchangeRateToBaseNull ()
 assign NULL value More...
 
bool IsExchangeRateTimeNull ()
 test for NULL value More...
 
void SetExchangeRateTimeNull ()
 assign NULL value More...
 
bool IsDateOfEntryNull ()
 test for NULL value More...
 
void SetDateOfEntryNull ()
 assign NULL value More...
 
bool IsReversedNull ()
 test for NULL value More...
 
void SetReversedNull ()
 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

decimal JournalDebitTotalBase [get, set]
 
decimal JournalCreditTotalBase [get, set]
 
Int32 LedgerNumber [get, set]
 The journal belongs to this ledger. More...
 
Int32 BatchNumber [get, set]
 identifes which batch the journal belongs to. More...
 
Int32 JournalNumber [get, set]
 Identifies a journal within a batch. More...
 
String JournalDescription [get, set]
 This is a long description and is 80 characters long. More...
 
Decimal JournalDebitTotal [get, set]
 This is a number of currency units in the currency of the transaction. More...
 
Decimal JournalCreditTotal [get, set]
 This is the number of currency units in the currency of the transaction. More...
 
Int32 JournalPeriod [get, set]
 This defines which accounting period is being used. More...
 
System.DateTime DateEffective [get, set]
 Date the journal comes into effect. More...
 
String TransactionTypeCode [get, set]
 Which type of journal is this? Eg. STD, ALLOC, REALLOC, REVAL. More...
 
Int32 LastTransactionNumber [get, set]
 The number of the last transaction within the journal. More...
 
String SubSystemCode [get, set]
 Indicates the sub system of accounts that the journal belongs to. Eg. GL, AP, GR. More...
 
String JournalStatus [get, set]
 Has a journal been posted yet. More...
 
String TransactionCurrency [get, set]
 This defines which currency is being used. More...
 
String BaseCurrency [get, set]
 
Decimal ExchangeRateToBase [get, set]
 The rate of exchange from the transaction currency (in a_transaction_currency_c) to the ledger base currency. More...
 
Int32 ExchangeRateTime [get, set]
 The time component of the exchange rate. More...
 
System.DateTime DateOfEntry [get, set]
 Date the journal was created. More...
 
Boolean Reversed [get, set]
 Indicates whether or not a journal has been reversed. 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...
 

Detailed Description

Holds details of each general ledger journal, which contains a group of transactions.

Constructor & Destructor Documentation

◆ GLBatchTDSAJournalRow()

Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSAJournalRow.GLBatchTDSAJournalRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

override void Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSAJournalRow.InitValues ( )
inlinevirtual

set default values

Reimplemented from Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.

◆ IsBaseCurrencyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsBaseCurrencyNull ( )
inlineinherited

test for NULL value

◆ IsBatchNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsBatchNumberNull ( )
inlineinherited

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsCreatedByNull ( )
inlineinherited

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsDateCreatedNull ( )
inlineinherited

test for NULL value

◆ IsDateEffectiveNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsDateEffectiveNull ( )
inlineinherited

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsDateModifiedNull ( )
inlineinherited

test for NULL value

◆ IsDateOfEntryNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsDateOfEntryNull ( )
inlineinherited

test for NULL value

◆ IsExchangeRateTimeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsExchangeRateTimeNull ( )
inlineinherited

test for NULL value

◆ IsExchangeRateToBaseNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsExchangeRateToBaseNull ( )
inlineinherited

test for NULL value

◆ IsJournalCreditTotalBaseNull()

bool Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSAJournalRow.IsJournalCreditTotalBaseNull ( )
inline

test for NULL value

◆ IsJournalCreditTotalNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsJournalCreditTotalNull ( )
inlineinherited

test for NULL value

◆ IsJournalDebitTotalBaseNull()

bool Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSAJournalRow.IsJournalDebitTotalBaseNull ( )
inline

test for NULL value

◆ IsJournalDebitTotalNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsJournalDebitTotalNull ( )
inlineinherited

test for NULL value

◆ IsJournalDescriptionNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsJournalDescriptionNull ( )
inlineinherited

test for NULL value

◆ IsJournalNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsJournalNumberNull ( )
inlineinherited

test for NULL value

◆ IsJournalPeriodNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsJournalPeriodNull ( )
inlineinherited

test for NULL value

◆ IsJournalStatusNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsJournalStatusNull ( )
inlineinherited

test for NULL value

◆ IsLastTransactionNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsLastTransactionNumberNull ( )
inlineinherited

test for NULL value

◆ IsLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsLedgerNumberNull ( )
inlineinherited

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsModificationIdNull ( )
inlineinherited

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsModifiedByNull ( )
inlineinherited

test for NULL value

◆ IsReversedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsReversedNull ( )
inlineinherited

test for NULL value

◆ IsSubSystemCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsSubSystemCodeNull ( )
inlineinherited

test for NULL value

◆ IsTransactionCurrencyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsTransactionCurrencyNull ( )
inlineinherited

test for NULL value

◆ IsTransactionTypeCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.IsTransactionTypeCodeNull ( )
inlineinherited

test for NULL value

◆ SetBaseCurrencyNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetBaseCurrencyNull ( )
inlineinherited

assign NULL value

◆ SetBatchNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetBatchNumberNull ( )
inlineinherited

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetCreatedByNull ( )
inlineinherited

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetDateCreatedNull ( )
inlineinherited

assign NULL value

◆ SetDateEffectiveNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetDateEffectiveNull ( )
inlineinherited

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetDateModifiedNull ( )
inlineinherited

assign NULL value

◆ SetDateOfEntryNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetDateOfEntryNull ( )
inlineinherited

assign NULL value

◆ SetExchangeRateTimeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetExchangeRateTimeNull ( )
inlineinherited

assign NULL value

◆ SetExchangeRateToBaseNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetExchangeRateToBaseNull ( )
inlineinherited

assign NULL value

◆ SetJournalCreditTotalBaseNull()

void Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSAJournalRow.SetJournalCreditTotalBaseNull ( )
inline

assign NULL value

◆ SetJournalCreditTotalNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetJournalCreditTotalNull ( )
inlineinherited

assign NULL value

◆ SetJournalDebitTotalBaseNull()

void Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSAJournalRow.SetJournalDebitTotalBaseNull ( )
inline

assign NULL value

◆ SetJournalDebitTotalNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetJournalDebitTotalNull ( )
inlineinherited

assign NULL value

◆ SetJournalDescriptionNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetJournalDescriptionNull ( )
inlineinherited

assign NULL value

◆ SetJournalNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetJournalNumberNull ( )
inlineinherited

assign NULL value

◆ SetJournalPeriodNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetJournalPeriodNull ( )
inlineinherited

assign NULL value

◆ SetJournalStatusNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetJournalStatusNull ( )
inlineinherited

assign NULL value

◆ SetLastTransactionNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetLastTransactionNumberNull ( )
inlineinherited

assign NULL value

◆ SetLedgerNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetLedgerNumberNull ( )
inlineinherited

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetModificationIdNull ( )
inlineinherited

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetModifiedByNull ( )
inlineinherited

assign NULL value

◆ SetReversedNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetReversedNull ( )
inlineinherited

assign NULL value

◆ SetSubSystemCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetSubSystemCodeNull ( )
inlineinherited

assign NULL value

◆ SetTransactionCurrencyNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetTransactionCurrencyNull ( )
inlineinherited

assign NULL value

◆ SetTransactionTypeCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SetTransactionTypeCodeNull ( )
inlineinherited

assign NULL value

Property Documentation

◆ BaseCurrency

String Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.BaseCurrency
getsetinherited

◆ BatchNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.BatchNumber
getsetinherited

identifes which batch the journal belongs to.

◆ CreatedBy

String Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.CreatedBy
getsetinherited

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.DateCreated
getsetinherited

The date the record was created.

◆ DateEffective

System.DateTime Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.DateEffective
getsetinherited

Date the journal comes into effect.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.DateModified
getsetinherited

The date the record was modified.

◆ DateOfEntry

System.DateTime Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.DateOfEntry
getsetinherited

Date the journal was created.

◆ ExchangeRateTime

Int32 Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.ExchangeRateTime
getsetinherited

The time component of the exchange rate.

◆ ExchangeRateToBase

Decimal Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.ExchangeRateToBase
getsetinherited

The rate of exchange from the transaction currency (in a_transaction_currency_c) to the ledger base currency.

◆ JournalCreditTotal

Decimal Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.JournalCreditTotal
getsetinherited

This is the number of currency units in the currency of the transaction.

◆ JournalCreditTotalBase

decimal Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSAJournalRow.JournalCreditTotalBase
getset

◆ JournalDebitTotal

Decimal Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.JournalDebitTotal
getsetinherited

This is a number of currency units in the currency of the transaction.

◆ JournalDebitTotalBase

decimal Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSAJournalRow.JournalDebitTotalBase
getset

◆ JournalDescription

String Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.JournalDescription
getsetinherited

This is a long description and is 80 characters long.

◆ JournalNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.JournalNumber
getsetinherited

Identifies a journal within a batch.

◆ JournalPeriod

Int32 Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.JournalPeriod
getsetinherited

This defines which accounting period is being used.

◆ JournalStatus

String Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.JournalStatus
getsetinherited

Has a journal been posted yet.

◆ LastTransactionNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.LastTransactionNumber
getsetinherited

The number of the last transaction within the journal.

◆ LedgerNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.LedgerNumber
getsetinherited

The journal belongs to this ledger.

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.ModificationId
getsetinherited

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.ModifiedBy
getsetinherited

User ID of who last modified this record.

◆ Reversed

Boolean Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.Reversed
getsetinherited

Indicates whether or not a journal has been reversed.

◆ SubSystemCode

String Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.SubSystemCode
getsetinherited

Indicates the sub system of accounts that the journal belongs to. Eg. GL, AP, GR.

◆ TransactionCurrency

String Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.TransactionCurrency
getsetinherited

This defines which currency is being used.

◆ TransactionTypeCode

String Ict.Petra.Shared.MFinance.Account.Data.AJournalRow.TransactionTypeCode
getsetinherited

Which type of journal is this? Eg. STD, ALLOC, REALLOC, REVAL.


The documentation for this class was generated from the following file: