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

an invoice consists of one or more details More...

Inheritance diagram for Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow:

Public Member Functions

 AArInvoiceDetailRow (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 IsInvoiceKeyNull ()
 test for NULL value More...
 
void SetInvoiceKeyNull ()
 assign NULL value More...
 
bool IsDetailNumberNull ()
 test for NULL value More...
 
void SetDetailNumberNull ()
 assign NULL value More...
 
bool IsArArticleCodeNull ()
 test for NULL value More...
 
void SetArArticleCodeNull ()
 assign NULL value More...
 
bool IsArReferenceNull ()
 test for NULL value More...
 
void SetArReferenceNull ()
 assign NULL value More...
 
bool IsArNumberOfItemNull ()
 test for NULL value More...
 
void SetArNumberOfItemNull ()
 assign NULL value More...
 
bool IsArArticlePriceNull ()
 test for NULL value More...
 
void SetArArticlePriceNull ()
 assign NULL value More...
 
bool IsCalculatedAmountNull ()
 test for NULL value More...
 
void SetCalculatedAmountNull ()
 assign NULL value More...
 
bool IsCurrencyCodeNull ()
 test for NULL value More...
 
void SetCurrencyCodeNull ()
 assign NULL value More...
 
bool IsTaxTypeCodeNull ()
 test for NULL value More...
 
void SetTaxTypeCodeNull ()
 assign NULL value More...
 
bool IsTaxRateCodeNull ()
 test for NULL value More...
 
void SetTaxRateCodeNull ()
 assign NULL value More...
 
bool IsTaxValidFromNull ()
 test for NULL value More...
 
void SetTaxValidFromNull ()
 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 InvoiceKey [get, set]
 this invoice detail belongs to the invoice with this key More...
 
Int32 DetailNumber [get, set]
 A unique number for this detail for its invoice. More...
 
String ArArticleCode [get, set]
 code that uniquely identifies the item; can also be a code of a group of equally priced items More...
 
String ArReference [get, set]
 Reference for this invoice detail; for a non specific article that could give more details (e.g. which book of type small book) More...
 
Int32 ArNumberOfItem [get, set]
 defines the number of the article items that is bought More...
 
System.DateTime ArArticlePrice [get, set]
 Reference to the price that should be used for this article in this invoice, by date; without discounts, just for single item. More...
 
Decimal CalculatedAmount [get, set]
 The total amount of money that this invoice detail is worth; includes the discounts. More...
 
String CurrencyCode [get, set]
 the currency of the total amount More...
 
String TaxTypeCode [get, set]
 The tax type is always the same, e.g. VAT. More...
 
String TaxRateCode [get, set]
 this describes whether it is e.g. the standard, reduced or zero rate of VAT More...
 
System.DateTime TaxValidFrom [get, set]
 we need to be able to pick a rate that was valid in the past or will be valid in the future 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

an invoice consists of one or more details

Constructor & Destructor Documentation

◆ AArInvoiceDetailRow()

Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.AArInvoiceDetailRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.InitValues ( )
inlinevirtual

set default values

◆ IsArArticleCodeNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsArArticleCodeNull ( )
inline

test for NULL value

◆ IsArArticlePriceNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsArArticlePriceNull ( )
inline

test for NULL value

◆ IsArNumberOfItemNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsArNumberOfItemNull ( )
inline

test for NULL value

◆ IsArReferenceNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsArReferenceNull ( )
inline

test for NULL value

◆ IsCalculatedAmountNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsCalculatedAmountNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsCurrencyCodeNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsCurrencyCodeNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDetailNumberNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsDetailNumberNull ( )
inline

test for NULL value

◆ IsInvoiceKeyNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsInvoiceKeyNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsLedgerNumberNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsTaxRateCodeNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsTaxRateCodeNull ( )
inline

test for NULL value

◆ IsTaxTypeCodeNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsTaxTypeCodeNull ( )
inline

test for NULL value

◆ IsTaxValidFromNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.IsTaxValidFromNull ( )
inline

test for NULL value

◆ SetArArticleCodeNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetArArticleCodeNull ( )
inline

assign NULL value

◆ SetArArticlePriceNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetArArticlePriceNull ( )
inline

assign NULL value

◆ SetArNumberOfItemNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetArNumberOfItemNull ( )
inline

assign NULL value

◆ SetArReferenceNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetArReferenceNull ( )
inline

assign NULL value

◆ SetCalculatedAmountNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetCalculatedAmountNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetCurrencyCodeNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetCurrencyCodeNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDetailNumberNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetDetailNumberNull ( )
inline

assign NULL value

◆ SetInvoiceKeyNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetInvoiceKeyNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetLedgerNumberNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetTaxRateCodeNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetTaxRateCodeNull ( )
inline

assign NULL value

◆ SetTaxTypeCodeNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetTaxTypeCodeNull ( )
inline

assign NULL value

◆ SetTaxValidFromNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.SetTaxValidFromNull ( )
inline

assign NULL value

Property Documentation

◆ ArArticleCode

String Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.ArArticleCode
getset

code that uniquely identifies the item; can also be a code of a group of equally priced items

◆ ArArticlePrice

System.DateTime Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.ArArticlePrice
getset

Reference to the price that should be used for this article in this invoice, by date; without discounts, just for single item.

◆ ArNumberOfItem

Int32 Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.ArNumberOfItem
getset

defines the number of the article items that is bought

◆ ArReference

String Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.ArReference
getset

Reference for this invoice detail; for a non specific article that could give more details (e.g. which book of type small book)

◆ CalculatedAmount

Decimal Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.CalculatedAmount
getset

The total amount of money that this invoice detail is worth; includes the discounts.

◆ CreatedBy

String Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.CreatedBy
getset

User ID of who created this record.

◆ CurrencyCode

String Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.CurrencyCode
getset

the currency of the total amount

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.DateModified
getset

The date the record was modified.

◆ DetailNumber

Int32 Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.DetailNumber
getset

A unique number for this detail for its invoice.

◆ InvoiceKey

Int32 Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.InvoiceKey
getset

this invoice detail belongs to the invoice with this key

◆ LedgerNumber

Int32 Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.LedgerNumber
getset

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

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.ModifiedBy
getset

User ID of who last modified this record.

◆ TaxRateCode

String Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.TaxRateCode
getset

this describes whether it is e.g. the standard, reduced or zero rate of VAT

◆ TaxTypeCode

String Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.TaxTypeCode
getset

The tax type is always the same, e.g. VAT.

◆ TaxValidFrom

System.DateTime Ict.Petra.Shared.MFinance.AR.Data.AArInvoiceDetailRow.TaxValidFrom
getset

we need to be able to pick a rate that was valid in the past or will be valid in the future


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