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

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

Inheritance diagram for Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionRow:
Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow

Public Member Functions

 GLBatchTDSARecurringTransactionRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
override void InitValues ()
 set default values More...
 
bool IsDateEnteredNull ()
 test for NULL value More...
 
void SetDateEnteredNull ()
 assign NULL value More...
 
bool IsAnalysisAttributesNull ()
 test for NULL value More...
 
void SetAnalysisAttributesNull ()
 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 IsTransactionNumberNull ()
 test for NULL value More...
 
void SetTransactionNumberNull ()
 assign NULL value More...
 
bool IsAccountCodeNull ()
 test for NULL value More...
 
void SetAccountCodeNull ()
 assign NULL value More...
 
bool IsCostCentreCodeNull ()
 test for NULL value More...
 
void SetCostCentreCodeNull ()
 assign NULL value More...
 
bool IsTransactionDateNull ()
 test for NULL value More...
 
void SetTransactionDateNull ()
 assign NULL value More...
 
bool IsTransactionCurrencyNull ()
 test for NULL value More...
 
void SetTransactionCurrencyNull ()
 assign NULL value More...
 
bool IsTransactionAmountNull ()
 test for NULL value More...
 
void SetTransactionAmountNull ()
 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 IsAmountInBaseCurrencyNull ()
 test for NULL value More...
 
void SetAmountInBaseCurrencyNull ()
 assign NULL value More...
 
bool IsAnalysisIndicatorNull ()
 test for NULL value More...
 
void SetAnalysisIndicatorNull ()
 assign NULL value More...
 
bool IsMethodOfPaymentCodeNull ()
 test for NULL value More...
 
void SetMethodOfPaymentCodeNull ()
 assign NULL value More...
 
bool IsPeriodNumberNull ()
 test for NULL value More...
 
void SetPeriodNumberNull ()
 assign NULL value More...
 
bool IsReconciledFlagNull ()
 test for NULL value More...
 
void SetReconciledFlagNull ()
 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 IsNarrativeNull ()
 test for NULL value More...
 
void SetNarrativeNull ()
 assign NULL value More...
 
bool IsReferenceNull ()
 test for NULL value More...
 
void SetReferenceNull ()
 assign NULL value More...
 
bool IsDateOfEntryNull ()
 test for NULL value More...
 
void SetDateOfEntryNull ()
 assign NULL value More...
 
bool IsUserIdNull ()
 test for NULL value More...
 
void SetUserIdNull ()
 assign NULL value More...
 
bool IsDebitCreditIndicatorNull ()
 test for NULL value More...
 
void SetDebitCreditIndicatorNull ()
 assign NULL value More...
 
bool IsTransactionStatusNull ()
 test for NULL value More...
 
void SetTransactionStatusNull ()
 assign NULL value More...
 
bool IsHeaderNumberNull ()
 test for NULL value More...
 
void SetHeaderNumberNull ()
 assign NULL value More...
 
bool IsDetailNumberNull ()
 test for NULL value More...
 
void SetDetailNumberNull ()
 assign NULL value More...
 
bool IsSubTypeNull ()
 test for NULL value More...
 
void SetSubTypeNull ()
 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

DateTime DateEntered [get, set]
 
string AnalysisAttributes [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]
 Journal number that transaction belongs to. More...
 
Int32 TransactionNumber [get, set]
 Identifies a transaction within a journal within a batch within a ledger. More...
 
String AccountCode [get, set]
 This identifies the account the financial transaction must be stored against. More...
 
String CostCentreCode [get, set]
 This identifies which cost centre an account is applied to. More...
 
System.DateTime TransactionDate [get, set]
 Date the transaction took place. More...
 
String TransactionCurrency [get, set]
 This defines which currency is being used. More...
 
Decimal TransactionAmount [get, set]
 This is a number of currency units. More...
 
String BaseCurrency [get, set]
 This defines which currency is being used. More...
 
Decimal ExchangeRateToBase [get, set]
 The rate of exchange. More...
 
Decimal AmountInBaseCurrency [get, set]
 This is a number of currency units. More...
 
Boolean AnalysisIndicator [get, set]
 
String MethodOfPaymentCode [get, set]
 
Int32 PeriodNumber [get, set]
 This defines which accounting period is being used. More...
 
Boolean ReconciledFlag [get, set]
 Shows if the transaction has been reconciled or not. More...
 
String SubSystemCode [get, set]
 Defines a sub system of accounts. More...
 
String TransactionTypeCode [get, set]
 
String Narrative [get, set]
 
String Reference [get, set]
 
System.? DateTime DateOfEntry [get, set]
 
String UserId [get, set]
 
Boolean DebitCreditIndicator [get, set]
 
Boolean TransactionStatus [get, set]
 Has a transaction been posted yet. More...
 
Int32 HeaderNumber [get, set]
 The header (eg, cashbook #) that the transaction is associated with. More...
 
Int32 DetailNumber [get, set]
 The detail (within the header) that the transaction is associated with. More...
 
String SubType [get, set]
 
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 transactions which are copied into the ledger with general ledger batches.

Constructor & Destructor Documentation

◆ GLBatchTDSARecurringTransactionRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

◆ IsAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsAccountCodeNull ( )
inlineinherited

test for NULL value

◆ IsAmountInBaseCurrencyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsAmountInBaseCurrencyNull ( )
inlineinherited

test for NULL value

◆ IsAnalysisAttributesNull()

bool Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionRow.IsAnalysisAttributesNull ( )
inline

test for NULL value

◆ IsAnalysisIndicatorNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsAnalysisIndicatorNull ( )
inlineinherited

test for NULL value

◆ IsBaseCurrencyNull()

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

test for NULL value

◆ IsBatchNumberNull()

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

test for NULL value

◆ IsCostCentreCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsCostCentreCodeNull ( )
inlineinherited

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateEnteredNull()

bool Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionRow.IsDateEnteredNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDateOfEntryNull()

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

test for NULL value

◆ IsDebitCreditIndicatorNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsDebitCreditIndicatorNull ( )
inlineinherited

test for NULL value

◆ IsDetailNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsDetailNumberNull ( )
inlineinherited

test for NULL value

◆ IsExchangeRateToBaseNull()

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

test for NULL value

◆ IsHeaderNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsHeaderNumberNull ( )
inlineinherited

test for NULL value

◆ IsJournalNumberNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsMethodOfPaymentCodeNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsNarrativeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsNarrativeNull ( )
inlineinherited

test for NULL value

◆ IsPeriodNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsPeriodNumberNull ( )
inlineinherited

test for NULL value

◆ IsReconciledFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsReconciledFlagNull ( )
inlineinherited

test for NULL value

◆ IsReferenceNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsReferenceNull ( )
inlineinherited

test for NULL value

◆ IsSubSystemCodeNull()

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

test for NULL value

◆ IsSubTypeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsSubTypeNull ( )
inlineinherited

test for NULL value

◆ IsTransactionAmountNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsTransactionAmountNull ( )
inlineinherited

test for NULL value

◆ IsTransactionCurrencyNull()

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

test for NULL value

◆ IsTransactionDateNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsTransactionDateNull ( )
inlineinherited

test for NULL value

◆ IsTransactionNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsTransactionNumberNull ( )
inlineinherited

test for NULL value

◆ IsTransactionStatusNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsTransactionStatusNull ( )
inlineinherited

test for NULL value

◆ IsTransactionTypeCodeNull()

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

test for NULL value

◆ IsUserIdNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsUserIdNull ( )
inlineinherited

test for NULL value

◆ SetAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetAccountCodeNull ( )
inlineinherited

assign NULL value

◆ SetAmountInBaseCurrencyNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetAmountInBaseCurrencyNull ( )
inlineinherited

assign NULL value

◆ SetAnalysisAttributesNull()

void Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionRow.SetAnalysisAttributesNull ( )
inline

assign NULL value

◆ SetAnalysisIndicatorNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetAnalysisIndicatorNull ( )
inlineinherited

assign NULL value

◆ SetBaseCurrencyNull()

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

assign NULL value

◆ SetBatchNumberNull()

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

assign NULL value

◆ SetCostCentreCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetCostCentreCodeNull ( )
inlineinherited

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateEnteredNull()

void Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionRow.SetDateEnteredNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDateOfEntryNull()

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

assign NULL value

◆ SetDebitCreditIndicatorNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetDebitCreditIndicatorNull ( )
inlineinherited

assign NULL value

◆ SetDetailNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetDetailNumberNull ( )
inlineinherited

assign NULL value

◆ SetExchangeRateToBaseNull()

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

assign NULL value

◆ SetHeaderNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetHeaderNumberNull ( )
inlineinherited

assign NULL value

◆ SetJournalNumberNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetMethodOfPaymentCodeNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetNarrativeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetNarrativeNull ( )
inlineinherited

assign NULL value

◆ SetPeriodNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetPeriodNumberNull ( )
inlineinherited

assign NULL value

◆ SetReconciledFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetReconciledFlagNull ( )
inlineinherited

assign NULL value

◆ SetReferenceNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetReferenceNull ( )
inlineinherited

assign NULL value

◆ SetSubSystemCodeNull()

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

assign NULL value

◆ SetSubTypeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetSubTypeNull ( )
inlineinherited

assign NULL value

◆ SetTransactionAmountNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetTransactionAmountNull ( )
inlineinherited

assign NULL value

◆ SetTransactionCurrencyNull()

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

assign NULL value

◆ SetTransactionDateNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetTransactionDateNull ( )
inlineinherited

assign NULL value

◆ SetTransactionNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetTransactionNumberNull ( )
inlineinherited

assign NULL value

◆ SetTransactionStatusNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetTransactionStatusNull ( )
inlineinherited

assign NULL value

◆ SetTransactionTypeCodeNull()

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

assign NULL value

◆ SetUserIdNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetUserIdNull ( )
inlineinherited

assign NULL value

Property Documentation

◆ AccountCode

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.AccountCode
getsetinherited

This identifies the account the financial transaction must be stored against.

◆ AmountInBaseCurrency

Decimal Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.AmountInBaseCurrency
getsetinherited

This is a number of currency units.

◆ AnalysisAttributes

string Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionRow.AnalysisAttributes
getset

◆ AnalysisIndicator

Boolean Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.AnalysisIndicator
getsetinherited

◆ BaseCurrency

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

This defines which currency is being used.

◆ BatchNumber

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

identifes which batch a transaction belongs to

◆ CostCentreCode

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.CostCentreCode
getsetinherited

This identifies which cost centre an account is applied to.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateEntered

DateTime Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionRow.DateEntered
getset

◆ DateModified

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

The date the record was modified.

◆ DateOfEntry

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.DateOfEntry
getsetinherited

◆ DebitCreditIndicator

Boolean Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.DebitCreditIndicator
getsetinherited

◆ DetailNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.DetailNumber
getsetinherited

The detail (within the header) that the transaction is associated with.

◆ ExchangeRateToBase

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

The rate of exchange.

◆ HeaderNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.HeaderNumber
getsetinherited

The header (eg, cashbook #) that the transaction is associated with.

◆ JournalNumber

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

Journal number that transaction belongs to.

◆ LedgerNumber

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

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

◆ MethodOfPaymentCode

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ Narrative

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.Narrative
getsetinherited

◆ PeriodNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.PeriodNumber
getsetinherited

This defines which accounting period is being used.

◆ ReconciledFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.ReconciledFlag
getsetinherited

Shows if the transaction has been reconciled or not.

◆ Reference

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.Reference
getsetinherited

◆ SubSystemCode

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

Defines a sub system of accounts.

◆ SubType

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SubType
getsetinherited

◆ TransactionAmount

Decimal Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.TransactionAmount
getsetinherited

This is a number of currency units.

◆ TransactionCurrency

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

This defines which currency is being used.

◆ TransactionDate

System.DateTime Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.TransactionDate
getsetinherited

Date the transaction took place.

◆ TransactionNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.TransactionNumber
getsetinherited

Identifies a transaction within a journal within a batch within a ledger.

◆ TransactionStatus

Boolean Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.TransactionStatus
getsetinherited

Has a transaction been posted yet.

◆ TransactionTypeCode

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

◆ UserId

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.UserId
getsetinherited

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