Show / Hide Table of Contents

Class DBC.InvoiceEntryFields

Fields for InvoiceEntry, This table contain all invoices, connected to a message

Inheritance
object
DBC.InvoiceEntryFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.InvoiceEntryFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top