Class DBC.InvoiceSumFields
Fields for InvoiceSum, This table is used temporarily when listing invoice statistics. It is used because we need to sort balances from both customers and companies.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class InvoiceSumFields : Object
Fields
Balance
InvoiceSum.Balance: The balance for the given customer or company.
Declaration
public const string Balance = "balance"
Field Value
Type | Description |
---|---|
String |
CompanyId
InvoiceSum.CompanyId: The reference of 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 |
CustomerId
InvoiceSum.CustomerId: The reference of 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 |
InvoiceSumId
InvoiceSum.InvoiceSumId: The primary key (auto-incremented)
Declaration
public const string InvoiceSumId = "id"
Field Value
Type | Description |
---|---|
String |
LoginId
InvoiceSum.LoginId: The id of the user using the table.
Declaration
public const string LoginId = "login_id"
Field Value
Type | Description |
---|---|
String |
Name
InvoiceSum.Name: The name of the entry.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |