Class DBC.InvoiceFields
Fields for Invoice, This table contains invoice entries, normally created when an invoice is sent to a customer, and we want to update the balance.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class InvoiceFields : Object
Fields
CompanyId
Invoice.CompanyId: The reference to the company entry this entry is connected to. NULL or -1 if not connected.
Declaration
public const string CompanyId = "company_id"
Field Value
Type | Description |
---|---|
String |
CreatedAt
Invoice.CreatedAt: When the invoice entry was created.
Declaration
public const string CreatedAt = "created_at"
Field Value
Type | Description |
---|---|
String |
CustomerId
Invoice.CustomerId: The reference to the customer entry this entry is connected to. NULL or -1 if not connected.
Declaration
public const string CustomerId = "customer_id"
Field Value
Type | Description |
---|---|
String |
Description
Invoice.Description: A string describing the invoice entry.
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
InvoiceId
Invoice.InvoiceId: The primary key (auto-incremented)
Declaration
public const string InvoiceId = "id"
Field Value
Type | Description |
---|---|
String |
PriceCharged
Invoice.PriceCharged: The amount (money) charged.
Declaration
public const string PriceCharged = "price_charged"
Field Value
Type | Description |
---|---|
String |
TimeCharged
Invoice.TimeCharged: The amount of time (minutes) charged. From version 2.8 this field is no longer in use
Declaration
public const string TimeCharged = "time_charged"
Field Value
Type | Description |
---|---|
String |