Class DBC.InvoiceEntryFields
Fields for InvoiceEntry, This table contain all invoices, connected to a message
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class InvoiceEntryFields : Object
Fields
DateInvoiced
InvoiceEntry.DateInvoiced: The date for the invoice entry
Declaration
public const string DateInvoiced = "date_invoiced"
Field Value
Type | Description |
---|---|
String |
Description
InvoiceEntry.Description: A description of the invoice entry
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
Discount
InvoiceEntry.Discount: Discount for this invoice entry
Declaration
public const string Discount = "discount"
Field Value
Type | Description |
---|---|
String |
DiscountMoney
InvoiceEntry.DiscountMoney: Discount for this invoice entry in money
Declaration
public const string DiscountMoney = "discount_money"
Field Value
Type | Description |
---|---|
String |
IeSum
InvoiceEntry.IeSum: The sum of the invoice entry
Declaration
public const string IeSum = "ie_sum"
Field Value
Type | Description |
---|---|
String |
InvoiceEntryId
InvoiceEntry.InvoiceEntryId: Primary key
Declaration
public const string InvoiceEntryId = "id"
Field Value
Type | Description |
---|---|
String |
MessageId
InvoiceEntry.MessageId: The message.id this invoice entry is connected to.
Declaration
public const string MessageId = "message_id"
Field Value
Type | Description |
---|---|
String |
PricePrUnit
InvoiceEntry.PricePrUnit: Price per unit. This is copied from the invoice_type when created so that changes to the price in the future does not affect this one.
Declaration
public const string PricePrUnit = "price_pr_unit"
Field Value
Type | Description |
---|---|
String |
Quantity
InvoiceEntry.Quantity: Number of units
Declaration
public const string Quantity = "quantity"
Field Value
Type | Description |
---|---|
String |
Type
InvoiceEntry.Type: The type of this invoice entry
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
String |