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

Detailed information for each debit and credit in a general ledger journal. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow:
Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSATransactionRow Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionRow

Public Member Functions

 ATransactionRow (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 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 IsPrimaryAccountCodeNull ()
 test for NULL value More...
 
void SetPrimaryAccountCodeNull ()
 assign NULL value More...
 
bool IsCostCentreCodeNull ()
 test for NULL value More...
 
void SetCostCentreCodeNull ()
 assign NULL value More...
 
bool IsPrimaryCostCentreCodeNull ()
 test for NULL value More...
 
void SetPrimaryCostCentreCodeNull ()
 assign NULL value More...
 
bool IsTransactionDateNull ()
 test for NULL value More...
 
void SetTransactionDateNull ()
 assign NULL value More...
 
bool IsTransactionAmountNull ()
 test for NULL value More...
 
void SetTransactionAmountNull ()
 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 IsReconciledStatusNull ()
 test for NULL value More...
 
void SetReconciledStatusNull ()
 assign NULL value More...
 
bool IsNarrativeNull ()
 test for NULL value More...
 
void SetNarrativeNull ()
 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 IsToIltFlagNull ()
 test for NULL value More...
 
void SetToIltFlagNull ()
 assign NULL value More...
 
bool IsSourceFlagNull ()
 test for NULL value More...
 
void SetSourceFlagNull ()
 assign NULL value More...
 
bool IsReferenceNull ()
 test for NULL value More...
 
void SetReferenceNull ()
 assign NULL value More...
 
bool IsSourceReferenceNull ()
 test for NULL value More...
 
void SetSourceReferenceNull ()
 assign NULL value More...
 
bool IsSystemGeneratedNull ()
 test for NULL value More...
 
void SetSystemGeneratedNull ()
 assign NULL value More...
 
bool IsAmountInIntlCurrencyNull ()
 test for NULL value More...
 
void SetAmountInIntlCurrencyNull ()
 assign NULL value More...
 
bool IsIchNumberNull ()
 test for NULL value More...
 
void SetIchNumberNull ()
 assign NULL value More...
 
bool IsKeyMinistryKeyNull ()
 test for NULL value More...
 
void SetKeyMinistryKeyNull ()
 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...
 
Int32 BatchNumber [get, set]
 identifes which batch a transaction belongs to More...
 
Int32 JournalNumber [get, set]
 
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 PrimaryAccountCode [get, set]
 This identifies the account the financial transaction must be stored against [NOT USED]. More...
 
String CostCentreCode [get, set]
 This identifies which cost centre an account is applied to. More...
 
String PrimaryCostCentreCode [get, set]
 This identifies which cost centre an account is applied to [NOT USED]. More...
 
System.DateTime TransactionDate [get, set]
 Date the transaction took place. More...
 
Decimal TransactionAmount [get, set]
 This is a number of currency units. More...
 
Decimal AmountInBaseCurrency [get, set]
 This is a number of currency units. More...
 
Boolean AnalysisIndicator [get, set]
 Used to get a yes no response from the user. More...
 
Boolean ReconciledStatus [get, set]
 shows if the transaction has been reconciled or not More...
 
String Narrative [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. [NOT USED]. More...
 
Int32 DetailNumber [get, set]
 The detail (within the header) that the transaction is associated with. [NOT USED]. More...
 
String SubType [get, set]
 
Boolean ToIltFlag [get, set]
 Indicates whether the ILT transaction has been transferred to transaction for ILT file. More...
 
Boolean SourceFlag [get, set]
 To flag a transaction as having come from a source ledger and been processed in an ilt processing centre. More...
 
String Reference [get, set]
 Reference number/code for the transaction. More...
 
String SourceReference [get, set]
 Transaction key which initiated an ILT transaction. More...
 
Boolean SystemGenerated [get, set]
 Was this transaction generated automatically by the system? More...
 
Decimal AmountInIntlCurrency [get, set]
 The transaction amount in the second base currency. More...
 
Int32 IchNumber [get, set]
 identifes the ICH process number More...
 
Int64 KeyMinistryKey [get, set]
 Key ministry to which this transaction applies (just for fund transfers) 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

Detailed information for each debit and credit in a general ledger journal.

Constructor & Destructor Documentation

◆ ATransactionRow()

Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.ATransactionRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.InitValues ( )
inlinevirtual

◆ IsAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsAccountCodeNull ( )
inline

test for NULL value

◆ IsAmountInBaseCurrencyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsAmountInBaseCurrencyNull ( )
inline

test for NULL value

◆ IsAmountInIntlCurrencyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsAmountInIntlCurrencyNull ( )
inline

test for NULL value

◆ IsAnalysisIndicatorNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsAnalysisIndicatorNull ( )
inline

test for NULL value

◆ IsBatchNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsBatchNumberNull ( )
inline

test for NULL value

◆ IsCostCentreCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsCostCentreCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDebitCreditIndicatorNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsDebitCreditIndicatorNull ( )
inline

test for NULL value

◆ IsDetailNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsDetailNumberNull ( )
inline

test for NULL value

◆ IsHeaderNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsHeaderNumberNull ( )
inline

test for NULL value

◆ IsIchNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsIchNumberNull ( )
inline

test for NULL value

◆ IsJournalNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsJournalNumberNull ( )
inline

test for NULL value

◆ IsKeyMinistryKeyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsKeyMinistryKeyNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsLedgerNumberNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsNarrativeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsNarrativeNull ( )
inline

test for NULL value

◆ IsPrimaryAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsPrimaryAccountCodeNull ( )
inline

test for NULL value

◆ IsPrimaryCostCentreCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsPrimaryCostCentreCodeNull ( )
inline

test for NULL value

◆ IsReconciledStatusNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsReconciledStatusNull ( )
inline

test for NULL value

◆ IsReferenceNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsReferenceNull ( )
inline

test for NULL value

◆ IsSourceFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsSourceFlagNull ( )
inline

test for NULL value

◆ IsSourceReferenceNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsSourceReferenceNull ( )
inline

test for NULL value

◆ IsSubTypeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsSubTypeNull ( )
inline

test for NULL value

◆ IsSystemGeneratedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsSystemGeneratedNull ( )
inline

test for NULL value

◆ IsToIltFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsToIltFlagNull ( )
inline

test for NULL value

◆ IsTransactionAmountNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsTransactionAmountNull ( )
inline

test for NULL value

◆ IsTransactionDateNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsTransactionDateNull ( )
inline

test for NULL value

◆ IsTransactionNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsTransactionNumberNull ( )
inline

test for NULL value

◆ IsTransactionStatusNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IsTransactionStatusNull ( )
inline

test for NULL value

◆ SetAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetAccountCodeNull ( )
inline

assign NULL value

◆ SetAmountInBaseCurrencyNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetAmountInBaseCurrencyNull ( )
inline

assign NULL value

◆ SetAmountInIntlCurrencyNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetAmountInIntlCurrencyNull ( )
inline

assign NULL value

◆ SetAnalysisIndicatorNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetAnalysisIndicatorNull ( )
inline

assign NULL value

◆ SetBatchNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetBatchNumberNull ( )
inline

assign NULL value

◆ SetCostCentreCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetCostCentreCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDebitCreditIndicatorNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetDebitCreditIndicatorNull ( )
inline

assign NULL value

◆ SetDetailNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetDetailNumberNull ( )
inline

assign NULL value

◆ SetHeaderNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetHeaderNumberNull ( )
inline

assign NULL value

◆ SetIchNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetIchNumberNull ( )
inline

assign NULL value

◆ SetJournalNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetJournalNumberNull ( )
inline

assign NULL value

◆ SetKeyMinistryKeyNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetKeyMinistryKeyNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetLedgerNumberNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetNarrativeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetNarrativeNull ( )
inline

assign NULL value

◆ SetPrimaryAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetPrimaryAccountCodeNull ( )
inline

assign NULL value

◆ SetPrimaryCostCentreCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetPrimaryCostCentreCodeNull ( )
inline

assign NULL value

◆ SetReconciledStatusNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetReconciledStatusNull ( )
inline

assign NULL value

◆ SetReferenceNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetReferenceNull ( )
inline

assign NULL value

◆ SetSourceFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetSourceFlagNull ( )
inline

assign NULL value

◆ SetSourceReferenceNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetSourceReferenceNull ( )
inline

assign NULL value

◆ SetSubTypeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetSubTypeNull ( )
inline

assign NULL value

◆ SetSystemGeneratedNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetSystemGeneratedNull ( )
inline

assign NULL value

◆ SetToIltFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetToIltFlagNull ( )
inline

assign NULL value

◆ SetTransactionAmountNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetTransactionAmountNull ( )
inline

assign NULL value

◆ SetTransactionDateNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetTransactionDateNull ( )
inline

assign NULL value

◆ SetTransactionNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetTransactionNumberNull ( )
inline

assign NULL value

◆ SetTransactionStatusNull()

void Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SetTransactionStatusNull ( )
inline

assign NULL value

Property Documentation

◆ AccountCode

String Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.AccountCode
getset

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

◆ AmountInBaseCurrency

Decimal Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.AmountInBaseCurrency
getset

This is a number of currency units.

◆ AmountInIntlCurrency

Decimal Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.AmountInIntlCurrency
getset

The transaction amount in the second base currency.

◆ AnalysisIndicator

Boolean Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.AnalysisIndicator
getset

Used to get a yes no response from the user.

◆ BatchNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.BatchNumber
getset

identifes which batch a transaction belongs to

◆ CostCentreCode

String Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.CostCentreCode
getset

This identifies which cost centre an account is applied to.

◆ CreatedBy

String Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.DateModified
getset

The date the record was modified.

◆ DebitCreditIndicator

Boolean Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.DebitCreditIndicator
getset

◆ DetailNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.DetailNumber
getset

The detail (within the header) that the transaction is associated with. [NOT USED].

◆ HeaderNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.HeaderNumber
getset

The header (eg, cashbook #) that the transaction is associated with. [NOT USED].

◆ IchNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.IchNumber
getset

identifes the ICH process number

◆ JournalNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.JournalNumber
getset

◆ KeyMinistryKey

Int64 Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.KeyMinistryKey
getset

Key ministry to which this transaction applies (just for fund transfers)

◆ LedgerNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.LedgerNumber
getset

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

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.ModifiedBy
getset

User ID of who last modified this record.

◆ Narrative

String Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.Narrative
getset

◆ PrimaryAccountCode

String Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.PrimaryAccountCode
getset

This identifies the account the financial transaction must be stored against [NOT USED].

◆ PrimaryCostCentreCode

String Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.PrimaryCostCentreCode
getset

This identifies which cost centre an account is applied to [NOT USED].

◆ ReconciledStatus

Boolean Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.ReconciledStatus
getset

shows if the transaction has been reconciled or not

◆ Reference

String Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.Reference
getset

Reference number/code for the transaction.

◆ SourceFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SourceFlag
getset

To flag a transaction as having come from a source ledger and been processed in an ilt processing centre.

◆ SourceReference

String Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SourceReference
getset

Transaction key which initiated an ILT transaction.

◆ SubType

String Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SubType
getset

◆ SystemGenerated

Boolean Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.SystemGenerated
getset

Was this transaction generated automatically by the system?

◆ ToIltFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.ToIltFlag
getset

Indicates whether the ILT transaction has been transferred to transaction for ILT file.

◆ TransactionAmount

Decimal Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.TransactionAmount
getset

This is a number of currency units.

◆ TransactionDate

System.DateTime Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.TransactionDate
getset

Date the transaction took place.

◆ TransactionNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.TransactionNumber
getset

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

◆ TransactionStatus

Boolean Ict.Petra.Shared.MFinance.Account.Data.ATransactionRow.TransactionStatus
getset

Has a transaction been posted yet.


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