OpenPetra
Free Administration Software for Non-Profits
|
an invoice consists of one or more details More...
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... | |
an invoice consists of one or more details
|
inline |
Constructor.
|
inlinevirtual |
set default values
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getset |
code that uniquely identifies the item; can also be a code of a group of equally priced items
|
getset |
Reference to the price that should be used for this article in this invoice, by date; without discounts, just for single item.
|
getset |
defines the number of the article items that is bought
|
getset |
Reference for this invoice detail; for a non specific article that could give more details (e.g. which book of type small book)
|
getset |
The total amount of money that this invoice detail is worth; includes the discounts.
|
getset |
User ID of who created this record.
|
getset |
the currency of the total amount
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
A unique number for this detail for its invoice.
|
getset |
this invoice detail belongs to the invoice with this key
|
getset |
This is used as a key field in most of the accounting system files.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
this describes whether it is e.g. the standard, reduced or zero rate of VAT
|
getset |
The tax type is always the same, e.g. VAT.
|
getset |
we need to be able to pick a rate that was valid in the past or will be valid in the future