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

Templates of general ledger journals which are copied into the ledger with recurring general ledger batches. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringJournalRow:
Ict.Petra.Shared.MFinance.Account.Data.ARecurringJournalRow

Public Member Functions

 GLBatchTDSARecurringJournalRow (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 IsJournalStatusNull ()
 test for NULL value More...
 
void SetJournalStatusNull ()
 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 IsMethodOfPaymentCodeNull ()
 test for NULL value More...
 
void SetMethodOfPaymentCodeNull ()
 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 IsExchangeRateToBaseNull ()
 test for NULL value More...
 
void SetExchangeRateToBaseNull ()
 assign NULL value More...
 
bool IsTransactionCurrencyNull ()
 test for NULL value More...
 
void SetTransactionCurrencyNull ()
 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]
 This is used as a key field in most of the accounting system files. More...
 
Int32 BatchNumber [get, set]
 identifes which batch a transaction 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...
 
String JournalStatus [get, set]
 identifies the status of a batch More...
 
Decimal JournalDebitTotal [get, set]
 This is a number of currency units. More...
 
Decimal JournalCreditTotal [get, set]
 This is a number of currency units. More...
 
Int32 JournalPeriod [get, set]
 This defines which accounting period is being used. More...
 
System.DateTime DateEffective [get, set]
 Date the batch comes into effect. More...
 
String TransactionTypeCode [get, set]
 
String MethodOfPaymentCode [get, set]
 This is how the partner paid. Eg cash, Cheque etc. More...
 
Int32 LastTransactionNumber [get, set]
 
String SubSystemCode [get, set]
 Defines a sub system of accounts. More...
 
Decimal ExchangeRateToBase [get, set]
 The rate of exchange. More...
 
String TransactionCurrency [get, set]
 This defines which currency is being used. 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

Templates of general ledger journals which are copied into the ledger with recurring general ledger batches.

Constructor & Destructor Documentation

◆ GLBatchTDSARecurringJournalRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

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

◆ IsBatchNumberNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateEffectiveNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsExchangeRateToBaseNull()

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

test for NULL value

◆ IsJournalCreditTotalBaseNull()

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

test for NULL value

◆ IsJournalCreditTotalNull()

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

test for NULL value

◆ IsJournalDebitTotalBaseNull()

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

test for NULL value

◆ IsJournalDebitTotalNull()

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

test for NULL value

◆ IsJournalDescriptionNull()

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

test for NULL value

◆ IsJournalNumberNull()

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

test for NULL value

◆ IsJournalPeriodNull()

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

test for NULL value

◆ IsJournalStatusNull()

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

test for NULL value

◆ IsLastTransactionNumberNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsMethodOfPaymentCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringJournalRow.IsMethodOfPaymentCodeNull ( )
inlineinherited

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsSubSystemCodeNull()

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

test for NULL value

◆ IsTransactionCurrencyNull()

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

test for NULL value

◆ IsTransactionTypeCodeNull()

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

test for NULL value

◆ SetBatchNumberNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateEffectiveNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetExchangeRateToBaseNull()

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

assign NULL value

◆ SetJournalCreditTotalBaseNull()

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

assign NULL value

◆ SetJournalCreditTotalNull()

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

assign NULL value

◆ SetJournalDebitTotalBaseNull()

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

assign NULL value

◆ SetJournalDebitTotalNull()

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

assign NULL value

◆ SetJournalDescriptionNull()

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

assign NULL value

◆ SetJournalNumberNull()

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

assign NULL value

◆ SetJournalPeriodNull()

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

assign NULL value

◆ SetJournalStatusNull()

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

assign NULL value

◆ SetLastTransactionNumberNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetMethodOfPaymentCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringJournalRow.SetMethodOfPaymentCodeNull ( )
inlineinherited

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetSubSystemCodeNull()

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

assign NULL value

◆ SetTransactionCurrencyNull()

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

assign NULL value

◆ SetTransactionTypeCodeNull()

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

assign NULL value

Property Documentation

◆ BatchNumber

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

identifes which batch a transaction belongs to

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateEffective

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

Date the batch comes into effect.

◆ DateModified

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

The date the record was modified.

◆ ExchangeRateToBase

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

The rate of exchange.

◆ JournalCreditTotal

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

This is a number of currency units.

◆ JournalCreditTotalBase

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

◆ JournalDebitTotal

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

This is a number of currency units.

◆ JournalDebitTotalBase

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

◆ JournalDescription

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

This is a long description and is 80 characters long.

◆ JournalNumber

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

Identifies a journal within a batch.

◆ JournalPeriod

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

This defines which accounting period is being used.

◆ JournalStatus

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

identifies the status of a batch

◆ LastTransactionNumber

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

◆ LedgerNumber

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

This is used as a key field in most of the accounting system files.

◆ MethodOfPaymentCode

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringJournalRow.MethodOfPaymentCode
getsetinherited

This is how the partner paid. Eg cash, Cheque etc.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ SubSystemCode

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

Defines a sub system of accounts.

◆ TransactionCurrency

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

This defines which currency is being used.

◆ TransactionTypeCode

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

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